@charset "utf-8";
/* wide start */
.sub_top {
	width: 100%;
	height: 94px;
	float: left;
	background-size: cover;
}

.sub_top.menu001 {
	background: url(../images/menu_01_sub_bg.png) repeat-x;
}

.sub_top.menu002 {
	background: url(../images/menu_02_sub_bg.png) repeat-x;
}

.sub_top.menu003 {
	background: url(../images/menu_03_sub_bg.png) repeat-x;
}

.sub_top.menu004 {
	background: url(../images/menu_04_sub_bg.png) repeat-x;
}

.sub_top.menu005 {
	background: url(../images/menu_05_sub_bg.png) repeat-x;
}

.sub_top.menu006 {
	background: url(../images/menu_06_sub_bg.png) repeat-x;
}

.sub_top.menu007 {
	background: url(../images/menu_07_sub_bg.png) repeat-x;
}

.sub_top.menu008 {
	background: url(../images/menu_08_sub_bg.png) repeat-x;
}

.st_con {
	width: 1200px;
	height: 94px;
	margin: 0 auto;
}

.st_con p {
	display: inline-block;
	color: #ffffff;
	float: left;
}

.st_con p.left_tit {
	width: 245px;
	margin-top: 29px;
	font-size: .95em;
}

.st_con p.left_tit em {
	display: block;
	font-size: 1.9em;
	font-weight: 600;
	letter-spacing: -0.1em;
}

.st_con p.left_tit.en {
	width: 245px;
	margin-top: 40px;
	font-size: .95em;
}

.st_con p.left_tit.en em {
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: .005em;
}

.st_con p.snb {
	width: 954px;
}

.st_con p.snb span {
	width: 100%;
	display: inline-block;
	float: left;
}

.st_con p.snb span.snv {
	height: 40px;
	line-height: 40px;
	font-size: .8em;
	text-align: right;
}

.st_con p.snb span.snv img {
	padding-bottom: 4px;
	vertical-align: middle;
}

.st_con p.snb span.snv em {
	text-decoration: underline;
	font-weight: 600;
}

.sub {
	width: 1200px;
	margin: 0 auto;
}

.contents {
	width: 1200px;
	margin: 0 auto;
	border-left: 1px solid #dddddd;
	box-sizing: border-box;
}

.contents .left_menu {
	width: 245px;
	min-height: 200px;
	display: inline-block;
	float: left;
	position: relative;
}

.contents .left_menu ul {
	width: 245px;
}

.contents .left_menu ul li {
	display: block;
	/*width: 90%;*/
	width: 100%;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
	/*float: left;*/
	font-size: .95em;
}

.contents .left_menu ul li a {
	display: block;
	width: 100%;
	padding: 20px 5%;
	box-sizing: border-box;
	line-height: 1.2em;
	color: #444444;
	background: url(../images/left_menu_arr.png) no-repeat center right;
}

/* .contents .left_menu ul li a:hover {
	padding: 20px 0;
} */
.contents .left_menu.menu001 ul li a:hover {
	color: #4065d4;
}

.contents .left_menu.menu002 ul li a:hover {
	color: #3e8ada;
}

.contents .left_menu.menu003 ul li a:hover {
	color: #2da6b6;
}

.contents .left_menu.menu004 ul li a:hover {
	color: #057aa4;
}

.contents .left_menu.menu005 ul li a:hover {
	color: #16aa82;
}

.contents .left_menu.menu006 ul li a:hover {
	color: #2139c2;
}

.contents .left_menu.menu007 ul li a:hover {
	color: #4782cb;
}

.contents .left_menu.menu008 ul li a:hover {
	color: #472796;
}

.contents .left_menu ul li.on a:hover {
	/*color: #efefef;*/
	color: #ffffff;
}

.contents .left_menu ul li.on>a {
	/*display: block;*/
	color: #ffffff;
}

.contents .left_menu ul>li.on>a {
	font-weight: bold;
}

.contents .left_menu ul>li.on>ul {
	display: block;
}

.contents .left_menu ul>li:not(.on)>ul {
	display: none;
}

.contents .left_menu.menu001 ul li.on {
	background: url(../images/left_menu01_on.png);
}

.contents .left_menu.menu002 ul li.on {
	background: url(../images/left_menu02_on.png);
}

.contents .left_menu.menu003 ul li.on {
	background: url(../images/left_menu03_on.png);
}

.contents .left_menu.menu004 ul li.on {
	background: url(../images/left_menu04_on.png);
}

.contents .left_menu.menu005 ul li.on {
	background: url(../images/left_menu05_on.png);
}

.contents .left_menu.menu006 ul li.on {
	background: url(../images/left_menu06_on.png);
}

.contents .left_menu.menu007 ul li.on {
	background: url(../images/left_menu07_on.png);
}

.contents .left_menu.menu008 ul li.on {
	background: url(../images/left_menu08_on.png);
}

.contents .left_menu>ul>li.on>a {
	background: url(../images/left_menu_arr_on.png) no-repeat right center;
}

.contents .left_menu>ul>li>a.has-children {
	background: url(../images/left_menu_plus.png) no-repeat 96% center;
}

.contents .left_menu>ul>li.on>a.has-children {
	background: url(../images/left_menu_arr_bottom_on.png) no-repeat 99%
		center;
}

.contents .left_menu ul li ul {
	background: #ffffff none;
}

.contents .left_menu ul li ul li {
	border-bottom: 0;
	background-color: #f0f0f0;
}

.contents .left_menu ul li ul li a {
	display: inline-block;
	width: calc(100% - 14px);
	padding: 10px 5% 10px 10%;
	background-image: none;
	vertical-align: top;
}

.contents .left_menu ul li ul li.on a {
	font-weight: bolder;
	text-decoration: underline;
}

.contents .left_menu ul li ul li a:before {
	content: '-';
	display: inline-block;
	width: 12px;
	text-align: left;
	vertical-align: top;
}

.contents .left_menu.menu001 ul li ul li a:hover {
	color: #4065d4;
}

.contents .left_menu.menu002 ul li ul li a:hover {
	color: #3e8ada;
}

.contents .left_menu.menu003 ul li ul li a:hover {
	color: #2da6b6;
}

.contents .left_menu.menu004 ul li ul li a:hover {
	color: #057aa4;
}

.contents .left_menu.menu005 ul li ul li a:hover {
	color: #16aa82;
}

.contents .left_menu.menu006 ul li ul li a:hover {
	color: #2139c2;
}

.contents .left_menu.menu007 ul li ul li a:hover {
	color: #4782cb;
}

.contents .left_menu.menu008 ul li ul li a:hover {
	color: #472796;
}

.contents .left_menu ul li ul li a:hover {
	text-decoration: underline;
}

.contents .left_menu ul li ul li.on a:hover {
	color: #ffffff;
}

.contents .left_menu.menu001 ul li ul li.on {
	background: url(../images/menu_01_sub_bg.png) repeat-x;
}

.contents .left_menu.menu002 ul li ul li.on {
	background: url(../images/menu_02_sub_bg.png) repeat-x;
}

.contents .left_menu.menu003 ul li ul li.on {
	background: url(../images/menu_03_sub_bg.png) repeat-x;
}

.contents .left_menu.menu004 ul li ul li.on {
	background: url(../images/menu_04_sub_bg.png) repeat-x;
}

.contents .left_menu.menu005 ul li ul li.on {
	background: url(../images/menu_05_sub_bg.png) repeat-x;
}

.contents .left_menu.menu006 ul li ul li.on {
	background: url(../images/menu_06_sub_bg.png) repeat-x;
}

.contents .left_menu.menu007 ul li ul li.on {
	background: url(../images/menu_07_sub_bg.png) repeat-x;
}

.contents .left_menu.menu008 ul li ul li.on {
	background: url(../images/menu_08_sub_bg.png) repeat-x;
}

.contents .left_menu .left_call {
	width: 100%;
	height: 142px;
	border-bottom: 1px solid #dddddd;
	float: left;
}

.contents .left_menu .left_call p {
	width: 100%;
	display: block;
	float: left;
}

.contents .left_menu .left_call p.num {
	font-size: 2em;
	color: #555555;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 2px 0;
}

.contents .left_menu .left_call p.num_info {
	width: 86%;
	padding: 10px 7%;
}

.contents .left_menu .left_call p.num_info span {
	width: 100%;
	display: block;
	float: left;
}

.contents .left_menu .left_call p.num_info span:nth-child(1) {
	width: 20%;
}

.contents .left_menu .left_call p.num_info span:nth-child(2) {
	width: 76%;
	padding-left: 4%;
}

.contents .left_menu .left_call p.num_info span:nth-child(2) b {
	margin-bottom: 2px;
	display: block;
}

.contents .left_menu .left_call p.num_info span:nth-child(2) em {
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	color: #888888;
}

.contents .con {
	width: 954px;
	/*min-height: 768px;*/
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff;
	padding: 40px 52px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	padding-bottom: 30px;
	margin-top: -40px;
}

.sub_tit {
	font-size: 2em;
	padding-bottom: 15px;
	background: url(../images/sub_tit_bg.gif) left bottom no-repeat;
	margin-bottom: 25px;
}

.sub_tit em {
	display: none;
}
/* bottomList Menu*/
#bottomList {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: height 0.4s ease;
	z-index: 1000;
}

/* 접힌 상태 */
#bottomList .collapsed {
	height: 47px
    align-items: center;
    justify-content: center;
    background-color: #2e4c66;
    color: white;
}

/* #bottomList .collapsed-content { */
/* 	display: flex; */
/* 	width: 100%; */
/* 	justify-content: space-between; */
/* 	padding: 0 20px; */
/* 	align-items: center; */
/* } */

#bottomList .collapsed-content {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 버튼은 오른쪽 끝으로 */
  position: relative;
  padding: 10px;
}

.center-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}


/* 펼친 상태 */
#bottomList .expanded {
	display: none;
	flex-direction: column;
	height: 300px;
}

#bottomList .expanded-header {
    padding: 10px 20px;
    font-weight: bold;
    background: #2e4c66;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: white;
}

#bottomList .expanded-body {
	flex: 1;
	overflow-y: auto; /* 세로 스크롤 */
	padding: 15px 20px;
	BOX-SIZING: BORDER-BOX;
}

/* 가로로 파일 나열 */
#bottomList .file-items {
	display: flex;
	flex-direction: column;
}

#bottomList .file-grid {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

#bottomList .matched-column {
	width: 650px; /* 4개 x 100px + 3개 x 10px gap */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-shrink: 0;
}

#bottomList .v-divider {
	width: 1px;
	background-color: #ccc;
	height: auto;
	margin: 0 3px;
	align-self: stretch;
}

#bottomList .uploaded-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#bottomList .upload-date-group h5 {
	margin: 0 0 5px;
	font-size: 15px;
	color: #444;
}

#bottomList .date-files {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

#bottomList .file-item {
    width: 100px;
    height: 170px;    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    box-sizing: border-box;
    text-align: center;
}

#bottomList .file-item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: white;
    border: 1px solid #ccc;
}

#bottomList .file-label {
    font-size: 12px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
}
#bottomList .file-status {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
}

/* 버튼 스타일 */
#bottomList .openListBtn, #bottomList .closeListBtn {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: white;
}

/* Quick Menu. 가로 폭 1460px 까지만 표시하도록 처리. */
#quick {
	display: block;
	width: 120px;
	height: 386px;
	margin: auto;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 16px;
	left: auto;
	/*left: calc(((100% - 1200px) / 2) + 1204px);*/
	text-align: center;
	-webkit-transition: bottom 0.2s ease;
	-moz-transition: bottom 0.2s ease;
	-ms-transition: bottom 0.2s ease;
	-o-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;
}

#quick.close {
	bottom: -337px;
}

#quick .event-quick {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #ffffff;
	overflow: hidden;
}

#quick .event-quick .bx-customized-header {
	border-bottom: 1px solid #dddddd;
	padding: 8px 0;
	font-weight: bold;
	color: #ffffff;
}

#quick .event-quick.menu001 .bx-customized-header {
	background: url(../images/left_menu01_on.png);
}

#quick .event-quick.menu002 .bx-customized-header {
	background: url(../images/left_menu02_on.png);
}

#quick .event-quick.menu003 .bx-customized-header {
	background: url(../images/left_menu03_on.png);
}

#quick .event-quick.menu004 .bx-customized-header {
	background: url(../images/left_menu04_on.png);
}

#quick .event-quick.menu005 .bx-customized-header {
	background: url(../images/left_menu05_on.png);
}

#quick .event-quick.menu006 .bx-customized-header {
	background: url(../images/left_menu06_on.png);
}

#quick .event-quick.menu007 .bx-customized-header {
	background: url(../images/left_menu07_on.png);
}

#quick .event-quick.menu008 .bx-customized-header {
	background: url(../images/left_menu08_on.png);
}

#quick .bx-customized-header a {
	display: block;
	width: 100%;
	font-size: 0;
}

#quick .bx-customized-header a span {
	display: inline-block;
	width: 88px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

#quick .bx-customized-header a img {
	display: inline-block;
	width: 10px;
	height: 19px;
	vertical-align: middle;
	transform: rotate(270deg);
}

#quick.close .bx-customized-header a img {
	transform: rotate(90deg);
}

#quick .bx-wrapper {
	margin-bottom: 12px;
}

#quick ul>li {
	width: 100%;
	height: 304px;
}

#quick ul>li>a, #quick ul>li>a>img {
	display: block;
	width: 100%;
	height: 90px;
}

#quick ul>li>a {
	margin-bottom: 12px;
}

#quick .bx-pager {
	font-size: 0;
}

#quick .bx-pager>div {
	display: inline-block;
	width: 19%;
	height: 6px;
	margin: 0 0.5%;
}

#quick .bx-pager>div>a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #c8c5be;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

#quick .bx-pager>div>a.active {
	border-color: #12509b;
	background-color: #12509b;
}

#quick .bx-customized-controls {
	border-top: 1px solid #dddddd;
	padding: 8px 0;
	font-size: 0;
	color: #ffffff;
}

#quick .event-quick.menu001 .bx-customized-controls {
	background: url(../images/menu_01_sub_bg.png) repeat-x;
}

#quick .event-quick.menu002 .bx-customized-controls {
	background: url(../images/menu_02_sub_bg.png) repeat-x;
}

#quick .event-quick.menu003 .bx-customized-controls {
	background: url(../images/menu_03_sub_bg.png) repeat-x;
}

#quick .event-quick.menu004 .bx-customized-controls {
	background: url(../images/menu_04_sub_bg.png) repeat-x;
}

#quick .event-quick.menu005 .bx-customized-controls {
	background: url(../images/menu_05_sub_bg.png) repeat-x;
}

#quick .event-quick.menu006 .bx-customized-controls {
	background: url(../images/menu_06_sub_bg.png) repeat-x;
}

#quick .event-quick.menu007 .bx-customized-controls {
	background: url(../images/menu_07_sub_bg.png) repeat-x;
}

#quick .event-quick.menu008 .bx-customized-controls {
	background: url(../images/menu_08_sub_bg.png) repeat-x;
}

#quick .bx-customized-controls>* {
	display: inline-block;
	height: 12px;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}

#quick .bx-customized-controls>span {
	width: 24px;
}

#quick .bx-customized-controls>span>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
}

#quick .bx-customized-controls>span>a>img {
	width: auto;
	height: 12px;
}

#quick .bx-customized-controls>a {
	width: 70px;
}

@media only screen and (min-width: 1600px) {
	#quick {
		width: 180px;
		height: 524px;
		bottom: 2px;
	}
	#quick.close {
		bottom: -487px;
	}
	#quick .bx-customized-header a span {
		width: 148px;
	}
	#quick .bx-customized-header a span br {
		display: none;
	}
	#quick ul>li {
		height: 439px;
	}
	#quick ul>li>a, #quick ul>li>a>img {
		height: 135px;
	}
	#quick .bx-pager>div {
		height: 9px;
	}
}

/* 커뮤니티 */
.commu_main {
	width: 100%;
	margin: 20px 0;
	background: #3919bc;
}

.commu_main p.cm_tit {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url(../images/sb_tit_bar_bg.png) no-repeat center bottom;
	float: left;
}

.commu_main p em {
	color: #044ca6;
	font-weight: 600;
}

.commu_main ul {
	width: 100%;
	margin: 20px 0 100px 0;
	float: left;
}

.commu_main ul li {
	display: inline-block;
	width: 33.333%;
	height: 400px;
	float: left;
}

.commu_main ul li span {
	width: 100%;
	display: block;
}

.commu_main ul li span:nth-child(1) {
	height: 300px;
	float: left;
}

.commu_main ul li span:nth-child(2) {
	height: 100px;
	padding-top: 25px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #222222;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.commu_main ul li span:nth-child(2) em {
	font-size: .9em;
	font-weight: lighter;
	text-decoration: underline;
}

.commu_main ul li span:nth-child(2) em a:hover {
	color: #999999;
	text-decoration: underline;
	display: inline-block;
}

.commu_main ul li:nth-child(1) span:nth-child(2), .commu_main ul li:nth-child(4) span:nth-child(2)
	{
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}

.commu_main ul li:nth-child(1) span:nth-child(1) {
	background: url(../images/com_main_m01.png) no-repeat;
	background-size: cover;
}

.commu_main ul li:nth-child(2) span:nth-child(1) {
	background: url(../images/com_main_m02.png) no-repeat;
	background-size: cover;
}

.commu_main ul li:nth-child(3) span:nth-child(1) {
	background: url(../images/com_main_m03.png) no-repeat;
	background-size: cover;
}

.commu_main ul li:nth-child(4) span:nth-child(1) {
	background: url(../images/com_main_m04.png) no-repeat;
	background-size: cover;
}

.commu_main ul li:nth-child(5) span:nth-child(1) {
	background: url(../images/com_main_m05.png) no-repeat;
	background-size: cover;
}

.commu_main ul li:nth-child(6) span:nth-child(1) {
	background: url(../images/com_main_m06.png) no-repeat;
	background-size: cover;
}

.commu_list {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

.commu_list div {
	width: 100%;
	height: 179px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}

.commu_list div:last-child {
	border-bottom: none;
}

.commu_list div p {
	display: inline-block;
	padding: 10px 0;
	float: left;
	margin: 15px 0;
	cursor: pointer;
	height: 129px;
	position: relative;
}

.commu_list div p.img {
	width: 212px;
}

.commu_list div p.img img {
	width: 212px;
}

.commu_list div p.txt {
	width: 71%;
	height: 129px;
	margin-left: 2%;
}

.commu_list div p.txt a:hover {
	text-decoration: underline;
}

.commu_list div p.txt span {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.commu_list div p.txt span:nth-child(1) {
	font-size: 1em;
	color: #252839;
	padding: 5px 0;
	font-weight: bolder;
	line-height: 1.4em;
}

.commu_list div p.txt span:nth-child(2) {
	color: #888888;
	display: block;
	margin-top: 0;
	line-height: 1.4em;
	font-size: .9em;
	color: #747474;
	float: left;
	width: 100%;
	height: 60px;
}

.commu_list div p.txt span:nth-child(3) {
	font-size: .85em;
	color: #999999;
	height: 19px;
	word-break: break-all;
	text-align: right;
	top: 119px;
	position: absolute;
	left: 0;
}

.pass_down {
	width: 96%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
	margin-top: 60px;
}

.pass_down div {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}

.pass_down div:last-child {
	border-bottom: none;
}

.pass_down div p {
	display: inline-block;
	padding: 5px 0;
	margin: 15px 0;
	cursor: pointer;
	vertical-align: middle;
	float: left;
}

.pass_down div p span {
	vertical-align: middle;
	float: left;
}

.dept_tr_list {
	width: 100%;
	float: left;
	margin-top: 30px;
	float: left;
}

.dept_tr_list ul {
	width: 100%;
}

.dept_tr_list li {
	width: 32%;
	padding: 0 .5%;
	cursor: pointer;
	margin-bottom: 20px;
}

.dept_tr_list li p {
	width: 100%;
	display: block;
	float: left;
}

.dept_tr_list li p.tr_m_pic {
	width: 100%;
	height: 111px;
	position: relative;
}

.dept_tr_list li p.tr_m_pic span {
	width: 100%;
	height: 111px;
	display: block;
}

.dept_tr_list li p.tr_m_pic span.imgs {
	width: 100%;
	height: 111px;
}

.dept_tr_list li p.tr_m_pic span.imgs img {
	width: 100%;
	height: 100%;
}

.dept_tr_list li p.tr_m_pic span.price {
	width: 95%;
	height: 31px;
	padding: 80px 5% 0 0;
	position: absolute;
	top: 0;
	text-align: right;
	color: #ffffff;
}

.dept_tr_list li p.tr_in_text {
	width: 100%;
	height: 140px;
	padding: 10px 3%;
	border: 1px solid #dddddd;
	color: #424242;
	background: #ffffff;
	box-sizing: border-box;
}

.dept_tr_list li p.tr_in_text b {
	width: 100%;
	display: block;
	text-align: right;
	font-size: .9em;
	color: #acacac;
	margin-bottom: 10px;
	padding: 0;
}

.dept_tr_list li p.tr_in_text em {
	width: 80%;
	display: block;
	margin-top: 5px;
	line-height: 1.4em;
	font-size: .75em;
	color: #747474;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.dept_tr_list li p.tr_in_text em.none {
	color: #aaaaaa;
	font-size: .8em;
}

.dept_tr_list li p.tr_in_text em.date {
	color: #0088d0;
	font-size: .8em;
}

.dept_tr_list li p.tr_in_text em.ex {
	width: 100%;
	margin-top: 10px;
	font-size: .8em;
	text-align: right;
}

.dept_photo {
	width: 100%;
	float: left;
	margin-top: 30px;
	float: left;
}

.dept_photo ul {
	width: 100%;
}

.dept_photo li {
	width: 32.333%;
	cursor: pointer;
	margin: 0 .5% 10px .5%;
}

.dept_photo li p {
	width: 100%;
	display: block;
	float: left;
}

.dept_photo li p.photo_pic {
	width: 100%;
	height: 200px;
	position: relative;
}

.dept_photo li p.photo_pic span {
	width: 100%;
	height: 200px;
	display: block;
}

.dept_photo li p.tr_photo_pic span.imgs {
	width: 100%;
	height: 200px;
}

.dept_photo li p.photo_pic span.imgs img {
	width: 100%;
	height: 200px;
}

.dept_photo li p.photo_pic span.pic_info {
	width: 90%;
	height: 40px;
	padding: 10px 5%;
	position: absolute;
	top: 140px;
	text-align: left;
	background: url(../images/bl_bg.png) repeat;
	color: #ffffff;
	font-size: .85em;
	font-weight: lighter;
	line-height: 1.4em;
	color: #eeeeee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dept_photo li p.photo_pic span.pic_info b {
	color: #80cfde;
	font-size: 1.1em;
	font-weight: 600;
}

.dept_photo li p.photo_pic span.pic_info a:hover b {
	text-decoration: underline;
	color: #689098;
}

.dept_trip {
	width: 100%;
	float: left;
	float: left;
}

.dept_trip ul {
	width: 100%;
}

.dept_trip li {
	width: 31.333%;
	cursor: pointer;
	margin: 0 1% 20px 1%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
}

.dept_trip a:hover li {
	border: 1px solid #acacac;
	box-sizing: border-box;
}

.dept_trip li p {
	width: 100%;
	display: block;
	float: left;
}

.dept_trip li p:nth-child(1) {
	padding: 20px 0;
	text-align: center;
	background: #efefef;
	font-size: .95em;
	color: #444444;
}

.dept_trip li p:nth-child(1) img {
	padding: 5px 0;
}

.dept_trip li p:nth-child(2) {
	width: 92%;
	padding: 10px 4%;
	font-size: .85em;
	color: #666666;
	line-height: 1.4em;
}

.dept_trip li p:nth-child(2) em {
	width: 100%;
	display: inline-block;
	text-align: right;
	font-size: .8em;
}

.dept_trip li p:nth-child(2) b.add_01 {
	color: #033d71;
}

.dept_trip li p:nth-child(2) b.add_02 {
	color: #007a38;
}

.dept_trip li p:nth-child(2) b.add_03 {
	color: #cf6f07;
}

.dept_trip li p:nth-child(2) b.add_04 {
	color: #55348e;
}

.dept_trip li p:nth-child(2) b.add_05 {
	color: #de9b0b;
}

.dept_trip_info {
	width: 100%;
	float: left;
}

.dept_trip_info p {
	width: 100%;
	display: block;
	float: left;
	letter-spacing: .05em;
}

.dept_trip_info p.map_img img {
	width: 100%;
	height: 100%;
	margin: 20px 0 40px 0;
}

.t_tab {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.t_tab span {
	width: 20%;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	font-weight: bolder;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	font-size: .9em;
}

.t_tab span:nth-child(5) {
	border-right: 0;
}

.t_tab span img {
	margin: 10px 0;
}

.t_tab span.on {
	color: #ffffff;
	background: #edf2f6;
	color: #444444;
}

.t_tab span a:hover {
	color: #999999;
}

.travel_tit {
	font-size: 1.6em;
	margin-top: 10px;
}

.travel_tit.food {
	color: #52789a;
}

.travel_tit.shop {
	color: #1a8f84;
}

.travel_tit.tour {
	color: #51aec4;
}

.travel_tit.hot {
	color: #cd9706;
}

.travel_tit.golf {
	color: #7aac52;
}

.travel_tit.plan {
	color: #6374b8;
}

.travel_s_tit {
	margin: 40px 0 20px 0;
	font-size: 1.1em;
	color: #222222;
}

.travel_s_tit img {
	padding-bottom: 4px;
}

.travel_s_tit em {
	display: inline-block;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #585858;
	margin: 20px 0;
	letter-spacing: .02em;
}

.travel_text {
	margin: 10px 0 20px 0;
	font-size: .95em;
	line-height: 1.3em;
	color: #555555;
}

.travel_text.plan {
	margin: 10px 0 20px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #555555;
}

.travel_text.plan em {
	color: #91a2e6;
}

.travel_img {
	margin: 10px 0;
}

.travel_img img {
	width: 100%;
}

.travel_ctg_list {
	width: 100%;
	margin-top: 20px;
}

.travel_ctg_list li {
	width: 32%;
	padding: 8px 0;
	margin: 4px 1% 4px 0;
	border: 1px solid #dddddd;
	border-radius: .3em;
}

.travel_ctg_list li p {
	width: 90%;
	display: block;
	padding: 2px 4% 0 6%;
	float: left;
}

.travel_ctg_list li p.ctg_tt {
	font-size: .9em;
	font-weight: bolder;
	position: relative;
}

.travel_ctg_list li a:hover {
	color: #777777;
}

.travel_ctg_list li p.ctg_tt em {
	font-style: italic;
	margin-right: 24px;
	position: absolute;
	left: 20px;
}

.travel_ctg_list li p.ctg_tt span {
	margin-left: 32px;
	display: inline-block;
}

.travel_ctg_list li p.ctg_bt {
	text-align: right;
	font-size: .8em;
	letter-spacing: .09em;
	color: #777777;
}

.travel_ctg_list li p.ctg_bt img {
	padding-bottom: 2px;
}

.travel_ctg_list.food li {
	background: url(../images/food_ctg_bg.jpg) no-repeat center left;
}

.travel_ctg_list.food li p.ctg_tt em {
	color: #6b9bc5;
}

.travel_ctg_list.shop li {
	background: url(../images/shop_ctg_bg.jpg) no-repeat center left;
}

.travel_ctg_list.shop li p.ctg_tt em {
	color: #1a8f84;
}

.travel_ctg_list.tour li {
	background: url(../images/tour_ctg_bg.jpg) no-repeat center left;
}

.travel_ctg_list.tour li p.ctg_tt em {
	color: #51aec4;
}

.travel_ctg_list.hot li {
	background: url(../images/hot_ctg_bg.jpg) no-repeat center left;
}

.travel_ctg_list.hot li p.ctg_tt em {
	color: #d19d10;
}

.travel_ctg_list.golf li {
	background: url(../images/golf_ctg_bg.jpg) repeat-y center left;
}

.travel_ctg_list.golf li p.ctg_tt em {
	color: #7aac52;
}

.travel_ctg_list.plan li {
	background: url(../images/plan_ctg_bg.jpg) no-repeat center left;
}

.travel_ctg_list.plan li p.ctg_tt em {
	color: #6374b8;
}

.link {
	width: 100%;
	margin-top: 20px;
	font-size: .9em;
	font-weight: bolder;
	text-align: right;
	padding: 8px 0;
	border-top: 1px dotted #9ebecd;
	float: left;
}

.link span {
	display: inline-block;
}

.link span em {
	color: #1174aa;
	letter-spacing: .01em;
}

.link span em a:hover {
	color: #2a96d1;
}

.link.cp {
	border-top: 0;
	margin: 0 0 20px 0;
}

.tour_list {
	width: 100%;
	display: block;
	margin: 40px 0 60px 0;
	height: auto;
	float: left;
}

.tour_list ul {
	width: 100%;
}

.tour_list ul li {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0;
}

.tour_list ul li span {
	display: inline-block;
	float: left;
}

.tour_list ul li span:nth-child(1) {
	width: 270px;
	text-align: left;
}

.tour_list ul li span:nth-child(2) {
	width: 65%;
	margin-left: 10px;
	color: #666666;
	font-size: .9em;
	letter-spacing: .08em;
}

.tour_list ul li span b {
	font-size: 1.1em;
	display: inline-block;
	margin: 10px 0;
	letter-spacing: .05em;
	color: #555555;
}

.tour_list ul li span b.si_map img {
	width: 80%;
	margin-top: 15px;
}

.tour_list ul li span em {
	font-size: .9em;
	display: inline-block;
	margin: 10px 0;
	letter-spacing: .05em;
	color: #1ea8c2;
}

.tour_list ul li span em a:hover {
	text-decoration: underline;
}

.tour_list ul li span.si_map {
	margin-top: 80px;
	display: block;
}

.tour_list ul li span.si_map img {
	width: 100%;
}

.tour_list.wide {
	width: 100%;
	display: block;
	margin: 40px 0 60px 0;
	height: auto;
	float: left;
}

.tour_list.wide ul {
	width: 100%;
}

.tour_list.wide ul li {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0;
}

.tour_list.wide ul li span {
	display: inline-block;
	float: left;
	width: 100%;
}

.tour_list.wide ul li span:nth-child(1) {
	text-align: left;
	margin-bottom: 40px;
}

.tour_list.wide ul li span:nth-child(2) {
	
}

.down_btn {
	text-align: right;
	margin: 10px 0;
}

.down_btn span {
	text-align: center;
	padding: 15px 25px 17px 25px;
	background: #115d99;
	border-radius: .2em;
	font-size: .95em;
	color: #ffffff;
	letter-spacing: .02em;
}

.down_btn span img {
	padding: 0 0 4px 2px;
}

.down_btn span a:hover {
	color: #c3d4e4;
}

.down_btns {
	text-align: right;
	margin: 10px 0;
}

.down_btns span {
	text-align: center;
	padding: 10px 25px 12px 25px;
	background: #115d99;
	border-radius: .2em;
	font-size: .95em;
	color: #ffffff;
	letter-spacing: .02em;
}

.down_btns span img {
	padding: 0 0 5px 2px;
}

.down_btns span a:hover {
	color: #c3d4e4;
}

.sa_tit {
	margin-top: 20px;
	font-size: 1.4em;
	color: #000000;
	float: left;
}

.sa_tit span {
	vertical-align: middle;
}

.sa_tit em {
	color: #38aac2;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: bolder;
	margin-right: 0;
}

.sa_tit.sp {
	margin-top: 20px;
	font-size: 1.4em;
	color: #000000;
	float: left;
}

.sa_s_tit {
	margin: 10px 0;
	font-size: 1.1em;
	color: #222222;
	font-weight: 600;
	float: left;
	width: 100%;
	position: relative;
}

.sa_s_tit img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.sa_s_tit em {
	display: inline-block;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #585858;
	margin: 20px 0;
	letter-spacing: .02em;
}

.sa_s_tit em b {
	color: #1191cf;
}

.sa_s_tit.res {
	width: 100%;
	display: block;
	margin: 20px 0 0 0;
	float: left;
}

.sa_s_tit.res span {
	width: 50%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}

.sa_s_tit.res span:nth-child(1) {
	font-size: 1.1em;
	color: #222222;
	font-weight: 600;
}

.sa_s_tit.res span:nth-child(2) {
	text-align: right;
	font-size: .8em;
	color: #222222;
	font-weight: normal;
}

.sa_s_tit.res span:nth-child(2) label {
	display: inline-block;
	color: #999999;
}

.ship_info {
	width: 100%;
	margin: 5px 0;
	float: left;
}

.ship_info p {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	float: left;
}

.ship_info p.tt {
	width: 96%;
	padding: 15px 2%;
	font-size: .95em;
	font-weight: 600;
	background: #efefef;
	color: #032e50;
	border-top: 3px solid #666666;
}

.ship_info p.tt img {
	vertical-align: middle;
}

.ship_info p span {
	width: 46%;
	padding: 10px 2%;
	font-size: .85em;
	color: #666666;
	display: inline-block;
	float: left;
}

.ship_info p span em {
	width: 46%;
	padding: 10px 2%;
	font-size: .85em;
	color: #666666;
	display: inline-block;
	float: left;
}

.sh_tt {
	width: 100%;
	margin: 20px 0 5px 0;
	font-size: .95em;
	letter-spacing: .01em;
	color: #2ea6bf;
	text-align: right;
	float: left;
}

.sh_tt.s {
	width: 100%;
	margin: 5px 0 0 0;
	font-size: .9em;
	letter-spacing: .01em;
	font-weight: bold;
	color: #626364;
	text-align: left;
	float: left;
}

/* 사내인트라넷추가 */
.reply {
	width: 100%;
	min-height: 500px;
	margin: 20px 0;
	float: left;
}

.rep_tit {
	width: 100%;
	display: block;
	float: left;
	font-size: .95em;
	font-weight: bolder;
	line-height: 1.2em;
}

.rep_tit b {
	color: #0181c8;
}

.rep_wr {
	width: 100%;
	padding: 20px 2%;
	display: block;
	float: left;
	margin: 12px 0;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.rep_wr p {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-bottom: 0;
}

.rep_wr p input {
	padding: 0 1%;
	height: 35px;
	border: 1px solid #d7d7d7;
	width: 120px;
	color: #a09a9c;
	margin-right: 7px;
	font-size: .9em;
	float: left;
	display: inline-block;
}

.rep_wr p span {
	display: inline-block;
	float: left;
}

.rep_wr p span.add_pic {
	width: 8%;
	height: 55px;
	margin: 0 1% 0 0;
	background: url(../images/rep_add_pic.png) no-repeat center bottom
		#f5f5f5;
	padding: 0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
}

.rep_wr p span.add_text {
	width: 80%;
	margin: 0 1% 0 0;
	background: #000000;
	padding: 0;
	position: relative;
}

.rep_wr p span.add_text textarea {
	width: 100%;
	margin: 0;
	background: #ffffff;
	padding: 0;
	height: 55px;
	overflow: hidden;
	padding: 5px 1%;
	border: 1px solid #d7d7d7;
	border-top: 1px solid #999999;
}

.rep_wr p span.add_btn {
	width: 10%;
	line-height: 55px;
	height: 55px;
	text-align: center;
	border-radius: .2em;
	font-size: .95em;
	color: #ffffff;
	background: url(../images/rep_add_btn_bg.jpg) repeat-x;
}

.rep_wr p span.add_btn a:hover {
	color: #d3e7fb;
}

.rep_wr p.rep_gu {
	margin-bottom: 0;
	font-size: .85em;
	letter-spacing: .01em;
	color: #999999;
	font-weight: bolder;
}

.rep_wr p.rep_gu em.ing {
	color: #247ed6;
}

.rep_wr p.rep_gu em.max {
	color: #555555;
}

.re_li {
	width: 100%;
	display: block;
	height: 100%;
	margin-top: 10px;
	float: left;
}

.re_li .pe_text {
	width: 100%;
	display: block;
	height: 100%;
	border-bottom: 1px dashed #dddddd;
	float: left;
	padding: 14px 0 4px 0;
	position: relative;
}

.re_li .pe_text p {
	display: inline-block;
	min-height: 65px;
	float: left;
}

.re_li .pe_text p.pe_icon {
	width: 10%;
	position: absolute;
	text-align: left;
	left: 0;
}

.re_li .pe_text p.pe_in {
	width: 90%;
	margin-left: 9%;
}

.re_li .pe_text p.pe_in span {
	width: 100%;
	display: block;
	padding: 4px 0;
}

.re_li .pe_text p.pe_in span.re_name {
	font-size: .95em;
	color: #3a5170;
	font-weight: bolder;
}

.re_li .pe_text p.pe_in span.re_name em {
	font-size: .9em;
	color: #839099;
	margin-left: 16px;
	font-weight: normal;
}

.re_li .pe_text p.pe_in span.re_intext {
	font-size: .85em;
	color: #9a9a9a;
	line-height: 1.4em;
}

.re_li .pe_text p.pe_in span.re_del {
	text-align: right;
	margin-bottom: 8px;
}

.re_li .pe_text p.pe_in span.re_del em {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #5d6771;
	font-size: .85em;
}

.re_li .pe_text p.pe_in span.re_del em img {
	padding-bottom: 3px;
}

.re_li .pe_text p.pe_in span.re_del em a:hover {
	color: #aaaaaa;
}

/* ..사내인트라넷추가 */

/* //커뮤니티 */

/* 여객안내 */
table.pass_list {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

table.pass_list td {
	padding: 10px 0;
	font-size: 1em;
	background: #ffffff;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: middle;
}

table.pass_list td span {
	color: #555555;
	padding: 3px 10px 6px 10px;
	font-size: .85em;
	background: url(../images/down_btn_bg.png) repeat-x center bottom
		#ffffff;
	border: 1px solid #dddddd;
	border-radius: .2em;
}

table.pass_list td span a:hover {
	color: #999999;
}

table.pass_list td:last-child {
	font-size: 0;
}

table.pass_list td span.d_button {
	display: inline-block;
	margin-right: 5%;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 3px;
	background: #ffffff;
	background-image: none;
	cursor: pointer;
	text-align: center;
}

table.pass_list td span.d_button:last-child {
	margin-right: 0;
}

table.pass_list td span.d_button:hover, table.pass_list td span.d_button:active
	{
	background: #efefef;
}

table.pass_list td span.d_button img {
	width: auto;
	height: 18px;
	vertical-align: top;
}

table.pass_list td span.d_button img.pass_img_org {
	width: 12px;
	height: 10px;
	margin: 3px 4px;
}

table.pass_list td:nth-child(1) img {
	margin: 0 2% 0 4%;
}

table.pass_list td:nth-child(2) {
	text-align: center;
}

table.charge.pass {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

table.charge.pass th {
	padding: 8px 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	background: #e7f1fa;
	border-bottom: 3px solid #666666;
	vertical-align: middle;
}

table.charge.pass td {
	padding: 10px 1%;
	text-align: center;
	font-size: .8em;
	color: #30404f;
	background: #ffffff;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	vertical-align: middle;
}

table.charge.pass td a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

table.charge.pass td:last-child {
	border-right: none;
	text-align: center;
}

.commu_main ul.pass_pic {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.commu_main ul.pass_pic li {
	display: inline-block;
	width: 50%;
	height: 480px;
	float: left;
}

.commu_main ul.pass_pic li span {
	width: 100%;
	display: block;
}

.commu_main ul.pass_pic li span:nth-child(1) {
	height: 380px;
	float: left;
}

.commu_main ul.pass_pic li span:nth-child(2) {
	height: 100px;
	padding-top: 25px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #222222;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.commu_main ul.pass_pic li span:nth-child(2) em {
	font-size: .9em;
	font-weight: lighter;
	text-decoration: underline;
}

.commu_main ul.pass_pic li span:nth-child(2) em a:hover {
	color: #999999;
	text-decoration: underline;
	display: inline-block;
}

.commu_main ul.pass_pic li:nth-child(1) span:nth-child(2), .commu_main ul li:nth-child(4) span:nth-child(2)
	{
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}

.commu_main ul.pass_pic li:nth-child(1) span:nth-child(1) {
	background: url(../images/sh_pic_main.png) no-repeat left top;
	background-size: cover;
}

.commu_main ul.pass_pic li:nth-child(2) span:nth-child(1) {
	background: url(../images/hm_pic_main.png) no-repeat left top;
	background-size: cover;
}

table.list.pass {
/* 	width: 100%; */
/* 	border-top: 2px solid #414340; */
/* 	border-bottom: 1px solid #444444; */
/* 	float: left; */
/* 	margin: 5px 0; */
	
	width: 100%;
	min-width: 426px;          /* 426px보다 더 크게 잡아보세요 (실데이터에 맞춰 조정) */
	margin: 5px 0;
	border-top: 2px solid #414340;
	border-bottom: 1px solid #444444;
	box-sizing: border-box;
	/* display: table; ← 기본값 유지(추천). block로 바꾸면 정렬 깨질 수 있음 */
	table-layout: auto;    
}

.h-scroll{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;  
}

table.list.pass th {
	padding: 8px 0;
	font-size: 0.9em;
	background: #ebf7f8;
	color: #444444;
	border-bottom: 1px solid #dddddd;
}

table.list.pass th.a {
	background: #ebf7f8;
}

table.list.pass td {
	padding: 4px 0;
	border-top: 1px dashed #dddddd;
	line-height: 1.4em;
	vertical-align: middle;
	text-align: center;
}

table.list.pass td.pst {
	text-align: center;
	border-top: 1px dashed #dddddd;
	vertical-align: middle;
}

table.list.pass td.pst em {
	font-size: .9em;
	color: #8292a2;
	letter-spacing: .02em;
}

table.list.pass td.pstt {
	background: #f6f6f6;
	text-align: center;
}

table.list.pass td.psts {
	background: #fefbce;
	text-align: center;
}

table.list.pass td.psts em {
	font-size: .95em;
	color: #8292a2;
	letter-spacing: .07em;
}

table.list.pass td.pstb {
	background: #efefef;
	text-align: center;
	font-size: .9em;
	line-height: 1.4em;
	padding: 7px 2%;
}

table.list.pass td.pstb.a {
	text-align: center;
	background: #e6e9ec;
}

table.list.pass td.pstc {
	background: #f0f8e9;
	text-align: center;
	padding: 0;
	font-weight: 600;
	color: #000000;
}

table.list.pass td.pstd {
	background: #e4ebee;
	font-weight: 600;
	color: #000000
}

table.list.pass td.pste {
	background: #d4dfe4;
	font-weight: 600;
	color: #000000
}

table.list.pass td a:hover {
	color: #999999;
}

table.list.pass td.pstf {
	background: #f7fbfc;
	border-right: 1px dashed #d9dadb;
}

table.list.pass.sec {
	margin-top: 60px;
}

table.list.pass.a {
	margin-bottom: 40px;
}

table.list.s {
	margin-bottom: 40px;
}

table.list.sa tr td {
	text-align: center;
}

table.list.pass td.align_left {
	text-align: left;
}

table.list {
	margin-bottom: 20px;
}

.pass_b {
	width: 100%;
	display: block;
	font-size: .8em;
	line-height: 1.6em;
	margin: 5px 0;
	color: #5f80a9;
	font-weight: bold;
	float: left;
}

.pass_b.s {
	width: 100%;
	display: block;
	font-size: .8em;
	line-height: 1.6em;
	margin: 10px 0 40px 0;
	color: #5f80a9;
	font-weight: bold;
	float: left;
}

.pass_b.s em {
	color: #ce4b99;
	font-size: .9em;
	margin-left: 4px;
	font-weight: normal;
}

.call_center_tit {
	width: 96%;
	display: block;
	padding: 15px 2%;
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: bold;
	background: #f7f7f7;
	border-top: 4px solid #0ca1cb;
	float: left;
}

.call_center_tit img {
	margin-right: 10px;
}

.tour_list.pass {
	margin-top: 20px;
	width: 100%;
}

.tour_list.pass ul li {
	margin: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.tour_list.pass ul li span:nth-child(1) {
	width: 30%;
	text-align: left;
}

.tour_list.pass ul li span:nth-child(2) {
	width: 65%;
	color: #666666;
	font-size: .9em;
	letter-spacing: .08em;
}

.tour_list.pass ul li span:nth-child(2) b {
	color: #015fa7;
	font-size: 1.2em;
}

.cal_pass {
	width: 100%;
	display: block;
	float: left;
	margin-top: 0;
}

.pass_btns {
	width: 100%;
	display: block;
	margin: 10px 0 40px 0;
	padding: 18px 0;
	text-align: center;
	background: #f4f7fe;
	float: left;
}

.pass_btns p {
	display: inline-block;
	font-size: .85em;
	padding: 10px 40px 10px 20px;
	margin: 5px 0;
	background: url(../images/pass_btns_ar.png) no-repeat center right
		#4064b0;
	color: #ffffff;
	border-radius: .2em;
	cursor: pointer;
}

.pass_btns p a:hover {
	color: #c6e1f8;
	text-decoration: underline;
}

.pass_btns.left {
	width: 100%;
	display: block;
	margin: 10px 0 40px 0;
	padding: 18px 0;
	text-align: right;
	background: #ffffff;
	float: left;
}

.lay_wrap {
	width: 100%;
	height: 100%;
	display: inline;
	position: absolute;
	z-index: 9000;
	left: 0;
	border: 0;
}

.lay_pop {
	width: 720px;
	margin: 0 auto;
	padding-left: 260px;
	border: 0;
}

.lp_con {
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	float: left;
}

.lp_con p {
	width: 100%;
	display: block;
	float: left;
}

.lp_con p.cl_btns {
	width: 92%;
	padding: 12px 4%;
	color: #ffffff;
	font-size: 1em;
	cursor: pointer;
	background: url(../images/add_cl.png) no-repeat center right #015fa7;
}

.ly_info {
	width: 92%;
	display: block;
	padding: 20px 4%;
	background: #fcfcfc;
	border: 1px solid #eeeeee;
	font-size: .85em;
	line-height: 1.8em;
	color: #444444;
	float: left;
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.ly_info p {
	width: 100%;
	display: block;
	float: left;
}

.ly_info p.ly_tt {
	font-size: 1em;
	color: #222222;
	font-weight: bold;
	margin: 20px 0;
}

.ly_info p.ly_tt em {
	font-size: .9em;
	color: #0279cb;
	font-weight: normal;
}

.ly_info p.ly_box {
	width: 96%;
	font-size: .85em;
	color: #255579;
	padding: 15px 2%;
	line-height: 1.6em;
	background: #efefef;
	margin: 10px 0;
}

/* 선실정보 팝업 20160826 wide */
.in_pp {
	width: 950px;
	margin: 0 auto;
}

/* 면세점팝업 2016-12-02 오썬 */
.in_pp2 {
	width: 600px;
	top: 150px;
	position: relative;
}

.in_pp2 .view_btn {
	width: 96%;
	height: auto;
}

.in_pp2 .dept_bt_arr {
	position: absolute;
	top: 50%;
	left: 0;
	overflow: hidden;
}

.in_pp2 .arr_left img, .in_pp2 .arr_right img {
	height: 40px;
	width: auto
}

.in_pp2 .dept_bt_rnum {
	width: 80%;
	position: absolute;
	top: 120px;
	right: 0;
}

.in_pp2 .dept_bt_rnum img {
	height: 20px;
}

/* 면세점팝업 2016-12-02 오썬 */
.pass_img_view {
	width: 950px;
	height: 100%;
	font-size: .95em;
	margin: 0 auto;
	background: none;
}

.pass_img_view p.room_img {
	width: 100%;
}

.pass_img_view p.room_img img {
	width: 100%;
}

.view_btn {
	width: 950px;
	height: 10%;
	position: absolute;
	top: 0;
}

.view_btn p {
	display: block;
}

.view_btn p.dept_bt_close {
	width: 92%;
	text-align: right;
	padding: 20px 4%;
	cursor: pointer;
}

.view_btn p.dept_bt_arr {
	width: 100%;
	margin: 130px 0;
}

.view_btn p.dept_bt_arr span {
	width: 50%;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.view_btn p.dept_bt_arr span.arr_left {
	width: 42%;
	text-align: left;
	padding: 0 4%;
}

.view_btn p.dept_bt_arr span.arr_right {
	width: 42%;
	text-align: right;
	padding: 0 4%;
}

.view_btn p.dept_bt_rnum {
	width: 96%;
	margin-top: 180px;
	float: left;
	text-align: right;
	padding-right: 4%;
}

.view_btn p.dept_bt_rnum span {
	display: inline-block;
	cursor: pointer;
}

.room_img_intext {
	width: 92%;
	background: #ffffff;
	min-height: auto;
	padding: 0 4% 30px 4%;
}

.room_img_intext.sh .fl_tit {
	width: 100%;
	padding: 40px 0 5px 0;
	border-bottom: 1px solid #999999;
	font-size: 1.4em;
	background: url(../images/pass_pop_sh_logo.jpg) top right no-repeat;
}

.room_img_intext.hm .fl_tit {
	width: 100%;
	padding: 40px 0 5px 0;
	border-bottom: 1px solid #999999;
	font-size: 1.4em;
	background: url(../images/pass_pop_hm_logo.jpg) top right no-repeat;
}

.fl_tit b {
	color: #1655ab;
}

.room_info_tt {
	width: 100%;
	font-size: .9em;
	color: #666666;
	margin: 10px 0;
}

.room_info_tt.s {
	position: relative;
	padding: 0;
	margin: 6px 0 1px 0;
}

.room_info_tt.s em {
	display: inline-block;
}

.room_info_tt.s em:nth-child(1) {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: .95em;
	color: #e1060a;
}

.room_info_tt.s em:nth-child(2) {
	padding-left: 10px;
	color: #000000;
	font-family: '맑은고딕', sans-serif;
}

.room_info_tt.s em:nth-child(2) span {
	display: inline-block;
	float: left;
}

.room_info_tt.s em:nth-child(2) span b {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 2px;
}

/* //선실정보 팝업 20160826 wide */
.lay_wraps {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9000;
	left: 0;
	border: 0;
}

.lay_pops {
	width: 500px;
	margin: 0 auto;
	padding-left: 260px;
	border: 0;
}

.lp_cons {
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	float: left;
}

.lp_cons p.cl_btnss {
	width: 92%;
	padding: 15px 4%;
	color: #ffffff;
	font-size: .95em;
	cursor: pointer;
	background: url(../images/add_cl.png) no-repeat center right #015fa7;
}

.lp_cons p.search_paa {
	width: 96%;
	padding: 10px 0;
	margin-top: 20px;
}

.lp_cons p.search_paa input {
	width: 50%;
	padding: 10px 2%;
	border: 1px solid #dddddd;
	font-size: .95em;
	color: #444444;
}

.lp_cons p.search_paa span {
	display: inline-block;
	padding: 9px 20px 9px 20px;
	border-radius: .2em;
	background: #444444;
	color: #ffffff;
	margin: 0 4px;
}

.lp_cons p.search_paa span a:hover {
	color: #dddddd;
}

.ly_infos {
	height: 400px;
	margin-bottom: 50px;
	padding: 0 3%;
	overflow-x: hidden;
	overflow-y: scroll;
}

table.list.pass_lay {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	margin: 40px 0;
	float: left;
}

table.list.pass_lay th {
	padding: 10px 0;
	font-size: .95em;
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}

table.list.pass_lay td.pst {
	padding: 15px 0;
	font-size: .95em;
	border-top: 1px solid #e6e6e6;
	vertical-align: middle;
	text-align: center;
}

table.list.pass_lay td.pst em {
	font-size: .9em;
	color: #444444;
	letter-spacing: .02em;
}

table.list.pass_lay td.pstt {
	background: #f4f7fe;
	text-align: center;
}

table.list.pass_lay td.psts {
	background: #f7f7f7;
	text-align: center;
}

table.list.pass_lay td.psts em {
	font-size: .95em;
	color: #8292a2;
	letter-spacing: .07em;
}

table.list.pass_lay td.pstb {
	background: #efefef;
	text-align: left;
	font-size: .8em;
	line-height: 1.4em;
	padding: 15px 2%;
}

table.list.pass_lay_s {
	margin: 20px 0;
}

table.list.pass_lay_s th.pst, table.list.pass_lay_s td.pst {
	text-align: center;
}

.pass_ex {
	width: 96%;
	padding: 10px 2%;
	border: 5px solid #dddddd;
	background: #fefefe;
	margin: 10px 0;
	float: left;
}

.pass_ex p {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 2.2em;
	color: #222222;
}

.pass_ex p em {
	width: 100%;
	font-size: .45em;
	color: #666666;
	display: inline-block;
	text-align: left;
}

.pass_ex p.dt {
	width: 100%;
	font-size: 1.4em;
	color: #444444;
	display: inline-block;
	text-align: center;
}

.pass_ex table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #555555;
	box-sizing: border-box;
	border-bottom: none;
	background: #ffffff;
	float: left;
}

.pass_ex table th, .pass_ex table td {
	padding: 10px 1%;
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #555555;
	color: #000000;
	vertical-align: middle;
}

.pass_ex table th {
	text-align: center;
}

.pass_ex table td {
	border-right: 1px solid #555555;
}

.pass_ex table td.col_pa {
	border-right: none;
}

.pass_ex table td.col_pas span {
	text-align: left;
	font-size: .85em;
}

.pass_ex table td:last-child {
	border-right: none;
	border-bottom: 1px solid #555555;
}

.pass_ex table td span {
	text-align: center;
	width: 100%;
	display: block;
}

.pass_ex.pex_agree p {
	padding: 4px;
	text-align: left;
	line-height: 1.4;
	font-size: 1em;
}

.pass_ex.pex_agree .align-right {
	text-align: right !important;
}

.pass_ex.pex_agree .pex_box {
	display: block;
	margin: 0 0 12px;
	border: 1px solid #555555;
	padding: 4px;
}

.pass_ex.pex_agree .pex_box.pex_title {
	font-weight: bold;
	font-size: 1.4em;
}

.pass_ex.pex_agree .pex_text {
	margin: 0 0 12px;
}

.pass_img {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 40px;
	float: left;
}

.pass_img img {
	width: 743px;
}

.pass_img_ex {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
	height: 30px;
	line-height: 30px;
	font-size: .95em;
	font-weight: bolder;
	float: left;
}

.pass_img_ex span {
	display: inline-block;
}

.pass_img_ex span:nth-child(1) {
	
}

.pass_img_ex span:nth-child(2) {
	padding-left: 8px;
}

/* 포인트안내2017-02-08 전 */
span.emp {
	font-weight: bold;
	color: #515eba;
}

.p_list_wrap {
	width: 100%;
}

.p_list_wrap .p_list_item {
	width: 100%;
	min-height: 84px;
	border-bottom: 1px solid #cccccc;
	padding: 6px 14px;
}

.p_list_wrap .p_list_item:last-child {
	border-bottom: none;
}

.p_list_wrap .p_list_item img {
	display: inline-block;
	width: 84px;
	height: 84px;
	vertical-align: middle;
}

.p_list_wrap .p_list_item ul {
	display: inline-block;
	width: calc(100% - 116px);
	height: auto;
	margin-left: 16px;
	float: none;
	vertical-align: middle;
}

ul.dashed_li {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
}

ul.dashed_li>li {
	display: block;
	margin-bottom: 6px;
	font-size: 88%;
	line-height: 1.4;
	text-indent: -11px;
	float: none;
}

ul.dashed_li>li:before {
	content: "- ";
	text-indent: -11px;
}

ul.dashed_li>li span.p_list_small {
	font-size: 80%;
}

.p_family_head {
	width: 100%;
	height: 240px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cccccc;
	margin: 0;
	position: relative;
}

.p_family_head img {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 50px;
}

.p_family_head p {
	width: auto;
	position: absolute;
	right: 40px;
	bottom: 30px;
	left: 250px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	color: #515151;
}

.p_family_head p span.emp {
	font-size: 120%;
}

.p_family_wrap {
	display: block;
	float: left;
	width: calc(100% - 26px);
	height: auto;
	padding: 20px 14px;
	background: #4e66bc;
	color: #ffffff;
}

/* //포인트안내 */

/* 식사권 판매 2017-04-17 전 */
/* mt: Meal Ticket */
.res_tb.meals {
	float: none;
}

.mt_control {
	font-size: 0;
	height: 40px;
	margin-bottom: 30px;
}

.mt_control div, .mt_control h5 {
	display: inline-block;
	vertical-align: middle;
}

.mt_control div {
	height: 100%;
}

.mt_control button {
	height: 100%;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 12pt;
	cursor: pointer;
}

.mt_control button:hover, .mt_control button:focus {
	background: #eeeeee;
}

.mt_control .pn-btn {
	width: 14.3%;
}

.mt_control .pn-btn button {
	width: 50%;
}

.mt_control .pn-btn .btn-prev {
	border-radius: 6px 0 0 6px;
	margin-right: -1px;
}

.mt_control .pn-btn .btn-next {
	border-radius: 0 6px 6px 0;
}

.mt_control .mt_title {
	width: 71.4%;
	font-size: 16pt;
	text-align: center;
}

.mt_control .print-btn {
	width: 14.3%;
}

.mt_control .print-btn button {
	width: 100%;
}

.mt_control .print-btn button img {
	width: auto;
	height: 24px;
	margin-right: 10%;
}

table.mt_table {
	width: 100%;
	table-layout: fixed;
}

table.mt_table th, table.mt_table td {
	border: 1px solid #dddddd;
	padding: 4px .5%;
}

table.mt_table th:first-child, table.mt_table td:first-child .date {
	color: #de3b21;
}

table.mt_table th:last-child, table.mt_table td:last-child .date {
	color: #3498db;
}

table.mt_table th:first-child, table.mt_table td:first-child, table.mt_table th:last-child,
	table.mt_table td:last-child {
	background: #f8f8f8;
}

table.mt_table td.today {
	border: 2px solid rgba(222, 59, 33, .2) !important;
	xbackground: #ebf7f8 !important;
}

table.mt_table td .date {
	text-align: right;
}

table.mt_table td .date.disabled {
	opacity: .3;
}

table.mt_table td .meals-area {
	margin: 8px 0;
	text-align: center;
}

table.mt_table td .meals-area p {
	display: block;
	border: 1px solid #dddddd;
	font-size: 10pt;
}

table.mt_table td .meals-area p:first-child {
	background: #fefbce;
	margin-bottom: -1px;
	border-radius: 4px 4px 0 0;
}

table.mt_table td .meals-area p:last-child {
	background: #ebf7f8;
	border-radius: 0 0 4px 4px;
}

table.mt_table td .meals-area p a {
	display: block;
	width: 100%;
	height: 16px;
	padding: 4px 1%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.mt_table td .meals-area p a.ma-tmp {
	font-size: 0;
}

table.mt_table td .meals-area p a.ma-tmp>span {
	display: inline-block;
	font-size: 10pt;
}

table.mt_table td .meals-area p a.ma-tmp>span:first-child {
	width: 65%;
	text-align: right;
}

table.mt_table td .meals-area p a.ma-tmp>span:last-child {
	width: 35%;
	text-align: left;
}

table.mt_table td .meals-area.disabled p {
	display: none;
}

table.mt_table td .btn-area {
	font-size: 0;
}

table.mt_table td .btn-area button {
	display: inline-block;
	width: 50%;
	height: 30px;
	box-sizing: border-box;
	font-size: 10pt;
	padding: 4px 1%;
	cursor: pointer;
}

table.mt_table td .btn-area button.btn-common {
	border: 1px solid #dddddd;
	background: #ffffff;
}

table.mt_table td .btn-area button.btn-common.disabled {
	background: #eeeeee;
	cursor: not-allowed;
}

table.mt_table td .btn-area button.btn-common.success {
	color: #3498db;
	font-weight: bold;
}

table.mt_table td .btn-area button.btn-admin {
	border: 1px solid #de3b21;
	background: #e66854;
	color: #ffffff;
}

table.mt_table td .btn-area button.btn-common:hover, table.mt_table td .btn-area button.btn-common:focus
	{
	border: 1px solid #dddddd;
	background: #eeeeee;
}

table.mt_table td .btn-area button.btn-admin:hover, table.mt_table td .btn-area button.btn-admin:focus
	{
	border: 1px solid #de3b21;
	background: #de3b21;
	color: #ffffff;
}

table.mt_table td .btn-area.isAdmin0 button.btn-common {
	width: 100%;
}

table.mt_table td .btn-area.isAdmin0 button.btn-admin {
	display: none;
}

table.mt_table td .btn-area.disabled button {
	display: none;
}

/* //식사권 판매 */
/* //여객안내 */

/* 고객서비스 */
.duty_tab {
	width: 100%;
	display: block;
	height: 40px;
	border-bottom: 1px solid #5a826b;
}

.duty_tab span {
	width: 20%;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #5a826b;
	color: #ffffff;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: .9em;
}

.duty_tab span.on {
	height: 39px;
	background: #ffffff;
	color: #222222;
	border: 2px solid #5a826b;
	border-bottom: none;
	font-weight: 600;
}

.duty_best {
	width: 100%;
	display: block;
	height: 380px;
	border: 1px solid #eaeaea;
	margin: 50px 0 80px 0;
	float: left;
}

.duty_best div {
	width: 50%;
	height: 380px;
	display: inline-block;
	float: left;
}

.duty_best div:nth-child(1) {
	padding: 30px 5%;
	width: 40%;
	height: 320px;
	text-align: center;
	background: url(../images/du_icon_01.png) no-repeat top left;
}

.duty_best div:nth-child(1) img {
	width: 250px;
	height: 250px;
}

.duty_best div:nth-child(1) p:nth-child(2) {
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: left;
}

.duty_best div:nth-child(1) p:nth-child(2) em {
	font-size: .6em;
	color: #666666;
	font-weight: normal;
}

.duty_best div:nth-child(2) p {
	width: 90%;
	display: block;
	height: 150px;
	padding: 20px 5%;
	border-left: 1px solid #eaeaea;
	float: left;
}

.duty_best div:nth-child(2) p span {
	display: inline-block;
	height: 150px;
	float: left;
}

.duty_best div:nth-child(2) p span:nth-child(1) {
	width: 50%;
	line-height: 150px;
}

.duty_best div:nth-child(2) p span:nth-child(1) img {
	width: 160px;
	height: 160px;
	vertical-align: middle;
}

.duty_best div:nth-child(2) p span:nth-child(2) {
	width: 50%;
	margin-top: 100px;
	font-size: 1.2em;
	font-weight: 600;
}

.duty_best div:nth-child(2) p span:nth-child(2) em {
	font-size: .6em;
	color: #666666;
	font-weight: normal;
}

.duty_best div:nth-child(2) p:nth-child(1) {
	background: url(../images/du_icon_02.png) no-repeat top right;
	border-bottom: 1px solid #eaeaea;
}

.duty_best div:nth-child(2) p:nth-child(2) {
	background: url(../images/du_icon_03.png) no-repeat top right;
}

.duty_list {
	width: 99%;
	display: block;
	height: auto;
	margin: 60px 0 80px 1%;
	float: left;
}

.duty_list li {
	display: inline-block;
	min-height: 200px;
	float: left;
	width: 32%;
	margin-bottom: 1%;
	padding: 20px 0;
	border: 1px solid #eaeaea;
	text-align: center;
	margin-right: 1%;
}

.duty_list li span {
	width: 100%;
	display: block;
}

.duty_list li span:nth-child(1) {
	width: 150px;
	height: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
	background: #dddddd;
}

.duty_list li span img {
	height: 150px;
}

.duty_list li span:nth-child(2) {
	font-size: .85em;
	padding-top: 15px;
	color: #666666;
}

.duty_list li span:nth-child(3) {
	width: 96%;
	padding: 0 2%;
	margin: 5px 0;
	background: #f01014;
}

.sel_btn {
	width: 100%;
	height: 30px;
	font-size: .9em;
	margin-bottom: 12px;
}

.sel_btn span {
	display: inline-block;
	padding: 0 10px;
	line-height: 32px;
	float: left;
	margin: 0 4px 5px 0;
	text-align: center;
	font-size: .95em;
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #999999;
	box-sizing: border-box;
	cursor: pointer;
}

.sel_btn span.on {
	background: #e45b08;
	border: 1px solid #cd5005;
	color: #ffffff;
}

.sel_btn_gu {
	width: 100%;
	font-size: .8em;
	margin-bottom: 26px;
	color: #a5998f;
}

/* wide faq_tab */
.faq_tab {
	width: 100%;
	min-height: 100%;
	font-size: .9em;
	margin-bottom: 30px;
	float: left;
}

.faq_tab span {
	display: inline-block;
	float: left;
	font-size: .95em;
	background: #b5bcc0;
	color: #ffffff;
	width: 24.8%;
	padding: 10px 0;
	margin: 1px .1%;
	font-size: .95em;
	border-radius: .4em;
	text-align: center;
	cursor: pointer;
}

.faq_tab span em {
	display: block;
	padding-bottom: 5px;
}

.faq_tab span em img {
	width: 24px;
}

.faq_tab span a {
	display: block;
}

.faq_tab span a:hover {
	color: #efefef;
	text-decoration: underline;
}

.faq_tab span.on {
	background: #01a3ec;
	color: #ffffff;
}

/* ..wide faq_tab */

/* mb017_step01 */

.new-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.new-popup-box {
  background: #fff;
  width: 90%;
  max-width: 360px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  animation: fadeIn 0.2s ease-in-out;
}

@media (min-width: 600px) {
  .new-popup-box {
    max-width: 480px;
  }
}

/* ✅ 데스크탑 대응 (1024px 이상) */
@media (min-width: 1024px) {
  .new-popup-box {
    max-width: 640px;
  }
}

.new-popup-header {
  background-color: #78aeca;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.new-popup-content {
  padding: 16px;
  font-size: 14px;
  color: #333;
  max-height: 70vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.insurance-fee-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.insurance-fee-table th,
.insurance-fee-table td {
  border: 1px solid #888;
  padding: 4px;
}

.insurance-fee-table th {
  background-color: #f2f2f2;
}

.email-popup-tables {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* 공통 테이블 스타일 */
.table-wrapper{
  scrollbar-width: thin;
}
.email-table {
  border-collapse: collapse;
  font-size: 14px;
}
.email-table thead {
    position: sticky;
    top: 0px;
}
.email-table th,
.email-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
/* 바깥 테두리 제거 */
.email-table tr:first-child th,
.email-table tr:first-child td {
  border-top: none;
}
.email-table tr td:first-child,
.email-table tr th:first-child {
  border-left: none;
}

.email-table tr td:last-child,
.email-table tr th:last-child {
  border-right: none;
}

.email-table tr:hover td {
  background-color: #f5f5f5;
  cursor: pointer;
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  appearance: none;           /* 기본 동그라미 없애기 */
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 3px;         /* 네모모양 */
  display: inline-block;
  position: relative;
}

.custom-radio input[type="radio"]:checked::after {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  top: -2px;
  left: 2px;
}

.custom-radio input[type="radio"]:checked {
  background-color: #333;
  border-color: #333;
}

/* 공통 테이블 헤더 색 (앞 3개) */
.common-table th {
    background-color: #457c7f;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

/* 수신자 테이블 헤더 색 */
.email-list-table th {
  background-color: #915d73;
  text-align: center;
  color: white;
}

/* 앞 3개 테이블: 체크 또는 클릭 시 강조 (파랑) */
.common-table tr.selected-row td {
  background-color: #e6f0f1;
}

.common-table tr td:first-child {
  text-align: center;
}

/* 수신 테이블만 별도 강조색 (자주) */
.email-list-table tr.selected-row td {
  background-color: #f3e6f0;
}
.reserve-info p {
  margin: 6px 0;
}

.section-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 12px 0;
}

.document-status-table {
  width: 100%;
  border-collapse: collapse;
  min-height: 300px;
}

.document-status-table th,
.document-status-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.document-status-table td.status-cell {
  font-weight: bold;
}

.status-complete { color: #388e3c; }  /* 제출완료 / 완료 */
.status-pending  { color: #ef6c00; }  /* 미제출 */
.status-confirm  { color: #1976d2; }  /* 재요청 / 재수령 */
.status-default  { color: #777; }     /* 기타 */

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

/*--------------------------- mb017_step02 start-----------------------*/
.content-inner .file-action-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 10px 0;
}

.content-inner .file-info {
	background-color: #e3e7e9;
	color: #333;
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 14px;
}

.content-inner .file-info strong {
	font-weight: 700;
}

/* 점선 박스 스타일 */
.file-drop-area {
	border: 2px solid #ccc;
	border-radius: 10px;
	text-align: center;
	width: 100px;
	height: 100px;
	position: relative;
	/* 	margin-right: 10px; */
	background-color: #f9f9f9;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* 플러스 버튼 스타일 */
.file-drop-area .plus-button {
	font-size: 50px;
	color: #aaa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	cursor: pointer;
	width: 100%;
	height: 100%;
	line-height: 95px;
	transition: opacity 0.3s ease;
}

.file-drop-area .plus-button:hover {
	opacity: 0.8;
}

/* 숨겨진 파일 입력 */
.file-drop-area input[type="file"] {
	display: none;
}

/* 파일 미리보기 컨테이너 */
.file-preview-container, .uploaded-preview-container {
	/* 	display: flex; */
	/* 	flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	justify-items: center; /* 그리드 안 요소들을 가로 중앙 정렬 */
/* 	align-items: center; 그리드 안 요소들을 세로 중앙 정렬 */
	gap: 10px;
	margin-top: 20px;
}
.file-preview-wrapper {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file-name-label {
  font-size: 11px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
}

/* 파일 미리보기 스타일 */
.file-preview {
/* 	border: 2px solid #ccc; */
	border-radius: 10px;
	width: 100px;
	height: 100px;
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease;
	
	background-image: url('../../../resources/images/icon_img_bg.png'); /* 파일 경로를 실제 위치에 맞게 설정하세요 */
    background-size: cover; /* 또는 contain */
    background-position: center;
    background-repeat: no-repeat;
}

.file-preview img {
	max-width: 100%;
	max-height: 100%;
	position: absolute; /* 위치 설정을 위해 추가 */
	z-index: 1;
	top: 50%; /* 상단에서 50% 아래로 이동 */
	left: 50%; /* 왼쪽에서 50% 오른쪽으로 이동 */
	transform: translate(-50%, -50%); /* 중심 기준으로 이동 */
	object-fit: contain; /* 이미지가 박스에 맞게 조정 */
}

/* 선택된 파일 강조 효과 */
.file-preview.selected::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid black;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	box-sizing: border-box;
}

/* 파일 삭제 버튼 */
.file-preview .delete-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: none;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image:
		url('../../../resources/images/icon_close.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3; /* 버튼이 항상 위에 오도록 설정 */
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.file-preview .delete-btn:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.file-preview.disabled {
  opacity: 0.7;
  position: relative;
}

.file-preview.disabled::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}


/* /* 파일 미리보기 hover 효과 */
* /
	/* .file-preview:hover { */
	/* 	border-color: #888; */
	/* 	transform: scale(1.05); */
	/* } */
	/* PDF 아이콘과 이름 컨테이너 */    
.file-preview-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 부모 컨테이너 기준으로 가로/세로 중앙 정렬 */
	display: flex;
	flex-direction: column; /* 아이콘과 이름을 세로로 정렬 */
	align-items: center; /* 가로 중앙 정렬 */
}

/* PDF 아이콘 스타일 */
.pdf-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/icon_pdf.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.word-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/icon_doc.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.zip-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/icon_zip.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.etc-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/icon_file.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.web-pdf-icon{
	width: 102px;
	height: 122px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/web_icon_pdf.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.web-etc-icon{
	width: 102px;
	height: 122px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/web_icon_file.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.disabled-file {
    opacity: 0.4;
    cursor: default;
    background-image: url('../../../resources/images/web_icon_noneFile.png');
}

.web-word-icon{
	width: 102px;
	height: 122px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/web_icon_doc.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.web-zip-icon{
	width: 102px;
	height: 122px;
	margin: 0 auto; /* 중앙 정렬 */
	background-image: url('../../../resources/images/web_icon_zip.png');
	/* 업로드된 PDF 아이콘 경로 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 파일 이름 스타일 */
.file-name {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 이름이 길면 생략 처리 */
	max-width: 100px; /* 미리보기 상자 크기와 일치 */
}

.description-box {
	display: flex;
	flex-wrap: wrap; /* ✅ 줄 바꿈 허용 */
	gap: 10px;
	background-color: #f2f2f2;
	padding: 12px;
	border-radius: 8px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.description-box2 {
	display: flex;
	align-items: center;
	justify-content: right;
}

.description-column {
	flex: 1 1 calc(50% - 20px); /* ✅ 2개까지만 한 줄에 */
	min-width: 100px;
}

.description-column ul {
	margin: 5px 0 0 0;
	list-style-type: disc;
}

.description-column li::before {
	content: "- ";
	position: absolute;
	left: 0;
	top: 0;
}

.description-column li {
	position: relative;
	padding-left: 0.8em; /* 여백 확보 */
	float: none;
}

.collapsible {
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 19px;
	font-weight: 700;
	border-radius: 10px 10px 0px 0px;
}

.collapsible_section1 {
	color: #605363;
}

.collapsible_section2 {
	color: #314f71;
}

.collapsible_section3 {
	color: #4b5c47;
}

.collapsible_section4 {
	color: #887156;
}

.collapsible.active {
	color: white;
}

.content {
	padding: 0px 8px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.1s ease-out;
}

.collapsible:after {
	/*     content: '\002B'; + 기호 */
	content: "";
	display: inline-block;
	width: 22px;
	height: 15px;
	background-size: 22px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 7px;
	transform-origin: center center;
}

.collapsible_section1:after {
	background-image: url('../images/carfile/tap_icon02.png');
}

.collapsible_section2:after {
	background-image: url('../images/carfile/tap_icon01.png');	
}

.collapsible_section3:after {
	background-image: url('../images/carfile/tap_icon03.png');
}

.collapsible_section4:after {
	background-image: url('../images/carfile/tap_icon04.png');
}

.collapsible.active:after {
	/*     content: "\2212"; - 기호 */
	background-image: url('../images/carfile/tap_icon_on.png');
	color: white;
}

.collapsible_section1, .content_section1, .section2 {
	background-color: #e8d8ec;
}

.collapsible_section2, .content_section2, .section3 {
	background-color: #b5cde8;
}

.collapsible_section3, .content_section3, .section4 {
	background-color: #d9e8d5;
}

.collapsible_section4, .content_section4 {
	background-color: #f3ebd7;
}

.collapsible_section1.active, .content_section1.active, .section2.active
	{
	background-color: #8c518a;
}

.collapsible_section2.active, .content_section2.active, .section3.active
	{
	background-color: #4f86c4;
}

.collapsible_section3.active, .content_section3.active, .section4.active
	{
	background-color: #5c8250;
}

.collapsible_section4.active, .content_section4.active {
	background-color: #887156;
}

.content-inner {
	background-color: white;
	padding: 10px 15px;
	border-radius: 15px 15px 0px 0px;
}

.button-wrap {
	display: flex;
	justify-content: flex-end; /* 오른쪽 정렬 */
	width: 100%;
	margin-bottom: 10px;
}

.content-inner .write_file, .content-inner .confirm_file, .content-inner .select_delete
	{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	font-size: 1rem;
	height: 18px;
	border: none;
	font-weight: 300;
}

.content-inner .write_file {
	background-color: #425693;
}

.content-inner .confirm_file {
	background-color: #2c2c2c;
}

.content-inner .select_delete {
	background-color: #9f8c9d;
}

.bubble-wrap {
	display: flex;
	align-items: center;
	gap: 10px; /* 이미지와 말풍선 사이 간격 */
	position: relative;
	margin-bottom: 10px;
}

.ship-icon {
	width: 60px; /* 크기 조절 가능 */
	height: auto;
}

.speech-bubble {
	position: relative;
	background: #ebeff0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 0.9rem;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 20px solid #ebeff0; /* 화살표 색 */
	border-left: 0;
	margin-top: -10px; /* 높이/2만큼 올려서 중앙 정렬 */
	margin-left: -10px;
}

.form-group-row {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.form-line {
	display: flex;
	align-items: baseline;
	gap: 3px;
	flex-wrap: nowrap;
}

.form-line label {
	word-break: keep-all;
	flex: 0 0 45%;
	font-weight: bold;
	font-size: 0.9rem;
}

/* .form-line input[type="text"] { */
/*   padding: 6px 10px; */
/*   border: 1px solid #ccc; */
/*   border-radius: 5px; */
/* } */
.form-line input[type="number"],.form-line input[type="text"] {
	flex: 1;
	min-width: 0;
	height: 22px;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-line input[type=number]::-webkit-inner-spin-button, .form-line input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.form-line button {
	flex: 0 0 67px;
	padding: 7px 7px;
	background-color: #5491aa;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 0.9rem;
	cursor: pointer;
}

.form-group table, .form-group th, .form-group td {
	border: 1px solid #ccc;
}

.form-group {
	margin-bottom: 18px;
	font-size: 0.9rem;
	color: #333;
}

.form-group label, .form-group span {
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
}

.form-group input[type="text"], .form-group textarea {
	width: 100%;
	padding: 8px 10px;
	font-size: 0.95rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}

.form-group textarea {
	resize: vertical;
}

.form-group button {
	margin-left: 8px;
	padding: 6px 12px;
	background-color: #4c6f48;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 0.9rem;
	cursor: pointer;
}

.form-group button:hover {
	background-color: #3b5938;
}

/* 검역소 질문용 테이블 스타일 */
.form-group table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.form-group table td {
	padding: 2px 2px;
	vertical-align: middle;
}

/* .form-group input[type="radio"] { */
/* 	margin: 0 6px 0 12px; */
/* } */
.radio-group {
	display: flex;
	gap: 12px;
	align-items: center; /* 수직 정렬 */
	justify-content: center;
}

/* 라디오 버튼 네모로 커스터마이징 */
.radio-group input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: 2px solid #333;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
	/* 	cursor: pointer; */
	vertical-align: middle;
	margin: 0 4px 0 5px;
}

/* 선택 시 네모 안에 점 찍힘 */
.radio-group input[type="radio"]:checked::before {
	content: '';
	display: block;
	width: 12.5px;
	height: 12.5px;
	background-color: #333;
	border: 1px solid #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 라벨은 inline-flex로 텍스트랑 버튼 같이 정렬 */
.radio-group label {
	display: inline-flex;
	align-items: center;
	font-size: 0.95rem;
}

.quarantine-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.quarantine-table td {
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}

.quarantine-table input[type="radio"] {
	margin: 0 6px;
}

.icon-notice {
display: inline-block;
  width: 63px;
  height: 63px;
  background-image: url('/resources/images/carfile/icon_notice_pc.png');
  background-size: contain;
  background-repeat: no-repeat; /* ✅ 이게 반목 제거 코드 */
  background-position: center;  /* (선택) 이미지 가운데 정렬 */
  flex-shrink: 0; /* ✅ 줄어들지 않도록 고정 */
}

/* 제출 버튼 */
.submit-button {
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: 600;
	background-color: #3c7a3e;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
	width: 200px;
}

#signatureCanvas {
  touch-action: none; /* 기본 터치 동작 비활성화 */
}

/* 전체 박스 */
.agreement-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 20px;
}

/* 한 항목 라인 */
.agreement-row {
	display: flex;
	align-items: flex-start;
	gap: 3px;
}

/* 체크박스 기본 위치 조정 */
.agreement-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* label 전체를 flex로 묶어서 배지+텍스트 정렬 */
.agreement-label-wrap {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	flex: 1; /* 텍스트가 줄바꿈될 수 있도록 */
	justify-content: space-between;
}

/* 필수 배지 */
.badge {
	background-color: #3b82b4;
	color: white;
	padding: 2px 6px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	flex-shrink: 0;
	margin-top: 2px; /* 텍스트 정렬 맞추기 */
	cursor: pointer;      
}

/* 동의 문구 */
.agreement-label {
	font-size: 14px;
	line-height: 1.4;
	word-break: keep-word;
	display: inline-block;
}

/* 보기 버튼 */
.view-btn {
	background-color: #42597b;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 13px;
	white-space: nowrap;
	flex-shrink: 0;
}

/* 설명 문구 */
.agreement-desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

/* 서명란 */
.signature {
	margin-top: 15px;
}

.signature p {
	margin-bottom: 6px;
	font-size: 14px;
}

canvas#signatureCanvas {
	border: 1px solid #000;
	width: 100%;
	max-width: 250px;
	height: 150px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
}

.signature .buttons {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.signature .buttons button {
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	background-color: #444;
	color: #fff;
	border: none;
	border-radius: 6px;
}

/* 모두 동의 버튼 */
.agree-all {
	margin: 20px auto 0 auto; /* 위쪽은 20px, 좌우 자동 */
	background-color: #8c518a;
	color: white;
	border: none;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	display: block; /* block 요소여야 margin auto가 작동함 */
	width: 200px; /* 또는 너비를 제한할 수 있음 */
}
.label-left{
	display: flex;
	gap: 5px;
	align-items: center;
}
/* 하단 버튼들 */
.submit-buttons {
	display: flex;
	justify-content: center; /* 가운데 정렬 */
	margin-top: 20px;
	gap: 10px;
}

.btn-prev, .btn-submit {
	width: 200px;
	padding: 10px;
	font-size: 16px;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.btn-prev {
	background-color: #899b8a;
}

.btn-submit {
	background-color: #3c7a3e;
}

.agreement-detail-box {
	display: inline-block;
	margin: 10px 0 10px 0;
}

.agreement-detail-box.highlight {
	background-color: #cfebf9;
	transition: background-color 0.6s ease;
}

.carItem-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
	gap: 10px;
	margin: 10px 0 10px 0;
}

.carItem {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	white-space: nowrap;
}

.carItem label {
	display: inline-block;
	width: 80px; /* 너비 고정! */
	font-weight: 800;
	text-align: left; /* 숫자처럼 우측 정렬 (선택사항) */
}

.carItem input[type="number"] {
	width: 24px;
	height: 24px;
}

.carItem input[type=number]::-webkit-inner-spin-button, .carItem input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.carItem input[type="text"] {
	width: 72px;
	height: 24px;
}

/* 아이폰css 배열을 잘해야 적용됨 */
@
supports (-webkit-touch-callout: none) { .carItem input[type="text"] {
	width:66.5px;
	
}

}
#refreshSignatureBtn {
	padding: 6px 10px;
	border: none;
	background-color: #777b84;
	border-radius: 4px;
	cursor: pointer;
	color: white;
}

/* ---------------------mb017_step02 end------------------*/

.toggle-sub {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #90b8d6;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	line-height: 27px;
	text-align: center;
	padding: 0;
}

table.list {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

table.list th {
	padding: 10px 0;
	font-size: .9em;
	background: #fbfaf8;
	text-align: center;
	vertical-align: middle;
}

table.list td {
	padding: 10px 0;
	font-size: .9em;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
}

table.list td span {
	color: #bababa;
	padding: 3px 10px 5px 10px;
	background: #efefef;
	border-radius: .2em;
}

table.list td span.on {
	color: #ffffff;
	background: #1b90a1;
}

table.list td:nth-child(2) {
	text-align: center;
	padding-left: 0;
}

table.list td:nth-child(2).res_nm {
	text-align: center;
}

table.list td:nth-child(2) a:hover {
	color: #b1bbc3;
}

table.list .re td {
	padding: 10px 0;
	font-size: .9em;
	background: #f4f2f2;
	text-align: center;
}

table.list .re td:nth-child(2) {
	text-align: left;
	padding-left: 25px;
	background: url(../images/ar_m.png) no-repeat center left #f4f2f2;
}

table.list .re td:nth-child(2) a:hover {
	color: #b1bbc3;
}

.carfile-grid-layout {
	display: grid;
	grid-template-columns: 20% 80%;
	grid-template-rows: 1 83%;
	grid-template-areas: "left-top right-top" "left-bottom right-bottom";
	height: 100%;
	gap: 10px;
	box-sizing: border-box;
	padding: 10px;	
    min-width: 848px;
}

.carfile-grid-wrapper {
	overflow-x: auto;
	width: 100%;
}


.carfile-grid-layout  .left-top {
	grid-area: left-top;
	overflow-y: auto;
}

.carfile-grid-layout  .right-top {
	grid-area: right-top;
	overflow-y: auto;
}

.carfile-grid-layout  .left-bottom {
	grid-area: left-bottom;
	overflow-y: auto;
}

.carfile-grid-layout  .right-bottom {
	grid-area: right-bottom;
	overflow-y: auto;
}

.carfile-grid-layout .left-top .info-box {
    box-sizing: border-box;
    background-color: #ededed;
    padding: 14px 13px;
    border-radius: 8px;
    width: 100%;
    font-size: 0.9em;
    height: 100%;
}

.carfile-grid-layout .left-top .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  min-height: 22px; /* 줄 높이 보장 */
}

.carfile-grid-layout .left-top .info-label {
  width: 40px; /* 제목 고정 너비 */
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  white-space: nowrap; /* 줄바꿈 방지 */
}

.carfile-grid-layout .left-top .info-value {
  flex: 1;
  color: #000;
  white-space: nowrap;    /* 줄바꿈 방지 */
  overflow: hidden;       /* 넘칠 경우 자르기 */
  text-overflow: ellipsis; /* ... 표시 */
}

.carfile-grid-layout .left-bottom .passenger-list-panel {
  	border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7;
    font-family: "Malgun Gothic", "맑은 고딕", sans-serif;
    box-sizing: border-box;
    height: 100%;
}

.carfile-grid-layout .left-bottom .panel-title {
  background-color: #bbb9b9;
  font-weight: bold;
  font-size: 0.9em;
  padding: 8px 12px;
  color: #ffffff;
  border-bottom: 5px solid #f7f7f7;
}

.carfile-grid-layout .left-bottom .passenger-entry {
  padding: 10px 12px;
  font-size: 0.9em;
  color: #333;
  cursor: default;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}

/* ✅ 현재 선택된 사람 (초록) */
.carfile-grid-layout .left-bottom .passenger-entry.selected {
  background-color: #40675c;
  color: white;
  font-weight: bold;
}

/* ✅ 파일 업로드 완료 (연회색 배경) */
.carfile-grid-layout .left-bottom .passenger-entry.uploaded {
  background-color: #d5d5d5;
  color: #333;
}

/* ✅ 동승자 (작은 글씨 + 들여쓰기) */
.carfile-grid-layout .left-bottom .passenger-entry.passenger-sub {
  color: #888;
  padding-left: 24px;
  font-size: 0.85em;
}

table.reservation_list, table.reservation_step01_list {
	display: inline-grid;
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

table.reservation_list th, table.reservation_step01_list th {
	padding: 5px 0;
	font-size: .9em;
	background: #fbfaf8;
	text-align: left;
	vertical-align: middle;
}

table.reservation_list th:nth-child(1), table.reservation_list th:nth-child(6),
	table.reservation_list th:nth-child(7), table.reservation_list th:nth-child(12)
	{
	text-align: center;
}

table.reservation_list td:nth-child(1), table.reservation_list td:nth-child(6),
	table.reservation_list td:nth-child(7), table.reservation_list td:nth-child(12)
	{
	text-align: center;
}


table.reservation_step01_list td:nth-child(1), table.reservation_step01_list td:nth-child(3),
	table.reservation_step01_list td:nth-child(4), table.reservation_step01_list td:nth-child(5)
	{
	justify-content: center;
}

table.reservation_step01_list th:nth-child(1), table.reservation_step01_list th:nth-child(3),
	table.reservation_step01_list th:nth-child(4), table.reservation_step01_list th:nth-child(5)
	{
	text-align: center;
}

table.reservation_list thead tr, table.reservation_step01_list thead tr
	{
	padding: 0;
}

table.reservation_step01_list tr td {
	display: flex;
	align-items: center; /* ✅ 수직 가운데 정렬 */
	justify-content: left; /* 필요 시 가로도 정렬 */
}

table.reservation_step01_list tr .button-wrapper {
	display: flex;
	flex-wrap: wrap; /* 버튼을 자동 줄바꿈 */
	gap: 4px; /* 버튼 사이 간격 */
	justify-content: center; /* 정렬은 상황에 따라 조정 가능 */
}

table.reservation_step01_list tr .button-wrapper button {
    width: 72px;
    height: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: white;

}

table.reservation_step01_list tr .button-wrapper .btn-send {
    background-color: #2b5472;
}

table.reservation_step01_list tr .button-wrapper .btn-state {
    background-color: #6ea5ba;
}

table.reservation_list tr {
	display: grid;
	grid-template-columns: 7% 24% 30% 10% 10% 19%; /* 6열 구성 */
	border-top: 1px solid #b5b3b3;
	padding: 10px 0;
	row-gap: 10px;
}

table.reservation_step01_list tr {
	display: grid;
	grid-template-columns: 10% 35% 13% 17% 25%; /* 5열 구성 */
	border-top: 1px solid #e6e6e6;
	padding: 10px 0;
}

/* table.reservation_list td {	 */
/* 	font-size: .9em;	 */
/* 	text-align: center; */
/* 	vertical-align: middle; */
/* 	display: flex; */
/*     justify-content: center; */
/*     flex-wrap: wrap; */
/* } */
table.reservation_list td {
	font-size: .9em;
	text-align: left;
	vertical-align: middle;
	word-break: break-word; /* 단어 단위로 줄바꿈 */
	white-space: normal; /* 줄바꿈 허용 */
}

table.reservation_list td span {
	color: #bababa;
	padding: 3px 10px 5px 10px;
	background: #efefef;
	border-radius: .2em;
}

table.reservation_list td button{
	width: 72px;
    height: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: white;
}

table.reservation_list td .fileDownloadBtn{
	background-color: #578568;	
}

table.reservation_list td .filePrintBtn{
	background-color: #855088;		
}

/* 기본 배경색 */
.even {
	background-color: #f2f2f2; /* 회색 */
}

.odd {
	background-color: #ffffff; /* 흰색 */
}

table.reservation_list tr:hover {
	background-color: #d1e7ff;
	cursor: pointer; /* 마우스를 손 모양으로 변경 */
}

.carfile-info_list .select-disabled {
	opacity: 1;
	color: #000;
	background-color: #f0f0f0;
	cursor: not-allowed;
}

.carfile-info_list select {
	height: 32px;
	width: 85px;
}

table.carfile-info_list {
	display: inline-grid;
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

table.carfile-info_list th {
	padding: 10px 0;
	font-size: .9em;
	background: #fbfaf8;
	text-align: center;
	vertical-align: middle;
}

table.carfile-info_list .dot-label {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

table.carfile-info_list .dot-label:last-child {
	margin-bottom: 0;
}

table.carfile-info_list .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

table.carfile-info_list .dot.orange {
	background-color: orange;
}

table.carfile-info_list .dot.green {
	background-color: green;
}

table.carfile-info_list tr:nth-child(1) td {
	padding: 6px 0 6px 0;
}

table.carfile-info_list tr {
	display: grid;
	grid-template-columns: 5% 26% 12% 12% 20% 12% 13% /* 7열 구성 */
}

table.carfile-info_list td {
	padding: 10px 0;
	font-size: .9em;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

table.carfile-info_list .file-actions {
	display: flex;
	flex-wrap: nowrap; /* 화면이 작아지면 자동으로 줄 바꿈 */
}

table.carfile-info_list th {
	padding: 10px 0;
	font-size: .9em;
	background: #fbfaf8;
	text-align: center;
	vertical-align: middle;
	align-content: center;
}

table.carfile-info_list td span {
/* 	color: #bababa; */
	margin: 0px 2.5px 0px 2.5px;
	border-radius: .2em;
	vertical-align: top;
}

table.carfile-info_list tr td:nth-child(1) {
	left: 0;
}

table.carfile-info_list tr th:nth-child(1) {
	left: 0;
}

table.carfile-info_list .fileName {
	min-width: 123px;
	justify-content: left;
	align-items: center;
}

table.carfile-info_list tr:nth-child(1) .total-documentDownload-btn, .total-documentPrint-btn {
	min-width: 62px;

}

table.carfile-info_list tr:nth-child(1) .total-documentPrint-btn{
	background-color: #855088;
}

table.carfile-info_list tr td .fileSend-btn-class {
	background-color: #303030;
    border-radius: 5px;
    min-width: 54px;
    border: none;
    color: white;
}

.message-section {
	box-sizing: border-box;
	padding: 2%;
	background-color: #ededed;
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	float: right;
	height:100%;
}

.customer-message h3, .customer-message p {
	font-size: 14px;
}

.customer-message h3 {
	font-size: 15px;
}

.customer-message h3 {
	padding: 5px 10px;
	font-weight: bold;
}

.customer-message p {
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	max-width: 350px;
	color: #444;
	height: 80px;
	overflow: auto;
}

.admin-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 5px;
	height: 7%;
}

.admin-buttons .btn {
	padding: 9px 13px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 0.8rem;
	display: inline-block;
}

.carfile-info_list .file-search-btn {
	padding: 9px 9px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 0.8rem;
	display: inline-block;
	background-color: #484f8c;
	min-width: 52px;
	bottom: 0;
	height: 14px;
}

.admin-buttons .btn {
	padding: 9px 13px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 0.8rem;
	display: inline-block;
}

.carfile-info_list th .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 4px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 0.8rem;
	height: 18px;
}

.green-btn {
	background-color: #3b6d60;
}

.purple-btn {
	background-color: #553b6d;
}

.customer-sms-container {
	gap: 20px;
}

.customer-sms-container textarea {
    width: 100%;
    height: 90px;
    display: block;
    padding: 10px;
    margin: 15px 0 0 0;
    font-size: .85em;
    background: #fcfcfc;
    border: 1px solid #ced2d5;
    box-sizing: border-box;
    color: #666666;
    line-height: 1.4em;
    font-family: inherit;
    border-radius: 10px;
}

.customer-section, .sms-section {
	width: 100%;
	height: 100%;
}

.customer-section h4, .sms-section h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 4px;
}

.admin-header h2 {
	padding: 0 0 0 4px;
}

.input-group {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 80%;
}

.customer-section textarea, .sms-section textarea {
	flex: 1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 0.8rem;
	box-sizing: border-box;
	resize: none; /* 사용자가 크기 조정 못하도록 */
	max-height: 100px; /* 최대 높이 지정 */
	/*     overflow-y: auto;            내용이 많아지면 스크롤바 표시 */
	margin: 10px 0 0 0;
}

.save-btn, .sms-btn {
	border-radius: 0.4em;
	font-size: 14px;
	color: white;
	cursor: pointer;
	text-align: center;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.save-btn {
	background-color: #6b8e23; /* 파란색 배경 */
}

.sms-btn {
	background-color: #6b8e23; /* 녹색 배경 */
}

.memo-header {
	display: flex;
	align-items: center;
	justify-content: space-between; /* 또는 flex-start, flex-end, center 등 */
}

.memo-header h4 {
	margin: 0;
}

.memo-header .btn {
	margin-left: 10px;
}

.button-grid {
  display: grid;
  grid-template-areas:
    "smsLog    smsSend   blueSend  totalComplete ."
    "mailLog   mailSend  blueSend  totalComplete totalStatus";
  grid-template-columns: 19% 19% 19% 19% auto;
  gap: 5px;
  align-items: start;
  margin-bottom: 10px;
}

.button-grid .btn {
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  font-size: 0.8em;
  text-align: center;
  cursor: pointer;
}

.button-grid .blue {
  background-color: #5FB4B4;
}

.button-grid .darkBlue {
  background-color: #3A78A1;
}

.button-grid .darkBlue-L {
  background-color: #4B88B8;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.button-grid .deepDarkBlue-L {
  background-color: #2F4862;
  height: 100%;
  display: flex;               /* ✅ 핵심 */
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;  
}

.button-grid .smsLog    { grid-area: smsLog; }
.button-grid .smsSend   { grid-area: smsSend; }
.button-grid .mailLog   { grid-area: mailLog; }
.button-grid .mailSend  { grid-area: mailSend; }
.button-grid .blueSend  { grid-area: blueSend; }
.button-grid .totalComplete  { grid-area: totalComplete; }
.totalStatus {
  grid-area: totalStatus;
  text-align: left;
  font-weight: bold;
  align-self: end; /* 수직 하단 정렬 */
  padding: 5px;
}
/* 전체 버튼 컨테이너 */
.button-container {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

/* 파란색 버튼 그룹 */
.blue-buttons {
	float: left;
	text-align: center;
}

.blue-buttons .btn {
	display: inline-block;
	background-color: #3268a4;; /* 파란색 */
	color: white;
	padding: 10px 12px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	font-size: 0.8rem;
}

/* 빨간색 버튼 그룹 */
.red-buttons {
	float: right;
	/*     min-width: 380px; */
	text-align: center;
}

.red-buttons .btn {
	display: inline-block;
	background-color: #BB1006; /* 빨간색 */
	color: white;
	padding: 10px 12px;
	margin: 5px 0px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	font-size: 0.8rem;
}

/* 텍스트 레이블 */
.text-label {
	color: #333;
	font-weight: bold;
	margin: 10px 4px;
	text-align: center;
}

/* 화면 너비가 768px 이하일 때 전화번호 열을 숨김 */
/* @media ( max-width : 1300px) { */
/* 	table.reservation_list col:nth-child(5), table.reservation_list th:nth-child(5), */
/* 		table.reservation_list td:nth-child(5) { */
/* 		display: none; */
/* 	} */
/* } */

table.list_container {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
	margin-bottom: 20px;
}

table.list_container th {
	padding: 10px 0;
	font-size: .9em;
	background: #fbfaf8;
	text-align: center;
	vertical-align: middle;
}

table.list_container td {
	padding: 10px 0;
	font-size: .9em;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
}

table.view {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 20px;
	float: left;
}

table.view th {
	padding: 12px 2%;
	font-size: .9em;
	background: #fbfaf8;
}

table.view th:nth-child(1) {
	text-align: left;
}

table.view th:nth-child(2) {
	text-align: right;
	font-weight: normal;
	font-size: .9em;
}

table.view td {
	padding: 20px 2%;
	min-height: 100px;
	font-size: .9em;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	color: #444444;
}

table.view td pre.overline {
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	/*white-space: -pre-wrap;*/
	white-space: -o-pre-wrap;
	word-break: break-all;
}

table.view th.com_03 {
	padding: 20px 0;
	font-size: .95em;
	background: #fbfaf8;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
}

table.view th.com_04 {
	text-align: right;
}

table.view th.wr_name {
	text-align: right;
	padding: 15px 20px;
	font-size: .85em;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px dashed #d4d4d4;
	background: #f6f6f6;
}

table.view td.com_03 {
	padding: 20px;
	min-height: 0;
	font-size: .95em;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	color: #444444;
}

table.view td.com_03 p.photo_pic {
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	/*white-space: -pre-wrap;*/
	white-space: -o-pre-wrap;
	word-break: break-all;
}

table.view td.com_03 p.photo_pic img {
	text-align: center;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
}

table.view td.com_03 p.file_txt {
	padding: 5px;
	font-size: .9em;
	letter-spacing: .05em;
	color: #999999;
}

table.view td.com_03 p.file_txt img {
	padding-bottom: 6px;
}

table.view td.com_03 p.file_txt a:hover {
	text-decoration: underline;
	color: #222222;
}

table.view tr.re {
	background: #f4f2f2;
}

table.write {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 5px;
	float: left;
}

table.write th {
	font-size: .9em;
	padding: 12px 0 12px 2%;
	background: #fbfaf8;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}

table.write td {
	font-size: .9em;
	padding: 12px 2%;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	color: #444444;
	word-break: break-all;
	position: relative;
}

table.write td p.ad_us {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

table.write td p.ad_us span {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #ffffff;
}

table.write td p.ad_us span:nth-child(1) {
	width: 76%;
	border: 1px solid #dddddd;
	margin-right: 2%;
}

table.write td p.ad_us span:nth-child(1) input {
	width: 69%;
	border: none;
	padding: 0 3%;
	margin-right: 1%;
}

table.write td p.ad_us span:nth-child(2) {
	width: 20%;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 0;
}

table.write td p.selt {
	display: inline-block;
	text-align: center;
	background: #efefef;
	padding: 4px 10px;
	border-radius: .3em;
	border: 1px solid #cdcdcd;
	color: #222222;
	font-size: .9em;
	margin: 0 1%;
	cursor: pointer;
	vertical-align: middle;
}

table.write td p.selt.on {
	color: #ffffff;
	background: #298ba4;
	border: 1px solid #298ba4;
}

table.write td p.se_ue {
	background: #eeeeee;
	width: 80%;
}

table.write td p.se_ue span {
	background: none;
}

table.write td input {
	width: 94%;
	height: 40px;
	padding: 0 2%;
	border: 1px solid #dddddd;
}

table.write td input.mail {
	width: 25%;
	height: 40px;
	padding: 0 2%;
	border: 1px solid #dddddd;
}

table.write td input.up {
	width: 90%;
	height: 40px;
	padding: 0 2%;
	border: none;
}

table.write td input.ue {
	width: 60%;
	height: 40px;
}

table.write td select {
	width: 22%;
	padding: 11px 2%;
	border: 1px solid #dddddd;
}

table.write td select.jigwi {
	width: 94%;
	padding: 11px 2%;
	border: 1px solid #dddddd;
}

table.write td textarea {
	width: 98%;
	min-height: 300px;
	padding: 0 2%;
	margin: 0;
	border: 1px solid #dddddd;
}

table.write td:nth-child(2) img {
	cursor: pointer;
}

table.write td.conts p {
	width: 60%;
	display: inline-block;
	border: 1px solid #dddddd;
	color: #222222;
	font-size: .95em;
	cursor: none;
	float: left;
	margin-right: 1%;
	cursor: pointer;
	float: left;
}

table.write td.conts p input {
	width: 82%;
	margin-right: 1%;
	border: none;
}

table.edit {
	width: 100%;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 20px;
	float: left;
}

table.edit th {
	font-size: .9em;
	padding: 12px 0 12px 2%;
	background: #fbfaf8;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}

table.edit td {
	font-size: .9em;
	padding: 12px 2%;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	color: #444444;
	word-break: break-all;
}

table.edit td textarea {
	width: 94%;
	padding: 0 2%;
	margin: 0;
	border: 1px solid #dddddd;
}

table.edit td input.ed_in {
	width: 94%;
	height: 40px;
	padding: 0 2%;
	border: 1px solid #dddddd;
}

table.edit td input.up {
	width: 90%;
	height: 40px;
	padding: 0 2%;
	border: none;
}

table.edit td p.ad_us {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

table.edit td p.ad_us span {
	width: 28%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	border: none;
	border-radius: 0;
}

table.edit td p.ad_us input {
	width: 53%;
	padding: 10px 3%;
	float: left;
	margin-right: 2%;
	border: 1px solid #dddddd;
}

table.edit td p.ad_us em a {
	padding: 6px 7px 6px 7px;
	float: left;
	display: inline-block;
	margin: 0 .5%;
	border: 1px solid #ccd1da;
	box-sizing: border-box;
	font-size: .85em;
	border-radius: .2em;
	cursor: pointer;
	margin-top: 3px;
	background: url(../images/intra_us_em_btn_bg.jpg) repeat-x;
}

table.edit td p.ad_us em a:hover {
	background: url(../images/intra_us_em_btn_on_bg.jpg) repeat-x;
}

table.edit td p.ad_us em img {
	vertical-align: middle;
}

table.edit td select.jigwi {
	width: 94%;
	padding: 11px 2%;
	border: 1px solid #dddddd;
}

/* write 첨부파일 */
table.write td label.file_up {
	display: inline-block;
	float: left;
	width: 82%;
	padding-right: 1%;
	min-height: 30px;
	vertical-align: middle;
}

table.write td div.file_list {
	display: inline-block;
	float: left;
	width: 82%;
	padding-right: 1%;
	min-height: 30px;
	vertical-align: middle;
}

table.write td label.file_up p, table.write td div.file_list p {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	color: #777777;
}

table.write td div.file_upload {
	display: inline-block;
	float: left;
	width: 17%;
	text-align: right;
}

table.write td div.file_upload .myfileupload-buttonbar input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

table.write td div.file_upload .myui-button {
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	overflow: hidden;
}

table.write td div#fileupload .myui-button span.attach {
	padding: 6px 10px 4px 10px;
	display: inline-block;
	border-radius: .3em;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	color: #444444;
	font-size: .85em;
	cursor: pointer;
	background: url(../images/add_bg.jpg) repeat-x;
	font-weight: 600;
}

/*..write 첨부파일*/

/* edit 첨부파일 */
table.edit td label.file_up {
	display: inline-block;
	float: left;
	width: 82%;
	padding-right: 1%;
	min-height: 30px;
	vertical-align: middle;
}

table.edit td div.file_list {
	display: inline-block;
	float: left;
	width: 82%;
	padding-right: 1%;
	min-height: 30px;
	vertical-align: middle;
}

table.edit td label.file_up p, table.edit td div.file_list p {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	color: #777777;
}

table.edit td div.file_upload {
	display: inline-block;
	float: left;
	width: 17%;
}

table.edit td div.file_upload .myfileupload-buttonbar input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

table.edit td div.file_upload .myui-button {
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	overflow: hidden;
}

table.edit td div#fileupload .myui-button span.attach {
	padding: 6px 10px 4px 10px;
	display: inline-block;
	border-radius: .3em;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	color: #444444;
	font-size: .85em;
	cursor: pointer;
	background: url(../images/add_bg.jpg) repeat-x;
	font-weight: 600;
}

/*..edit 첨부파일*/
.FAQ {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 3px solid #c8c5be;
	border-bottom: 3px solid #e6e6e6;
	float: left;
}

.FAQ p {
	width: 100%;
	min-height: 40px;
	margin: 0;
	display: block;
	border-top: 1px solid #eaeaea;
	float: left;
}

.FAQ p span {
	display: inline-block;
	min-height: 40px;
	line-height: 40px;
	padding: 20px 0;
	font-size: .95em;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}

.FAQ p span a {
	color: #4c4f5e;
}

.FAQ p span a:hover {
	color: #b1bbc3;
}

.FAQ p span:nth-child(1) {
	width: 10%;
	text-align: center;
}

.FAQ p span:nth-child(2) {
	width: 80%;
}

.FAQ p span:nth-child(3) {
	width: 10%;
	text-align: center;
}

.FAQ p.drop span {
	cursor: default;
}

.FAQ p.drop span:nth-child(2) {
	width: 80%;
	padding-right: 2%;
	line-height: 1.4em;
	font-size: .85em;
	color: #666666;
}

p.view_list_btn {
	width: 96%;
	padding: 0 2%;
	height: 90px;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	float: left;
}

p.view_list_btn span {
	width: 50%;
	line-height: 90px;
	display: inline-block;
	float: left;
	font-size: .9em;
}

p.view_list_btn span em {
	display: inline-block;
}

p.view_list_btn span em a:hover {
	color: #999999;
}

p.view_list_btn span:nth-child(1) {
	text-align: left;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

p.view_list_btn span:nth-child(2) {
	text-align: right;
}

p.btns {
	width: 100%;
	text-align: right;
	margin: 0 0 15px 0;
	float: left;
}

p.btns span {
	display: inline-block;
	margin: 2px .05%;
}

p.btns span.list {
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: .2em;
	background: url(../images/list_btn_bg.png) repeat-x;
	border: 1px solid #bbbbbb;
	cursor: pointer;
}

p.btns span.list a:hover {
	color: #666666;
}

p.btns span.ok {
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: .2em;
	background: url(../images/search_btn_bg.png) repeat-x;
	border: 1px solid #3268a4;
	cursor: pointer;
	color: #ffffff;
}

p.btns span.ok a:hover {
	color: #d0f0fd;
}

p.btns span.cl {
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: .2em;
	background: url(../images/list_btn_bg.png) repeat-x;
	border: 1px solid #bbbbbb;
	cursor: pointer;
}

p.btns span.cl a:hover {
	color: #666666;
}

p.btns span.pay {
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: .2em;
	background: url(../images/pay_btn_bg.png) repeat-x;
	border: 1px solid #00489f;
	cursor: pointer;
	color: #ffffff;
}

p.btns span.pay a:hover {
	color: #d0f0fd;
}

p.btns.cen {
	text-align: center;
}

p.btns.res {
	margin: 15px 0;
}

p.page {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 0;
	float: left;
}

p.page span {
	padding: 7px 12px;
	font-size: .85em;
	margin-right: 4px;
}

p.page span.pre, p.page span.next {
	padding: 6px 10px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	cursor: pointer;
}

p.page span.pre img, p.page span.next img {
	padding-bottom: 4px;
}

p.page span.num {
	background: #f5f5f5;
	color: #333333;
	cursor: pointer;
}

p.page span.num.on {
	background: #1974a9;
	color: #ffffff;
}

.search_box {
	width: 100%;
	padding: 30px 13%;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #ededed;
	box-sizing: border-box;
	margin-top: 20px;
	float: left;
}

.search_box select {
	width: 100px;
	height: 40px;
	padding: 8px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	margin-right: 4px;
	float: left;
}

.search_box label {
	width: 100px;
	height: 40px;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	background: #777779;
	border-radius: .2em;
	box-sizing: border-box;
	margin-right: 4px;
	float: left;
}

.search_box input {
	width: 450px;
	height: 40px;
	padding: 8px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	margin-right: 4px;
	float: left;
}

.search_box span {
	width: 60px;
	height: 40px;
	line-height: 39px;
	padding: 0 10px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #49647f;
	box-sizing: border-box;
	border-radius: .2em;
	background: url(../images/search_btn_bg.png) repeat-x;
	font-size: .85em;
	cursor: pointer;
	float: left;
}

/* ..고객서비스 */

/* 멤버쉽 */
.join_type {
	width: 100%;
}

.join_type p {
	width: 100%;
	display: block;
	float: left;
}

.join_type p:first-child span.tit {
	width: 100%;
	display: block;
	border: 0;
	margin: 10px 0 20px 0;
	font-size: 1.2em;
	color: #000000;
	font-weight: 600;
}

.join_type p:first-child span {
	width: 49%;
	display: inline-block;
	float: left;
	text-align: center;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin: 0 .5% 0 .5%;
	cursor: pointer;
}

.join_type p span a {
	display: block;
}

.join_type p span a:hover {
	display: block;
	background: #f6f6f6;
}

.join_type p span img {
	margin: 50px 0 20px 0;
}

.join_type p span b {
	line-height: 35px;
	font-size: 1.3em;
}

.join_type p span em {
	font-size: .8em;
	color: #666666;
	width: 100%;
	display: block;
	padding: 20px 0 80px 0;
	line-height: 1.4em;
}

.join_type p:last-child {
	width: 98.5%;
	padding: 0 1% 0 .5%;
	text-align: center;
	font-size: .9em;
	margin: 20px 0 80px 0;
}

.join_type p:last-child span {
	width: 100%;
	display: block;
	float: left;
	border: 0;
	margin: 0;
}

.join_type p:last-child span {
	background: #7994b2;
	padding: 12px 0;
	color: #ffffff;
}

.join_type_ind {
	width: 100%;
}

.join_tab {
	width: 100%;
	height: 74px;
}

.join_tab span {
	height: 74px;
	display: inline-block;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tab {
	width: 31%;
	height: 74px;
	font-size: .95em;
	color: #93989c;
	background: url(../images/join_tab_bg.png) repeat-x center bottom;
}

.tab.on {
	width: 31%;
	background: url(../images/join_tab_on_bg.png) repeat-x center bottom;
	color: #2d7ef4;
}

.tab em {
	font-size: 1.1em;
	line-height: 1.8em;
}

.tab_arr {
	width: 3.5%;
	line-height: 74px;
}

.tab_arr img {
	vertical-align: middle;
}

.tab_01 {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 10px;
}

.join_tit {
	width: 100%;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	color: #444444;
	float: left;
}

.join_tit.res {
	width: 100%;
	display: block;
	font-size: 1.1em;
	font-weight: inherit;
	color: #444444;
	margin: 10px 0;
}

.join_tit.res img {
	margin-right: 7px;
	display: inline-block;
	float: left;
	position: relative;
	top: 6px;
}

.join_tit.res span {
	display: inline-block;
	font-size: .8em;
	font-weight: normal;
	margin-left: 8px;
	color: #ffffff;
	background: #cacaca;
	border: 1px solid #bbbbbb;
	border-radius: .2em;
	padding: 3px 6px
}

.join_tit.res span img {
	position: relative;
	top: 2px;
	display: inline-block;
}

.join_tit.res span.on {
	color: #ffffff;
	background: #0493e0;
	border: 1px solid #0493e0;
}

.join_tit.res em {
	color: #888888;
	font-size: .8em;
	margin-left: 10px;
}

textarea {
	width: 100%;
	height: 202px;
	display: block;
	padding: 4%;
	font-size: .85em;
	margin: 10px 0 10px 0;
	background: #fcfcfc;
	border: 1px solid #ced2d5;
	box-sizing: border-box;
	color: #666666;
	line-height: 1.4em;
	font-family: inherit;
}

.join_type_ind b {
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0 20px 0;
	font-size: .95em;
	color: #656762;
}

.join_type_ind b input[type=checkbox] {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 2px;
}

.tab_02 {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 80px;
}

.tab_02.cp {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0;
}

.m_leave {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #efefef;
	padding: 40px 0 20px 0;
}

.m_pass {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #efefef;
	background: #ffffff;
	padding: 40px 0 20px 0;
	float: left;
}

.m_pass span {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	margin-top: 20px;
}

.m_pass span em {
	color: #2374b3;
	font-weight: 600;
}

.m_pass_text {
	width: 94%;
	display: block;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
	background: #7994b2;
	margin-bottom: 50px;
	padding: 20px 3%;
	cursor: pointer;
	float: left;
}

.m_pass_text a:hover {
	color: #b5d6fa;
}

.m_tex {
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: .9em;
	background: #a5afbb;
	float: left;
	color: #ffffff;
}

.m_leave_text {
	width: 90%;
	display: block;
	font-size: .9em;
	color: #666666;
	background: #7994b2;
	margin-bottom: 50px;
	padding: 20px 5%;
	float: left;
}

.m_leave_text p {
	width: 100%;
	display: block;
	float: left;
	margin-top: 4px;
}

.m_leave_text span {
	display: inline-block;
	color: #ffffff;
	width: 98%;
	float: left;
	line-height: 1.4em;
}

.m_leave_text span em {
	font-size: .85em;
	color: #cacaca;
}

.m_leave_text span.ic {
	color: #4acbde;
	width: 2%;
}

.m_leave_ag {
	width: 90%;
	font-size: 1.2em;
	font-weight: 600;
	color: #000000;
	background: #ffffff;
	padding: 10px 5%;
	text-align: center;
}

.info_text {
	width: 96%;
	display: block;
	font-size: .85em;
	color: #666666;
	background: #f9f9f9;
	margin-bottom: 50px;
	padding: 20px 2%;
	float: left;
}

.info_text p {
	width: 100%;
	display: block;
	float: left;
	margin-top: 4px;
}

.info_text span {
	display: inline-block;
	color: #666666;
	width: 98%;
	float: left;
	line-height: 1.4em;
}

.info_text span.ic {
	color: #4acbde;
	width: 2%;
}

.join_tb {
	width: 100%;
	margin: 20px 0;
	float: left;
}

.join_tb table {
	width: 100%;
	border-top: 3px solid #666d75;
	position: relative;
}

.join_tb table.id_pw_tb {
	width: 100%;
	border-top: 3px solid #becfd9;
}

.join_tb table.id_pw_tb th {
	background: #e7f0fb;
}

.join_tb th, .join_tb td {
	padding: 5px 0;
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}

.join_tb th {
	background: #fafafc;
	font-size: .9em;
	text-align: left;
	padding-left: 3%;
}

.join_tb th.cp {
	background: #e7f0fb;
}

.join_tb td {
	width: 78%;
	background: #ffffff;
	line-height: 2em;
}

.join_tb td p {
	width: 96%;
	/*padding: 10px 2%;*/
	display: block;
	font-size: .85em;
}

.join_tb td p em {
	font-size: .85em;
	color: #929da3;
}

.join_tb td p em.mail_send {
	margin-left: 0;
}

.join_tb td input {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 50%;
	height: 28px;
	padding-left: 2%;
}

.join_tb td input.s_box {
	width: 15%;
}

.join_tb td input.add {
	width: 95%;
}

.join_tb td input.post_num {
	width: 10%;
}

.join_tb td input.ad {
	width: 30%;
}

.join_tb td input[type="radio"] {
	width: 20px;
	vertical-align: middle;
}

.join_tb td input[type="checkbox"] {
	width: 20px;
	vertical-align: middle;
}

.join_tb td select {
	background: #ffffff;
	border: 1px solid #becfd9;
	width: 15%;
	height: 32px;
	padding: 5px 1%;
}

.join_tb td select.mail {
	width: 20%;
	color: #999999;
}

.join_tb td span {
	padding: 4px 10px 6px 10px;
	background: #efefef;
	border-radius: .3em;
	border: 1px solid #cdcdcd;
	color: #222222;
	font-size: .9em;
	cursor: pointer;
}

.join_tb td span a {
	color: #222222;
}

.join_tb td span.on {
	color: #ffffff;
	background: #298ba4;
	border: 1px solid #298ba4;
}

.join_tb td span.cp_btn {
	background: #5a5d5f;
	border: 1px solid #5a5d5f;
	color: #ffffff;
}

.join_tb td span.cp_btn a {
	color: #ffffff;
}

.join_tb td span.cp_type_btn {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #bbbbbb;
}

.join_tb td span.cp_type_btn a {
	color: #bbbbbb;
}

.join_tb td span.cp_type_btn.on {
	background: url(../images/check.png) no-repeat top left #eeeeee;
	border: 1px solid #aaaaaa;
	color: #666666;
}

/* 우편번호 */
.join_tb td .add_pop {
	width: 70%;
	margin: 0 auto;
	position: absolute;
	background: #cccccc;
	z-index: 2000;
	left: 20%;
}

.join_tb td .add_pop p.tit {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 1em;
	padding: 15px 20px;
	background: url(../images/add_cl.png) no-repeat center right #015fa7;
	cursor: pointer;
	color: #ffffff;
}

.join_tb td .add_pop .add_list {
	width: 100%;
	height: 300px;
	display: block;
	float: left;
	padding: 20px 20px;
	background: #f6f6f6;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #eeeeee;
}

.join_tb td .add_pop .add_list p {
	width: 100%;
	float: left;
}

.join_tb td .add_pop .add_list p em {
	color: #065da2;
	font-size: inherit;
	font-weight: 600;
}

.join_tb td .add_pop .add_list p span.search_add {
	background: #fafafc;
	border: 1px solid #ced1d8;
	font-size: 1em;
	padding: 4px 15px 8px 15px;
	color: #666d75;
}

.join_tb td .add_pop .add_list p input.in_add {
	width: 60%;
}

.join_tb td .add_pop .add_list p.tb_tt {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.join_tb td .add_pop .add_list table {
	width: 100%;
	margin: 10px 0 0 0;
	float: left;
	padding: 0;
}

.join_tb td .add_pop .add_list table th, .join_tb td .add_pop .add_list table td
	{
	padding: 10px 0;
	text-align: center;
	font-size: .85em;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

.ad_pg {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 10px 0;
	float: left;
}

.ad_pg span {
	padding: 7px 12px;
	font-size: .85em;
}

.ad_pg span.pre, .ad_pg span.next {
	padding: 5px 10px;
	border: none;
	background: none;
}

.ad_pg span.pre img, .ad_pg span.next img {
	padding-bottom: 2px;
}

.ad_pg span.num {
	border: none;
	background: none;
	margin-right: 1px;
}

.ad_pg span.num.on {
	background: #cacaca;
	border: none;
}

/* ..우편번호 */
.join_end_txt {
	width: 100%;
	text-align: center;
	padding: 40px 0;
	margin: 40px 0;
	border-radius: .4em;
	background: #f4f8fc;
	border: 1px solid #e2e6ea;
}

.join_end_txt p {
	display: block;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
}

.join_end_txt p img {
	margin-bottom: 20px;
}

.join_end_txt p em {
	color: #0785ee;
}

.tab_03 {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 80px;
}

.tab_03.cp {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0;
}

.join_ok {
	width: 100%;
	padding: 60px 0;
	text-align: center;
	border: 1px solid #eaeaea;
	float: left;
}

.join_ok span {
	width: 100%;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	color: #323338;
}

.join_ok span em {
	color: #015fa9;
	text-decoration: underline;
}

.join_ok span:last-child {
	font-size: .9em;
	padding-top: 20px;
	line-height: 1.2em;
	color: #999999;
	font-weight: normal;
}

.login {
	width: 100%;
}

.login p {
	width: 49%;
	display: block;
	float: left;
	background: #ffffff;
	border: 1px solid #d8dbdf;
	box-sizing: border-box;
	padding: 5%;
	margin: 0 0.5% 0 0.5%;
	float: left;
}

.login p span {
	width: 100%;
	float: left;
}

.log_ty_tit {
	font-size: 1.4em;
	height: 40px;
	font-weight: 600;
	margin-bottom: 22px;
}

.log_ty_tit.ind {
	background: url(../images/join_pre_btn_icon.png) no-repeat center right;
}

.log_ty_tit.cp {
	background: url(../images/join_comm_btn_icon.png) no-repeat center right;
}

.login p span input {
	width: 92%;
	background: #edf0f1;
	font-size: .8em;
	color: #5d5d5d;
	border: 0;
	padding: 12px 4%;
	margin-bottom: 6px;
}

.login p b {
	width: 100%;
	display: block;
	text-align: right;
	font-size: .8em;
	color: #444444;
	line-height: 40px;
}

.login p b input[type=checkbox] {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 2px;
}

.login p span.log_btn {
	width: 80%;
	height: 44px;
	line-height: 42px;
	display: block;
	float: left;
	text-align: center;
	background: url(../images/login_bg.png) repeat-x;
	border-radius: .2em;
	color: #ffffff;
	cursor: pointer;
	margin: 8px 10% 20px 10%;
}

.login p span.log_btn a {
	color: #ffffff;
}

.login p span.log_btn a:hover {
	color: #b7d8f6;
}

.login p em {
	width: 100%;
	display: block;
	text-align: left;
	font-size: .8em;
	color: #666666;
	line-height: 20px;
}

.login p em a {
	color: #666666;
}

.login p em a:hover {
	color: #1d8fcb;
}

.login p em.none {
	color: #f30e12;
}

/* 휴대폰본인인증_0713 */
.mobile_api {
	width: 100%;
	min-height: 179px;
	padding-bottom: 20px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	/*margin: 20px 0;*/
	background: url(../images/mobile_aoi_icon_bg.jpg) no-repeat top 10px
		left;
	float: left;
}

.mobile_api p {
	display: inline-block;
	float: left;
}

.mobile_api p.info_text_mb {
	margin-left: 180px;
	min-height: 135px;
	width: 47%;
	text-align: left;
	margin-top: 40px;
	padding: 0 2%;
}

.mobile_api p.info_text_mb span {
	font-size: 1.2em;
	color: #075ea1;
	font-weight: 600;
}

.mobile_api p.info_text_mb span {
	font-size: 1.2em;
	color: #075ea1;
	font-weight: 600;
	display: block;
}

.mobile_api p.info_text_mb em.bd {
	font-size: .95em;
	color: #1f98cf;
	margin-top: 20px;
	display: block;
}

.mobile_api p.info_text_mb em.bds {
	font-size: .9em;
	color: #222222;
	margin-top: 5px;
	display: block;
}

.mobile_api p.mb_btn_go {
	display: inline-block;
	height: 179px;
	line-height: 179px;
	text-align: right;
}

.mobile_api p.mb_btn_go span {
	padding: 14px 35px;
	background: url(../images/mb_api_btn_bg.png) repeat-x;
	color: #ffffff;
	border-radius: .25em;
	cursor: pointer;
}

/* ..휴대폰본인인증_0713 */

/* 나의포인트 20170210 전 */
.br_rel {
	display: none;
}

.mp_wrap {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 11pt;
}

.mp_wrap .mp_head {
	width: calc(100% - 70px);
	display: block;
	padding: 12px 35px;
	background-color: #4e66bc;
	/*background-image: url('../images/div_1x105.gif');*/
	color: #ffffff;
	font-weight: bold;
}

.mp_wrap .mp_head>div {
	height: 78px;
	padding: 16px 0;
}

.mp_wrap thead tr th, .mp_wrap tbody tr td {
	vertical-align: middle;
}

.mp_wrap .mp_head .mp_avail {
	width: 40%;
	border-radius: 9px;
	padding-left: 20px;
	background-color: #ffffff;
	background-image: url('../images/bg_money.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(100% - 16px);
	color: #4e66bc;
	float: left;
}

.mp_wrap .mp_head .mp_avail .mp_item p:first-child {
	margin-bottom: 20px;
}

.mp_wrap .mp_head .mp_avail .mp_item p:last-child {
	color: #0285d5;
	font-size: 27pt;
}

.mp_wrap .mp_head .mp_total {
	width: 45%;
	float: right;
	position: relative;
	padding-right: 0;
}

.mp_wrap .mp_head .mp_total .mp_item {
	position: absolute;
	left: 16px;
	right: 0;
}

.mp_wrap .mp_head .mp_total .mp_item:first-child {
	top: 16px;
}

.mp_wrap .mp_head .mp_total .mp_item:last-child {
	bottom: 16px;
}

.mp_wrap .mp_head .mp_total .mp_item p:first-child {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	font-size: 10pt;
	letter-spacing: -1.5px;
	background-image: url('../images/chevron_right_double.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.mp_wrap .mp_head .mp_total .mp_item p:last-child {
	width: 60%;
	display: inline-block;
	font-size: 18pt;
	text-align: right;
	vertical-align: middle;
}

.mp_wrap .mp_t_search {
	width: 100%;
	margin-top: 30px;
	font-size: 10pt;
}

.mp_wrap .mp_t_search thead tr th {
	border: 0;
	background: rgba(0, 0, 0, 0);
}

.mp_wrap .mp_t_search thead tr th {
	padding: 12px 10px;
	color: #ffffff;
}

.mp_wrap .mp_t_search thead tr th:first-child {
	border: 0;
	text-align: center;
	background: #4e66bc;
}

.mp_wrap .mp_t_search thead tr th:nth-child(2) span {
	display: none;
}

.mp_wrap .mp_t_search tbody {
	border: 1px solid #959595;
}

.mp_wrap .mp_t_search tbody tr td {
	padding: 24px 13px;
}

.mp_wrap .mp_t_search tbody tr:first-child {
	background: #f1f1f1;
}

.mp_wrap .mp_t_search tbody tr:first-child td div {
	width: 100%;
	height: 100%;
	position: relative;
}

.mp_wrap .mp_t_search tbody tr:first-child td .mp_divider {
	width: 1px;
	height: 72%;
	border-right: 1px dotted #dfdfdf;
	float: right;
}

.mp_wrap .mp_t_search tbody tr:first-child td:first-child {
	font-weight: bold;
	text-align: center;
}

.mp_wrap .mp_t_search tbody tr td ul li {
	width: 90px;
	margin: 4px 8px 4px 14px;
	position: relative;
}

.mp_wrap .mp_t_search tbody tr td ul li input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.mp_wrap .mp_t_search tbody tr td ul li input[type="radio"]+label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.mp_wrap .mp_t_search tbody tr td ul li input[type="radio"]+label:before
	{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #989898;
	border-radius: 100%;
}

.mp_wrap .mp_t_search tbody tr td ul li input[type="radio"]:checked+label:before
	{
	background: #ffffff;
	border-color: #898989;
}

.mp_wrap .mp_t_search tbody tr td ul li input[type="radio"]:checked+label:after
	{
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: #bcbcbc;
	border-radius: 100%;
}

.mp_wrap .mp_t_search tbody tr:last-child {
	background: rgba(0, 0, 0, 0);
}

.mp_wrap .mp_t_search tbody tr:last-child td {
	padding-left: calc(20% + 13px);
	text-align: left;
}

.mp_wrap .mp_t_search tbody tr:last-child td input[type="text"] {
	width: 25%;
	height: 16px;
	padding: 6px 25px 6px 6px;
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	color: #acacac;
	background-image: url('../images/ic_calendar.png');
	background-size: 24px 24px;
	background-position: calc(100% - 4px) center;
	background-repeat: no-repeat;
}

.mp_wrap .mp_t_search tbody tr:last-child td span {
	padding: 0 12px;
	color: #acacac;
	vertical-align: middle;
}

.mp_wrap .mp_t_search tbody tr:last-child td button {
	margin-left: 24px;
	padding: 5px 14px;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	vertical-align: middle;
}

.mp_wrap .mp_t_result {
	width: 100%;
	border: 1px solid #959595;
	margin-top: 30px;
	font-size: 10pt;
}

.mp_wrap .mp_t_result thead tr th {
	border: 0;
	padding: 12px 0;
	background: #4e66bc;
	color: #ffffff;
	text-align: center;
}

.mp_wrap .mp_t_result tbody tr td {
	border: 0;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0);
	text-align: center;
}

.mp_pay_br_768 {
	display: none;
}

.mp_pay_br_560 {
	display: none;
}

.mp_pay_br_320 {
	display: none;
}

.lay_wrap .lay_pop.mp_pop {
	max-width: 640px;
}

.mp_pay_wrap {
	padding: 50px 40px 40px;
}

.mp_pay_wrap div {
	position: static;
}

.mp_pay_wrap .mp_pay_member {
	padding: 35px 0 30px;
	font-size: 14pt;
	text-align: center;
}

.mp_pay_wrap .mp_pay_member>span {
	font-size: 22pt;
	font-weight: bold;
}

.mp_pay_wrap .mp_pay_points {
	width: calc(100% - 42px);
	border: 1px solid #e4e4e4;
	padding: 20px;
	font-size: 14pt;
	float: left;
	background: #f5f3f4;
}

.mp_pay_wrap .mp_pay_points p {
	width: calc(100% - 120px);
	padding: 14px 20px 14px 100px;
}

.mp_pay_wrap .mp_pay_points p:first-child {
	background-image: url('../images/mp_pay_personal.png');
	background-repeat: no-repeat;
	background-position: 11px center;
}

.mp_pay_wrap .mp_pay_points p:last-child {
	background-image: url('../images/mp_pay_family.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.mp_pay_wrap .mp_pay_points p label {
	font-size: 26pt;
	font-weight: bold;
	color: #0583d7;
}

.mp_pay_wrap .mp_pay_buttons {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 25px;
	float: left;
}

.mp_pay_wrap .mp_pay_buttons button {
	width: 32%;
	margin-right: 2%;
	border: 0;
	padding: 16px;
	border-radius: 4px;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background: linear-gradient(#068fdf, #1282ce);
}

.mp_pay_wrap .mp_pay_buttons button:last-child {
	margin-right: 0;
}

.mp_pay_wrap .mp_pay_buttons button.cannot_pay {
	background: #9a9a9a;
}

/* ..나의포인트 20170210 전 */
/* ..멤버쉽 */

/* 부관훼리 */
p.map {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
}

p.map img {
	width: 100%;
}

.ceo_tit {
	width: 100%;
	font-size: 1.3em;
	letter-spacing: .005em;
}

.ceo_tit em {
	color: #3554e3;
}

.ceo_ms {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-bottom: 120px;
	position: relative;
	background: url(../images/ceo_1.jpg) 100% 90% no-repeat;
}

.ceo_ms p {
	width: 100%;
	display: inline-block;
	float: left;
	line-height: 1.6
}

.ceo_ms p:nth-child(1) {
	
}

.ceo_ms p:nth-child(2) {
	text-align: left;
	font-size: .95em;
	color: #333333;
	padding-top: 20px;
}

.ceo_ms p:nth-child(2) span {
	width: 100%;
	display: block;
	float: left;
}

.ceo_ms p:nth-child(2) span:nth-child(1) em {
	font-size: 1.6em;
	line-height: 2em;
}

.ceo_ms p:nth-child(2) span:nth-child(1) img {
	margin-left: 1%;
}

.ceo_ms p:nth-child(2) span:nth-child(2) {
	margin-top: 20px;
	font-size: 1.1em;
	font-weight: bolder;
	padding: 20px 0;
	text-align: right;
	background: url(../images/ceo_message_line.gif) no-repeat top;
}

/* 2016.12.02 오썬 수정 */
.ceo_ms .lg-txt {
	display: block;
	font-size: 1.1em;
	clear: both;
	margin-top: 10px;
}

.ceo_ms .f_l {
	float: left;
	width: 55%;
	line-height: 1.6
}

.ceo_ms .f_r {
	position: absolute;
	bottom: 60px;
	left: 0;
}

/* 2016.12.02 오썬 수정 end */
.overview_tit {
	width: 100%;
	font-size: 1.1em;
	letter-spacing: .005em;
	margin-bottom: 20px;
}

.overview_tit em {
	color: #3554e3;
}

.overview_ms {
	font-size: .95em;
	margin-bottom: 20px;
}

.overview_img {
	margin-bottom: 40px;
}

.overview_img img {
	width: 100%;
}

.cp_sum {
	width: 100%;
}

.cp_sum p {
	width: 100%;
	display: block;
	float: left;
}

.cp_sum p.cp_sum_tit {
	color: #666666;
	font-size: .95em;
	line-height: 1.4em;
	margin-bottom: 60px;
}

.cp_sum p.dept_year {
	color: #000000;
	font-size: 2.4em;
	font-weight: 600;
	margin: 40px 0;
}

.cp_sum p.sum_img {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.cp_sum p.sum_img img {
	
}

.gr_yr {
	width: 100%;
	margin: 20px 0 60px 0;
}

.gr_yr p {
	width: 25%;
	height: 48px;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #000000;
}

.gr_yr p span {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center right;
}

.gr_yr p span:nth-child(1) {
	height: 30px;
	background-image: url(../images/company_02_img_02_bg_01.png);
	font-size: .95em;
	color: #444444;
}

.gr_yr p span:nth-child(2) {
	height: 18px;
	background-image: url(../images/company_02_img_02_bg_02.png);
}

.gr_yr p:nth-child(1) span:nth-child(2) {
	background-color: #dcdcdf;
}

.gr_yr p:nth-child(2) span:nth-child(2) {
	background-color: #a1d5ea;
}

.gr_yr p:nth-child(3) span:nth-child(2) {
	background-color: #29ade3;
}

.gr_yr p:nth-child(4) span:nth-child(2) {
	background-color: #0796ff;
}

.gr_yr p:last-child span:nth-child(1) {
	background-image: none;
}

.gr_yr p:last-child span:nth-child(2) {
	background-image: none;
}

.gr_yr.sec {
	width: 100%;
	margin: 20px 0 60px 0;
}

.gr_yr.sec p {
	height: 48px;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #000000;
}

.gr_yr.sec p:nth-child(1) {
	width: 25%
}

.gr_yr.sec p:nth-child(2) {
	width: 75%
}

.gr_yr.sec p:nth-child(1) span:nth-child(2) {
	background-color: #0278ce;
}

.gr_yr.sec p:nth-child(2) span:nth-child(2) {
	background-color: #085cb1;
	background-image: url(../images/company_02_img_02_bg_03.png);
	background-repeat: repeat-x;
}

.sum {
	width: 100%;
	margin: 20px 0 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #bfbfbf;
}

.sum span {
	display: inline-block;
	float: left;
}

.sum span:nth-child(1) {
	width: 60%;
	font-size: 1em;
	color: #444444;
}

.sum span:nth-child(1) b {
	font-size: 2em;
	color: #222222;
	font-weight: normal;
}

.sum span:nth-child(1) em {
	color: #0b77f1;
}

.sum span:nth-child(2) {
	width: 40%;
	text-align: right;
}

.his_tab {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	float: left;
}

.his_tab span {
	display: inline-block;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	/*margin-right: -1px;*/
	padding: 8px 20px;
	float: left;
	background: #ebebeb;
	margin: 0 -1px 1px 0;
	text-align: center;
	color: #000000;
	font-size: .9em;
	font-weight: 600;
	cursor: pointer;
}

.his_tab span.on {
	background: #1e74cb;
	color: #ffffff;
}

.his_tab.container span.on {
	background: #037ab2;
	color: #ffffff;
}

.his_tab.menu02 span.on {
	background: #2753ba;
}

.his_list {
	width: 100%;
}

.his_list p {
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.his_list p span {
	display: block;
	height: auto;
	float: left;
	min-height: 189px;
}

.his_list p span:nth-child(1) {
	width: 35%;
	font-size: 3.6em;
	color: #0a4a8b;
}

.his_list p span:nth-child(2) {
	width: 65%;
	padding-top: 10px;
	font-size: .9em;
	line-height: 1.6em;
	color: #666666;
}

.his_list p span:nth-child(2) em {
	width: 100%;
	display: block;
	color: #222222;
	font-size: 1.2em;
}

.history_edit {
	width: 100%;
	background-image: url('../images/bd-history-left.gif');
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	background-position: 19px;
}

.history_edit * {
	box-sizing: border-box;
}

.history_edit ul, .history_edit li {
	float: none;
}

.history_edit>ul {
	display: block;
	width: 100%;
}

.history_edit>ul>ul, .history_edit>ul>li {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0 0 0 76px;
}

.history_edit>ul>li {
	padding-top: 18px;
	background-image: url('../images/bullet_history_years_default.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.history_edit>ul>li>b {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	border: 0;
	padding: 20px 40px;
	font-size: 2em;
	font-weight: 600;
	position: relative;
	background-color: #dee1e3;
	background-repeat: no-repeat;
	background-position: 94% bottom;
}

.history_edit>ul>li>b:before {
	content: "";
	display: block;
	border-width: 39px 0 39px 29px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #dee1e3;
	position: absolute;
	top: 0;
	left: -29px;
	margin: auto;
}

.history_edit>ul>li>br {
	display: none;
}

.history_edit>ul>ul>li {
	border: 0;
	border-bottom: 1px dashed #bdbdbd;
	padding: 10px;
	padding-left: 126px;
	text-indent: -116px;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
}

.history_edit>ul>ul>li:last-child {
	border-bottom: 0;
}

.history_edit>ul>ul>li>b {
	display: inline-block;
	width: 110px;
	margin-right: 6px;
	padding-left: 0;
	text-indent: 0;
	font-size: 16px;
	color: #000000;
	vertical-align: top;
}

html:lang(jp) .history_edit>ul>ul>li>b {
	font-size: 14px;
}

.history_edit>ul>ul>ul {
	display: inline-block;
	width: calc(100% - 126px);
	padding-top: 1px;
	font-size: 14px;
	vertical-align: top;
}

.history_edit>ul>li:nth-of-type(1) {
	background-image: url('../images/bullet_history_years_1.png');
}

.history_edit>ul>li:nth-of-type(1)>b {
	color: #ffffff;
	background-color: #206cba;
	background-image: url('../images/bg_history_years_1.jpg');
}

.history_edit>ul>li:nth-of-type(1)>b:before {
	border-top-color: #206cba;
}

.history_edit>ul>li:nth-of-type(2) {
	background-image: url('../images/bullet_history_years_2.png');
}

.history_edit>ul>li:nth-of-type(2)>b {
	color: #ffffff;
	background-color: #32b8c9;
}

.history_edit>ul>li:nth-of-type(2)>b:before {
	border-top-color: #32b8c9;
}

.history_edit>ul>li:nth-of-type(3) {
	background-image: url('../images/bullet_history_years_3.png');
}

.history_edit>ul>li:nth-of-type(3)>b {
	color: #ffffff;
	background-color: #69c7bb;
}

.history_edit>ul>li:nth-of-type(3)>b:before {
	border-top-color: #69c7bb;
}

.history_edit>ul>li:nth-last-of-type(1)>b {
	color: #ffffff;
	background-color: #969da2;
	background-image: url('../images/bg_history_years_since.png');
}

.history_edit>ul>li:nth-last-of-type(1)>b:before {
	border-top-color: #969da2;
}

.org {
	width: 100%;
	text-align: center;
	float: left;
}

.org img {
	width: 855px;
}

.location {
	width: 100%;
	float: left;
}

.location p.map {
	width: 100%;
	float: left;
}

.location p.info {
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: block;
	margin-top: 50px;
	border-top: 3px solid #222222;
	border-bottom: 1px solid #222222;
	background: #fafafa;
}

.location p.info span {
	display: inline-block;
	float: left;
	width: 80%;
	margin: 10px 0;
	color: #666666;
	font-size: .9em;
	line-height: 1.6em;
}

.location p.info span:nth-child(2n-1) {
	width: 15%;
	padding-left: 5%;
	color: #222222;
}

table.list.company {
	width: 100%;
	border-top: 3px solid #555555;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 20px;
	float: left;
	font-size: .95em;
}

table.list.company th {
	width: 20%;
	padding: 15px 0;
	font-size: .9em;
	background: #fafafa;
	text-align: center;
}

table.list.company td {
	width: 76%;
	padding: 15px 2%;
	font-size: .9em;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	line-height: 1.2em;
}

table.list.company td img {
	padding-bottom: 5px;
}

table.list.company td b {
	font-size: 1.1em;
	color: #8e9db4;
}

table.list.company td em {
	color: #666666;
	display: inline-block;
	margin-right: 1%;
	font-size: .85em;
	padding-bottom: 10px;
	line-height: 1.6em;
}

.cer_list {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	background: url(../images/border_bg.jpg) repeat-x center top;
	float: left;
}

.cer_list p {
	width: 48%;
	display: block;
	float: left;
	margin: 15px 1%;
	border-bottom: 1px dashed #cacaca;
	background: url(../images/cer_icon.png) no-repeat top left;
}

.cer_list p span {
	display: inline-block;
	float: right;
}

.cer_list p span:nth-child(1) {
	width: 46%;
	text-align: left;
	padding: 20px 0;
}

.cer_list p span:nth-child(2) {
	width: 52%;
	margin-top: 65px;
	font-size: .95em;
	padding-right: 2%;
}

.cer_list p span:nth-child(2) em {
	font-weight: bolder;
	color: #222222;
	line-height: 1.2em;
	display: block;
	font-size: 1.4em;
	padding: 8px 0;
}

.cer_list p span:nth-child(2) b {
	color: #4271a7;
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
}

.kampu_intro {
	width: 100%;
}

.kampu_intro p {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
}

.kampu_intro p span {
	font-size: .9em;
	width: 100%;
	display: block;
	float: left;
	color: #666666;
	border-top: 0;
}

.kampu_intro p span em {
	color: #5c7484;
}

.kampu_intro p span.k_vis {
	margin-top: 20px;
	display: block;
}

.kampu_intro p span.k_vis img {
	width: 100%;
	height: 100%;
}

.kampu_intro p span.k_in {
	margin-top: 40px;
	display: block;
	padding: 15px 0;
	background: #089c84;
	color: #ffffff;
	text-align: center;
	font-weight: bolder;
}

/* ..부관훼리 */

/* 예약서비스 */
.res_tab {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}

.res_tab p {
	width: 100%;
	display: block;
	height: 47px;
	line-height: 47px;
	float: left;
}

.res_tab span {
	width: 33.333%;
	display: inline-block;
	height: 47px;
	line-height: 43px;
	background: #3c3d3f;
	text-align: center;
	color: #ffffff;
	font-size: .95em;
	float: left;
}

.res_tab p span em {
	display: none;
}

.res_tab p.step_01 span:nth-child(1) {
	background-color: #005fa7;
}

.res_tab p.step_01 span:nth-child(2) {
	background: url(../images/res_arr_fr.png) no-repeat center left #3c3d3f;
}

.res_tab p.step_02 span:nth-child(1) {
	background: url(../images/res_arr_en.png) no-repeat center right #3c3d3f;
}

.res_tab p.step_02 span:nth-child(2) {
	background: #005fa7;
}

.res_tab p.step_02 span:nth-child(3) {
	background: url(../images/res_arr_fr.png) no-repeat center left #3c3d3f;
}

.res_tab p.step_03 span:nth-child(1) {
	background: #3c3d3f;
}

.res_tab p.step_03 span:nth-child(2) {
	background: url(../images/res_arr_en.png) no-repeat center right #3c3d3f;
}

.res_tab p.step_03 span:nth-child(3) {
	background: #005fa7;
}

.res_tab.container {
	width: 100%;
	margin-bottom: 30px;
}

.res_tab.container p {
	width: 100%;
	display: block;
	height: 47px;
	line-height: 47px;
	float: left;
}

.res_tab.container span {
	width: 50%;
	display: inline-block;
	height: 47px;
	line-height: 43px;
	background: #3c3d3f;
	text-align: center;
	color: #ffffff;
	font-size: .95em;
	float: left;
}

.res_sel_tab {
	width: 100%;
	display: block;
	height: 56px;
	float: left;
	margin-bottom: 80px;
	background: #ffffff;
}

.res_sel_tab p {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
	font-size: 1.1em;
	background: #ffffff;
	border-bottom: none;
	box-sizing: border-box;
}

.res_sel_tab p img {
	padding: 0 2%;
}

.res_sel_tab p em {
	display: none;
}

.res_sel_tab p span {
	display: block;
	line-height: 56px
}

.res_sel_tab p:nth-child(1), .res_sel_tab p:nth-child(4) {
	width: 10%;
	border-bottom: 1px solid #ccd3e4;
}

.res_sel_tab p:nth-child(2) {
	width: 40%;
	border: 1px solid #ccd3e4;
	border-bottom: none;
	border-right: none;
	background: #ededed;
	color: #97a0a9;
}

.res_sel_tab p:nth-child(2).on {
	width: 40%;
	border: 1px solid #ccd3e4;
	border-bottom: none;
	border-right: none;
	color: #015fa7;
	background: #ffffff;
}

.res_sel_tab p:nth-child(3) {
	width: 40%;
	border: 1px solid #ccd3e4;
	border-bottom: none;
	background: #ededed;
	color: #97a0a9;
	float: left;
}

.res_sel_tab p:nth-child(3).on {
	width: 40%;
	border: 1px solid #ccd3e4;
	border-bottom: none;
	background: #ffffff;
	color: #015fa7;
	float: left;
}

.room_check {
	width: 100%;
	display: block;
	text-align: right;
	overflow: hidden;
	margin-bottom: 20px;
}

.room_check span {
	width: 11%;
	display: inline-block;
	background: #606c7a;
	border-left: 1px solid #53616b;
	color: #ffffff;
	text-align: center;
	padding: 9px 0;
	font-size: .9em;
	font-weight: 600;
	cursor: pointer;
	box-sizing: border-box;
}

.room_check span em {
	display: none;
}

.room_check span.on em {
	display: inline-block;
}

.room_check span.on {
	color: #ffffff;
	background: #1f80d1;
	border-left: 1px solid #0d7cd1;
	padding: 9px 0 9px 1%;
}

.room_check span a:hover {
	color: #dddddd;
}

.room_check span.on a:hover {
	color: #d9ffff;
}

.room_in {
	width: 96%;
	display: block;
	margin: 50px 0;
	font-size: .9em;
	line-height: 1.4em;
	color: #70706e;
	float: left;
	background: #ffffff;
	border-top: 1px dashed #999999;
	padding: 3% 2%;
}

.room_in b {
	color: #2f363e;
}

.room_in em {
	font-size: 1em;
	color: #fba104;
	font-weight: bolder;
	text-decoration: underline;
}

.cal {
	width: 100%;
	margin: 0 0 80px 0;
	float: left;
}

.cal_div {
	width: 49%;
	display: block;
	float: left;
	margin: 0 .5%;
}

.cal div p {
	width: 100%;
	display: block;
	float: left;
}

.cal div p.tt {
	font-size: 1.1em;
	color: #585858;
	margin: 50px 0;
	float: left;
}

.cal div .date {
	width: 99%;
	min-height: 500px;
	display: block;
	margin: 0 .5%;
	background: #eeeeee;
	float: left;
}

.cal.container {
	width: 100%;
	min-height: 400px;
	margin-top: 20px;
	float: left;
}

.pl_sel {
	width: 90%;
	padding: 20px 5% 10px 5%;
	border-top: 3px solid #585858;
	border-bottom: 1px solid #585858;
	float: left;
}

.pl_sel span {
	width: 33%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.pl_sel span select {
	width: 99%;
	padding: 11px 4%;
	border: 1px solid #dddddd;
	color: #585858;
}

.res_view {
	width: 100%;
	margin: 40px 0 80px 0;
	border: 1px dotted #a0a0a0;
	box-sizing: border-box;
	float: left;
}

.res_view p.pl_num {
	width: 90%;
	padding: 20px 5%;
	background: #a2b0b9;
	font-weight: bolder;
	color: #ffffff;
}

.res_view p.pl_num em {
	display: block;
	font-size: .85em;
	padding-top: 10px;
	color: #3376a1;
	font-weight: lighter;
}

.res_view div {
	width: 100%;
}

.res_view div p {
	width: 50%;
	display: inline-block;
	float: left;
}

.res_view div p:nth-child(1) {
	border-right: 1px solid #cececf;
	box-sizing: border-box;
}

.res_view div p span {
	width: 80%;
	display: block;
	float: left;
	padding: 20px 10%;
}

.res_view div p span:nth-child(1) {
	background: #454e57;
	color: #ffffff;
	font-weight: bolder;
	font-size: 1.1em;
}

.res_view div p span:nth-child(2) {
	background: #ffffff;
	color: #000000;
	font-size: 1.2em;
	padding: 20px 10% 40px 10%;
}

.res_view div p span:nth-child(2) em {
	color: #ff4902;
	font-size: .85em;
}

.tb_tit {
	width: 100%;
	font-size: 1.1em;
	float: left;
}

/* .res_car_info_table{ */
/* 	min-width: 600px; */
/* } */
.res_tb .res_car_info tr {
	height: 40px;
}

.res_tb {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.res_tb table {
	width: 100%;
	border-top: 3px solid #666d75;
	position: relative;
}

.res_tb th, .res_tb td {
	/*padding: 3px 0;*/
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}

.res_tb th {
	background: #fafafc;
	font-size: .9em;
	text-align: left;
	padding-left: 3%;
}

.res_tb th.pa {
	padding: 0;
	text-align: center;
}

.res_tb th span .on_tel {
	visibility: visible;
	color: red;
	display: inline;
}

.res_tb th span p {
	visibility: hidden;
	display: inline;
}

.res_tb th.paa {
	padding: 0;
	text-align: center;
	background: #e7f0f7;
	border-bottom: 1px solid #d7e5ee;
}

.res_tb td.res_col {
	padding: 0 1%;
}

.res_tb td.res_col input {
	padding: 0 2%;
	width: 75%;
	margin-right: 1%;
}

.res_tb td {
	background: #ffffff;
	line-height: 2em;
}

.res_tb td p {
	width: 96%;
	padding: 10px 2%;
	display: block;
	font-size: .85em;
}

.res_tb td p em {
	font-size: .95em;
	color: #999999;
	margin-top: 10px;
	display: block;
}

.res_tb td.res_col.s {
	padding: 0;
}

.res_tb td.res_col.s input.eng_name {
	width: 59%;
}

.res_tb th em {
	font-size: .8em;
	color: #999999;
}

.res_tb th b {
	color: #ec453d;
	font-weight: 600;
	vertical-align: middle;
	margin-left: 2px;
}

.res_tb td input {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 80%;
	height: 28px;
	padding-left: 2%;
}

.res_tb td input.s_box {
	width: 20%;
}

.res_tb td p input.cust_info {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 80%;
	height: 28px;
}

.res_tb td p input.pass_num {
	width: 59%;
}

.res_tb td p input.rsear {
	width: 59%;
}

.res_tb td select {
	background: #ffffff;
	border: 1px solid #becfd9;
	width: 25%;
	height: 32px;
	padding: 5px 1%;
}

.res_tb td select.cols {
	width: 80%;
	padding: 5px 2%;
}

.res_tb td select.event {
	background: #efefef;
	border: 1px solid #cccccc;
}

.res_tb td select.res_tb_dt {
	width: 27%;
}

.res_tb td span {
	padding: 4px 10px 6px 10px;
	background: #efefef;
	border-radius: .3em;
	border: 1px solid #cdcdcd;
	color: #222222;
	font-size: .9em;
	cursor: pointer;
}

.res_tb td span a {
	color: #222222;
}

.res_tb td span.on {
	color: #ffffff;
	background: #298ba4;
	border: 1px solid #298ba4;
}

.res_tb td.info_s span {
	display: inline-block;
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
	color: #222222;
	font-size: .95em;
	cursor: none;
}

.res_tb td.info_s span:nth-child(1) {
	width: 20%;
}

.res_tb td.info_s span:nth-child(2) {
	width: 80%;
	vertical-align: middle;
}

.res_tb td.info_s span:nth-child(2) input.ad_info {
	width: 61%;
}

.res_tb td.info_s span:nth-child(2) em {
	display: inline-block;
	margin-top: 10px;
	color: #df5f1e;
}

.res_tb td span.cp_btn {
	background: #5a5d5f;
	border: 1px solid #5a5d5f;
	color: #ffffff;
}

.res_tb td span.cp_btn a {
	color: #ffffff;
}

.res_tb td span.cp_type_btn {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #bbbbbb;
}

.res_tb td span.cp_type_btn a {
	color: #bbbbbb;
}

.res_tb td span.cp_type_btn.on {
	background: url(../images/check.png) no-repeat top left #eeeeee;
	border: 1px solid #aaaaaa;
	color: #666666;
}

.res_tb th.cont select {
	width: 80%;
	padding: 5px 2%;
	border: none;
	background: #fafafc;
}

.res_tb td.cont select.res {
	width: 30%;
	padding: 5px 1%;
}

.res_tb td.cont input.res_cal {
	width: 25%;
	padding: 2px 1%;
	margin-right: 3px;
}

.res_tb td.cont p span {
	width: 40.3%;
	display: inline-block;
	padding: 0;
	background: #ffffff;
	border-radius: 0;
	padding: 0 0 1px 0;
	border: 1px solid #dddddd;
	color: #222222;
	font-size: .95em;
	cursor: none;
	float: left;
	margin: 0 0 8px .5%;
	cursor: pointer;
}

.res_tb td.cont p span input {
	width: 82%;
	margin-right: 1%;
	border: none;
}

.res_tb td.cont p select {
	width: 45%;
}

.res_tb td.cont p span.selt_btn {
	width: auto;
	padding: 4px 10px 6px 10px;
	display: inline-block;
	background: #efefef;
	border-radius: .3em;
	border: 1px solid #cdcdcd;
	color: #222222;
	font-size: .9em;
	margin: 0 1% 7px 0;
	cursor: pointer;
}

.res_tb td.cont p span.selt_btn.on {
	color: #ffffff;
	background: #298ba4;
	border: 1px solid #298ba4;
}

.res_tb td.cont_res p span {
	width: 38%;
	display: inline-block;
	padding: 0;
	background: #ffffff;
	border-radius: 0;
	padding: 0 0 1px 0;
	border: none;
	color: #222222;
	font-size: .95em;
	cursor: none;
	float: left;
	margin: 0 0 8px .5%;
	cursor: pointer;
}

.res_tb td.cont_res p span input {
	width: 80%;
	margin-right: 3%;
	border: 1px solid #dddddd;
}

.res_tb td.sel_s {
	
}

.res_tb td.sel_s select {
	width: 82%;
}

.res_tb.s {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.res_tb.s table {
	width: 100%;
	border-top: 3px solid #666d75;
	position: relative;
}

.res_tb.s th, .res_tb.s td {
	padding: 10px 0;
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}

.res_tb.s th {
	background: #fafafc;
	font-size: .9em;
	text-align: left;
	padding-left: 3%;
}

.res_tb.s th.array {
	vertical-align: baseline;
	padding-top: 18px;
}

.restb.s td {
	background: #ffffff;
	line-height: 2em;
}

.res_tb.s td p {
	width: 96%;
	padding: 2px 2%;
	display: block;
	font-size: .85em;
}

.res_tb.s td p input {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 80%;
	height: 28px;
	padding-left: 2%;
}

.res_tb.s td p select {
	background: #ffffff;
	border: 1px solid #becfd9;
	width: 82%;
	height: 32px;
	padding: 5px 1%;
}

.res_tb.s td p em {
	background: url(../images/con_res_pl_icon_bg.jpg) repeat-x center bottom;
	display: inline-block;
	border-radius: .2em;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin: 0;
}

.res_tb.s td p em a {
	display: inline-block;
	padding: 5px 8px 8px 8px;
}

.res_tb.s td p em a:hover {
	background: url(../images/con_res_pl_icon_hover_bg.jpg) repeat-x center
		bottom;
}

.res_tb.s td p b {
	color: #ffffff;
	background: #9aafbd;
	border-radius: .2em;
	font-weight: lighter;
	padding: 4px 8px 6px 8px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.res_tb.s td p.in_sel input {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 45%;
	height: 28px;
	padding-left: 2%;
	margin-right: 1%;
}

.res_tb.s td p.in_sel select {
	background: #ffffff;
	border: 1px solid #becfd9;
	width: 45%;
	height: 32px;
	padding: 5px 1%;
}

.res_tb.s td p.in_sel select.res_tb_s_sel {
	background: #ffffff;
	border: 1px solid #becfd9;
	width: 34%;
	height: 32px;
	padding: 5px 1%;
}

.res_tb.file {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.res_tb.file table {
	width: 100%;
	border-top: 2px solid #b1c1cc;
}

.res_tb.file th, .res_tb.file td {
	border-bottom: 1px solid #b1c1cc;
	word-break: break-all;
	padding: 10px 0;
	height: 100%;
}

.res_tb.file th {
	text-align: center;
	background: #eff4fa;
}

/* wide res_tb 첨부파일 */
.res_tb.file td .ed {
	width: 100%;
	min-height: 32px;
	display: block;
}

.res_tb.file td label.file_up {
	width: 92%;
	display: inline-block;
	height: 100%;
	float: left;
}

.res_tb.file td label.file_up p {
	width: 98%;
	display: block;
	padding: 0 0 0 2%;
	font-size: .95em;
	line-height: 1.4em;
	float: left;
	margin-bottom: 2px;
}

.res_tb.file td label.file_up p span {
	display: inline-block;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	float: left;
}

.res_tb.file td label.file_up p span.nm {
	width: 93%;
	color: #555555;
	font-size: .85em;
	line-height: 1.2em;
	padding-top: 10px;
}

.res_tb.file td label.file_up p span.del {
	width: 32px;
	vertical-align: text-top;
	background: pink
}

.res_tb.file td div.file_upload {
	width: 32px;
	height: 32px;
	display: inline-block;
	float: left;
}

.res_tb.file td div.file_upload .myfileupload-buttonbar input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0;
	background: #000000;
	width: 100%;
	/* wide res_tb 첨부파일 투명 */
	opacity: 0.0;
	filter: alpha(opacity = 0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	/* wide res_tb 첨부파일 투명 */
	direction: ltr;
	cursor: pointer;
}

.res_tb.file td div.file_upload .myui-button {
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 100% !important;
}

.res_tb.file td div#fileupload .myui-button span.attach {
	/*background: none;*/
	/*padding: 0;*/
	/*border: 0;*/
	
}

.res_tb.file td div#fileupload .myui-button span.attach input.up {
	
}

/*.. wide res_tb 첨부파일*/
.res_ok {
	width: 100%;
	display: block;
	padding-top: 0;
	float: left;
}

.ok_icon {
	width: 100%;
	display: block;
	text-align: center;
	padding: 40px 0 5px 0;
	background: #edf0f7;
}

.res_ok_text {
	width: 90%;
	display: block;
	font-size: .9em;
	color: #666666;
	background: #edf0f7;
	margin-bottom: 5px;
	padding: 20px 5%;
	text-align: center;
	float: left;
}

.res_ok_text p {
	width: 100%;
	display: block;
	float: left;
}

.res_ok_text p span {
	display: inline-block;
	color: #ffffff;
	width: 98%;
	float: left;
	font-size: 1.6em;
	color: #222222;
	font-weight: 600;
	letter-spacing: .02em;
}

.res_ok_text p span em {
	font-size: .7em;
	color: #06a5e7;
	font-weight: lighter;
	line-height: 1.2em;
}

.res_ok_text p span.res_ok_num {
	float: left;
	margin: 25px 0 20px 0;
}

.res_ok_text p span.res_ok_num em {
	display: inline-block;
	padding: 3px 50px 6px 50px;
	background: #426386;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em
}

table.container_list {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	float: left;
}

table.container_list th {
	padding: 15px 0;
	text-align: center;
	background: #fdec89;
	border-top: 3px solid #4f555d;
	border-bottom: 1px solid #c8c9cb;
	word-break: break-all;
}

table.container_list td {
	padding: 10px 0;
	text-align: center;
	background: #ebecee;
	border-bottom: 1px solid #839aaa;
	font-size: .85em;
	font-weight: normal;
	letter-spacing: .08em;
	word-break: break-all;
}

table.container_list td:nth-child(2) {
	color: #ff4802;
}

table.container_list td:nth-child(3) {
	color: #3c98e5;
}

table.container_res_wr {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	border-top: 3px solid #3c7db3;
	border-bottom: 1px solid #839aaa;
	background: #eff4fa;
}

table.container_res_wr th {
	padding: 6px 0 0 2%;
	text-align: left;
	font-weight: normal;
	font-size: .95em;
}

table.container_res_wr td {
	padding: 6px 0;
}

table.container_res_wr td p {
	width: 96%;
	padding: 10px 0;
	display: block;
	font-size: .85em;
}

table.container_res_wr td p input {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 50%;
	height: 28px;
	padding-left: 2%;
}

table.container_res_wr td p select {
	background: #ffffff;
	border: 1px solid #ced2d5;
	width: 52%;
	padding: 10px 2%;
}

table.container_res_wr td p span {
	display: inline-block;
	color: #ffffff;
	font-size: .95em;
	margin: 0 2px;
	background: #0379d3;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: .3em;
}

table.container_res_wr td p span a:hover {
	color: #b4c9d9;
}

.charge_tit {
	width: 100%;
	display: block;
	font-size: 1.2em;
	float: left;
	padding: 12px 0 4px 18px;
	position: relative;
	color: #000000;
	vertical-align: middle;
}

.charge_tit.res {
	margin-bottom: 10px;
	color: #154381;
}

.charge_tit.res em {
	color: #000000;
	font-weight: normal;
	padding-left: 3px;
}

.charge_tit img {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	vertical-align: middle;
	bottom: 7px;
}

.ch_stit {
	display: block;
	margin: 0 2% 10px 0;
	position: relative;
	font-weight: bold;
	float: left;
	width: 98%;
}

.ch_stit em.bnum {
	position: absolute;
	left: 0;
	color: #000000;
	font-size: 1.1em;
}

.ch_stit em.bint {
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	display: inline-block;
	float: left;
}

.ch_stit em.bnum.s {
	
}

.ch_stit em.bint.s {
	padding-left: 27px;
}

.ch_stit em.all {
	width: 92%;
	display: block;
	float: left;
	margin: 2px 0 5px 27px;
	font-weight: normal;
}

.ch_txt {
	display: block;
	float: left;
	color: #000000;
	margin: 10px 2% 10px 2%;
}

.ch_txt span {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
}

.ch_txt.s {
	width: 96%;
	margin: 2px 2% 2px 2%;
}

.ch_txt span.snum {
	margin-bottom: 5px;
}

.ch_txt span.snum em {
	display: inline-block;
	float: left;
}

.ch_txt span.snum em.ch_num {
	position: absolute;
	left: 0;
	width: 2%;
}

.ch_txt span.snum em.ch_num_int {
	line-height: 1.3em;
	padding-left: 2.5%;
	font-size: 1em;
}

.ch_txt span.snum_box {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 0;
}

.ch_txt span.snum_box span.dept_int {
	margin: 0 0 5px 20px;
}

.ch_txt span.snum_box span.dept_int em {
	display: inline-block;
	float: left;
}

.ch_txt span.snum_box span em.int_ic {
	position: absolute;
	left: 0;
	padding-bottom: 4px;
	color: #000000;
	width: 5px;
}

.ch_txt span.snum_box span em.int_tt {
	line-height: 1.3em;
	font-size: 1em;
	padding-left: 12px;
	color: #000000;
}

.ch_txt span.snum_box span.dept_int.s {
	margin: 0 0 5px 2%;
	background: #e9f6fc;
	padding: 15px;
	width: 96%;
}

.ch_txt span.snum_box span em.int_ex {
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
	position: absolute;
	left: 0;
	background: url(../images/ex_icon.png) no-repeat center top;
	font-size: .85em;
	padding-left: 25px;
}

.ch_txt span.snum_box span em.int_ext {
	line-height: 1.3em;
	font-size: .95em;
	padding-left: 70px;
	color: #000000;
}

.ch_txt span.snum_box.s {
	padding: 5px 0;
}

.ch_txt span.snum_box.ca {
	margin: 0 0 5px 2%;
	background: #e9f6fc;
	padding: 10px;
	width: 96%;
}

.ch_txt span.snum_box.ca span.dept_int.ca {
	margin: 5px 0 5px 2%;
	width: 96%;
}

.ch_txt span.snum_box.ca span.dept_int.ca em.int_call {
	width: 25px;
	position: absolute;
	left: 0;
}

.ch_txt span.snum_box.ca span.dept_int.ca em.int_cn {
	font-size: 1em;
	padding-left: 35px;
	color: #000000;
}

.ch_txt.rs {
	display: block;
	float: left;
	color: #000000;
	margin: 10px 0 10px 0;
}

.char_box {
	width: 94%;
	display: block;
	float: left;
	padding: 10px 2%;
	margin: 10px 2% 20px 2%;
	background: #eff2f9;
	float: left;
}

.char_box span {
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 4px;
	position: relative;
}

.char_box span em {
	font-size: 1em;
	color: #000000;
	display: inline-block;
	float: left;
}

.char_box span em:nth-child(1) {
	position: absolute;
	left: 0;
}

.char_box span em:nth-child(2) {
	padding: 1px 0 0 18px;
	font-size: 1em;
}

.char_box_dept {
	width: 98%;
	display: block;
	float: left;
	margin: 10px 2%;
	float: left;
}

.char_box_dept div {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
}

.char_box_dept div p {
	width: 100%;
	display: block;
	float: left;
}

.char_box_dept div p.box_tt {
	width: 96%;
	padding: 10px 2%;
	background: url(../images/pass_arrow_icon.png) no-repeat center right
		#269dbd;
	color: #ffffff;
	font-weight: 600;
	border-top-right-radius: 1em;
}

.char_box_dept div p.box_int {
	width: 96%;
	display: block;
	float: left;
	padding: 10px 2%;
	background: #eff2f9;
	float: left;
}

.char_box_dept div p.box_int span {
	width: 100%;
	display: block;
	float: left;
	padding: 2px 0;
	font-size: 1em;
	position: relative;
}

.char_box_dept div p.box_int span em {
	display: inline-block;
	float: left;
}

.char_box_dept div p.box_int span em:nth-child(1) {
	position: absolute;
	left: 0;
}

.char_box_dept div p.box_int span em:nth-child(2) {
	padding: 1px 0 0 18px;
	font-size: 1em;
}

.char_box_dept div p.box_int span.sm_box {
	width: 96%;
	margin: 4px 2%;
	display: inline-block;
	float: left;
}

.char_box_dept div p.box_int span.sm_box span {
	display: inline-block;
	float: left;
	position: relative;
}

.char_box_dept div p.box_int span.sm_box span em {
	display: inline-block;
	float: left;
}

.char_box_dept div p.box_int span.sm_box span em:nth-child(1) {
	position: absolute;
	left: 0;
}

.char_box_dept div p.box_int span.sm_box span em:nth-child(2) {
	padding: 1px 0 0 15px;
	font-size: 1em;
}

.ch_ex {
	width: 98%;
	margin: 0 0 20px 2%;
	display: block;
	float: left;
}

.ch_ex span {
	display: inline-block;
	font-size: 14px;
	float: left;
}

.ch_ex span:first-child {
	width: 3%;
}

.ch_ex span:last-child {
	width: 97%;
}

.ch_ex span:last-child em {
	width: 100%;
	display: block;
	float: left;
}

p.pass_tit {
	width: 100%;
	float: left;
	padding: 20px 0 2px 0;
	margin-bottom: 5px;
	font-weight: 600;
}

p.pass_tit img {
	vertical-align: text-top;
}

p.tb_info_text {
	width: 100%;
	float: left;
	margin: 5px 0 20px 0;
}

p.tb_info_text span {
	width: 100%;
	float: left;
	position: relative;
}

p.tb_info_text span em {
	display: inline-block;
	float: left;
}

p.tb_info_text span em:nth-child(1) {
	position: absolute;
	left: 0;
	color: #236fbb;
}

p.tb_info_text span em:nth-child(2) {
	padding: 1px 0 0 10px;
	font-size: 1em;
}

p.pass_tb_date {
	width: 100%;
	float: left;
	margin: 2px 0 20px 0;
	text-align: right;
	color: #1e74cb;
	font-size: .95em;
	font-weight: 600;
}

p.pass_ex_img {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}

p.pass_ex_img img {
	
}

p.pass_con_img {
	width: 100%;
	float: left;
	margin: 10px 0 40px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

table.charge {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

table.charge th {
	padding: 12px 0;
	text-align: center;
	font-size: .95em;
	color: #222222;
	background: #e7f1fa;
	border-bottom: 3px solid #666666;
	vertical-align: middle;
}

table.charge td {
	padding: 10px 0;
	text-align: center;
	font-size: .95em;
	color: #30404f;
	background: #ffffff;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	vertical-align: middle;
}

table.charge td:last-child {
	border-right: none;
}

.charge_text {
	width: 100%;
	display: block;
	font-size: 1em;
	float: left;
	margin-bottom: 5px;
}

.charge_text span {
	display: inline-block;
	width: 98%;
	padding: 6px 0;
	float: left;
	vertical-align: middle;
	font-size: .85em;
	line-height: 1.4em;
	color: #707070;
}

.charge_text span b {
	color: #20a7c4;
}

.charge_text span em {
	color: #585858;
}

.charge_text span:nth-child(2n+1) {
	width: 2%;
	font-size: .4em;
	padding: 10px 0 2px 0;
	color: #444444;
}

.charge_info {
	width: 100%;
	display: block;
	font-size: 1em;
	float: left;
	margin-bottom: 40px;
}

.charge_info p {
	width: 100%;
	display: block;
	padding: 10px 0;
	float: left;
	font-size: .95em;
	line-height: 1.4em;
	color: #222222;
	font-weight: bolder;
}

.charge_info p.tbs {
	width: 96%;
	display: block;
	padding: 10px 2%;
	background: #f1f9fc;
	border: 1px solid #91aac0;
	box-sizing: border-box;
	float: left;
	margin: 10px 0;
}

.charge_info span {
	width: 50%;
	display: inline-block;
	font-size: .85em;
	line-height: 1.6em;
	color: #314665;
	float: left;
}

.charge_info span em {
	color: #ff5d0c;
	font-family: 'Malgun Gothic', serif;
}

/* 여객예약 추가_0713 wide */
.sch {
	width: 100%;
	min-height: 440px;
	float: left;
	margin-bottom: 20px;
}

.sch div {
	display: inline-block;
	float: left;
}

.sch div.left_sel_sch {
	width: 34%;
	min-height: 440px;
	background: #ffffff;
	border: 1px solid #c5c8d1;
	border-top: 3px solid #666d75;
	box-sizing: border-box;
	margin-right: 1%;
}

.sch div.left_sel_sch p {
	display: block;
}

.sch div.left_sel_sch p.tit {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 40px;
	font-size: .95em;
	font-weight: 600;
	background: #eff0f5;
	text-align: center;
	color: #0061a5;
	border-bottom: 1px solid #c5c8d1;
}

.sch div.left_sel_sch p.intext_sel {
	padding: 3% 6%;
	width: 88%;
}

.sch div.left_sel_sch p.intext_sel span {
	font-size: .8em;
	width: 100%;
	display: block;
	color: #545358;
	height: 28px;
	line-height: 28px;
}

.sch div.left_sel_sch p.intext_sel span.area {
	font-size: .8em;
	font-weight: 600;
	width: 100%;
	display: block;
	color: #0058ab;
	height: 28px;
	line-height: 28px;
}

.sch div.left_sel_sch p.intext_sel span.area img {
	padding-bottom: 5px;
	margin: 0 1%;
	cursor: pointer;
}

.sch div.left_sel_sch p.intext_sel span b {
	color: #263646;
	width: 120px;
	display: inline-block;
	font-size: 1em;
}

.sch div.left_sel_sch p.intext_sel span select {
	color: #263646;
	width: 64%;
	font-size: .95em;
	border: 1px solid #bababa;
	height: 24px;
	padding: 2px;
}

.sch div.left_sel_sch p.intext_sel span input[type=text] {
	color: #263646;
	width: 33%;
	margin-right: 6px;
	font-size: .95em;
	border: 1px solid #bababa;
	height: 18px;
	padding: 2px 4px;
}

.sch div.left_sel_sch p.intext_sel span.pe_num {
	border-top: 1px dashed #c3c3c3;
	margin-top: 10px;
	height: 18px;
	margin-bottom: 2px;
}

.sch div.left_sel_sch p.intext_sel span input[type=checkbox] {
	position: relative;
	width: 15px;
	height: 15px;
	top: 3px;
	margin: 0;
}

.sch div.left_sel_sch p.intext_sel span label {
	font-size: .95em;
	color: #387798;
	display: inline-block;
	height: 15px;
	margin-top: 5px;
	padding-top: 2px;
}

.sch div.left_sel_sch p.intext_sel_sec {
	padding: 0 6%;
	width: 88%;
}

.sch div.left_sel_sch p.intext_sel_sec span {
	font-size: .8em;
	width: 100%;
	display: block;
	color: #545358;
	height: 26px;
	line-height: 28px;
}

.sch div.left_sel_sch p.intext_sel_sec span b {
	color: #65778f;
	font-weight: normal;
	width: 45px;
	display: inline-block;
	font-size: .95em;
}

.sch div.left_sel_sch p.intext_sel_sec span label {
	font-size: .9em;
	color: #999999;
	margin-left: 2%;
}

.sch div.left_sel_sch p.intext_sel_sec span select {
	color: #263646;
	width: 29%;
	font-size: .95em;
	border: 1px solid #bababa;
	height: 22px;
	padding: 2px;
}

.sch div.left_sel_sch p.sel_btn_res {
	padding: 5% 6% 0 6%;
	width: 88%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.sch div.left_sel_sch p.sel_btn_res span {
	padding: 10px 50px;
	color: #ffffff;
	background: #0181c8;
	font-size: .9em;
	border-radius: .4em;
	border: 1px solid #2576a3;
	cursor: pointer;
}

.sch div.left_sel_sch p.sel_btn_res span img {
	padding: 0 0 5px 4px;
}

.sch div.right_sel_list {
	width: 65%;
	height: 439px;
	border-bottom: 1px solid #c5c8d1;
}

.sch div.right_sel_list p.tit {
	width: 100%;
	height: 30px;
	font-weight: 600;
	line-height: 30px;
	font-size: .95em;
	color: #222222;
	padding-bottom: 5px;
	border-bottom: 1px solid #c5c8d1;
}

.sch div.right_sel_list p.tit img {
	vertical-align: middle;
}

.sch div.right_sel_list .pr_li {
	width: 100%;
	height: 380px;
	margin-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.sch div.right_sel_list .pr_li p {
	width: 99%;
	padding: 10px 0;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: .4em;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 2px 1% 2px 0;
}

.sch div.right_sel_list .pr_li p.on {
	border: 2px solid #327295;
	background: #f4f9fc;
}

.sch div.right_sel_list .pr_li p.none {
	border: 1px solid #cccccc;
	background: #eeeeee;
}

.sch div.right_sel_list .pr_li p.none span:nth-child(2) {
	color: #cccccc;
}

.sch div.right_sel_list .pr_li p.none span:nth-child(2) b {
	color: #cccccc;
}

.sch div.right_sel_list .pr_li p.none span:nth-child(3) {
	color: #cccccc;
}

.sch div.right_sel_list .pr_li p span {
	display: inline-block;
	float: left;
}

.sch div.right_sel_list .pr_li p span input[type=radio] {
	margin: 0;
}

.sch div.right_sel_list .pr_li p span:nth-child(1) {
	width: 7%;
	text-align: center;
	padding-top: 8px
}

.sch div.right_sel_list .pr_li p span:nth-child(2) {
	width: 68.5%;
	font-size: .75em;
	color: #666666;
	margin-right: .5%;
}

.sch div.right_sel_list .pr_li p span:nth-child(2) b {
	font-size: 1.2em;
	margin-bottom: 4px;
	display: inline-block;
	color: #347ca2;
}

.sch div.right_sel_list .pr_li p span:nth-child(3) {
	width: 22%;
	text-align: right;
	font-size: .95em;
	color: #347ca2;
	padding: 10px 1% 0 0;
	font-weight: 600;
}

/* ..여객예약 추가_0713 */

/* 여객예약 추가 리스트_0713 */
.res_ship_se_list {
	width: 100%;
	height: 100%;
	float: left;
	margin: 20px 0;
}

.res_ship_se_list .sta {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.res_ship_se_list .ret {
	width: 49%;
	margin-left: 1%;
	float: left;
}

.res_ship_se_list div p.sc_tt {
	width: 100%;
	display: block;
}

.res_ship_se_list div p span {
	width: 50%;
	height: 35px;
	line-height: 35px;
	font-size: .95em;
	font-weight: 600;
	display: inline-block;
	float: left;
}

.res_ship_se_list div p span img {
	padding-bottom: 4px;
}

.res_ship_se_list div p span:nth-child(2) {
	text-align: right;
	font-size: .85em;
	color: #999999;
	font-weight: normal;
}

.res_ship_se_list div p.jq_gr_tb {
	width: 100%;
	height: 250px;
	display: block;
	background: #ffffff;
	border: 1px solid #c5c8d1;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* ..여객예약 추가 리스트_0713 */

/* ..여객예약 운임테이블_0714 */
.res_all_pay {
	width: 100%;
	height: 100%;
	float: left;
	margin-top: 20px;
}

.py_tt {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: .95em;
}

.py_tt img {
	padding: 0 1px 3px 0;
}

table.res_pay_list_mo {
	width: 100%;
	border-top: 2px solid #1999d6;
}

table.res_pay_list_mo tr th, table.res_pay_list_mo tr td {
	padding: 10px 1%;
	border-bottom: 1px solid #e5e5e5;
}

table.res_pay_list_mo tr th {
	background: #f7fbfc;
	border-right: 1px solid #c6d5da;
	color: #374757;
	font-size: .9em;
}

table.res_pay_list_mo tr td {
	font-size: .85em;
	color: #777777;
}

table.res_pay_list_mo tr td span {
	display: inline-block;
	padding: 3px 7px;
	margin: 0 .3%;
	border-radius: .2em;
	font-size: .85em;
	color: #1066af;
	background: #f4f9fc;
	border: 1px solid #8ea4b9;
}

table.res_pay_list_mo tr td p {
	display: block;
	width: 100%;
	line-height: 1.6em;
	font-size: .95em;
	color: #1a79af;
}

table.res_pay_list_mo tr td p b {
	color: #222222;
}

table.res_pay_list_mo tr td div {
	display: inline-block;
	background: #f1f9fc;
	width: 50%;
	float: left;
}

table.res_pay_list_mo tr td div table {
	width: 100%;
	margin: 10px 0;
}

table.res_pay_list_mo tr td div.lf table {
	border-right: 1px dashed #93a9c0;
	box-sizing: border-box;
}

table.res_pay_list_mo tr td div table th {
	border-top: 2px solid #93a9c0;
	border-bottom: 1px solid #93a9c0;
	background: #f1f9fc;
	border-right: 0;
	padding: 10px 1%;
}

table.res_pay_list_mo tr td div table td {
	text-align: center;
	padding: 8px 1%;
}

table.res_pay_list_mo tr td div table td:nth-child(1) {
	border-right: 1px solid #e4e8e7;
	box-sizing: border-box;
	text-align: center;
}

table.res_pay_list_mo tr td div table td.st_tit {
	background: #f4f9fc;
}

table.res_pay_list_mo.contain {
	width: 100%;
	border-top: 2px solid #1999d6;
}

table.res_pay_list_mo.contain tr th {
	border: 0;
	border-bottom: 1px solid #c6d5da;
}

table.res_pay_list_mo.contain tr td {
	text-align: center;
}

table.res_pay_list_mo.contain tr th em, table.res_pay_list_mo.contain tr td em
	{
	color: #1999d6;
	margin: 0 4px;
	font-weight: bold;
}

table.res_pay_list_mo.contain tr td.long {
	background: #f7fbfc;
	color: #498aaa;
}

table.res_pay_list_mo.contain tr td.time {
	background: #deeef5;
	color: #016db8;
	font-weight: bolder;
}

table.res_pay_list_mo.contain tr td.time img {
	margin: 0 2px;
	vertical-align: middle;
}

.charg_agg {
	width: 100%;
	padding: 20px 0;
	display: block;
	margin: 10px 0 20px 0;
	float: left;
	background: #f7f7f7;
	border: 1px solid #dddddd;
}

.charg_agg p {
	width: 48%;
	padding: 0 1%;
	display: inline-block;
	float: left;
}

.charg_agg p.itt {
	color: #222222;
	font-size: .9em;
	font-weight: 600;
	width: 100%;
}

.charg_agg p.itt input[type=checkbox] {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5%;
}

.charg_agg p.pay_all {
	text-align: right;
	color: #222222;
	font-size: .95em;
	font-weight: 600;
}

.charg_agg p.pay_all b {
	color: #d940a8;
}

p.i_text {
	width: 92%;
	padding: 8px 0 8px 20px;
	display: block;
	margin: 5px 0 0 0;
	float: left;
	font-size: .95em;
	font-weight: 600;
	position: relative;
}

p.i_text img {
	vertical-align: middle;
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 10px;
}

/* ..여객예약 운임테이블_0714 */

/* 여객예약 운임테이블_0715, 0718 */
.res_pass_info {
	width: 96%;
	padding: 10px 2%;
	text-align: left;
	background: #f1f9fc;
	border: 1px solid #a9bac2;
	float: left;
	margin-bottom: 20px;
	font-size: .9em;;
}

.res_pass_info img {
	padding-bottom: 3px;
	margin-right: 4px;
}

.res_tb.res table label {
	display: inline-block;
	padding: 5px 7px;
	background: #0082c8;
	color: #ffffff;
	font-size: .85em;
	border-radius: .25em;
	margin-right: 8px;
}

.res_tb.res table label img {
	padding-bottom: 3px;
	margin-right: 2px;
}

.res_tb.res table tr th {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	background: #f7f7f7
}

.res_tb.res table tr th:first-child {
	xborder-right: 1px solid #cccccc;
}

.res_tb.res table tr td p b {
	display: inline-block;
	padding: 0 4px;
	color: #6691be;
}

.res_tb.res table tr td p b.psh {
	color: #376096;
}

.res_tb.res table tr td p b.pay {
	font-size: 1.2em;
	color: #cc4e8d;
}

.res_tb.res table tr td {
	color: #666666;
}

.res_tb.res table tr td.res_col.s {
	background: #f7fbfc;
	border-right: 1px dashed #dedede;
	border-left: 1px dashed #dedede;
	text-align: center;
	color: #222222;
}

table.list.res {
	width: 100%;
	border-top: 3px solid #666d75;
	margin-bottom: 20px;
	padding: 0;
}

table.list.res tr th, .res_tb table.list.res tr td {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

table.list.res tr td em {
	color: #888888;
	line-height: 1.4em;
}

table.list.res tr td.all_pay {
	background: #f7f7f7;
	padding: 12px 0;
}

table.list.res tr td.all_pay.lf {
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	padding-left: 2%;
	background: #f0f0f0;
}

table.list.res tr td.all_pay.lf b {
	color: #d940a8;
}

table.list.res tr td.all_pay.rg {
	text-align: right;
	padding-right: 2%;
	color: #777777;
}

.res_join_type_tit {
	width: 100%;
	margin-top: 0;
	/*background: url(../images/res_pass_sec_icon_bg.jpg) no-repeat top left;*/
	padding: 15px 0 5px 0;
	font-size: .9em;
	line-height: 1.4em;
	color: #777777;
}

.res_join_type_tit em {
	width: 100%;
	display: inline-block;
	font-size: 1.2em;
	color: #114a8a;
	font-weight: bolder;
}

.member_login_sec {
	width: 100%;
	margin-top: 25px;
}

.member_login_sec div {
	width: 49.5%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	margin: 0 .5% 0 0;
	padding: 30px 3%;
}

.member_login_sec div p {
	width: 100%;
	display: block;
}

.member_login_sec div p span {
	display: inline-block;
	float: left;
}

.member_login_sec div p span:nth-child(1) {
	width: 70%;
	font-size: .95em;
	color: #777777;
}

.member_login_sec div p span:nth-child(1) b {
	width: 100%;
	display: block;
	font-size: 1.2em;
	color: #31405d;
	margin-bottom: 5px;
}

.member_login_sec div p span:nth-child(1) b em {
	color: #0454ad;
}

.member_login_sec div p span:nth-child(2) {
	width: 30%;
	text-align: right;
}

.member_login_sec div p.bt {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.member_login_sec div p span.res_go_btn {
	border: 1px solid #8fa4b9;
	display: inline-block;
	width: auto;
	padding: 4px 40px 4px 10px;
	font-size: .75em;
	border-radius: .2em;
	color: #0a5397;
	background: url(../images/res_go_btn_bg.jpg) no-repeat center right;
	padding-left: 10px;
	cursor: pointer;
}

.member_login_sec div p span.res_go_btn a:hover {
	color: #5d8cc8;
}

.res_search_btn {
	width: 100%;
	margin-top: 15px;
	float: left;
}

.res_search_btn p {
	width: 50%;
	display: inline-block;
}

.res_search_btn p.btns.a {
	text-align: left;
}

.res_search_btn p.btns.a span.pay img {
	padding-bottom: 2px;
}

/* 여객예약 운임테이블_0715, 0718 */

/*.예약서비스 */

/* 화물안내 */
.jq_gr {
	width: 100%;
	min-height: 500px;
	display: block;
	float: left;
}

.contain_tab {
	width: 100%;
	display: block;
	height: 40px;
	border-bottom: 2px solid #0157ac;
	margin-bottom: 40px;
}

.contain_tab span {
	width: 25%;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #f2f2f2;
	color: #6d6d6d;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: .9em;
}

.contain_tab span a:hover {
	color: #222222;
}

.contain_tab span.on {
	height: 40px;
	background: #ffffff;
	color: #28363f;
	border: 2px solid #0157ac;
	border-bottom: none;
	font-weight: 600;
}

.contain_img {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}

.contain_in_text {
	width: 100%;
	display: block;
	margin: 20px 0;
	float: left;
}

.contain_in_text p {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	float: left;
}

.contain_in_text p span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	float: left;
}

.contain_in_text p span:nth-child(1) {
	font-size: .95em;
	color: #555555;
	font-weight: bolder;
}

.contain_in_text p span:nth-child(1) img {
	margin-bottom: 5px;
}

.contain_in_text p span:nth-child(2) {
	width: 97%;
	font-size: 1.0em;
	color: #333333;
	line-height: 1.6em;
	padding-left: 3%;
}

.mobile_4dept_menu {
	display: none;
}

.contain_s_tit {
	margin: 60px 0 20px 0;
	font-size: 1.1em;
	color: #222222;
	float: left;
}

.contain_s_tit img {
	padding-bottom: 4px;
}

table.list.contain_in {
	width: 100%;
	border-top: 3px solid #555555;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 70px 0;
	float: left;
	font-size: .95em;
}

table.list.contain_in th {
	width: 20%;
	padding: 15px 0;
	font-size: 1.0em;
	background: #fafafa;
	text-align: center;
}

table.list.contain_in td {
	width: 76%;
	padding: 15px 2%;
	font-size: 1.05em;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	line-height: 1.2em;
}

table.list.contain_in td b {
	font-size: 1.1em;
	color: #8e9db4;
}

table.list.contain_in td em {
	color: #666666;
	display: inline-block;
	margin-right: 1%;
	font-size: .85em;
	padding-bottom: 10px;
	line-height: 1.6em;
}

.container_tab {
	width: 100%;
	display: block;
	padding-bottom: 30px;
	float: left;
}

.container_tab span {
	width: 33.333%;
	display: inline-block;
	float: left;
	background: #f4f6f7;
	border: 1px solid #e4ecf3;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	font-size: 1em;
	padding: 13px 0;
	cursor: pointer;
}

.container_tab span.on {
	width: 33.333%;
	background: #1e74cb;
	color: #ffffff;
	border: 1px solid #1e74cb;
	box-sizing: border-box;
}

.con_etc_tit {
	width: 96%;
	display: block;
	padding: 12px 2%;
	font-size: .95em;
	color: #222222;
	text-align: left;
	background: #ffffff;
	border-top: 3px solid #dadada;
	float: left;
}

.con_etc_tit img {
	vertical-align: middle;
}

.con_etc_img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding: 40px 0;
	text-align: center;
	background: #f6f6f6;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	float: left;
}

.con_etc_img img {
	
}

.con_etc_img.a {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding: 0 0 40px 0;
	text-align: center;
	background: #f6f6f6;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	float: left;
}

.con_etc_img.a b {
	width: 94%;
	display: block;
	margin-bottom: 20px;
	padding: 14px 3%;
	text-align: left;
	background: #eeeeee;
	font-size: .85em;
	line-height: 1.4em;
	color: #444448;
	border-bottom: 1px dashed #dadada;
}

.contain_pat {
	width: 100%;
	display: block;
	background: #eef5fb;
	border: 1px solid #a4c6ec;
	box-sizing: border-box;
	float: left;
	padding: 10px 2%;
}

.contain_pat p {
	width: 100%;
	display: block;
	padding: 5px 0;
	width: 100%;
}

.contain_pat p span {
	display: inline-block;
	vertical-align: text-top;
}

.contain_pat p span.ts {
	font-size: .8em;
	border-radius: .2em;
	background: #4c8fd3;
	border: 1px solid #4176ac;
	color: #ffffff;
	width: 80px;
	text-align: center;
	padding: 5px 0;
	margin-right: 20px;
}

.contain_pat p span.ts.st {
	background: #f86309;
	border: 1px solid #ce4f00;
}

.contain_pat p span.ctc {
	font-size: .85em;
	border-radius: .2em;
	color: #ffffff;
	vertical-align: middle;
	color: #222222;
	line-height: 1.4em;
}

.contain_pat p span.ctc em {
	color: #0a8cc8;
	font-weight: bolder;
	letter-spacing: .05em;
}

p.ferry_tit {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	color: #333333;
}

p.ferry_tit span {
	width: 100%;
	display: block;
	font-size: 1.2em;
	color: #000000;
	margin-bottom: 10px;
}

p.ferry_tit span em {
	color: #0294cd;
}

p.sch_tit {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	background: url(../images/ceo_message_line.gif) repeat-x bottom;
	margin-bottom: 20px;
	color: #333333;
}

p.sch_tit b {
	font-size: 1.4em;
	color: #000000;
}

p.sch_tit b img {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 4px;
}

p.sch_tit em {
	color: #f85902;
}

table.container {
	width: 100%;
	margin-bottom: 20px;
	border-top: 2px solid #444444;
	border-bottom: 1px solid #444444;
}

table.container th {
	padding: 12px;
	text-align: center;
	background: #f0f8e9;
	border-bottom: 1px solid #e3e7e8;
	font-size: .95em;
}

table.container th img {
	vertical-align: middle;
	margin: 0 4px;
	padding-bottom: 2px;
}

table.container td {
	padding: 12px;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #e3e7e8;
	border-right: 1px solid #e3e7e8;
	font-size: .9em;
}

table.container td:last-child {
	border-right: 0;
}

table.container td img {
	vertical-align: middle;
	margin: 0 4px;
	padding-bottom: 2px;
}

table.container td.all_time {
	background: #fefbce;
	border-bottom: 0;
	font-size: 1em;
}

table.container.dept01 {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #e3e7e8;
}

table.container.dept01 th, table.container.dept01 td {
	padding: 12px;
	font-size: .95em;
	background: #ffffff;
	border: 0;
	vertical-align: middle;
	background: url(../images/td_right_bd.png) right center no-repeat,
		url(../images/td_right_bd.png) left center no-repeat;
}

table.container.dept01 th {
	background: url(../images/td_top_bg.png) top left no-repeat;
}

table.container.dept01 td:last-child {
	background: none;
}

table.container.dept01 td {
	text-align: left;
	font-size: .9em;
	color: #555555;
}

table.container.dept01 td b {
	display: block;
	margin-bottom: 2px;
	font-size: 1.1em;
	color: #000000;
}

table.container.dept01 td p {
	display: block;
	margin-bottom: 4px;
	line-height: 1.2em;
}

table.container.dept01 td p b {
	display: inline-block;
	margin: 0 4px;
	font-size: .9em;
}

.cont_ex_box {
	width: 96%;
	display: block;
	float: left;
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 10px 2%;
	border: 1px solid #dddddd;
}

.cont_ex_box span {
	width: 100%;
	padding: 4px 0;
	display: block;
	float: left;
	position: relative;
}

.cont_ex_box span em {
	display: inline-block;
	float: left;
	vertical-align: text-top;
}

.cont_ex_box span em:first-child {
	position: absolute;
	left: 0;
}

.cont_ex_box span em:first-child img {
	vertical-align: text-top;
	margin-top: 2px;
}

.cont_ex_box span em:last-child {
	padding-left: 20px;
	font-size: 1.0em;
	color: #000000;
	letter-spacing: -.05em
}

/* ..화물안내 */

/* 화물서비스 */
.con_sear_btn {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	margin: 10px 0;
}

.con_sear_btn span {
	display: inline-block;
	text-align: center;
	font-size: .8em;
	padding: 4px 7px 6px 7px;
	background: url(../images/print_bg.jpg) repeat-x center bottom;
	border-radius: .2em;
	border: 1px solid #b9babc;
	color: #555555;
	cursor: pointer;
}

/* ..화물서비스 */
.file_all_diown {
	width: 100%;
	text-align: right;
	padding-bottom: 12px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dotted #666666;
}

.file_all_diown span {
	display: inline-block;
	height: 30px;
	color: #ffffff;
	font-size: .9em;
	border-radius: .2em;
	background: url(../images/down_btn.gif) no-repeat right center #269dbd;
}

.file_all_diown span a:hover {
	display: inline-block;
	border-radius: .2em;
	height: 30px;
	background: url(../images/down_btn.gif) no-repeat right center #2cb0d4;
}

.file_all_diown span b {
	height: 30px;
	line-height: 28px;
	padding: 0 50px 0 25px;
}

.file_pasenger_diown {
	width: 100%;
	text-align: right;
	padding-bottom: 12px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dotted #666666;
}

.file_pasenger_diown span {
	display: inline-block;
	height: 30px;
	color: #ffffff;
	font-size: .9em;
	border-radius: .2em;
	background: no-repeat right center #269dbd;
}

.file_pasenger_diown span b {
	height: 30px;
	line-height: 28px;
	padding: 0 25px 0 25px;
}

/* 선실정보 수정 20160826 wide */
.pass_tt {
	width: 100%;
	height: auto;
	float: left;
}

.pass_tt b.itt {
	width: 100%;
	display: block;
	font-size: 1.4em;
	color: #222222;
	font-weight: bolder;
	padding: 10px 0;
}

.pass_tt b.itt em {
	color: #00a2e5;
}

.pass_tt span {
	padding: 10px 0;
	font-size: .85em;
	color: #444444;
}

.pass_tt b.ett {
	width: 100%;
	display: block;
	font-size: 1em;
	color: #444444;
	font-weight: bolder;
	padding: 10px 0;
}

.pass_info {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	border: 1px solid #dddddd;
	border-top: 0;
}

.pass_info p {
	width: 96%;
	display: block;
	float: left;
}

.pass_info p.fl {
	padding: 12px 2%;
	background: #dddddd;
	border-top: 3px solid #105caa;
}

.pass_info p.fl span {
	padding: 6px 8px;
	display: inline-block;
	color: #444444;
	font-weight: bolder;
	font-size: .85em;
	cursor: pointer;
}

.pass_info p.fl span.on {
	color: #ffffff;
	background: #444444;
	border-radius: .2em;
}

.fl_info {
	width: 100%;
	display: block;
	float: left;
}

.pass_info p.intext {
	padding: 12px 2% 0 2%;
	background: #f7f7f7;
}

.pass_info p.intext b {
	font-size: 1.4em;
	color: #105caa;
	display: block;
	font-weight: normal;
}

.pass_info p.intext em {
	font-size: .8em;
	color: #222222;
	display: block;
	padding: 4px 0;
}

.pass_info p.ship {
	padding-bottom: 20px;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
}

.pass_info p.ship img {
	width: 854px;
}

/* ..선실정보 수정 20160826 wide */

/* 환경대책 0830 wide */
.envir {
	width: 100%;
	height: 100%;
	margin: 10px 0 30px 0;
	float: left;
	border: 1px solid #efefef;
	box-sizing: border-box;
}

.envir .menu {
	width: 25%;
	min-height: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

.envir .envir div:nth-child(4) {
	border-right: 0;
}

.envir .menu p.icon {
	margin: 20px 0;
}

.envir .menu p.icon img {
	height: 45px;
	width: auto
}

.envir .menu p.intt {
	background: #f9f9f9;
	display: block;
	width: 98%;
	min-height: 100px;
	text-align: center;
	xfloat: left;
	padding-top: 15px;
	padding-left: 1%;
	padding-right: 1%;
	font-size: .8em;
	line-height: 1.4em;
}

.cer_list.cert_gr {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	background: url(../images/border_bg.jpg) repeat-x center top;
	float: left;
}

.cer_list.cert_gr p {
	width: 33.333%;
	overflow: hidden;
	display: block;
	xfloat: left;
	margin: 15px 0;
	border-bottom: 1px dashed #cacaca;
	background: url(../images/cer_icons.png) no-repeat top left;
}

.cer_list.cert_gr p.cert_gr span {
	float: left;
	xfloat: right;
}

.cer_list.cert_gr p span:nth-child(1) {
	min-width: 100%;
	text-align: center;
	padding-top: 50px;
}

.cer_list.cert_gr p span:nth-child(1) img {
	height: 230px;
	width: auto
}

.cer_list.cert_gr p span:nth-child(2) {
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: .9em;
	color: #1477b0;
	text-align: center;
}

.cer_list.cert_gr p span:nth-child(2) b {
	color: #222222;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
}

/* ..환경대책 0830 wide  */

/* 레스토랑 메뉴 */
.rest_time_info {
	width: 100%;
	display: block;
	background: url(../images/rest_time_bg.jpg) repeat-x center bottom;
	font-size: .9em;
	font-weight: 400;
	text-align: right;
	padding-bottom: 15px;
	color: #0f7cd0;
	float: left;
}

.rest_time_info.sh {
	text-align: left;
}

.rest_mn {
	width: 100%;
	display: block;
	margin: 20px 0;
	float: left;
}

/* 레스토랑메뉴 수정 2.16-12-02 오썬 */
.mn_list {
	width: 100%;
	min-height: 228px;
	border: 1px solid #cccdce;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin: 10px .2%;
}

.mn_list p {
	width: 100%;
	display: block;
	float: left;
}

.mn_list p.mn_tit {
	margin-bottom: 13px;
	width: 96%;
	height: 34px;
	line-height: 34px;
	font-size: .95em;
	color: #ffffff;
	padding: 0 2%;
}

.mn_list p.mn_s {
	margin: 0 3%;
	width: 90%;
	xheight: 137px;
	font-size: .95em;
	color: #ffffff;
	padding: 0 2%;
}

/* 메뉴리스트 */
.menu_wrap {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	clear: both;
	padding-left: 1%
}

.menu_wrap li {
	display: inline;
	float: left;
	width: 152px;
	margin-right: 1%;
	font-size: 14px;
	text-align: center;
	height: 160px
}

.menu_wrap li p.menu_img img {
	height: 95px
}

.menu_wrap li p {
	margin-bottom: 10px
}

.mn_list.k .menu_wrap li {
	
}

/* 메뉴 신청 리스트 */
.menu_meal {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	clear: both;
	padding-left: 1%
}

.menu_meal li {
	display: inline;
	float: left;
	width: 152px;
	margin-right: 1%;
	font-size: 14px;
	text-align: center;
	height: 230px
}

.menu_meal li p.menu_img img {
	width: 150px;
	height: 95px;
}

.menu_meal li p {
	margin-bottom: 10px
}

.mn_list.k .menu_meal li {
	
}

/* 메뉴리스트 */
.mn_list.j p.mn_tit {
	background: url(../images/rest_menu_icon_01_tt.png) center right #6c9cc8
		no-repeat;
}

.mn_list.j p.mn_s {
	background: url(../images/rest_menu_icon_01.png) bottom right no-repeat;
}

.mn_list.e p.mn_tit {
	background: url(../images/rest_menu_icon_02_tt.png) center right #6fc5d9
		no-repeat;
}

.mn_list.e p.mn_s {
	background: url(../images/rest_menu_icon_02.png) bottom right no-repeat;
}

.mn_list.k p.mn_tit {
	background: url(../images/rest_menu_icon_03_tt.png) center right #abcd8c
		no-repeat;
}

.mn_list.k p.mn_s {
	background: url(../images/rest_menu_icon_03.png) bottom right no-repeat;
}

.mn_list.b p.mn_tit {
	background: url(../images/rest_menu_icon_04_tt.png) center right #83cdc6
		no-repeat;
}

.mn_list.b p.mn_s {
	background: url(../images/rest_menu_icon_04.png) bottom right no-repeat;
}

.mn_list.etc {
	width: 49%;
	min-height: 440px;
	border: 1px solid #cccdce;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin: 10px .5%;
}

.mn_list.etc p.mn_tit {
	background: url(../images/rest_menu_icon_06_tt.png) center right #7ab6d9
		no-repeat;
}

.mn_list.etc p.mn_s {
	background: url(../images/rest_menu_icon_06.png) bottom right no-repeat;
	height: 500px;
}

.mn_list.d {
	width: 100%;
	min-height: 228px;
	border: 1px solid #cccdce;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	/*margin: 10px .5%;*/
}

.mn_list.d p.mn_tit {
	background: url(../images/rest_menu_icon_05_tt.png) center right #7a8cd9
		no-repeat;
}

.mn_list.d p.mn_s {
	margin: 0;
	/*width: 90%;*/
	height: 187px;
	font-size: .95em;
	color: #ffffff;
	padding: 0 2%;
	background: url(../images/rest_menu_icon_05.png) bottom right no-repeat;
}

.mn_list.d_h {
	width: 49%;
	min-height: 440px;
	border: 1px solid #cccdce;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin: 10px .5%;
}

.mn_list.d_h p.mn_tit {
	background: url(../images/rest_menu_icon_05_tt.png) center right #7a8cd9
		no-repeat;
}

.mn_list.d_h p.mn_s {
	margin: 0 3%;
	width: 90%;
	height: 500px;
	font-size: .95em;
	color: #ffffff;
	padding: 0 2%;
	background: url(../images/rest_menu_icon_05.png) bottom right no-repeat;
}

.mn_list p.mn_s span {
	width: 100%;
	display: block;
	color: #1e2e45;
	font-size: .85em;
	line-height: 1.6em;
}

.mn_list p.mn_s span img {
	padding-bottom: 3px;
}

.mn_list p.pic_tt {
	padding: 4px 4%;
	width: 100%;
	height: 60px;
	line-height: 100%;
	box-sizing: border-box;
	font-size: .8em;
	color: #222f;
	background: #ecf0f4;
	border-top: 1px solid #cccdce;
	margin-top: 10px;
}

.mn_list p.pic_tt img {
	padding-bottom: 5px;
}

.mn_list p.pic_tt a:hover {
	color: #666666;
}

/* 레스토랑메뉴 수정 2.16-12-02 오썬 end */

/*
.mn_list { width:49%; min-height:228px; border:1px solid #cccdce; box-sizing:border-box; display:inline-block; float:left; margin:10px .5%;}
	.mn_list p { width:100%; display:block; float:left;}
	.mn_list p.mn_tit{ margin:13px 3%; width:90%; height:34px; line-height:34px; font-size:.95em; color:#fff; padding:0 2%;}
	.mn_list p.mn_s{ margin:0 3%; width:90%; height:137px; font-size:.95em; color:#fff; padding:0 2%;}

	.mn_list.j p.mn_tit{ background: url(../images/rest_menu_icon_01_tt.png) center right #6c9cc8 no-repeat;}
	.mn_list.j p.mn_s{ background: url(../images/rest_menu_icon_01.png) bottom right no-repeat;}

	.mn_list.e p.mn_tit{ background: url(../images/rest_menu_icon_02_tt.png) center right #6fc5d9 no-repeat;}
	.mn_list.e p.mn_s{ background: url(../images/rest_menu_icon_02.png) bottom right no-repeat;}

	.mn_list.k p.mn_tit{ background: url(../images/rest_menu_icon_03_tt.png) center right #abcd8c no-repeat;}
	.mn_list.k p.mn_s{ background: url(../images/rest_menu_icon_03.png) bottom right no-repeat;}

	.mn_list.b p.mn_tit{ background: url(../images/rest_menu_icon_04_tt.png) center right #83cdc6 no-repeat;}
	.mn_list.b p.mn_s{ background: url(../images/rest_menu_icon_04.png) bottom right no-repeat;}

.mn_list.etc { width:49%; min-height:440px; border:1px solid #cccdce; box-sizing:border-box; display:inline-block; float:left; margin:10px .5%;}
	.mn_list.etc p.mn_tit{ background: url(../images/rest_menu_icon_06_tt.png) center right #7ab6d9 no-repeat;}
	.mn_list.etc p.mn_s{ background: url(../images/rest_menu_icon_06.png) bottom right no-repeat; height:350px;}

.mn_list.d { width:49%; min-height:228px; border:1px solid #cccdce; box-sizing:border-box; display:inline-block; float:left; margin:10px .5%;}
	.mn_list.d p.mn_tit{ background: url(../images/rest_menu_icon_05_tt.png) center right #7a8cd9 no-repeat;}
	.mn_list.d p.mn_s{ margin:0 3%; width:90%; height:187px; font-size:.95em; color:#fff; padding:0 2%; background: url(../images/rest_menu_icon_05.png) bottom right no-repeat;}

.mn_list.d_h { width:49%; min-height:440px; border:1px solid #cccdce; box-sizing:border-box; display:inline-block; float:left; margin:10px .5%;}
	.mn_list.d_h p.mn_tit{ background: url(../images/rest_menu_icon_05_tt.png) center right #7a8cd9 no-repeat;}
	.mn_list.d_h p.mn_s{ margin:0 3%; width:90%; height:350px; font-size:.95em; color:#fff; padding:0 2%; background: url(../images/rest_menu_icon_05.png) bottom right no-repeat;}

		.mn_list p.mn_s span{ width:100%; display:block; color:#1e2e45; font-size:.85em; line-height:1.6em;}
			.mn_list p.mn_s span img{ padding-bottom:3px;}

	.mn_list p.pic_tt{ padding:0 4%; width:100%; height:40px; line-height:35px; box-sizing:border-box; font-size:.8em; color:#222f; background:#ecf0f4; border-top:1px solid #cccdce; margin-top:10px;}
		.mn_list p.pic_tt img{ padding-bottom:5px;}
		.mn_list p.pic_tt a:hover{ color:#666;}
/* ..레스토랑 메뉴 */

/* 레스토랑 팝업 20160826 wide */
.rest_pop {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9000;
	left: 0;
	top: 148px;
}

.rt_pp {
	width: 815px;
	margin: 0 auto;
	background: url(../images/rest_pop_bg.jpg) center top no-repeat #296297;
	min-height: 220px;
	overflow: hidden;
	padding-bottom: 20px;
}

.mntit {
	width: 100%;
	display: block;
	height: 54px;
	float: left;
}

.mntit p {
	width: 46%;
	display: inline-block;
	height: 54px;
	float: left;
	margin: 0 2%;
}

.mntit p.tt {
	font-size: 1.1em;
	color: #ffffff;
	text-align: left;
	line-height: 64px;
}

.mntit p.bt {
	text-align: right;
	line-height: 50px;
}

.mnli {
	width: 96%;
	display: block;
	margin: 0 2%;
	background: #dddddd;
	float: left;
	padding: 15px 0;
	float: left;
}

p.dept {
	width: 24%;
	display: inline-block;
	float: left;
	margin: 4px .5%;
}

p.dept span {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
}

p.dept span.mnimg {
	margin-bottom: 10px;
}

p.dept span.mnst {
	margin-bottom: 2px;
	font-size: .9em;
	color: #000000;
}

p.dept span.mnpay {
	font-size: .85em;
	color: #0092b0;
	display: none;
}

/* //레스토랑 팝업 20160826 wide */

/* 선실정보_tab_추가 */
.tra_tab {
	width: 100%;
	display: block;
}

.tra_tab p {
	width: 33.333%;
	display: inline-block;
	float: left;
	text-align: center;
	height: 60px;
	margin-bottom: 30px;
	cursor: pointer;
}

.tra_tab p.tab01 {
	background: #41c1c2;
}

.tra_tab p.tab02 {
	background: #abcdf2;
}

.tra_tab p.tab03 {
	background: #92b9e4;
}

.tra_tab p.tab01.on {
	background: url(../images/tra_tab_arr_01.jpg) bottom center no-repeat
		#41c1c2;
	padding-bottom: 7px;
}

.tra_tab p.tab02.on {
	background: url(../images/tra_tab_arr_02.jpg) bottom center no-repeat
		#abcdf2;
	padding-bottom: 7px;
}

.tra_tab p.tab03.on {
	background: url(../images/tra_tab_arr_03.jpg) bottom center no-repeat
		#92b9e4;
	padding-bottom: 7px;
}

.tra_tab p span {
	width: 100%;
	text-align: center;
	float: left;
	height: 60px;
	line-height: 58px;
	color: #ffffff;
	font-weight: bold;
}

/* ..선실정보_tab_추가 */

/* 여행후기 공지사항 */
table.list.notice {
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	float: left;
	table-layout: fixed;
}

table.list.notice td {
	padding: 15px 0;
	font-size: .9em;
	border: 0;
	border-bottom: 1px dashed #dddddd;
	text-align: center;
	vertical-align: middle;
	background: #f6f6f6;
}

table.list.notice td:nth-child(1) {
	width: 110px;
}

table.list.notice td:nth-child(1) span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	background: #03a4d2;
	xborder: 1px solid #027bba;
	font-size: .85em;
	padding: 3px 0 5px;
}

table.list.notice td:nth-child(2) {
	width: calc(100% - 285px);
	text-align: left;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

table.list.notice td:nth-child(2).res_nm {
	text-align: center;
}

table.list.notice td:nth-child(2) a:hover {
	color: #666666;
}

table.list.notice td:nth-child(3) {
	width: 100px;
	color: #888888;
}

table.list.notice td:nth-child(4) {
	width: 75px;
	color: #aaaaaa;
}

/* //여행후기 공지사항 */

/* SNS 버튼 모음 */
.buttons-sns {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	border: 0;
	padding: 0;
	text-align: right;
}

.buttons-sns>a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0;
	border: 0;
	padding: 0;
}

/* //SNS 버튼 모음 */
.sm_btn.basic {
	padding: 6px 8px;
	color: #ffffff;
	font-size: .85em;
	border-radius: .4em;
	margin-top: 4px;
	display: inline-block;
	background: #555555;
}

.sm_btn.gr {
	background: #076c13;
}

.sm_btn.or {
	background: #f06804;
}

.sm_btn.red {
	background: #dc3305;
}

.sm_btn.bl {
	background: #555555;
}

.sm_btn.br {
	background: #0566c1;
}

.sub_foot {
	width: 100%;
	height: 202px;
	background: #f7f7f7;
	border-top: 1px solid #dddddd;
	padding-top: 25px;
	float: left;
}

.sub_foot .scon {
	width: 955px;
	height: 202px;
	padding: 0;
	margin: 0 auto;
}

.sub_foot .scon p {
	display: inline-block;
	height: 202px;
	float: left;
}

.sub_foot .scon p.go_dept01 {
	width: 55%;
	height: 170px;
	background: url(../images/sub_foot_line_bg.gif) no-repeat center right;
}

.sub_foot .scon p.go_dept01 span {
	width: 100%;
	display: inline-block;
	float: left;
}

.sub_foot .scon p.go_dept01 span.more_tt {
	font-size: .95em;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.sub_foot .scon p.go_dept01 span.banner_go {
	height: 122px;
}

.sub_foot .scon p.go_dept01 span.banner_go span.ba {
	width: 100%;
	height: 122px;
	float: left;
	cursor: pointer;
}

.sub_foot .scon p.go_dept01 span.banner_go span.ba span {
	float: left;
	display: inline-block;
	margin-right: 1%;
	width: 160px;
	height: 122px;
	position: relative;
}

.sub_foot .scon p.go_dept01 span.banner_go span.ba span em {
	width: 160px;
	text-align: center;
	font-size: .9em;
	height: 32px;
	line-height: 32px;
	margin-top: 90px;
	color: #ffffff;
	display: block;
	background: url(../images/sub_foot_banner_bg.png) repeat;
	position: absolute;
}

.sub_foot .scon p.go_dept02 {
	width: 43%;
	height: 170px;
	background: url(../images/sub_foot_bg.jpg) no-repeat center right;
	padding-left: 2%;
}

.sub_foot .scon p.go_dept02 span {
	width: 100%;
	display: block;
}

.sub_foot .scon p.go_dept02 span.tt {
	font-size: 1.1em;
	color: #000000;
	margin: 10px 0;
}

.sub_foot .scon p.go_dept02 span.tt em {
	font-size: .8em;
	color: #71777e;
	margin: 10px 0;
	display: block;
	line-height: 1.2em;
}

.sub_foot .scon p.go_dept02 span.bt {
	margin-top: 20px;
	cursor: pointer;
}

.rela {
	position: relative
}

.rela .print_btn_md07 {
	position: absolute;
	top: 140px;
	right: 5px;
}

.rela .print_btn_md07 a {
	display: block;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 2px 5px 2px 0;
	width: 100%;
}

.rela .print_btn_md07 a:hover {
	color: red;
	border: 1px solid red;
}

.rela .print_btn_md07 img {
	height: 24px;
	width: auto;
	padding-right: 10px;
	margin-left: 10px;
}

.tstyle_invoce {
	
}

.tstyle_invoce td {
	padding: 3px 0
}

/* 공지사항 글쓰기 다국어 */
select.ed_in {
	border: 1px solid #dddddd;
	width: 99%;
	padding: 1% 0 1% 1%;
	height: 42px;
	line-height: 42px
}

table.each_t {
	width: 50%;
	float: left
}

/* 일본 축제정보 */
.tb_festa select {
	width: 65px;
	padding-left: 1%;
	height: 28px;
	border: 1px solid #bec4c7;
	margin-bottom: 10px;
}

/* ..wide end */

/*@media screen and (max-width: 1439px) {*/
/*#quick {*/
/*display: none;*/
/*}*/
/*}*/
@media screen and (max-width: 1300px) {
	.st_con {
		width: 96%;
		padding: 0 2%
	}
	.st_con p.left_tit {
		width: 25%;
	}
	.st_con p.snb {
		width: 75%;
	}
	.sub {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.contents {
		width: 96%;
		border-left: 1px solid #dddddd;
		margin: 0 2%;
	}
	.contents .left_menu {
		width: 23%;
	}
	.contents .left_menu ul {
		width: 100%;
	}
	.contents .con {
		width: 77%;
	}

	/* 커뮤니티 */
	.commu_main {
		width: 100%;
		margin: 20px 0;
		background: #3919bc;
	}
	.commu_main p.cm_tit {
		width: 100%;
		text-align: center;
		font-size: 1.2em;
		padding-bottom: 40px;
		margin-bottom: 20px;
		background: url(../images/sb_tit_bar_bg.png) no-repeat center bottom;
		float: left;
	}
	.commu_main p em {
		color: #044ca6;
		font-weight: 600;
	}
	.commu_main ul {
		width: 100%;
		margin: 20px 0 100px 0;
		float: left;
	}
	.commu_main ul li {
		display: inline-block;
		width: 33.333%;
		height: 400px;
		float: left;
	}
	.commu_main ul li span {
		width: 100%;
		display: block;
	}
	.commu_main ul li span:nth-child(1) {
		height: 300px;
		float: left;
	}
	.commu_main ul li span:nth-child(2) {
		height: 100px;
		padding-top: 25px;
		font-size: 1.1em;
		font-weight: bolder;
		color: #222222;
		text-align: center;
		border: 1px solid #cccccc;
		border-left: 0;
		box-sizing: border-box;
		float: left;
		cursor: pointer;
	}
	.commu_main ul li span:nth-child(2) em {
		font-size: .9em;
		font-weight: lighter;
		text-decoration: underline;
	}
	.commu_main ul li span:nth-child(2) em a:hover {
		color: #999999;
		text-decoration: underline;
		display: inline-block;
	}
	.commu_main ul li:nth-child(1) span:nth-child(2), .commu_main ul li:nth-child(4) span:nth-child(2)
		{
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.commu_main ul li:nth-child(1) span:nth-child(1) {
		background: url(../images/com_main_m01.png) no-repeat;
		background-size: cover;
	}
	.commu_main ul li:nth-child(2) span:nth-child(1) {
		background: url(../images/com_main_m02.png) no-repeat;
		background-size: cover;
	}
	.commu_main ul li:nth-child(3) span:nth-child(1) {
		background: url(../images/com_main_m03.png) no-repeat;
		background-size: cover;
	}
	.commu_main ul li:nth-child(4) span:nth-child(1) {
		background: url(../images/com_main_m04.png) no-repeat;
		background-size: cover;
	}
	.commu_main ul li:nth-child(5) span:nth-child(1) {
		background: url(../images/com_main_m05.png) no-repeat;
		background-size: cover;
	}
	.commu_main ul li:nth-child(6) span:nth-child(1) {
		background: url(../images/com_main_m06.png) no-repeat;
		background-size: cover;
	}
	.commu_list div p.img {
		display: inline;
		overflow: hidden;
		float: left;
		position: relative;
		width: 30%;
	}
	.commu_list div p.txt {
		width: 67%;
		xborder: 1px solid red;
		position: relative;
	}
	.pass_down {
		width: 96%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
		margin-top: 60px;
	}
	.pass_down div {
		width: 100%;
		float: left;
		border-bottom: 1px solid #e6e6e6;
	}
	.pass_down div:last-child {
		border-bottom: none;
	}
	.pass_down div p {
		display: inline-block;
		padding: 5px 0;
		margin: 15px 0;
		cursor: pointer;
		vertical-align: middle;
		float: left;
	}
	.pass_down div p span {
		vertical-align: middle;
		float: left;
	}
	.dept_tr_list {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_tr_list ul {
		width: 100%;
	}
	.dept_tr_list li {
		width: 32%;
		padding: 0 .5%;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.dept_tr_list li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_tr_list li p.tr_m_pic {
		width: 100%;
		height: 111px;
		position: relative;
	}
	.dept_tr_list li p.tr_m_pic span {
		width: 100%;
		height: 111px;
		display: block;
	}
	.dept_tr_list li p.tr_m_pic span.imgs {
		width: 100%;
		height: 111px;
	}
	.dept_tr_list li p.tr_m_pic span.imgs img {
		width: 100%;
		height: 100%;
	}
	.dept_tr_list li p.tr_m_pic span.price {
		width: 95%;
		height: 31px;
		padding: 80px 5% 0 0;
		position: absolute;
		top: 0;
		text-align: right;
		color: #ffffff;
	}
	.dept_tr_list li p.tr_in_text {
		width: 100%;
		height: 140px;
		padding: 10px 3%;
		border: 1px solid #dddddd;
		color: #424242;
		background: #ffffff;
		box-sizing: border-box;
	}
	.dept_tr_list li p.tr_in_text b {
		width: 100%;
		display: block;
		text-align: right;
		font-size: .9em;
		color: #acacac;
		margin-bottom: 10px;
		padding: 0;
	}
	.dept_tr_list li p.tr_in_text em {
		width: 80%;
		display: block;
		margin-top: 5px;
		line-height: 1.4em;
		font-size: .75em;
		color: #747474;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
	}
	.dept_tr_list li p.tr_in_text em.none {
		color: #aaaaaa;
		font-size: .8em;
	}
	.dept_tr_list li p.tr_in_text em.date {
		color: #0088d0;
		font-size: .8em;
	}
	.dept_tr_list li p.tr_in_text em.ex {
		width: 100%;
		margin-top: 10px;
		font-size: .8em;
		text-align: right;
	}
	.dept_photo {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_photo ul {
		width: 100%;
	}
	.dept_photo li {
		width: 32.333%;
		cursor: pointer;
		margin: 0 .5% 10px .5%;
	}
	.dept_photo li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_photo li p.photo_pic {
		width: 100%;
		height: 200px;
		position: relative;
	}
	.dept_photo li p.photo_pic span {
		width: 100%;
		height: 200px;
		display: block;
	}
	.dept_photo li p.tr_photo_pic span.imgs {
		width: 100%;
		height: 200px;
	}
	.dept_photo li p.photo_pic span.imgs img {
		width: 100%;
		height: 200px;
	}
	.dept_photo li p.photo_pic span.pic_info {
		width: 90%;
		height: 40px;
		padding: 10px 5%;
		position: absolute;
		top: 140px;
		text-align: left;
		background: url(../images/bl_bg.png) repeat;
		color: #ffffff;
		font-size: .85em;
		font-weight: lighter;
		line-height: 1.4em;
		color: #eeeeee;
	}
	.dept_photo li p.photo_pic span.pic_info b {
		color: #80cfde;
		font-size: 1.1em;
		font-weight: 600;
	}
	.dept_photo li p.photo_pic span.pic_info a:hover b {
		text-decoration: underline;
		color: #689098;
	}
	.dept_trip {
		width: 100%;
		float: left;
	}
	.dept_trip ul {
		width: 100%;
	}
	.dept_trip li {
		width: 31.333%;
		cursor: pointer;
		margin: 0 1% 20px 1%;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
	}
	.dept_trip a:hover li {
		border: 1px solid #acacac;
		box-sizing: border-box;
	}
	.dept_trip li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_trip li p:nth-child(1) {
		padding: 20px 0;
		text-align: center;
		background: #efefef;
		font-size: .95em;
		color: #444444;
	}
	.dept_trip li p:nth-child(1) img {
		padding: 5px 0;
	}
	.dept_trip li p:nth-child(2) {
		width: 92%;
		padding: 10px 4%;
		font-size: .85em;
		color: #666666;
		line-height: 1.4em;
	}
	.dept_trip li p:nth-child(2) em {
		width: 100%;
		display: inline-block;
		text-align: right;
		font-size: .8em;
	}
	.dept_trip li p:nth-child(2) b.add_01 {
		color: #033d71;
	}
	.dept_trip li p:nth-child(2) b.add_02 {
		color: #007a38;
	}
	.dept_trip li p:nth-child(2) b.add_03 {
		color: #cf6f07;
	}
	.dept_trip li p:nth-child(2) b.add_04 {
		color: #55348e;
	}
	.dept_trip li p:nth-child(2) b.add_05 {
		color: #de9b0b;
	}
	.dept_trip_info {
		width: 100%;
		float: left;
	}
	.dept_trip_info p {
		width: 100%;
		display: block;
		float: left;
		letter-spacing: .05em;
	}
	.dept_trip_info p.map_img img {
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.t_tab {
		margin-bottom: 20px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.t_tab span {
		width: 20%;
		display: inline-block;
		padding: 7px 0;
		text-align: center;
		font-weight: bolder;
		background: #ffffff;
		border-right: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
		font-size: .9em;
	}
	.t_tab span:nth-child(5) {
		border-right: 0;
	}
	.t_tab span img {
		margin: 10px 0;
	}
	.t_tab span.on {
		color: #ffffff;
		background: #edf2f6;
		color: #444444;
	}
	.t_tab span a:hover {
		color: #999999;
	}
	.travel_tit {
		font-size: 1.6em;
		color: #52789a;
		margin-top: 10px;
	}
	.travel_s_tit {
		margin: 40px 0 20px 0;
		font-size: 1.1em;
		color: #222222;
	}
	.travel_s_tit img {
		padding-bottom: 4px;
	}
	.travel_s_tit em {
		display: inline-block;
		font-size: .8em;
		line-height: 1.4em;
		font-weight: lighter;
		color: #585858;
		margin: 20px 0;
		letter-spacing: .02em;
	}
	.travel_text {
		margin: 10px 0 20px 0;
		font-size: .95em;
		line-height: 1.3em;
		color: #555555;
	}
	.tour_list {
		width: 100%;
		display: block;
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list ul {
		width: 100%;
	}
	.tour_list ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list ul li span {
		display: inline-block;
		float: left;
		vertical-align: top;
	}
	.tour_list ul li span:nth-child(1) {
		width: auto;
		xtext-align: left;
		float: left;
	}
	.tour_list ul li span:nth-child(1) img {
		float: left;
		height: 130px;
		width: auto;
	}
	.tour_list ul li span:nth-child(2) {
		width: 100%;
		float: left;
		color: #666666;
		margin-left: 0;
		font-size: .9em;
		letter-spacing: .08em;
	}
	.tour_list ul li span b {
		font-size: 1.1em;
		display: inline-block;
		margin: 10px 0;
		letter-spacing: .05em;
		color: #555555;
	}
	.tour_list ul li span em {
		font-size: .9em;
		display: inline-block;
		margin: 10px 0;
		letter-spacing: .05em;
		color: #1ea8c2;
	}
	.tour_list ul li span em a:hover {
		text-decoration: underline;
	}
	.tour_list ul li span.si_map {
		margin-top: 80px;
		display: block;
	}
	.tour_list ul li span.si_map img {
		width: 100%;
	}
	.tour_list.wide {
		width: 100%;
		display: block;
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list.wide ul {
		width: 100%;
	}
	.tour_list.wide ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list.wide ul li span {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.tour_list.wide ul li span:nth-child(1) {
		text-align: left;
		margin-bottom: 40px;
	}
	.tour_list.wide ul li span:nth-child(2) {
		
	}
	.down_btn {
		text-align: right;
		margin: 10px 0;
	}
	.down_btn span {
		text-align: center;
		padding: 15px 25px 17px 25px;
		background: #115d99;
		border-radius: .2em;
		font-size: .95em;
		color: #ffffff;
		letter-spacing: .02em;
	}
	.down_btn span img {
		padding: 0 0 4px 2px;
	}
	.down_btn span a:hover {
		color: #c3d4e4;
	}
	.down_btns {
		text-align: right;
		margin: 10px 0;
	}
	.down_btns span {
		text-align: center;
		padding: 10px 25px 12px 25px;
		background: #115d99;
		border-radius: .2em;
		font-size: .95em;
		color: #ffffff;
		letter-spacing: .02em;
	}
	.down_btns span img {
		padding: 0 0 5px 2px;
	}
	.down_btns span a:hover {
		color: #c3d4e4;
	}
	.sa_tit {
		margin: 20px 0;
		font-size: 1.6em;
		color: #222222;
		float: left;
	}
	.sa_tit span {
		letter-spacing: .01em;
		vertical-align: middle;
	}
	.sa_tit em {
		color: #38aac2;
		vertical-align: middle;
		font-size: 1.4em;
		font-weight: bolder;
		letter-spacing: .015em;
		margin-right: 6px;
	}
	.sa_tit.sp {
		margin: 20px 0;
		font-size: 1.6em;
		color: #222222;
		float: left;
	}
	.sa_s_tit {
		margin: 20px 0;
		font-size: 1.1em;
		color: #222222;
		font-weight: 600;
		float: left;
	}
	.sa_s_tit em {
		display: inline-block;
		font-size: .8em;
		line-height: 1.4em;
		font-weight: lighter;
		color: #585858;
		margin: 20px 0;
		letter-spacing: .02em;
	}
	.sa_s_tit em b {
		color: #1191cf;
	}
	.ship_info {
		width: 100%;
		margin: 5px 0;
		float: left;
	}
	.ship_info p {
		width: 100%;
		border-bottom: 1px solid #dddddd;
		float: left;
	}
	.ship_info p.tt {
		width: 96%;
		padding: 15px 2%;
		font-size: .95em;
		font-weight: 600;
		background: #efefef;
		color: #032e50;
		border-top: 3px solid #666666;
	}
	.ship_info p.tt img {
		vertical-align: middle;
	}
	.ship_info p span {
		width: 46%;
		padding: 10px 2%;
		font-size: .85em;
		color: #666666;
		display: inline-block;
		float: left;
	}
	.ship_info p span em {
		width: 46%;
		padding: 10px 2%;
		font-size: .85em;
		color: #666666;
		display: inline-block;
		float: left;
	}
	.sh_tt {
		width: 100%;
		margin: 20px 0 5px 0;
		font-size: .95em;
		letter-spacing: .01em;
		color: #2ea6bf;
		text-align: right;
		float: left;
	}
	.sh_tt.s {
		width: 100%;
		margin: 5px 0 0 0;
		font-size: .9em;
		letter-spacing: .01em;
		font-weight: bold;
		color: #626364;
		text-align: left;
		float: left;
	}

	/* //커뮤니티 */
	/* 여객안내 */
	table.pass_list {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	table.pass_list td {
		padding: 10px 0;
		font-size: 1em;
		background: #ffffff;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		vertical-align: middle;
	}
	table.pass_list td span {
		color: #555555;
		padding: 3px 10px 6px 10px;
		font-size: .85em;
		background: url(../images/down_btn_bg.png) repeat-x center bottom
			#ffffff;
		border: 1px solid #dddddd;
		border-radius: .2em;
	}
	table.pass_list td span a:hover {
		color: #999999;
	}
	table.pass_list td:nth-child(1) img {
		margin: 0 2% 0 4%;
	}
	table.pass_list td:nth-child(2) {
		text-align: center;
	}
	table.charge.pass {
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	table.charge.pass th {
		padding: 8px 0;
		text-align: center;
		font-size: .9em;
		color: #222222;
		background: #e7f1fa;
		border-bottom: 3px solid #666666;
		vertical-align: middle;
	}
	table.charge.pass td {
		padding: 10px 1%;
		text-align: center;
		font-size: .8em;
		color: #30404f;
		background: #ffffff;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		vertical-align: middle;
	}
	table.charge.pass td a:hover {
		color: #aaaaaa;
		text-decoration: underline;
	}
	table.charge.pass td:last-child {
		border-right: none;
		text-align: center;
	}
	.commu_main ul.pass_pic {
		width: 100%;
		margin-top: 20px;
		float: left;
	}
	.commu_main ul.pass_pic li {
		display: inline-block;
		width: 50%;
		height: 480px;
		float: left;
	}
	.commu_main ul.pass_pic li span {
		width: 100%;
		display: block;
	}
	.commu_main ul.pass_pic li span:nth-child(1) {
		height: 380px;
		float: left;
	}
	.commu_main ul.pass_pic li span:nth-child(2) {
		height: 100px;
		padding-top: 25px;
		font-size: 1.1em;
		font-weight: bolder;
		color: #222222;
		text-align: center;
		border: 1px solid #cccccc;
		border-left: 0;
		box-sizing: border-box;
		float: left;
		cursor: pointer;
	}
	.commu_main ul.pass_pic li span:nth-child(2) em {
		font-size: .9em;
		font-weight: lighter;
		text-decoration: underline;
	}
	.commu_main ul.pass_pic li span:nth-child(2) em a:hover {
		color: #999999;
		text-decoration: underline;
		display: inline-block;
	}
	.commu_main ul.pass_pic li:nth-child(1) span:nth-child(2), .commu_main ul li:nth-child(4) span:nth-child(2)
		{
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.commu_main ul.pass_pic li:nth-child(1) span:nth-child(1) {
		background: url(../images/sh_pic_main.png) no-repeat left top;
		background-size: cover;
	}
	.commu_main ul.pass_pic li:nth-child(2) span:nth-child(1) {
		background: url(../images/hm_pic_main.png) no-repeat left top;
		background-size: cover;
	}
	.pass_b {
		width: 100%;
		display: block;
		font-size: .8em;
		line-height: 1.6em;
		margin: 10px 0;
		color: #5f80a9;
		font-weight: bold;
		float: left;
	}
	.pass_b.s {
		width: 100%;
		display: block;
		font-size: .8em;
		line-height: 1.6em;
		margin: 10px 0 40px 0;
		color: #5f80a9;
		font-weight: bold;
		float: left;
	}
	.pass_b.s em {
		color: #ce4b99;
		font-size: .9em;
		margin-left: 4px;
		font-weight: normal;
	}
	.cal_pass {
		width: 100%;
		display: block;
		float: left;
		margin-top: 0;
	}
	.pass_btns {
		width: 100%;
		display: block;
		margin: 10px 0 40px 0;
		padding: 18px 0;
		text-align: center;
		background: #f4f7fe;
		float: left;
	}
	.pass_btns p {
		display: inline-block;
		font-size: .85em;
		padding: 10px 40px 10px 20px;
		margin: 5px 0;
		background: url(../images/pass_btns_ar.png) no-repeat center right
			#4064b0;
		color: #ffffff;
		border-radius: .2em;
		cursor: pointer;
	}
	.pass_btns p a:hover {
		color: #c6e1f8;
		text-decoration: underline;
	}
	.pass_btns.left {
		width: 100%;
		display: block;
		margin: 10px 0 40px 0;
		padding: 18px 0;
		text-align: right;
		background: #ffffff;
		float: left;
	}
	.lay_wrap {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 9000;
		left: 0;
		border: 0;
	}
	.lay_pop {
		width: 720px;
		margin: 0 auto;
		padding-left: 260px;
		border: 0;
	}
	.lp_con {
		width: 100%;
		background: #ffffff;
		box-sizing: border-box;
		float: left;
	}
	.lp_con p {
		width: 100%;
		display: block;
		float: left;
	}
	.lp_con p.cl_btns {
		width: 92%;
		padding: 15px 4%;
		color: #ffffff;
		font-size: .95em;
		cursor: pointer;
		background: url(../images/add_cl.png) no-repeat center right #015fa7;
	}
	.ly_info {
		width: 92%;
		display: block;
		padding: 20px 4%;
		background: #fcfcfc;
		border: 1px solid #eeeeee;
		font-size: .85em;
		line-height: 1.8em;
		color: #444444;
		float: left;
		height: 500px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.ly_info p {
		width: 100%;
		display: block;
		float: left;
	}
	.ly_info p.ly_tt {
		font-size: 1em;
		color: #222222;
		font-weight: bold;
		margin: 20px 0;
	}
	.ly_info p.ly_tt em {
		font-size: .9em;
		color: #0279cb;
		font-weight: normal;
	}
	.ly_info p.ly_box {
		width: 96%;
		font-size: .85em;
		color: #255579;
		padding: 15px 2%;
		line-height: 1.6em;
		background: #efefef;
		margin: 10px 0;
	}
	.lay_wraps {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 9000;
		left: 0;
		border: 0;
	}
	.lay_pops {
		width: 500px;
		margin: 0 auto;
		padding-left: 260px;
		border: 0;
	}
	.lp_cons {
		width: 100%;
		background: #ffffff;
		box-sizing: border-box;
		float: left;
	}
	.lp_cons p.cl_btnss {
		width: 92%;
		padding: 15px 4%;
		color: #ffffff;
		font-size: .95em;
		cursor: pointer;
		background: url(../images/add_cl.png) no-repeat center right #015fa7;
	}
	.lp_cons p.search_paa {
		width: 96%;
		padding: 10px 0;
		margin-top: 20px;
	}
	.lp_cons p.search_paa input {
		width: 50%;
		padding: 10px 2%;
		border: 1px solid #dddddd;
		font-size: .95em;
		color: #222222;
	}
	.lp_cons p.search_paa span {
		display: inline-block;
		padding: 9px 20px 9px 20px;
		border-radius: .2em;
		background: #444444;
		color: #ffffff;
		margin: 0 4px;
	}
	.lp_cons p.search_paa span a:hover {
		color: #dddddd;
	}
	.ly_infos {
		height: 400px;
		margin-bottom: 50px;
		padding: 0 3%;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	table.list.pass_lay {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin: 40px 0;
		float: left;
	}
	table.list.pass_lay th {
		padding: 10px 0;
		font-size: .95em;
		background: #f5f5f5;
		border-bottom: 1px solid #e6e6e6;
	}
	table.list.pass_lay td.pst {
		padding: 15px 0;
		font-size: .95em;
		border-top: 1px solid #e6e6e6;
		vertical-align: middle;
		text-align: center;
	}
	table.list.pass_lay td.pst em {
		font-size: .9em;
		color: #8292a2;
		letter-spacing: .02em;
	}
	table.list.pass_lay td.pstt {
		background: #f4f7fe;
	}
	table.list.pass_lay td.psts {
		background: #f7f7f7;
		text-align: center;
	}
	table.list.pass_lay td.psts em {
		font-size: .95em;
		color: #8292a2;
		letter-spacing: .07em;
	}
	table.list.pass_lay td.pstb {
		background: #efefef;
		text-align: left;
		font-size: .8em;
		line-height: 1.4em;
		padding: 15px 2%;
	}
	table.list.pass_lay_s {
		margin: 20px 0;
	}
	table.list.pass_lay_s th.pst, table.list.pass_lay_s td.pst {
		text-align: center;
	}
	.pass_ex {
		width: 96%;
		padding: 10px 2%;
		border: 2px solid #555555;
		margin: 40px 0;
		float: left;
	}
	.pass_ex p {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		font-size: 2.2em;
		color: #222222;
	}
	.pass_ex p em {
		width: 100%;
		font-size: .45em;
		color: #666666;
		display: inline-block;
		text-align: left;
	}
	.pass_ex p.dt {
		width: 100%;
		font-size: 1.6em;
		color: #444444;
		display: inline-block;
		text-align: center;
	}
	.pass_ex table {
		width: 100%;
		margin: 20px 0;
		border: 1px solid #555555;
		box-sizing: border-box;
		border-bottom: none;
		float: left;
	}
	.pass_ex table th, .pass_ex table td {
		padding: 10px 1%;
		text-align: left;
		font-size: 1.1em;
		border-bottom: 1px solid #555555;
		color: #000000;
		vertical-align: middle;
	}
	.pass_ex table th {
		text-align: center;
	}
	.pass_ex table td {
		border-right: 1px solid #555555;
	}
	.pass_ex table td.col_pa {
		border-right: none;
	}
	.pass_ex table td.col_pas span {
		text-align: left;
		font-size: .85em;
	}
	.pass_ex table td:last-child {
		border-right: none;
		border-bottom: 1px solid #555555;
	}
	.pass_ex table td span {
		text-align: center;
		width: 100%;
		display: block;
	}
	.pass_img {
		width: 100%;
		display: block;
		text-align: left;
		margin-bottom: 80px;
		float: left;
	}
	.pass_img img {
		width: 100%;
	}
	.pass_img_ex {
		width: 100%;
		display: block;
		margin: 0 0 30px 0;
		height: 30px;
		line-height: 30px;
		font-size: .95em;
		font-weight: bolder;
		float: left;
	}

	/* //여객안내 */
	/* 고객서비스 */
	.duty_tab {
		width: 100%;
		display: block;
		height: 40px;
		border-bottom: 1px solid #5a826b;
	}
	.duty_tab span {
		width: 20%;
		height: 40px;
		line-height: 40px;
		display: block;
		background: #5a826b;
		color: #ffffff;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: .9em;
	}
	.duty_tab span.on {
		height: 39px;
		background: #ffffff;
		color: #222222;
		border: 2px solid #5a826b;
		border-bottom: none;
		font-weight: 600;
	}
	.duty_best {
		width: 100%;
		display: block;
		height: 380px;
		border: 1px solid #eaeaea;
		margin: 50px 0 80px 0;
		float: left;
	}
	.duty_best div {
		width: 50%;
		height: 380px;
		display: inline-block;
		float: left;
	}
	.duty_best div:nth-child(1) {
		padding: 30px 5%;
		width: 40%;
		height: 320px;
		text-align: center;
		background: url(../images/du_icon_01.png) no-repeat top left;
	}
	.duty_best div:nth-child(1) img {
		width: 250px;
		height: 250px;
	}
	.duty_best div:nth-child(1) p:nth-child(2) {
		margin-top: 10px;
		font-size: 1.4em;
		font-weight: 600;
		text-align: left;
	}
	.duty_best div:nth-child(1) p:nth-child(2) em {
		font-size: .6em;
		color: #666666;
		font-weight: normal;
	}
	.duty_best div:nth-child(2) p {
		width: 90%;
		display: block;
		height: 150px;
		padding: 20px 5%;
		border-left: 1px solid #eaeaea;
		float: left;
	}
	.duty_best div:nth-child(2) p span {
		display: inline-block;
		height: 150px;
		float: left;
	}
	.duty_best div:nth-child(2) p span:nth-child(1) {
		width: 50%;
		line-height: 150px;
	}
	.duty_best div:nth-child(2) p span:nth-child(1) img {
		width: 160px;
		height: 160px;
		vertical-align: middle;
	}
	.duty_best div:nth-child(2) p span:nth-child(2) {
		width: 50%;
		margin-top: 100px;
		font-size: 1.2em;
		font-weight: 600;
	}
	.duty_best div:nth-child(2) p span:nth-child(2) em {
		font-size: .6em;
		color: #666666;
		font-weight: normal;
	}
	.duty_best div:nth-child(2) p:nth-child(1) {
		background: url(../images/du_icon_02.png) no-repeat top right;
		border-bottom: 1px solid #eaeaea;
	}
	.duty_best div:nth-child(2) p:nth-child(2) {
		background: url(../images/du_icon_03.png) no-repeat top right;
	}
	.duty_list {
		width: 99%;
		display: block;
		height: auto;
		margin: 60px 0 80px 1%;
		float: left;
	}
	.duty_list li {
		display: inline-block;
		min-height: 200px;
		float: left;
		width: 32%;
		margin-bottom: 1%;
		padding: 20px 0;
		border: 1px solid #eaeaea;
		text-align: center;
		margin-right: 1%;
	}
	.duty_list li span {
		width: 100%;
		display: block;
	}
	.duty_list li span:nth-child(1) {
		width: 150px;
		height: 150px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.duty_list li span img {
		height: 100%;
	}
	.duty_list li span:nth-child(2) {
		font-size: .85em;
		padding-top: 15px;
		color: #666666;
	}
	.duty_list li span:nth-child(3) {
		width: 96%;
		padding: 0 2%;
		margin: 5px 0;
		background: #f01014;
	}
	.sel_btn {
		width: 100%;
		height: 30px;
		font-size: .9em;
		margin-bottom: 28px;
	}
	.sel_btn span {
		display: inline-block;
		padding: 0 10px;
		line-height: 32px;
		float: left;
		margin: 0 4px 5px 0;
		text-align: center;
		font-size: .95em;
		background: #ffffff;
		border: 1px solid #999999;
		color: #555555;
		box-sizing: border-box;
		cursor: pointer;
	}
	.sel_btn span.on {
		background: #1a70df;
		border: 1px solid #1a70df;
		color: #ffffff;
	}
	table.list {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	table.list th {
		padding: 10px 0;
		font-size: .9em;
		background: #fbfaf8;
		text-align: center;
		vertical-align: middle;
	}
	table.list td {
		padding: 10px 0;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: center;
		vertical-align: middle;
	}
	table.list td span {
		color: #bababa;
		padding: 3px 10px 5px 10px;
		background: #efefef;
		border-radius: .2em;
	}
	table.list td span.on {
		color: #ffffff;
		background: #1b90a1;
	}
	table.list td:nth-child(2) {
		text-align: left;
		xpadding-left: 10px;
	}
	table.list td:nth-child(2).res_nm {
		text-align: center;
	}
	table.list td:nth-child(2) a:hover {
		color: #b1bbc3;
	}
	table.list .re td {
		padding: 10px 0;
		font-size: .9em;
		background: #f4f2f2;
		text-align: center;
	}
	table.list .re td:nth-child(2) {
		text-align: left;
		padding-left: 25px;
		background: url(../images/ar_m.png) no-repeat center left #f4f2f2;
	}
	table.list .re td:nth-child(2) a:hover {
		color: #b1bbc3;
	}
	table.list_container {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	table.list_container th {
		padding: 10px 0;
		font-size: .9em;
		background: #fbfaf8;
		text-align: center;
		vertical-align: middle;
	}
	table.list_container td {
		padding: 10px 0;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: center;
		vertical-align: middle;
	}
	table.view {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 20px;
		float: left;
	}
	table.view th {
		padding: 12px 2%;
		font-size: .9em;
		background: #fbfaf8;
	}
	table.view th:nth-child(1) {
		text-align: left;
	}
	table.view th:nth-child(2) {
		text-align: right;
		font-weight: normal;
		font-size: .9em;
	}
	table.view td {
		padding: 20px 2%;
		min-height: 100px;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.view th.com_03 {
		padding: 20px 0;
		font-size: .95em;
		background: #fbfaf8;
		border-top: 1px solid #e6e6e6;
		text-align: center;
		vertical-align: middle;
	}
	table.view th.com_04 {
		text-align: right;
	}
	table.view th.wr_name {
		text-align: right;
		padding: 15px 20px;
		font-size: .85em;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px dashed #d4d4d4;
		background: #f6f6f6;
	}
	table.view td.com_03 {
		padding: 20px;
		min-height: 0;
		font-size: .95em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.view td.com_03 p.photo_pic img {
		text-align: center;
		width: 100%;
		height: 100%;
		word-wrap: break-word;
	}
	table.view td.com_03 p.file_txt {
		padding: 5px;
		font-size: .9em;
		letter-spacing: .05em;
		color: #999999;
	}
	table.view td.com_03 p.file_txt img {
		padding-bottom: 6px;
	}
	table.view td.com_03 p.file_txt a:hover {
		text-decoration: underline;
		color: #222222;
	}
	table.view tr.re {
		background: #f4f2f2;
	}
	table.write {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 50px;
		float: left;
	}
	table.write th {
		font-size: .9em;
		padding: 12px 0 12px 2%;
		background: #fbfaf8;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
	}
	table.write td {
		font-size: .9em;
		padding: 12px 2%;
		border-bottom: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
		word-break: break-all;
	}
	table.write td p.ad_us {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	table.write td p.ad_us span {
		float: left;
		display: inline-block;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		background: #ffffff;
	}
	table.write td p.ad_us span:nth-child(1) {
		width: 76%;
		border: 1px solid #dddddd;
		margin-right: 2%;
	}
	table.write td p.ad_us span:nth-child(1) input {
		width: 69%;
		border: none;
		padding: 0 3%;
		margin-right: 1%;
	}
	table.write td p.ad_us span:nth-child(2) {
		width: 20%;
		height: 40px;
		line-height: 36px;
		text-align: center;
		border-radius: 0;
	}
	table.write td p.selt {
		display: inline-block;
		text-align: center;
		background: #efefef;
		padding: 4px 10px;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		margin: 0 1%;
		cursor: pointer;
		vertical-align: middle;
	}
	table.write td p.selt.on {
		color: #ffffff;
		background: #298ba4;
		border: 1px solid #298ba4;
	}
	table.write td p.se_ue {
		background: #eeeeee;
		width: 80%;
	}
	table.write td p.se_ue span {
		background: none;
	}
	table.write td input {
		width: 94%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.write td input.mail {
		width: 25%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.write td input.up {
		width: 90%;
		height: 40px;
		padding: 0 2%;
		border: none;
	}
	table.write td input.ue {
		width: 60%;
		height: 40px;
	}
	table.write td select {
		width: 22%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}
	table.write td select.jigwi {
		width: 94%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}
	table.write td textarea {
		width: 98%;
		min-height: 300px;
		padding: 10px 2%;
		margin: 0;
		border: 1px solid #dddddd;
	}
	table.write td:nth-child(2) img {
		cursor: pointer;
	}
	table.write td.conts p {
		width: 60%;
		display: inline-block;
		border: 1px solid #dddddd;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin-right: 1%;
		cursor: pointer;
		float: left;
	}
	table.write td.conts p input {
		width: 82%;
		margin-right: 1%;
		border: none;
	}
	table.edit {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 0;
		float: left;
	}
	table.edit th {
		font-size: .9em;
		padding: 12px 0 12px 2%;
		background: #fbfaf8;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
	}
	table.edit td {
		font-size: .9em;
		padding: 12px 2%;
		border-bottom: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
		word-break: break-all;
	}
	table.edit td textarea {
		width: 94%;
		padding: 0 2%;
		margin: 0;
		border: 1px solid #dddddd;
	}
	table.edit td input.ed_in {
		width: 94%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.edit td input.up {
		width: 90%;
		height: 40px;
		padding: 0 2%;
		border: none;
	}
	table.edit td p.ad_us {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	table.edit td p.ad_us span {
		width: 32%;
		float: left;
		display: inline-block;
		margin-right: 1%;
		border: none;
		border-radius: 0;
	}
	table.edit td p.ad_us input {
		width: 43%;
		padding: 10px 3%;
		float: left;
		margin-right: 2%;
		border: 1px solid #dddddd;
	}
	table.edit td p.ad_us em a {
		padding: 6px 7px 6px 7px;
		float: left;
		display: inline-block;
		margin: 0 .5%;
		border: 1px solid #ccd1da;
		box-sizing: border-box;
		font-size: .85em;
		border-radius: .2em;
		cursor: pointer;
		margin-top: 3px;
		background: url(../images/intra_us_em_btn_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em a:hover {
		background: url(../images/intra_us_em_btn_on_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em img {
		vertical-align: middle;
	}
	table.edit td select.jigwi {
		width: 94%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}

	/* 1150 write 첨부파일 */
	table.write td label.file_up {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.write td div.file_list {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.write td label.file_up p, table.write td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.write td div.file_upload {
		display: inline-block;
		float: left;
		width: 20%;
	}
	table.write td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.write td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.write td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	/*..1150 write 첨부파일*/
	/* 1150 edit 첨부파일 */
	table.edit td label.file_up {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td div.file_list {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td label.file_up p, table.edit td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.edit td div.file_upload {
		display: inline-block;
		float: left;
		width: 20%;
	}
	table.edit td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.edit td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.edit td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	/*..edit 첨부파일*/
	.FAQ {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
	}
	.FAQ p {
		width: 100%;
		min-height: 40px;
		margin: 0;
		display: block;
		border-top: 1px solid #eaeaea;
		float: left;
	}
	.FAQ p span {
		display: inline-block;
		min-height: 40px;
		line-height: 40px;
		padding: 20px 0;
		font-size: .95em;
		float: left;
		cursor: pointer;
	}
	.FAQ p span a {
		color: #4c4f5e;
	}
	.FAQ p span a:hover {
		color: #b1bbc3;
	}
	.FAQ p span:nth-child(1) {
		width: 10%;
		text-align: center;
	}
	.FAQ p span:nth-child(2) {
		width: 80%;
	}
	.FAQ p span:nth-child(3) {
		width: 10%;
		text-align: center;
	}
	.FAQ p.drop span {
		cursor: default;
	}
	.FAQ p.drop span:nth-child(2) {
		width: 80%;
		padding-right: 2%;
		line-height: 1.4em;
		font-size: .85em;
		color: #666666;
	}
	p.view_list_btn {
		width: 96%;
		padding: 0 2%;
		height: 90px;
		background: #f9f9f9;
		border: 1px solid #e6e6e6;
		cursor: pointer;
		float: left;
	}
	p.view_list_btn span {
		width: 50%;
		line-height: 90px;
		display: inline-block;
		float: left;
		font-size: .9em;
	}
	p.view_list_btn span em {
		display: inline-block;
	}
	p.view_list_btn span em a:hover {
		color: #999999;
	}
	p.view_list_btn span:nth-child(1) {
		text-align: left;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	p.view_list_btn span:nth-child(2) {
		text-align: right;
	}
	p.btns {
		width: 100%;
		text-align: right;
		margin: 0 0 15px 0;
		float: left;
	}
	p.btns span {
		display: inline-block;
		margin: 2px .05%;
	}
	p.btns span.list {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/list_btn_bg.png) repeat-x;
		border: 1px solid #bbbbbb;
		cursor: pointer;
	}
	p.btns span.list a:hover {
		color: #666666;
	}
	p.btns span.ok {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/search_btn_bg.png) repeat-x;
		border: 1px solid #3268a4;
		cursor: pointer;
		color: #ffffff;
	}
	p.btns span.ok a:hover {
		color: #d0f0fd;
	}
	p.btns span.cl {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/list_btn_bg.png) repeat-x;
		border: 1px solid #bbbbbb;
		cursor: pointer;
	}
	p.btns span.cl a:hover {
		color: #666666;
	}
	p.btns.cen {
		text-align: center;
	}
	p.page {
		width: 100%;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 15px 0;
		float: left;
	}
	p.page span {
		padding: 7px 12px;
		font-size: .85em;
		margin-right: 4px;
	}
	p.page span.pre, p.page span.next {
		padding: 6px 10px;
		background: #ffffff;
		border: 1px solid #bfbfbf;
		box-sizing: border-box;
		cursor: pointer;
	}
	p.page span.pre img, p.page span.next img {
		padding-bottom: 4px;
	}
	p.page span.num {
		background: #f5f5f5;
		color: #333333;
		cursor: pointer;
	}
	p.page span.num.on {
		background: #1974a9;
		color: #ffffff;
	}
	.search_box {
		width: 100%;
		padding: 30px 5%;
		text-align: center;
		background: #f9f9f9;
		border: 1px solid #ededed;
		box-sizing: border-box;
		margin-top: 20px;
		float: left;
	}
	.search_box select {
		width: 140px;
		height: 40px;
		padding: 8px;
		text-align: center;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box label {
		width: 120px;
		height: 40px;
		padding: 8px;
		text-align: center;
		color: #ffffff;
		background: #777779;
		border-radius: .2em;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box input {
		width: 320px;
		height: 40px;
		padding: 8px;
		text-align: left;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box span {
		width: 60px;
		height: 40px;
		line-height: 39px;
		padding: 0 10px;
		text-align: center;
		color: #ffffff;
		border: 1px solid #49647f;
		box-sizing: border-box;
		border-radius: .2em;
		background: url(../images/search_btn_bg.png) repeat-x;
		font-size: .85em;
		cursor: pointer;
		float: left;
	}

	/* ..고객서비스 */
	/* 멤버쉽 */
	.join_type {
		width: 100%;
	}
	.join_type p {
		width: 100%;
		display: block;
		float: left;
	}
	.join_type p:first-child span.tit {
		width: 100%;
		display: block;
		border: 0;
		margin: 10px 0 20px 0;
		font-size: 1.2em;
		color: #000000;
		font-weight: 600;
	}
	.join_type p:first-child span {
		width: 49%;
		display: inline-block;
		float: left;
		text-align: center;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		margin: 0 .5% 0 .5%;
		cursor: pointer;
	}
	.join_type p span a {
		display: block;
	}
	.join_type p span a:hover {
		display: block;
		background: #f6f6f6;
	}
	.join_type p span img {
		margin: 50px 0 20px 0;
	}
	.join_type p span b {
		line-height: 35px;
		font-size: 1.3em;
	}
	.join_type p span em {
		font-size: .8em;
		color: #666666;
		width: 100%;
		display: block;
		padding: 20px 0 80px 0;
		line-height: 1.4em;
	}
	.join_type p:last-child {
		width: 98.5%;
		padding: 0 1% 0 .5%;
		text-align: center;
		font-size: .9em;
		margin: 40px 0;
	}
	.join_type p:last-child span {
		width: 100%;
		display: block;
		float: left;
		border: 0;
		margin: 0;
	}
	.join_type p:last-child span {
		background: #7994b2;
		padding: 30px 0;
		color: #ffffff;
	}
	.join_type_ind {
		width: 100%;
	}
	.join_tab {
		width: 100%;
		height: 74px;
	}
	.join_tab span {
		height: 74px;
		display: inline-block;
		float: left;
		text-align: center;
		cursor: pointer;
	}
	.tab {
		width: 31%;
		height: 74px;
		font-size: .95em;
		color: #93989c;
		background: url(../images/join_tab_bg.png) repeat-x center bottom;
	}
	.tab.on {
		width: 31%;
		background: url(../images/join_tab_on_bg.png) repeat-x center bottom;
		color: #2d7ef4;
	}
	.tab em {
		font-size: 1.1em;
		line-height: 1.8em;
	}
	.tab_arr {
		width: 3.5%;
		line-height: 74px;
	}
	.tab_arr img {
		vertical-align: middle;
	}

	/*.tab_01 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 80px;
	}
	*/
	.join_tit {
		width: 100%;
		display: block;
		font-size: 1.2em;
		font-weight: 600;
		color: #444444;
	}
	textarea {
		width: 100%;
		height: 202px;
		display: block;
		padding: 4%;
		font-size: .85em;
		margin: 10px 0 10px 0;
		background: #fcfcfc;
		border: 1px solid #ced2d5;
		box-sizing: border-box;
		color: #666666;
		line-height: 1.4em;
		font-family: inherit;
	}
	.join_type_ind b {
		text-align: center;
		width: 100%;
		display: block;
		padding: 20px 0 20px 0;
		font-size: .95em;
		color: #656762;
	}
	.join_type_ind b input[type=checkbox] {
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		margin-right: 2px;
	}
	.tab_02 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 80px;
	}
	.tab_02.cp {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 0;
	}
	.m_leave {
		width: 100%;
		display: block;
		text-align: center;
		border: 1px solid #efefef;
		padding: 40px 0 20px 0;
	}
	.m_pass {
		width: 100%;
		display: block;
		text-align: center;
		border: 1px solid #efefef;
		background: #ffffff;
		padding: 40px 0 20px 0;
		float: left;
	}
	.m_pass span {
		width: 100%;
		display: block;
		text-align: center;
		float: left;
		margin-top: 20px;
	}
	.m_pass span em {
		color: #2374b3;
		font-weight: 600;
	}
	.m_pass_text {
		width: 94%;
		display: block;
		text-align: right;
		font-size: 1em;
		color: #ffffff;
		background: #7994b2;
		margin-bottom: 50px;
		padding: 20px 3%;
		cursor: pointer;
		float: left;
	}
	.m_pass_text a:hover {
		color: #b5d6fa;
	}
	.m_tex {
		width: 100%;
		display: block;
		text-align: center;
		padding: 20px 0;
		font-size: .9em;
		background: #a5afbb;
		float: left;
		color: #ffffff;
	}
	.m_leave_text {
		width: 90%;
		display: block;
		font-size: .9em;
		color: #666666;
		background: #7994b2;
		margin-bottom: 50px;
		padding: 20px 5%;
		float: left;
	}
	.m_leave_text p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 4px;
	}
	.m_leave_text span {
		display: inline-block;
		color: #ffffff;
		width: 98%;
		float: left;
		line-height: 1.4em;
	}
	.m_leave_text span em {
		font-size: .85em;
		color: #cacaca;
	}
	.m_leave_text span.ic {
		color: #4acbde;
		width: 2%;
	}
	.m_leave_ag {
		width: 90%;
		font-size: 1.2em;
		font-weight: 600;
		color: #000000;
		background: #ffffff;
		padding: 10px 5%;
		text-align: center;
	}
	.info_text {
		width: 96%;
		display: block;
		font-size: .85em;
		color: #666666;
		background: #f9f9f9;
		margin-bottom: 50px;
		padding: 20px 2%;
		float: left;
	}
	.info_text p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 4px;
	}
	.info_text span {
		display: inline-block;
		color: #666666;
		width: 98%;
		float: left;
		line-height: 1.4em;
	}
	.info_text span.ic {
		color: #4acbde;
		width: 2%;
	}
	.join_tb {
		width: 100%;
		margin: 20px 0;
		float: left;
	}
	.join_tb table {
		width: 100%;
		border-top: 3px solid #666d75;
		position: relative;
	}
	.join_tb table.id_pw_tb {
		width: 100%;
		border-top: 3px solid #becfd9;
	}
	.join_tb table.id_pw_tb th {
		background: #e7f0fb;
	}
	.join_tb th, .join_tb td {
		padding: 5px 0;
		vertical-align: middle;
		border-bottom: 1px solid #efefef;
	}
	.join_tb th {
		background: #fafafc;
		font-size: .9em;
		text-align: left;
		padding-left: 3%;
	}
	.join_tb th.cp {
		background: #e7f0fb;
	}
	.join_tb td {
		width: 78%;
		background: #ffffff;
		line-height: 2em;
	}
	.join_tb td p {
		width: 96%;
		/*padding: 10px 2%;*/
		display: block;
		font-size: .85em;
	}
	.join_tb td p em {
		font-size: .85em;
		color: #929da3;
	}
	.join_tb td p em.mail_send {
		margin-left: 0;
	}
	.join_tb td input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 50%;
		height: 28px;
		padding-left: 2%;
	}
	.join_tb td input.s_box {
		width: 15%;
	}
	.join_tb td input.add {
		width: 95%;
	}
	.join_tb td input.post_num {
		width: 10%;
	}
	.join_tb td input.ad {
		width: 30%;
	}
	.join_tb td input[type="radio"] {
		width: 20px;
		vertical-align: middle;
	}
	.join_tb td input[type="checkbox"] {
		width: 20px;
		vertical-align: middle;
	}
	.join_tb td select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 15%;
		height: 32px;
		padding: 5px 1%;
	}
	.join_tb td select.mail {
		width: 20%;
		color: #999999;
	}
	.join_tb td span {
		padding: 4px 10px 6px 10px;
		background: #efefef;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		cursor: pointer;
	}
	.join_tb td span a {
		color: #222222;
	}
	.join_tb td span.on {
		color: #ffffff;
		background: #298ba4;
		border: 1px solid #298ba4;
	}
	.join_tb td span.cp_btn {
		background: #5a5d5f;
		border: 1px solid #5a5d5f;
		color: #ffffff;
	}
	.join_tb td span.cp_btn a {
		color: #ffffff;
	}
	.join_tb td span.cp_type_btn {
		background: #eeeeee;
		border: 1px solid #eeeeee;
		color: #bbbbbb;
	}
	.join_tb td span.cp_type_btn a {
		color: #bbbbbb;
	}
	.join_tb td span.cp_type_btn.on {
		background: url(../images/check.png) no-repeat top left #eeeeee;
		border: 1px solid #aaaaaa;
		color: #666666;
	}

	/* 우편번호 */
	.join_tb td .add_pop {
		width: 70%;
		margin: 0 auto;
		position: absolute;
		background: #cccccc;
		z-index: 2000;
		left: 20%;
	}
	.join_tb td .add_pop p.tit {
		width: 100%;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		text-align: left;
		font-size: 1em;
		padding: 15px 20px;
		background: url(../images/add_cl.png) no-repeat center right #015fa7;
		cursor: pointer;
		color: #ffffff;
	}
	.join_tb td .add_pop .add_list {
		width: 100%;
		height: 300px;
		display: block;
		float: left;
		padding: 20px 20px;
		background: #f6f6f6;
		overflow-x: hidden;
		overflow-y: scroll;
		border: 1px solid #eeeeee;
	}
	.join_tb td .add_pop .add_list p {
		width: 100%;
		float: left;
	}
	.join_tb td .add_pop .add_list p em {
		color: #065da2;
		font-size: inherit;
		font-weight: 600;
	}
	.join_tb td .add_pop .add_list p span.search_add {
		background: #fafafc;
		border: 1px solid #ced1d8;
		font-size: 1em;
		padding: 4px 15px 8px 15px;
		color: #666d75;
	}
	.join_tb td .add_pop .add_list p input.in_add {
		width: 60%;
	}
	.join_tb td .add_pop .add_list p.tb_tt {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.join_tb td .add_pop .add_list table {
		width: 100%;
		margin: 10px 0 0 0;
		float: left;
		padding: 0;
	}
	.join_tb td .add_pop .add_list table th, .join_tb td .add_pop .add_list table td
		{
		padding: 10px 0;
		text-align: center;
		font-size: .85em;
		text-align: center;
		cursor: pointer;
		color: #666666;
	}
	.ad_pg {
		width: 100%;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 10px 0;
		float: left;
	}
	.ad_pg span {
		padding: 7px 12px;
		font-size: .85em;
	}
	.ad_pg span.pre, .ad_pg span.next {
		padding: 5px 10px;
		border: none;
		background: none;
	}
	.ad_pg span.pre img, .ad_pg span.next img {
		padding-bottom: 2px;
	}
	.ad_pg span.num {
		border: none;
		background: none;
		margin-right: 1px;
	}
	.ad_pg span.num.on {
		background: #cacaca;
		border: none;
	}

	/* ..우편번호 */
	.join_end_txt {
		width: 100%;
		text-align: center;
		padding: 40px 0;
		margin: 40px 0;
		border-radius: .4em;
		background: #f4f8fc;
		border: 1px solid #e2e6ea;
	}
	.join_end_txt p {
		display: block;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #000000;
	}
	.join_end_txt p img {
		margin-bottom: 20px;
	}
	.join_end_txt p em {
		color: #0785ee;
	}
	.tab_03 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 80px;
	}
	.tab_03.cp {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 0;
	}
	.join_ok {
		width: 100%;
		padding: 60px 0;
		text-align: center;
		border: 1px solid #eaeaea;
		float: left;
	}
	.join_ok span {
		width: 100%;
		display: block;
		font-size: 1.2em;
		font-weight: 600;
		color: #323338;
	}
	.join_ok span em {
		color: #015fa9;
		text-decoration: underline;
	}
	.join_ok span:last-child {
		font-size: .9em;
		padding-top: 20px;
		line-height: 1.2em;
		color: #999999;
		font-weight: normal;
	}
	.login {
		width: 100%;
	}
	.login p {
		width: 49%;
		display: block;
		float: left;
		background: #ffffff;
		border: 1px solid #d8dbdf;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 0.5% 0 0.5%;
		float: left;
	}
	.login p span {
		width: 100%;
		float: left;
	}
	.log_ty_tit {
		font-size: 1.4em;
		height: 40px;
		font-weight: 600;
		margin-bottom: 22px;
	}
	.log_ty_tit.ind {
		background: url(../images/join_pre_btn_icon.png) no-repeat center right;
	}
	.log_ty_tit.cp {
		background: url(../images/join_comm_btn_icon.png) no-repeat center right;
	}
	.login p span input {
		width: 92%;
		background: #edf0f1;
		font-size: .8em;
		color: #5d5d5d;
		border: 0;
		padding: 12px 4%;
		margin-bottom: 6px;
	}
	.login p b {
		width: 100%;
		display: block;
		text-align: right;
		font-size: .8em;
		color: #444444;
		line-height: 40px;
	}
	.login p b input[type=checkbox] {
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		margin-right: 2px;
	}
	.login p span.log_btn {
		width: 80%;
		height: 44px;
		line-height: 42px;
		display: block;
		float: left;
		text-align: center;
		background: url(../images/login_bg.png) repeat-x;
		border-radius: .2em;
		color: #ffffff;
		cursor: pointer;
		margin: 8px 10% 20px 10%;
	}
	.login p span.log_btn a {
		color: #ffffff;
	}
	.login p span.log_btn a:hover {
		color: #b7d8f6;
	}
	.login p em {
		width: 100%;
		display: block;
		text-align: left;
		font-size: .8em;
		color: #666666;
		line-height: 20px;
	}
	.login p em a {
		color: #666666;
	}
	.login p em a:hover {
		color: #1d8fcb;
	}
	.login p em.none {
		color: #f30e12;
	}

	/* 휴대폰본인인증_0713 */
	.mobile_api {
		width: 100%;
		min-height: 179px;
		padding-bottom: 20px;
		border: 1px solid #dbdbdb;
		box-sizing: border-box;
		/*margin: 20px 0;*/
		background: url(../images/mobile_aoi_icon_bg.jpg) no-repeat top 10px
			left;
		float: left;
	}
	.mobile_api p {
		display: inline-block;
		float: left;
	}
	.mobile_api p.info_text_mb {
		margin-left: 180px;
		min-height: 135px;
		width: 39%;
		text-align: left;
		margin-top: 40px;
		padding: 0 2%;
	}
	.mobile_api p.info_text_mb span {
		font-size: 1.2em;
		color: #075ea1;
		font-weight: 600;
	}
	.mobile_api p.info_text_mb span {
		font-size: 1.2em;
		color: #075ea1;
		font-weight: 600;
		display: block;
	}
	.mobile_api p.info_text_mb em.bd {
		font-size: .95em;
		color: #1f98cf;
		margin-top: 20px;
		display: block;
	}
	.mobile_api p.info_text_mb em.bds {
		font-size: .9em;
		color: #222222;
		margin-top: 5px;
		display: block;
	}
	.mobile_api p.mb_btn_go {
		display: inline-block;
		height: 179px;
		line-height: 179px;
		text-align: right;
	}
	.mobile_api p.mb_btn_go span {
		padding: 14px 35px;
		background: url(../images/mb_api_btn_bg.png) repeat-x;
		color: #ffffff;
		border-radius: .25em;
		cursor: pointer;
	}

	/* ..휴대폰본인인증_0713 */
	/* ..멤버쉽 */
	/* 부관훼리 */
	p.map {
		width: 100%;
		display: block;
		text-align: center;
		float: left;
	}
	p.map img {
		width: 100%;
	}
	.ceo_ms p:nth-child(1) img {
		width: 100%;
	}
	.cp_sum {
		width: 100%;
	}
	.cp_sum p {
		width: 100%;
		display: block;
		float: left;
	}
	.cp_sum p.cp_sum_tit {
		color: #666666;
		font-size: .95em;
		line-height: 1.4em;
		margin-bottom: 60px;
	}
	.cp_sum p.dept_year {
		color: #000000;
		font-size: 2.4em;
		font-weight: 600;
		margin: 40px 0;
	}
	.gr_yr {
		width: 100%;
		margin: 20px 0 60px 0;
	}
	.gr_yr p {
		width: 25%;
		height: 48px;
		display: inline-block;
		float: left;
		border-bottom: 1px solid #000000;
	}
	.gr_yr p span {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center right;
	}
	.gr_yr p span:nth-child(1) {
		height: 30px;
		background-image: url(../images/company_02_img_02_bg_01.png);
		font-size: .95em;
		color: #444444;
	}
	.gr_yr p span:nth-child(2) {
		height: 18px;
		background-image: url(../images/company_02_img_02_bg_02.png);
	}
	.gr_yr p:nth-child(1) span:nth-child(2) {
		background-color: #dcdcdf;
	}
	.gr_yr p:nth-child(2) span:nth-child(2) {
		background-color: #a1d5ea;
	}
	.gr_yr p:nth-child(3) span:nth-child(2) {
		background-color: #29ade3;
	}
	.gr_yr p:nth-child(4) span:nth-child(2) {
		background-color: #0796ff;
	}
	.gr_yr p:last-child span:nth-child(1) {
		background-image: none;
	}
	.gr_yr p:last-child span:nth-child(2) {
		background-image: none;
	}
	.gr_yr.sec {
		width: 100%;
		margin: 20px 0 60px 0;
	}
	.gr_yr.sec p {
		height: 48px;
		display: inline-block;
		float: left;
		border-bottom: 1px solid #000000;
	}
	.gr_yr.sec p:nth-child(1) {
		width: 25%
	}
	.gr_yr.sec p:nth-child(2) {
		width: 75%
	}
	.gr_yr.sec p:nth-child(1) span:nth-child(2) {
		background-color: #0278ce;
	}
	.gr_yr.sec p:nth-child(2) span:nth-child(2) {
		background-color: #085cb1;
		background-image: url(../images/company_02_img_02_bg_03.png);
		background-repeat: repeat-x;
	}
	.sum {
		width: 100%;
		margin: 20px 0 40px 0;
		padding-bottom: 40px;
		border-bottom: 1px solid #bfbfbf;
	}
	.sum span {
		display: inline-block;
		float: left;
	}
	.sum span:nth-child(1) {
		width: 60%;
		font-size: 1em;
		color: #444444;
	}
	.sum span:nth-child(1) b {
		font-size: 2em;
		color: #222222;
		font-weight: normal;
	}
	.sum span:nth-child(1) em {
		color: #0b77f1;
	}
	.sum span:nth-child(2) {
		width: 40%;
		text-align: right;
	}
	.his_list {
		width: 100%;
	}
	.his_list p {
		width: 100%;
		display: block;
		float: left;
		border-bottom: 1px dashed #a1a1a1;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	.his_list p span {
		display: block;
		height: auto;
		float: left;
		min-height: 189px;
	}
	.his_list p span:nth-child(1) {
		width: 35%;
		font-size: 3.6em;
		color: #0a4a8b;
	}
	.his_list p span:nth-child(2) {
		width: 65%;
		padding-top: 10px;
		font-size: .9em;
		line-height: 1.6em;
		color: #666666;
	}
	.his_list p span:nth-child(2) em {
		width: 100%;
		display: block;
		color: #222222;
		font-size: 1.2em;
	}
	.org {
		width: 100%;
		text-align: center;
		float: left;
	}
	.org img {
		width: 743px;
	}
	.location {
		width: 100%;
		float: left;
	}
	.location p.map {
		width: 100%;
		float: left;
	}
	.location p.info {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: block;
		margin-top: 50px;
		border-top: 3px solid #222222;
		border-bottom: 1px solid #222222;
		background: #fafafa;
	}
	.location p.info span {
		display: inline-block;
		float: left;
		width: 80%;
		margin: 10px 0;
		color: #666666;
		font-size: .9em;
		line-height: 1.6em;
	}
	.location p.info span:nth-child(2n-1) {
		width: 15%;
		padding-left: 5%;
		color: #222222;
	}
	table.list.company {
		width: 100%;
		border-top: 3px solid #555555;
		border-bottom: 1px solid #e6e6e6;
		margin-top: 20px;
		float: left;
		font-size: .95em;
	}
	table.list.company th {
		width: 20%;
		padding: 15px 0;
		font-size: .9em;
		background: #fafafa;
		text-align: center;
	}
	table.list.company td {
		width: 76%;
		padding: 15px 2%;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		line-height: 1.2em;
	}
	table.list.company td b {
		font-size: 1.1em;
		color: #8e9db4;
	}
	table.list.company td em {
		color: #666666;
		display: inline-block;
		margin-right: 1%;
		font-size: .85em;
		padding-bottom: 10px;
		line-height: 1.6em;
	}
	.cer_list {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list p {
		width: 48%;
		display: block;
		float: left;
		margin: 15px 1% 0 1%;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icon.png) no-repeat top left;
	}
	.cer_list p span {
		display: inline-block;
		float: right;
	}
	.cer_list p span:nth-child(1) {
		width: 46%;
		text-align: left;
		padding: 20px 0;
	}
	.cer_list p span:nth-child(1) img {
		width: 100%;
	}
	.cer_list p span:nth-child(2) {
		width: 52%;
		margin-top: 65px;
		font-size: .95em;
		padding-right: 2%;
	}
	.cer_list p span:nth-child(2) em {
		font-weight: bolder;
		color: #222222;
		line-height: 1.2em;
		display: block;
		font-size: 1.4em;
		padding: 8px 0;
	}
	.cer_list p span:nth-child(2) b {
		color: #4271a7;
		font-weight: normal;
		display: block;
		margin-bottom: 4px;
	}
	.kampu_intro {
		width: 100%;
	}
	.kampu_intro p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 20px;
	}
	.kampu_intro p span {
		font-size: .9em;
		width: 100%;
		display: block;
		float: left;
		color: #666666;
	}
	.kampu_intro p span em {
		color: #5c7484;
	}
	.kampu_intro p span.k_vis {
		margin-top: 20px;
		display: block;
	}
	.kampu_intro p span.k_vis img {
		width: 100%;
		height: 100%;
	}
	.kampu_intro p span.k_in {
		margin-top: 40px;
		display: block;
		padding: 15px 0;
		background: #089c84;
		color: #ffffff;
		text-align: center;
		font-weight: bolder;
	}

	/* ..부관훼리 */
	/* 예약서비스 */
	.res_tab {
		width: 100%;
		margin-bottom: 30px;
		float: left;
	}
	.res_tab p {
		width: 100%;
		display: block;
		height: 47px;
		line-height: 47px;
		float: left;
	}
	.res_tab span {
		width: 33.333%;
		display: inline-block;
		height: 47px;
		line-height: 43px;
		background: #3c3d3f;
		text-align: center;
		color: #ffffff;
		font-size: .95em;
		float: left;
	}
	.res_tab p span em {
		display: none;
	}
	.res_tab p.step_01 span:nth-child(1) {
		background-color: #005fa7;
	}
	.res_tab p.step_01 span:nth-child(2) {
		background: url(../images/res_arr_fr.png) no-repeat center left #3c3d3f;
	}
	.res_tab p.step_02 span:nth-child(1) {
		background: url(../images/res_arr_en.png) no-repeat center right #3c3d3f;
	}
	.res_tab p.step_02 span:nth-child(2) {
		background: #005fa7;
	}
	.res_tab p.step_02 span:nth-child(3) {
		background: url(../images/res_arr_fr.png) no-repeat center left #3c3d3f;
	}
	.res_tab p.step_03 span:nth-child(1) {
		background: #3c3d3f;
	}
	.res_tab p.step_03 span:nth-child(2) {
		background: url(../images/res_arr_en.png) no-repeat center right #3c3d3f;
	}
	.res_tab p.step_03 span:nth-child(3) {
		background: #005fa7;
	}
	.res_tab.container {
		width: 100%;
		margin-bottom: 30px;
	}
	.res_tab.container p {
		width: 100%;
		display: block;
		height: 47px;
		line-height: 47px;
		float: left;
	}
	.res_tab.container span {
		width: 50%;
		display: inline-block;
		height: 47px;
		line-height: 43px;
		background: #3c3d3f;
		text-align: center;
		color: #ffffff;
		font-size: .95em;
		float: left;
	}
	.res_sel_tab {
		width: 100%;
		display: block;
		height: 56px;
		float: left;
		margin-bottom: 80px;
		background: #ffffff;
	}
	.res_sel_tab p {
		display: inline-block;
		height: 56px;
		line-height: 56px;
		float: left;
		text-align: center;
		font-size: 1.1em;
		background: #ffffff;
		border-bottom: none;
		box-sizing: border-box;
	}
	.res_sel_tab p img {
		padding: 0 2%;
	}
	.res_sel_tab p em {
		display: none;
	}
	.res_sel_tab p span {
		display: block;
		line-height: 56px
	}
	.res_sel_tab p:nth-child(1), .res_sel_tab p:nth-child(4) {
		width: 10%;
		border-bottom: 1px solid #ccd3e4;
	}
	.res_sel_tab p:nth-child(2) {
		width: 40%;
		border: 1px solid #ccd3e4;
		border-bottom: none;
		border-right: none;
		background: #ededed;
		color: #97a0a9;
	}
	.res_sel_tab p:nth-child(2).on {
		width: 40%;
		border: 1px solid #ccd3e4;
		border-bottom: none;
		border-right: none;
		color: #015fa7;
		background: #ffffff;
	}
	.res_sel_tab p:nth-child(3) {
		width: 40%;
		border: 1px solid #ccd3e4;
		border-bottom: none;
		background: #ededed;
		color: #97a0a9;
		float: left;
	}
	.res_sel_tab p:nth-child(3).on {
		width: 40%;
		border: 1px solid #ccd3e4;
		border-bottom: none;
		background: #ffffff;
		color: #015fa7;
		float: left;
	}
	.room_check {
		width: 100%;
		display: block;
		text-align: right;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.room_check span {
		width: 11%;
		display: inline-block;
		background: #606c7a;
		border-left: 1px solid #53616b;
		color: #ffffff;
		text-align: center;
		padding: 9px 0;
		font-size: .9em;
		font-weight: 600;
		cursor: pointer;
		box-sizing: border-box;
	}
	.room_check span em {
		display: none;
	}
	.room_check span.on em {
		display: inline-block;
	}
	.room_check span.on {
		color: #ffffff;
		background: #1f80d1;
		border-left: 1px solid #0d7cd1;
		padding: 9px 0 9px 1%;
	}
	.room_check span a:hover {
		color: #dddddd;
	}
	.room_check span.on a:hover {
		color: #d9ffff;
	}
	.room_in {
		width: 96%;
		display: block;
		margin: 50px 0;
		font-size: .9em;
		line-height: 1.4em;
		color: #70706e;
		float: left;
		background: #ffffff;
		border-top: 1px dashed #999999;
		padding: 3% 2%;
	}
	.room_in b {
		color: #2f363e;
	}
	.room_in em {
		font-size: 1em;
		color: #fba104;
		font-weight: bolder;
		text-decoration: underline;
	}
	.cal {
		width: 100%;
		margin: 0 0 80px 0;
		float: left;
	}
	.cal_div {
		width: 49%;
		display: block;
		float: left;
		margin: 0 .5%;
	}
	.cal div p {
		width: 100%;
		display: block;
		float: left;
	}
	.cal div p.tt {
		font-size: 1.1em;
		color: #585858;
		margin: 50px 0;
		float: left;
	}
	.cal div .date {
		width: 99%;
		min-height: 500px;
		display: block;
		margin: 0 .5%;
		background: #eeeeee;
		float: left;
	}
	.cal.container {
		width: 100%;
		min-height: 400px;
		margin-top: 20px;
		float: left;
	}
	.pl_sel {
		width: 90%;
		padding: 20px 5% 10px 5%;
		border-top: 3px solid #585858;
		border-bottom: 1px solid #585858;
		float: left;
	}
	.pl_sel span {
		width: 33%;
		display: inline-block;
		float: left;
		margin-bottom: 10px;
	}
	.pl_sel span select {
		width: 99%;
		padding: 11px 4%;
		border: 1px solid #dddddd;
		color: #585858;
	}
	.res_view {
		width: 100%;
		margin: 40px 0 80px 0;
		border: 1px dotted #a0a0a0;
		box-sizing: border-box;
		float: left;
	}
	.res_view p.pl_num {
		width: 90%;
		padding: 20px 5%;
		background: #a2b0b9;
		font-weight: bolder;
		color: #ffffff;
	}
	.res_view p.pl_num em {
		display: block;
		font-size: .85em;
		padding-top: 10px;
		color: #3376a1;
		font-weight: lighter;
	}
	.res_view div {
		width: 100%;
	}
	.res_view div p {
		width: 50%;
		display: inline-block;
		float: left;
	}
	.res_view div p:nth-child(1) {
		border-right: 1px solid #cececf;
		box-sizing: border-box;
	}
	.res_view div p span {
		width: 80%;
		display: block;
		float: left;
		padding: 20px 10%;
	}
	.res_view div p span:nth-child(1) {
		background: #454e57;
		color: #ffffff;
		font-weight: bolder;
		font-size: 1.1em;
	}
	.res_view div p span:nth-child(2) {
		background: #ffffff;
		color: #000000;
		font-size: 1.2em;
		padding: 20px 10% 40px 10%;
	}
	.res_view div p span:nth-child(2) em {
		color: #ff4902;
		font-size: .85em;
	}
	.tb_tit {
		width: 100%;
		font-size: 1.1em;
		float: left;
	}

	/*
	.res_tb {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}

	.res_tb table {
		width: 100%;
		border-top: 3px solid #666d75;
		position: relative;
	}

	.res_tb th, .res_tb td {
		padding: 3px 0;
		vertical-align: middle;
		border-bottom: 1px solid #efefef;
	}

	.res_tb th {
		background: #fafafc;
		font-size: .9em;
		text-align: left;
		padding-left: 3%;
	}

	.restb td {
		background: #ffffff;
		line-height: 2em;
	}

	.res_tb td p {
		width: 96%;
		padding: 10px 2%;
		display: block;
		font-size: .85em;
	}

	.res_tb td p em {
		font-size: .95em;
		color: #999999;
		margin-top: 10px;
		display: block;
	}

	.res_tb td.res_col {
		padding: 0 1%;
	}

	.res_tb th em {
		font-size: .8em;
		color: #999999;
	}

	.res_tb th b {
		color: #ec453d;
		font-weight: 600;
		vertical-align: middle;
		margin-left: 2px;
	}

	.res_tb td input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 80%;
		height: 28px;
		padding-left: 2%;
	}

	.res_tb td input.s_box {
		width: 15%;
	}

	.res_tb td select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 20%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb td select.cols {
		width: 80%;
		padding: 5px 2%;
	}

	.res_tb td select.event {
		background: #cae5ff;
	}

	.res_tb td span {
		padding: 4px 10px 6px 10px;
		background: #efefef;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		cursor: pointer;
	}

	.res_tb td span a {
		color: #222222;
	}

	.res_tb td span.on {
		color: #ffffff;
		background: #298ba4;
		border: 1px solid #298ba4;
	}

	.res_tb td.info_s span {
		display: inline-block;
		padding: 0;
		background: none;
		border-radius: 0;
		border: none;
		color: #222222;
		font-size: .95em;
		cursor: none;
	}

	.res_tb td.info_s span:nth-child(1) {
		width: 20%;
	}

	.res_tb td.info_s span:nth-child(2) {
		width: 80%;
		vertical-align: middle;
	}

	.res_tb td.info_s span:nth-child(2) em {
		display: inline-block;
		margin-top: 10px;
		color: #df5f1e;
	}

	.res_tb td span.cp_btn {
		background: #5a5d5f;
		border: 1px solid #5a5d5f;
		color: #ffffff;
	}

	.res_tb td span.cp_btn a {
		color: #ffffff;
	}

	.res_tb td span.cp_type_btn {
		background: #eeeeee;
		border: 1px solid #eeeeee;
		color: #bbbbbb;
	}

	.res_tb td span.cp_type_btn a {
		color: #bbbbbb;
	}

	.res_tb td span.cp_type_btn.on {
		background: url(../images/check.png) no-repeat top left #eeeeee;
		border: 1px solid #aaaaaa;
		color: #666666;
	}

	.res_tb th.cont select {
		width: 80%;
		padding: 5px 2%;
		border: none;
		background: #fafafc;
	}

	.res_tb td.cont p span {
		width: 38%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: 1px solid #dddddd;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
		cursor: pointer;
	}

	.res_tb td.cont p span input {
		width: 80%;
		margin-right: 1%;
		border: none;
	}

	.res_tb td.cont p select {
		width: 45%;
	}

	.res_tb td.cont p span.selt_btn {
		width: auto;
		padding: 4px 10px 6px 10px;
		display: inline-block;
		background: #efefef;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		margin: 0 1% 7px 0;
		cursor: pointer;
	}

	.res_tb td.cont p span.selt_btn.on {
		color: #ffffff;
		background: #298ba4;
		border: 1px solid #298ba4;
	}

	.res_tb td.sel_s {
	}

	.res_tb td.sel_s select {
		width: 96%;
	}

	.res_tb.s {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}

	.res_tb.s table {
		width: 100%;
		border-top: 3px solid #666d75;
		position: relative;
	}

	.res_tb.s th, .res_tb.s td {
		padding: 10px 0;
		vertical-align: middle;
		border-bottom: 1px solid #efefef;
	}

	.res_tb.s th {
		background: #fafafc;
		font-size: .9em;
		text-align: left;
		padding-left: 3%;
	}

	.restb.s td {
		background: #ffffff;
		line-height: 2em;
	}

	.res_tb.s td p {
		width: 96%;
		padding: 2px 2%;
		display: block;
		font-size: .85em;
	}

	.res_tb.s td p input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 80%;
		height: 28px;
		padding-left: 2%;
	}

	.res_tb.s td p select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 82%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb.s td p.in_sel input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 45%;
		height: 28px;
		padding-left: 2%;
		margin-right: 1%;
	}

	.res_tb.s td p.in_sel select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 45%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}

	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}

	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}

	.res_tb.file th {
		text-align: center;
		background: #eff4fa;
	}
	*/

	/* wide res_tb 첨부파일 */
	.res_tb.file td .ed {
		width: 100%;
		min-height: 32px;
		display: block;
	}
	.res_tb.file td label.file_up {
		width: 92%;
		display: inline-block;
		height: 100%;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 98%;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		min-height: 32px;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 91.5%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
	}
	.res_tb.file td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		background: #000000;
		width: 100%;
		/* wide res_tb 첨부파일 투명 */
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		/* wide res_tb 첨부파일 투명 */
		direction: ltr;
		cursor: pointer;
	}
	.res_tb.file td div.file_upload .myui-button {
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	.res_tb.file td div#fileupload .myui-button span.attach {
		background: none;
		padding: 0;
		border: 0;
	}

	/*.. wide res_tb 첨부파일*/
	.res_ok {
		width: 100%;
		display: block;
		padding-top: 0;
		float: left;
	}
	.ok_icon {
		width: 100%;
		display: block;
		text-align: center;
		padding: 40px 0 5px 0;
		background: #edf0f7;
	}
	.res_ok_text {
		width: 90%;
		display: block;
		font-size: .9em;
		color: #666666;
		background: #edf0f7;
		margin-bottom: 50px;
		padding: 20px 5%;
		text-align: center;
		float: left;
	}
	.res_ok_text p {
		width: 100%;
		display: block;
		float: left;
	}
	.res_ok_text p span {
		display: inline-block;
		color: #ffffff;
		width: 98%;
		float: left;
		font-size: 1.6em;
		color: #222222;
		font-weight: 600;
		letter-spacing: .02em;
	}
	.res_ok_text p span em {
		font-size: .7em;
		color: #06a5e7;
		font-weight: lighter;
		line-height: 1.2em;
	}
	.res_ok_text p span.res_ok_num {
		float: left;
		margin: 25px 0 20px 0;
	}
	.res_ok_text p span.res_ok_num em {
		display: inline-block;
		padding: 3px 50px 6px 50px;
		background: #426386;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.4em
	}
	table.container_list {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	table.container_list th {
		padding: 15px 0;
		text-align: center;
		background: #fdec89;
		border-top: 3px solid #4f555d;
		border-bottom: 1px solid #c8c9cb;
	}
	table.container_list td {
		padding: 10px 0;
		text-align: center;
		background: #ebecee;
		border-bottom: 1px solid #839aaa;
		font-size: .85em;
		font-weight: normal;
		letter-spacing: .08em;
	}
	table.container_list td:nth-child(2) {
		color: #ff4802;
	}
	table.container_list td:nth-child(3) {
		color: #3c98e5;
	}
	table.container_res_wr {
		width: 100%;
		float: left;
		margin-bottom: 40px;
		border-top: 3px solid #3c7db3;
		border-bottom: 1px solid #839aaa;
		background: #eff4fa;
	}
	table.container_res_wr th {
		padding: 6px 0 0 2%;
		text-align: left;
		font-weight: normal;
		font-size: .95em;
	}
	table.container_res_wr td {
		padding: 6px 0;
	}
	table.container_res_wr td p {
		width: 96%;
		padding: 10px 0;
		display: block;
		font-size: .85em;
	}
	table.container_res_wr td p input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 50%;
		height: 28px;
		padding-left: 2%;
	}
	table.container_res_wr td p select {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 52%;
		padding: 10px 2%;
	}
	table.container_res_wr td p span {
		display: inline-block;
		color: #ffffff;
		font-size: .95em;
		margin: 0 2px;
		background: #0379d3;
		padding: 8px 15px;
		cursor: pointer;
		border-radius: .3em;
	}
	table.container_res_wr td p span a:hover {
		color: #b4c9d9;
	}
	table.charge {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	table.charge th {
		padding: 12px 0;
		text-align: center;
		font-size: .95em;
		color: #222222;
		background: #e7f1fa;
		border-bottom: 3px solid #666666;
		vertical-align: middle;
	}
	table.charge td {
		padding: 10px 0;
		text-align: center;
		font-size: .95em;
		color: #30404f;
		background: #ffffff;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		vertical-align: middle;
	}
	table.charge td:last-child {
		border-right: none;
	}
	.charge_text {
		width: 100%;
		display: block;
		font-size: 1em;
		float: left;
		margin-bottom: 40px;
	}
	.charge_text span {
		display: inline-block;
		width: 98%;
		padding: 6px 0;
		float: left;
		vertical-align: middle;
		font-size: .85em;
		line-height: 1.4em;
		color: #707070;
	}
	.charge_text span b {
		color: #20a7c4;
	}
	.charge_text span em {
		color: #585858;
	}
	.charge_text span:nth-child(2n+1) {
		width: 2%;
		font-size: .4em;
		padding: 10px 0 2px 0;
		color: #444444;
	}
	.charge_info {
		width: 100%;
		display: block;
		font-size: 1em;
		float: left;
		margin-bottom: 40px;
	}
	.charge_info p {
		width: 100%;
		display: block;
		padding: 10px 0;
		float: left;
		font-size: .95em;
		line-height: 1.4em;
		color: #222222;
		font-weight: bolder;
	}
	.charge_info p.tbs {
		width: 96%;
		display: block;
		padding: 10px 2%;
		background: #f5f1f2;
		float: left;
		margin: 10px 0;
	}
	.charge_info span {
		width: 50%;
		display: inline-block;
		font-size: .85em;
		line-height: 1.6em;
		color: #9d9d9d;
		float: left;
	}
	.charge_info span em {
		color: #ff5d0c;
	}

	/* 여객예약 추가_0713 1150 */
	.sch {
		width: 100%;
		min-height: 410px;
		float: left;
		margin-bottom: 20px;
	}
	.sch div {
		display: inline-block;
		float: left;
	}
	.sch div.left_sel_sch {
		width: 40%;
		min-height: 410px;
		background: #ffffff;
		border: 1px solid #c5c8d1;
		border-top: 3px solid #666d75;
		box-sizing: border-box;
		margin-right: 1%;
	}
	.sch div.left_sel_sch p {
		display: block;
	}
	.sch div.left_sel_sch p.tit {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 40px;
		font-size: .95em;
		font-weight: 600;
		background: #eff0f5;
		text-align: center;
		color: #0061a5;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.left_sel_sch p.intext_sel {
		padding: 3% 6%;
		width: 88%;
	}
	.sch div.left_sel_sch p.intext_sel span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 28px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel span.area {
		font-size: .8em;
		font-weight: 600;
		width: 100%;
		display: block;
		color: #0058ab;
		height: 28px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel span.area img {
		padding-bottom: 5px;
		margin: 0 1%;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.intext_sel span b {
		color: #263646;
		width: 120px;
		display: inline-block;
		font-size: 1em;
	}
	.sch div.left_sel_sch p.intext_sel span select {
		color: #263646;
		width: 64%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 24px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=text] {
		color: #263646;
		width: 33%;
		margin-right: 6px;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 18px;
		padding: 2px 4px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=checkbox] {
		position: relative;
		width: 15px;
		height: 15px;
		top: 3px;
		margin: 0;
	}
	.sch div.left_sel_sch p.intext_sel span label {
		font-size: .95em;
		color: #387798;
		display: inline-block;
		height: 15px;
		margin-top: 5px;
		padding-top: 2px;
	}
	.sch div.left_sel_sch p.intext_sel_sec {
		padding: 0 6%;
		width: 88%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 26px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel_sec span b {
		color: #65778f;
		font-weight: normal;
		width: 45px;
		display: inline-block;
		font-size: .95em;
	}
	.sch div.left_sel_sch p.intext_sel_sec span label {
		font-size: .9em;
		color: #999999;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span select {
		color: #263646;
		width: 29%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 22px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.sel_btn_res {
		padding: 5% 6% 0 6%;
		width: 88%;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.sch div.left_sel_sch p.sel_btn_res span {
		padding: 10px 50px;
		color: #ffffff;
		background: #0181c8;
		font-size: .9em;
		border-radius: .4em;
		border: 1px solid #2576a3;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.sel_btn_res span img {
		padding: 0 0 5px 4px;
	}
	.sch div.right_sel_list {
		width: 59%;
		height: 409px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit {
		width: 100%;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		font-size: .95em;
		color: #222222;
		padding-bottom: 5px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit img {
		vertical-align: middle;
	}
	.sch div.right_sel_list .pr_li {
		width: 100%;
		height: 360px;
		margin-top: 10px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.sch div.right_sel_list .pr_li p {
		width: 99%;
		padding: 10px 0;
		border: 1px solid #dddddd;
		background: #ffffff;
		border-radius: .4em;
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 2px 1% 2px 0;
	}
	.sch div.right_sel_list .pr_li p.on {
		border: 2px solid #327295;
		background: #f4f9fc;
	}
	.sch div.right_sel_list .pr_li p.none {
		border: 1px solid #cccccc;
		background: #eeeeee;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(2) {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(2) b {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(3) {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p span {
		display: inline-block;
		float: left;
	}
	.sch div.right_sel_list .pr_li p span input[type=radio] {
		margin: 0;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(1) {
		width: 7%;
		text-align: center;
		padding-top: 8px
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) {
		width: 65.5%;
		font-size: .75em;
		color: #666666;
		margin-right: .5%;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) b {
		font-size: 1.2em;
		margin-bottom: 4px;
		display: inline-block;
		color: #347ca2;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(3) {
		width: 25%;
		text-align: right;
		font-size: .95em;
		color: #347ca2;
		padding: 10px 1% 0 0;
		font-weight: 600;
	}

	/* ..여객예약 추가_0713  1150*/
	/* ..예약서비스 */
	/* 화물안내 */
	.jq_gr {
		width: 100%;
		min-height: 500px;
		display: block;
		float: left;
	}
	.contain_tab {
		width: 100%;
		display: block;
		height: 40px;
		border-bottom: 2px solid #0157ac;
		margin-bottom: 40px;
	}
	.contain_tab span {
		width: 25%;
		height: 40px;
		line-height: 40px;
		display: block;
		background: #f2f2f2;
		color: #6d6d6d;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: .9em;
	}
	.contain_tab span a:hover {
		color: #222222;
	}
	.contain_tab span.on {
		height: 40px;
		background: #ffffff;
		color: #28363f;
		border: 2px solid #0157ac;
		border-bottom: none;
		font-weight: 600;
	}
	.contain_in_text {
		width: 100%;
		display: block;
		margin: 40px 0;
		float: left;
	}
	.contain_in_text p {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		float: left;
	}
	.contain_in_text p span {
		width: 100%;
		display: block;
		margin-bottom: 5px;
		float: left;
	}
	.contain_in_text p span:nth-child(1) {
		font-size: .95em;
		color: #555555;
		font-weight: bolder;
	}
	.contain_in_text p span:nth-child(1) img {
		margin-bottom: 3px;
	}
	.contain_in_text p span:nth-child(2) {
		width: 97%;
		font-size: .8em;
		color: #888888;
		line-height: 1.6em;
		padding-left: 3%;
	}
	.mobile_4dept_menu {
		display: none;
	}
	.contain_s_tit {
		margin: 60px 0 20px 0;
		font-size: 1.1em;
		color: #222222;
		float: left;
	}
	.contain_s_tit img {
		padding-bottom: 4px;
	}
	.contain_img img {
		width: 100%;
	}
	table.list.contain_in {
		width: 100%;
		border-top: 3px solid #555555;
		border-bottom: 1px solid #e6e6e6;
		margin: 0 0 70px 0;
		float: left;
		font-size: .95em;
	}
	table.list.contain_in th {
		width: 20%;
		padding: 15px 0;
		font-size: .9em;
		background: #fafafa;
		text-align: center;
	}
	table.list.contain_in td {
		width: 76%;
		padding: 15px 2%;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		line-height: 1.2em;
	}
	table.list.contain_in td b {
		font-size: 1.1em;
		color: #8e9db4;
	}
	table.list.contain_in td em {
		color: #666666;
		display: inline-block;
		margin-right: 1%;
		font-size: .85em;
		padding-bottom: 10px;
		line-height: 1.6em;
	}
	.container_tab {
		width: 100%;
		display: block;
		padding-bottom: 30px;
	}
	.container_tab span {
		width: 33.333%;
		display: inline-block;
		float: left;
		background: #f4f6f7;
		border: 1px solid #e4ecf3;
		box-sizing: border-box;
		text-align: center;
		color: #000000;
		font-size: 1em;
		padding: 13px 0;
		cursor: pointer;
	}
	.container_tab span.on {
		width: 33.333%;
		background: #1e74cb;
		color: #ffffff;
		border: 1px solid #1e74cb;
		box-sizing: border-box;
	}
	.con_etc_tit {
		width: 96%;
		display: block;
		padding: 12px 2%;
		font-size: .95em;
		color: #222222;
		text-align: left;
		background: #ffffff;
		border-top: 3px solid #dadada;
		float: left;
	}
	.con_etc_tit img {
		vertical-align: middle;
	}
	.con_etc_img {
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 40px 0;
		text-align: center;
		background: #f6f6f6;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		float: left;
	}
	.con_etc_img img {
		
	}
	.con_etc_img.a {
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 0 0 40px 0;
		text-align: center;
		background: #f6f6f6;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		float: left;
	}
	.con_etc_img.a img {
		width: 100%;
	}
	.con_etc_img.a b {
		width: 94%;
		display: block;
		margin-bottom: 20px;
		padding: 14px 3%;
		text-align: left;
		background: #eeeeee;
		font-size: .85em;
		line-height: 1.4em;
		color: #444448;
		border-bottom: 1px dashed #dadada;
	}

	/* ..화물안내 */
	/* 선실정보 수정 20160826 1150 */
	.pass_tt {
		width: 100%;
		height: auto;
		float: left;
	}
	.pass_tt b.itt {
		width: 100%;
		display: block;
		font-size: 1.4em;
		color: #222222;
		font-weight: bolder;
		padding: 10px 0;
	}
	.pass_tt b.itt em {
		color: #00a2e5;
	}
	.pass_tt span {
		padding: 10px 0;
		font-size: .85em;
		color: #888888;
	}
	.pass_tt b.ett {
		width: 100%;
		display: block;
		font-size: 1em;
		color: #444444;
		font-weight: bolder;
		padding: 10px 0;
	}
	.pass_info {
		width: 100%;
		height: auto;
		float: left;
		margin: 30px 0 20px 0;
		border: 1px solid #dddddd;
		border-top: 0;
	}
	.pass_info p {
		width: 96%;
		display: block;
		float: left;
	}
	.pass_info p.fl {
		padding: 12px 2%;
		background: #dddddd;
		border-top: 3px solid #105caa;
	}
	.pass_info p.fl span {
		padding: 6px 8px;
		display: inline-block;
		color: #444444;
		font-weight: bolder;
		font-size: .85em;
		cursor: pointer;
	}
	.pass_info p.fl span.on {
		color: #ffffff;
		background: #444444;
		border-radius: .2em;
	}
	.fl_info {
		width: 100%;
		display: block;
		float: left;
	}
	.pass_info p.intext {
		padding: 12px 2% 0 2%;
		background: #f7f7f7;
	}
	.pass_info p.intext b {
		font-size: 1.4em;
		color: #105caa;
		display: block;
		font-weight: normal;
	}
	.pass_info p.intext em {
		font-size: .8em;
		color: #222222;
		display: block;
		padding: 4px 0;
	}
	.pass_info p.ship {
		padding-bottom: 20px;
		width: 100%;
		background: #f7f7f7;
		text-align: center;
	}
	.pass_info p.ship img {
		width: 100%;
	}

	/* 여기에 } 하나를 추가하면 IE 에서도 반응형이 되지만 사회공헌, 티켓예약 등 몇몇 화면에서 웹인데도 모바일 버전으로 화면이 보이는 현상 발생으로 인하여 우선 삭제 */
	/* ..선실정보 수정 20160826 1150*/
}

@media screen and (max-width: 980px) {
	/*모바일메뉴css START*/
	/*모바일메뉴에서 예약서비스 타이틀 안보임 */
	#quick {
		display: none;
	}
	.contents .con {
		width: 100%;
		border: 0;
		margin-top: 2px;
		padding: 20px 4%;
	}
	.sub_top.menu004 {
		display: none;
	}
	.sub_top.menu008 {
		display: none;
	}
	.sub_tit {
		font-size: 2em;
		padding-bottom: 15px;
		background: url(../images/sub_tit_bg.gif) left bottom no-repeat;
		margin-bottom: 5px;
	}
	.log_ty_tit {
		font-size: 1.4em;
		height: 40px;
		font-weight: 600;
		/* margin-bottom: 22px; */
	}
	.res_join_type_tit {
		width: 100%;
		margin-top: 0;
		padding: 0;
		font-size: .9em;
		line-height: 1.4em;
		color: #777777;
	}
	textarea {
		width: 100%;
		height: 102px;
		display: block;
		padding: 4%;
		font-size: .85em;
		margin: 10px 0 10px 0;
		background: #fcfcfc;
		border: 1px solid #ced2d5;
		box-sizing: border-box;
		color: #666666;
		line-height: 1.4em;
		font-family: inherit;
	}

	/*모바일메뉴css END*/
	.sub_tit_img {
		height: 1px;
	}
	.st_con {
		width: 100%;
		padding: 0;
		height: 200px;
	}
	.st_con p {
		display: block;
	}
	.st_con p.left_tit {
		width: 100%;
		text-align: center;
		margin: 20px 0 10px 0;
	}
	.st_con p.left_tit.en {
		width: 100%;
		text-align: center;
		margin: 22px 0 17px 0;
	}
	.st_con p.snb {
		width: 98%;
		padding: 0 2% 0 0;
		margin: 0;
	}
	.st_con p.snb.menu001 {
		background: #545c95;
	}
	.st_con p.snb.menu002 {
		background: #266fbc;
	}
	.st_con p.snb.menu003 {
		background: #188694;
	}
	.st_con p.snb.menu004 {
		background: #046c92;
	}
	.st_con p.snb.menu005 {
		background: #197385;
	}
	.st_con p.snb.menu006 {
		background: #45508a;
	}
	.st_con p.snb.menu007 {
		background: #286da2;
	}
	.st_con p.snb span.snv {
		height: 40px;
		line-height: 40px;
		color: #efefef;
		margin: 0;
	}
	.st_con p.snb span.snv img {
		padding-top: 2px;
	}
	.st_con p.snb span.snv em {
		text-decoration: none;
		color: #ffffff;
	}
	.sub {
		width: 100%;
		margin: 0 auto;
	}
	.contents {
		width: 100%;
		border-left: 0;
		margin: 0;
		background: #000000;
		border: 0;
	}
	.contents .left_menu {
		display: none;
	}
	.sub_foot {
		width: 100%;
	}
	.sub_foot .scon {
		width: 96%;
	}
	.sub_foot .scon p.go_dept01 {
		width: 53%;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span {
		width: 31%;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span img {
		width: 100%;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span em {
		width: 100%;
	}
	.sub_foot .scon p.go_dept02 {
		width: 45%;
	}
	.ceo_ms p:nth-child(2) span:nth-child(2) {
		background: url(../images/ceo_message_line.gif) repeat-x top;
	}
	.dept_trip {
		width: 100%;
		float: left;
		float: left;
	}
	.dept_trip ul {
		width: 100%;
	}
	.dept_trip li {
		width: 48%;
		cursor: pointer;
		margin: 0 1% 20px 1%;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
	}
	.dept_tr_list {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_tr_list ul {
		width: 100%;
	}
	.dept_tr_list li {
		width: 32%;
		padding: 0 .5%;
		cursor: pointer;
	}
	.dept_tr_list li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_tr_list li p.tr_m_pic {
		width: 100%;
		height: 111px;
		position: relative;
	}
	.dept_tr_list li p.tr_m_pic span {
		width: 100%;
		height: 111px;
		display: block;
	}
	.dept_tr_list li p.tr_m_pic span.imgs {
		width: 100%;
		height: 111px;
	}
	.dept_tr_list li p.tr_m_pic span.imgs img {
		width: 100%;
		height: 111px;
	}
	.dept_tr_list li p.tr_m_pic span.price {
		width: 95%;
		height: 31px;
		padding: 80px 5% 0 0;
		position: absolute;
		top: 0;
		text-align: right;
		color: #ffffff;
	}
	.dept_tr_list li p.tr_in_text {
		width: 100%;
		min-height: 74px;
		padding: 10px 3%;
		border: 1px solid #dddddd;
		color: #424242;
		background: #ffffff;
		box-sizing: border-box;
	}
	.dept_tr_list li p.tr_in_text a:hover {
		color: #b2b2b2;
	}
	.dept_tr_list li p.tr_in_text b {
		width: 100%;
		display: block;
		text-align: right;
		font-size: .9em;
		color: #acacac;
		margin: 0;
		padding: 0;
	}
	.dept_tr_list li p.tr_in_text em {
		font-size: .75em;
		color: #747474;
	}
	.dept_tr_list li p.tr_in_text em.none {
		color: #aaaaaa;
		font-size: .8em;
	}
	.tour_list.wide {
		width: 100%;
		display: block;
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list.wide ul {
		width: 100%;
	}
	.tour_list.wide ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list.wide ul li span {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.tour_list.wide ul li span:nth-child(1) {
		text-align: center;
		margin-bottom: 40px;
	}
	.tour_list.wide ul li span:nth-child(2) {
		
	}

	/* 사내인트라넷 직원검색_0711 */
	.lay_wraps {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 9000;
		left: 0;
		border: 0;
	}
	.lay_pops {
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
		border: 0;
	}
	.lp_cons {
		width: 100%;
		background: #ffffff;
		box-sizing: border-box;
		float: left;
	}

	/* //사내인트라넷 직원검색_0711 */
	/* 여객서비스 */
	.lay_wrap {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 3000;
		left: 0;
		border: 0;
	}
	.lay_pop {
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
		border: 0;
	}
	.lp_con {
		width: 100%;
		background: #ffffff;
		box-sizing: border-box;
		float: left;
	}
	.lp_con p {
		width: 100%;
		display: block;
		float: left;
	}
	.lp_con p.cl_btns {
		width: 92%;
		padding: 15px 4%;
		color: #ffffff;
		font-size: .95em;
		cursor: pointer;
		background: url(../images/add_cl.png) no-repeat center right #015fa7;
	}
	.ly_info {
		width: 92%;
		display: block;
		padding: 20px 4%;
		background: #fcfcfc;
		border: 1px solid #eeeeee;
		font-size: .85em;
		line-height: 1.8em;
		color: #444444;
		float: left;
		height: 500px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.ly_info p {
		width: 100%;
		display: block;
		float: left;
	}
	.ly_info p.ly_tt {
		font-size: 1em;
		color: #222222;
		font-weight: bold;
		margin: 20px 0;
	}
	.ly_info p.ly_tt em {
		font-size: .9em;
		color: #0279cb;
		font-weight: normal;
	}
	.ly_info p.ly_box {
		width: 96%;
		font-size: .85em;
		color: #255579;
		padding: 15px 2%;
		line-height: 1.6em;
		background: #efefef;
		margin: 10px 0;
	}
	table.list.pass_lay {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin: 40px 0;
		float: left;
	}
	table.list.pass_lay th {
		padding: 10px 0;
		font-size: .95em;
		background: #f5f5f5;
		border-bottom: 1px solid #e6e6e6;
	}
	table.list.pass_lay td.pst {
		padding: 15px 0;
		font-size: .95em;
		border-top: 1px solid #e6e6e6;
		vertical-align: middle;
		text-align: center;
	}
	table.list.pass_lay td.pst em {
		font-size: .9em;
		color: #8292a2;
		letter-spacing: .02em;
	}
	table.list.pass_lay td.pstt {
		background: #f4f7fe;
		text-align: center;
	}
	table.list.pass_lay td.psts {
		background: #f7f7f7;
		text-align: center;
	}
	table.list.pass_lay td.psts em {
		font-size: .95em;
		color: #8292a2;
		letter-spacing: .07em;
	}
	table.list.pass_lay td.pstb {
		background: #efefef;
		text-align: left;
		font-size: .8em;
		line-height: 1.4em;
		padding: 15px 2%;
	}
	.pass_img {
		width: 100%;
		display: block;
		text-align: left;
		margin-bottom: 40px;
		float: left;
	}
	.pass_img img {
		width: 100%;
	}
	.pass_img_ex {
		width: 100%;
		display: block;
		margin: 0 0 30px 0;
		height: 30px;
		line-height: 30px;
		font-size: .95em;
		font-weight: bolder;
		float: left;
		position: relative;
	}
	.pass_img_ex span {
		display: inline-block;
	}
	.pass_img_ex span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.pass_img_ex span:nth-child(2) {
		padding-left: 0;
		margin-left: 60px;
		padding-top: 10px;
	}
	.pass_ex {
		width: 96%;
		padding: 10px 2%;
		border: 2px solid #555555;
		margin: 40px 0;
		float: left;
	}
	.pass_ex p {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		font-size: 2.2em;
		color: #222222;
	}
	.pass_ex p em {
		width: 100%;
		font-size: .45em;
		color: #666666;
		display: inline-block;
		text-align: left;
	}
	.pass_ex p.dt {
		width: 100%;
		font-size: 1.6em;
		color: #444444;
		display: inline-block;
		text-align: center;
	}
	.pass_ex table {
		width: 100%;
		margin: 20px 0;
		border: 1px solid #555555;
		box-sizing: border-box;
		border-bottom: none;
		float: left;
	}
	.pass_ex table th, .pass_ex table td {
		padding: 10px 1%;
		text-align: left;
		font-size: 1.1em;
		border-bottom: 1px solid #555555;
		color: #000000;
		vertical-align: middle;
	}
	.pass_ex table th {
		text-align: center;
	}
	.pass_ex table td {
		border-right: 1px solid #555555;
	}
	.pass_ex table td.col_pa {
		border-right: none;
	}
	.pass_ex table td.col_pas span {
		text-align: left;
		font-size: .85em;
	}
	.pass_ex table td:last-child {
		border-right: none;
		border-bottom: 1px solid #555555;
	}
	.pass_ex table td span {
		text-align: center;
		width: 100%;
		display: block;
	}
	.tour_list.pass {
		margin-top: 20px;
		width: 100%;
	}
	.tour_list.pass ul li {
		margin: 10px 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #dddddd;
	}
	.tour_list.pass ul li span:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.tour_list.pass ul li span:nth-child(2) {
		width: 100%;
		color: #666666;
		font-size: .9em;
		letter-spacing: .08em;
	}
	.tour_list.pass ul li span:nth-child(2) b {
		color: #015fa7;
		font-size: 1.2em;
	}

	/* //여객서비스 */
	/* 여객예약 추가_0713 1000 */
	.sch {
		width: 100%;
		min-height: 420px;
		float: left;
		margin-bottom: 20px;
	}
	.sch div {
		display: inline-block;
		float: left;
	}
	.sch div.left_sel_sch {
		width: 38%;
		min-height: 420px;
		background: #ffffff;
		border: 1px solid #c5c8d1;
		border-top: 3px solid #666d75;
		box-sizing: border-box;
		margin-right: 1%;
	}
	.sch div.left_sel_sch p {
		display: block;
	}
	.sch div.left_sel_sch p.tit {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 40px;
		font-size: .95em;
		font-weight: 600;
		background: #eff0f5;
		text-align: center;
		color: #0061a5;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.left_sel_sch p.intext_sel {
		padding: 3% 6%;
		width: 88%;
	}
	.sch div.left_sel_sch p.intext_sel span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 28px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel span.area {
		font-size: .8em;
		font-weight: 600;
		width: 100%;
		display: block;
		color: #0058ab;
		height: 28px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel span.area img {
		padding-bottom: 5px;
		margin: 0 1%;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.intext_sel span b {
		color: #263646;
		width: 120px;
		display: inline-block;
		font-size: 1em;
	}
	.sch div.left_sel_sch p.intext_sel span select {
		color: #263646;
		width: 64%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 24px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=text] {
		color: #263646;
		width: 30%;
		margin-right: 6px;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 18px;
		padding: 2px 4px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=checkbox] {
		position: relative;
		width: 15px;
		height: 15px;
		top: 3px;
		margin: 0;
	}
	.sch div.left_sel_sch p.intext_sel span label {
		font-size: .95em;
		color: #387798;
		display: inline-block;
		height: 15px;
		margin-top: 5px;
		padding-top: 2px;
	}
	.sch div.left_sel_sch p.intext_sel_sec {
		padding: 2% 6%;
		width: 88%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 26px;
		line-height: 28px;
	}
	.sch div.left_sel_sch p.intext_sel_sec span b {
		color: #65778f;
		font-weight: normal;
		width: 45px;
		display: inline-block;
		font-size: .95em;
	}
	.sch div.left_sel_sch p.intext_sel_sec span label {
		font-size: .9em;
		color: #999999;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span select {
		color: #263646;
		width: 29%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 22px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.sel_btn_res {
		padding: 5% 6% 0 6%;
		width: 88%;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.sch div.left_sel_sch p.sel_btn_res span {
		padding: 10px 50px;
		color: #ffffff;
		background: #0181c8;
		font-size: .9em;
		border-radius: .4em;
		border: 1px solid #2576a3;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.sel_btn_res span img {
		padding: 0 0 5px 4px;
	}
	.sch div.right_sel_list {
		width: 60%;
		height: 419px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit {
		width: 100%;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		font-size: .95em;
		color: #222222;
		padding-bottom: 5px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit img {
		vertical-align: middle;
	}
	.sch div.right_sel_list .pr_li {
		width: 100%;
		height: 360px;
		margin-top: 10px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.sch div.right_sel_list .pr_li p {
		width: 99%;
		padding: 10px 0;
		border: 1px solid #dddddd;
		background: #ffffff;
		border-radius: .4em;
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 2px 1% 2px 0;
	}
	.sch div.right_sel_list .pr_li p.on {
		border: 2px solid #327295;
		background: #f4f9fc;
	}
	.sch div.right_sel_list .pr_li p.none {
		border: 1px solid #cccccc;
		background: #eeeeee;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(2) {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(2) b {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p.none span:nth-child(3) {
		color: #cccccc;
	}
	.sch div.right_sel_list .pr_li p span {
		display: inline-block;
		float: left;
	}
	.sch div.right_sel_list .pr_li p span input[type=radio] {
		margin: 0;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(1) {
		width: 7%;
		text-align: center;
		padding-top: 8px
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) {
		width: 65.5%;
		font-size: .75em;
		color: #666666;
		margin-right: .5%;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) b {
		font-size: 1.2em;
		margin-bottom: 4px;
		display: inline-block;
		color: #347ca2;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(3) {
		width: 25%;
		text-align: right;
		font-size: .95em;
		color: #347ca2;
		padding: 10px 1% 0 0;
		font-weight: 600;
	}

	/* ..여객예약 추가_0713  1000*/
	/* 고객서비스 */
	.sel_btn {
		width: 100%;
		height: 30px;
		font-size: .8em;
		margin-bottom: 28px;
	}
	.sel_btn span {
		display: inline-block;
		padding: 0 10px;
		line-height: 32px;
		float: left;
		margin: 0 4px 5px 0;
		text-align: center;
		font-size: .95em;
		background: #ffffff;
		border: 1px solid #999999;
		color: #555555;
		box-sizing: border-box;
		cursor: pointer;
	}
	.sel_btn span.on {
		background: #1a70df;
		border: 1px solid #1a70df;
		color: #ffffff;
	}
	table.board {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
	}
	table.board th {
		padding: 10px 0;
		font-size: .9em;
		background: #fbfaf8;
		text-align: center;
	}
	table.board td {
		padding: 10px 0;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: center;
	}
	table.board td:nth-child(2) {
		text-align: left;
		padding-left: 10px;
	}
	table.board td:nth-child(2) a:hover {
		color: #b1bbc3;
	}
	table.board .re td {
		padding: 10px 0;
		font-size: .9em;
		background: #f4f2f2;
		text-align: center;
	}
	table.board .re td:nth-child(2) {
		text-align: left;
		padding-left: 25px;
		background: url(../images/ar_m.png) no-repeat center left #f4f2f2;
	}
	table.board .re td:nth-child(2) a:hover {
		color: #b1bbc3;
	}
	table.view {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 20px;
	}
	table.view th {
		padding: 12px 2%;
		font-size: 1em;
		background: #fbfaf8;
	}
	table.view th:nth-child(1) {
		text-align: left;
	}
	table.view td {
		padding: 20px 2%;
		min-height: 100px;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.view th.com_03 {
		padding: 20px 0;
		font-size: .95em;
		background: #fbfaf8;
		border-top: 1px solid #e6e6e6;
		text-align: center;
	}
	table.view td.com_03 {
		padding: 20px;
		min-height: 0;
		font-size: .95em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.write {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 20px;
	}
	table.write th {
		font-size: .9em;
		padding: 12px 0 12px 2%;
		background: #fbfaf8;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
	}
	table.write td {
		font-size: .9em;
		padding: 12px 2% 12px 2%;
		border-bottom: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.write td input {
		width: 94%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.write td textarea {
		width: 98%;
		min-height: 200px;
		padding: 2%;
		border: 1px solid #dddddd;
	}
	table.write td span {
		display: inline-block;
		float: left;
		text-align: left;
	}
	table.write td span:nth-child(1) {
		
	}
	table.write td span:nth-child(2) {
		width: 100px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #f4f4f4;
		border: 1px solid #bbbbbb;
		color: #555555;
		font-weight: 600;
		cursor: pointer;
		margin-left: 1%;
	}

	/* 1000 write 첨부파일 */
	table.write td label.file_up {
		display: inline-block;
		float: left;
		width: 75%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.write td div.file_list {
		display: inline-block;
		float: left;
		width: 75%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
		margin: 0;
	}
	table.write td label.file_up p, table.write td.att div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.write td div.file_upload {
		display: inline-block;
		float: left;
		margin-left: 1%;
	}
	table.write td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.write td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.write td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	/*..1000 write 첨부파일*/
	/* 1000 edit 첨부파일 */
	table.edit td.ed_td {
		text-align: left;
	}
	table.edit td label.file_up {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td div.file_list {
		display: inline-block;
		float: left;
		width: 79%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td label.file_up p, table.edit td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.edit td div.file_upload {
		display: inline-block;
		float: left;
		width: 20%;
	}
	table.edit td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.edit td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.edit td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	/*..1000 edit 첨부파일*/
	.FAQ {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
	}
	.FAQ p {
		width: 100%;
		min-height: 40px;
		margin: 0;
		display: block;
		border-top: 1px solid #eaeaea;
		float: left;
	}
	.FAQ p span {
		display: inline-block;
		min-height: 40px;
		line-height: 40px;
		padding: 20px 0;
		font-size: .95em;
		float: left;
		cursor: pointer;
	}
	.FAQ p span a {
		color: #4c4f5e;
	}
	.FAQ p span a:hover {
		color: #b1bbc3;
	}
	.FAQ p span:nth-child(1) {
		width: 10%;
		text-align: center;
	}
	.FAQ p span:nth-child(2) {
		width: 80%;
	}
	.FAQ p span:nth-child(3) {
		width: 10%;
		text-align: center;
	}
	.FAQ p.drop span {
		background: #fbfaf8;
		cursor: default;
	}
	.FAQ p.drop span:nth-child(2) {
		width: 88%;
		padding-right: 2%;
		line-height: 1.4em;
		font-size: .85em;
		color: #666666;
	}
	p.btns {
		width: 100%;
		text-align: right;
		margin: 0 0 15px 0;
	}
	p.btns span.list {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/list_btn_bg.png) repeat-x;
		border: 1px solid #bbbbbb;
		cursor: pointer;
	}
	p.btns span.list a:hover {
		color: #666666;
	}
	p.btns span.ok {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/search_btn_bg.png) repeat-x;
		border: 1px solid #3268a4;
		cursor: pointer;
		color: #ffffff;
	}
	p.btns span.ok a:hover {
		color: #d0f0fd;
	}
	p.btns span.cl {
		text-align: center;
		font-size: .95em;
		font-weight: 600;
		padding: 8px 20px;
		border-radius: .2em;
		background: url(../images/list_btn_bg.png) repeat-x;
		border: 1px solid #bbbbbb;
		cursor: pointer;
	}
	p.btns span.cl a:hover {
		color: #666666;
	}
	p.page {
		width: 100%;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 20px 0 0 0;
		float: left;
	}
	p.page span {
		padding: 7px 12px;
		font-size: .85em;
	}
	p.page span.pre, p.page span.next {
		padding: 6px 10px;
		background: #ffffff;
		border: 1px solid #bfbfbf;
		box-sizing: border-box;
	}
	p.page span.pre img, p.page span.next img {
		padding-bottom: 4px;
	}
	p.page span.num {
		background: #f5f5f5;
		color: #333333;
		margin-right: 1px;
	}
	p.page span.num.on {
		background: #1974a9;
		color: #ffffff;
	}
	.search_box {
		width: 100%;
		padding: 30px 10%;
		text-align: center;
		background: #f9f9f9;
		border: 1px solid #ededed;
		box-sizing: border-box;
		margin-top: 20px;
		float: left;
	}
	.search_box select {
		width: 20%;
		height: 40px;
		padding: 8px;
		text-align: center;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box label {
		width: 20%;
		height: 40px;
		padding: 8px;
		text-align: center;
		color: #ffffff;
		background: #777779;
		border-radius: .2em;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box input {
		width: 57%;
		height: 40px;
		padding: 8px;
		text-align: left;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box span {
		width: 20%;
		height: 40px;
		line-height: 39px;
		padding: 0 10px;
		text-align: center;
		color: #ffffff;
		border: 1px solid #49647f;
		box-sizing: border-box;
		border-radius: .2em;
		background: url(../images/search_btn_bg.png) repeat-x;
		font-size: .85em;
		cursor: pointer;
		float: left;
	}
	.res_tb td.cont_res p span {
		width: 49.5%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: none;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
		cursor: pointer;
	}
	.res_tb td.cont_res p span input {
		width: 82%;
		margin-right: 3%;
		border: 1px solid #dddddd;
	}
	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}
	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}
	.res_tb.file th {
		padding-left: 3%;
		background: #eff4fa;
	}
	.res_tb.file td label.file_up {
		width: 91.5%;
		display: inline-block;
		height: 100%;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 98%;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 92%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
		text-align: right;
		position: absolute;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		display: inline-block;
		height: 32px;
		float: left;
		right: 1%;
	}

	/* ..고객서비스 */
	/* 화물안내 */
	.contain_tab {
		width: 100%;
		display: block;
		height: 40px;
		border-bottom: 2px solid #0157ac;
		margin-bottom: 40px;
	}
	.contain_tab span {
		width: 28%;
		height: 40px;
		line-height: 40px;
		display: block;
		background: #f2f2f2;
		color: #6d6d6d;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: .9em;
	}
	.contain_tab span.on {
		height: 40px;
		background: #ffffff;
		color: #28363f;
		border: 2px solid #0157ac;
		border-bottom: none;
		font-weight: 600;
	}
	.contain_in_text p span:nth-child(2) {
		width: 97%;
		font-size: .8em;
		color: #888888;
		line-height: 1.6em;
		padding-left: 3%;
	}

	/* ..화물안내 */
	/* 멤버십 */
	/* 휴대폰본인인증_0713 */
	.mobile_api {
		width: 100%;
		/*height: 240px;*/
		border: 1px solid #dbdbdb;
		box-sizing: border-box;
		margin: 5px 0;
		background: url(../images/mobile_aoi_icon_bg.jpg) no-repeat top left;
		position: relative;
	}
	.mobile_api p {
		display: inline-block;
		float: left;
	}
	.mobile_api p.info_text_mb {
		margin-left: 180px;
		height: 135px;
		width: 65%;
		text-align: left;
		margin-top: 30px;
		display: block;
	}
	.mobile_api p.info_text_mb span {
		font-size: 1.2em;
		color: #075ea1;
		font-weight: 600;
	}
	.mobile_api p.info_text_mb span {
		font-size: 1.2em;
		color: #075ea1;
		font-weight: 600;
		display: block;
	}
	.mobile_api p.info_text_mb em.bd {
		font-size: .95em;
		color: #1f98cf;
		margin-top: 20px;
		display: block;
		width: 70%;
	}
	.mobile_api p.info_text_mb em.bds {
		font-size: .9em;
		color: #222222;
		margin-top: 5px;
		display: block;
		width: 70%;
	}
	.mobile_api p.mb_btn_go {
		display: block;
		width: 100%;
		height: 70px;
		line-height: 85px;
		position: absolute;
		top: 112px;
		text-align: center;
		left: 80px;
	}
	.mobile_api p.mb_btn_go span {
		padding: 14px 40px;
		background: url(../images/mb_api_btn_bg.png) repeat-x;
		color: #ffffff;
		border-radius: .25em;
		cursor: pointer;
	}

	/* ..휴대폰본인인증_0713 */
	/* ..멤버십 */
	/* 선실정보 팝업 20160826 wide */
	.pass_pop {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9000;
		left: 0;
		top: 148px;
	}
	.in_pp {
		width: 96%;
		margin: 0 2%;
		border: 1px solid #dddddd;
		box-sizing: border-box;
	}
	.pass_img_view {
		width: 100%;
		font-size: .95em;
		margin: 0 auto;
	}
	.room_img {
		width: 100%;
	}
	.room_img img {
		width: 100%;
	}
	.view_btn {
		width: 96%;
		position: absolute;
		top: 0;
	}
	.view_btn p {
		display: block;
	}
	.view_btn p.dept_bt_close {
		width: 96%;
		text-align: right;
		padding: 20px 2%;
		cursor: pointer;
	}
	.view_btn p.dept_bt_arr {
		width: 100%;
		margin: 10% 0;
	}
	.view_btn p.dept_bt_arr span {
		width: 50%;
		display: inline-block;
		float: left;
		cursor: pointer;
	}
	.view_btn p.dept_bt_arr span.arr_left {
		width: 46%;
		text-align: left;
		padding: 0 2%;
	}
	.view_btn p.dept_bt_arr span.arr_right {
		width: 46%;
		text-align: right;
		padding: 0 2%;
	}
	.view_btn p.dept_bt_rnum {
		width: 98%;
		margin-top: 20%;
		float: left;
		text-align: right;
		padding-right: 2%;
	}
	.view_btn p.dept_bt_rnum span {
		display: inline-block;
		cursor: pointer;
	}
	.room_img_intext {
		width: 92%;
		background: #ffffff;
		padding: 0 4% 30px 4%;
	}
	.fl_tit {
		width: 100%;
		padding: 60px 0 5px 0;
		border-bottom: 1px solid #999999;
		font-size: 1.4em;
		background: url(../images/pass_pop_sh_logo.jpg) top right no-repeat;
	}
	.fl_tit b {
		color: #1655ab;
	}
	.room_info_tt {
		width: 100%;
		font-size: .9em;
		color: #666666;
		margin-top: 10px;
	}

	/* //선실정보 팝업 20160826 wide */
	/* 레스토랑 팝업 20160826 wide */
	.rest_pop {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9000;
		left: 0;
		top: 148px;
	}
	.rt_pp {
		width: 100%;
		margin: 0 auto;
		background: url(../images/rest_pop_bg.jpg) center top no-repeat #296297;
		min-height: 220px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.mntit {
		width: 100%;
		display: block;
		height: 54px;
		float: left;
	}
	.mntit p {
		width: 44%;
		display: inline-block;
		height: 54px;
		float: left;
		margin: 0 3%;
	}
	.mntit p.tt {
		font-size: 1.1em;
		color: #ffffff;
		text-align: left;
		line-height: 64px;
	}
	.mntit p.bt {
		text-align: right;
		line-height: 50px;
	}
	.mnli {
		width: 96%;
		display: block;
		margin: 0 2%;
		background: #dddddd;
		float: left;
		padding: 15px 0;
		float: left;
	}
	p.dept {
		width: 29.333%;
		display: inline-block;
		float: left;
		margin: 4px 2%;
	}
	p.dept span {
		width: 100%;
		display: block;
		text-align: center;
		float: left;
	}
	p.dept span.mnimg {
		margin-bottom: 10px;
	}
	p.dept span.mnimg img {
		width: 100%;
		height: 100%;
	}
	p.dept span.mnst {
		margin-bottom: 2px;
		font-size: .9em;
		color: #000000;
	}
	p.dept span.mnpay {
		font-size: .85em;
		color: #0092b0;
		display: none;
	}

	/* //레스토랑 팝업 20160826 wide */
	/* 나의 포인트20170213 전 */
	.mp_wrap .mp_head .mp_total .mp_item p:first-child {
		font-size: 11pt;
		letter-spacing: 0;
	}

	/* //나의 포인트 */
}

@media screen and (max-width: 768px) {
	
	.icon-notice {
	    width: 63px;
	    height: 63px;
	    background-image: url('/resources/images/carfile/icon_notice.png');
	    background-repeat: no-repeat; /* 반복 제거 유지 */
	    background-position: center;
  	}
	
	#STATICMENU {
		display: none;
	}
	.sub_foot {
		width: 100%;
		height: 100%;
		display: none;
	}
	.sub_foot .scon {
		width: 96%;
	}
	.sub_foot .scon p.go_dept01 {
		width: 100%;
		background: none;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span {
		width: 32.333%;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span img {
		width: 100%;
	}
	.sub_foot .scon p.go_dept01 span.banner_go span.ba span em {
		width: 100%;
	}
	.sub_foot .scon p.go_dept02 {
		width: 96%;
		border-top: 1px dashed #dddddd;
		padding: 10px 2% 0 2%;
	}
	.ceo_ms {
		background: none
	}
	.ceo_ms .lg-txt {
		display: block;
		font-size: 1.1em;
		clear: both;
		margin-top: 50px
	}
	.ceo_ms .f_l {
		float: left;
		width: 100%;
	}
	.ceo_ms .f_r {
		position: absolute;
		bottom: 0;
		left: 0
	}
	.ceo_tit {
		font-size: 1em;
	}

	/* 커뮤니티 */
	.commu_main {
		width: 100%;
		margin: 80px 0 150px 0;
		float: left;
	}
	.commu_main p.cm_tit {
		width: 100%;
		text-align: center;
		font-size: 2.1em;
		padding-bottom: 40px;
		margin-bottom: 80px;
		background: url(../images/sb_tit_bar_bg.png) no-repeat center bottom;
		float: left;
	}
	.commu_main p em {
		color: #044ca6;
		font-weight: 600;
	}
	.commu_main ul {
		width: 96%;
		margin-top: 20px;
		padding: 0 2%;
		float: left;
	}
	.commu_main ul li {
		display: inline-block;
		width: 50%;
		height: 400px;
		float: left;
		cursor: pointer;
	}
	.commu_main ul li span {
		width: 100%;
		display: block;
	}
	.commu_main ul li span:nth-child(1) {
		height: 300px;
		float: left;
	}
	.commu_main ul li span:nth-child(2) {
		height: 100px;
		padding-top: 25px;
		font-size: 1.1em;
		font-weight: bolder;
		color: #222222;
		text-align: center;
		border: 1px solid #cccccc;
		border-left: 0;
		box-sizing: border-box;
		float: left;
	}
	.commu_main ul li span:nth-child(2) em {
		font-size: .9em;
		font-weight: lighter;
		text-decoration: underline;
	}
	.commu_main ul li:nth-child(1) span:nth-child(2), .commu_main ul li:nth-child(3) span:nth-child(2),
		.commu_main ul li:nth-child(5) span:nth-child(2) {
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.commu_main ul li:nth-child(4) span:nth-child(2) {
		border-left: 0;
		box-sizing: border-box;
	}
	.dept_tr_list {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_tr_list ul {
		width: 100%;
	}
	.dept_tr_list li {
		width: 49%;
		padding: 0 .5%;
		cursor: pointer;
		margin-bottom: 7px;
	}
	.dept_tr_list li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_tr_list li p.tr_m_pic {
		width: 100%;
		height: 130px;
		position: relative;
	}
	.dept_tr_list li p.tr_m_pic span {
		width: 100%;
		height: 130px;
		display: block;
	}
	.dept_tr_list li p.tr_m_pic span.imgs {
		width: 100%;
		height: 130px;
	}
	.dept_tr_list li p.tr_m_pic span.imgs img {
		width: 100%;
		height: 130px;
	}
	.dept_tr_list li p.tr_m_pic span.price {
		width: 95%;
		height: 31px;
		padding: 80px 5% 0 0;
		position: absolute;
		top: 0;
		text-align: right;
		color: #ffffff;
	}
	.dept_tr_list li p.tr_in_text {
		width: 100%;
		min-height: 74px;
		padding: 10px 3%;
		border: 1px solid #dddddd;
		color: #424242;
		background: #ffffff;
		box-sizing: border-box;
	}
	.dept_tr_list li p.tr_in_text a:hover {
		color: #b2b2b2;
	}
	.dept_tr_list li p.tr_in_text b {
		width: 100%;
		display: block;
		text-align: right;
		font-size: .9em;
		color: #acacac;
		margin: 0;
		padding: 0;
	}
	.dept_tr_list li p.tr_in_text em {
		font-size: .75em;
		color: #747474;
	}
	.dept_tr_list li p.tr_in_text em.none {
		color: #aaaaaa;
		font-size: .8em;
	}
	.dept_photo {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_photo ul {
		width: 100%;
	}
	.dept_photo li {
		width: 49%;
		cursor: pointer;
		margin: 0 .5% 10px .5%;
	}
	.tour_list {
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list ul {
		width: 100%;
	}
	.tour_list ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list ul li span {
		display: inline-block;
		float: left;
	}
	.tour_list ul li span:nth-child(1) {
		width: 35%;
		text-align: center;
	}
	.tour_list ul li span:nth-child(2) {
		width: 65%;
		color: #666666;
		font-size: .9em;
	}
	.tour_list ul li span b {
		font-size: 1.1em;
		display: inline-block;
		letter-spacing: .05em;
		color: #555555;
	}
	.tour_list ul li span b.si_map img {
		width: 100%;
	}
	.tour_list ul li span em {
		font-size: .9em;
		display: inline-block;
		margin: 10px 0;
		letter-spacing: .05em;
		color: #1ea8c2;
	}
	.tour_list ul li span em a:hover {
		text-decoration: underline;
	}
	.tour_list.wide {
		width: 100%;
		display: block;
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list.wide ul {
		width: 100%;
	}
	.tour_list.wide ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list.wide ul li span {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.tour_list.wide ul li span:nth-child(1) {
		text-align: center;
		margin-bottom: 40px;
	}
	.tour_list.wide ul li span:nth-child(2) {
		
	}
	.t_tab {
		margin-bottom: 10px;
		border: 1px solid #cccccc;
		border-bottom: 0;
		box-sizing: border-box;
		padding-bottom: 0;
	}
	.t_tab span {
		width: 20%;
		display: inline-block;
		height: auto;
		padding: 10px 2%;
		text-align: center;
		font-weight: bolder;
		background: #ffffff;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
		font-size: 1em;
		cursor: pointer;
	}
	.t_tab span:last-child {
		border-right: 1px solid #ffffff;
		box-sizing: border-box;
	}
	.t_tab span img {
		margin: 5px 0;
		width: 90%;
	}
	.t_tab span em {
		display: none;
	}
	.t_tab span.on {
		color: #ffffff;
		background: #edf2f6;
		color: #444444;
	}
	.t_tab span a:hover {
		color: #999999;
	}

	/* 커뮤니티_0720 */
	.travel_ctg_list {
		width: 100%;
		margin-top: 20px;
	}
	.travel_ctg_list li {
		width: 47%;
		padding: 8px 0;
		margin: 5px 1%;
		border: 1px solid #dddddd;
		border-radius: .3em;
	}
	.travel_ctg_list li p {
		width: 90%;
		display: block;
		padding: 2px 4% 0 6%;
		float: left;
		cursor: pointer;
	}
	.travel_ctg_list li p.ctg_tt {
		font-size: .9em;
		font-weight: bolder;
	}
	.travel_ctg_list li p.ctg_tt a:hover {
		color: #666666;
	}
	.travel_ctg_list li p.ctg_tt em {
		font-style: italic;
		margin-right: 4px;
	}
	.travel_ctg_list li p.ctg_bt {
		text-align: right;
		font-size: .8em;
		letter-spacing: .09em;
		color: #777777;
	}
	.travel_ctg_list li p.ctg_bt img {
		padding-bottom: 2px;
	}
	.travel_ctg_list.food li {
		background: url(../images/food_ctg_bg.jpg) no-repeat center left;
	}
	.travel_ctg_list.food li p.ctg_tt em {
		color: #6b9bc5;
	}
	.travel_ctg_list.shop li {
		background: url(../images/shop_ctg_bg.jpg) no-repeat center left;
	}
	.travel_ctg_list.shop li p.ctg_tt em {
		color: #50a79f;
	}

	/* 사내인트라넷추가 */
	.reply {
		width: 100%;
		min-height: 500px;
		margin: 20px 0;
		float: left;
	}
	.rep_tit {
		width: 100%;
		display: block;
		float: left;
		font-size: .95em;
		font-weight: bolder;
		line-height: 1.2em;
	}
	.rep_tit b {
		color: #0181c8;
	}
	.rep_wr {
		width: 100%;
		padding: 20px 2%;
		display: block;
		float: left;
		margin: 12px 0;
		background: #f5f5f5;
		border: 1px solid #dddddd;
		box-sizing: border-box;
	}
	.rep_wr p {
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 10px;
		border-bottom: 0;
	}
	.rep_wr p input {
		padding: 0 1%;
		height: 35px;
		border: 1px solid #d7d7d7;
		width: 120px;
		color: #a09a9c;
		margin-right: 7px;
		font-size: .9em;
		float: left;
		display: inline-block;
	}
	.rep_wr p span {
		display: inline-block;
		float: left;
	}
	.rep_wr p span.add_pic {
		display: none;
	}
	.rep_wr p span.add_text {
		width: 89%;
		margin: 0 1% 0 0;
		background: #000000;
		padding: 0;
		position: relative;
	}
	.rep_wr p span.add_text textarea {
		width: 100%;
		margin: 0;
		background: #ffffff;
		padding: 0;
		height: 55px;
		overflow: hidden;
		padding: 5px 1%;
		border: 1px solid #d7d7d7;
		border-top: 1px solid #999999;
	}
	.rep_wr p span.add_btn {
		width: 10%;
		line-height: 55px;
		height: 55px;
		text-align: center;
		border-radius: .2em;
		font-size: .95em;
		color: #ffffff;
		background: url(../images/rep_add_btn_bg.jpg) repeat-x;
	}
	.rep_wr p span.add_btn a:hover {
		color: #d3e7fb;
	}
	.rep_wr p.rep_gu {
		margin-bottom: 0;
		font-size: .85em;
		letter-spacing: .01em;
		color: #999999;
		font-weight: bolder;
	}
	.rep_wr p.rep_gu em.ing {
		color: #247ed6;
	}
	.rep_wr p.rep_gu em.max {
		color: #555555;
	}
	.re_li {
		width: 100%;
		display: block;
		height: 100%;
		margin-top: 10px;
		float: left;
	}
	.re_li .pe_text {
		width: 100%;
		display: block;
		height: 100%;
		border-bottom: 1px dashed #dddddd;
		float: left;
		padding: 14px 0 4px 0;
		position: relative;
	}
	.re_li .pe_text p {
		display: inline-block;
		min-height: 65px;
		float: left;
	}
	.re_li .pe_text p.pe_icon {
		display: none;
	}
	.re_li .pe_text p.pe_in {
		width: 100%;
		margin-left: 0;
	}
	.re_li .pe_text p.pe_in span {
		width: 100%;
		display: block;
		padding: 4px 0;
	}
	.re_li .pe_text p.pe_in span.re_name {
		font-size: .95em;
		color: #3a5170;
		font-weight: bolder;
	}
	.re_li .pe_text p.pe_in span.re_name em {
		font-size: .9em;
		color: #839099;
		margin-left: 16px;
		font-weight: normal;
	}
	.re_li .pe_text p.pe_in span.re_intext {
		font-size: .85em;
		color: #9a9a9a;
		line-height: 1.4em;
	}
	.re_li .pe_text p.pe_in span.re_del {
		text-align: right;
		margin-bottom: 8px;
	}
	.re_li .pe_text p.pe_in span.re_del em {
		display: inline-block;
		padding: 5px 10px;
		background: #ffffff;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		color: #5d6771;
		font-size: .85em;
	}
	.re_li .pe_text p.pe_in span.re_del em img {
		padding-bottom: 3px;
	}
	.re_li .pe_text p.pe_in span.re_del em a:hover {
		color: #aaaaaa;
	}

	/* ..사내인트라넷추가 */
	/* 선실정보_tab_추가_768 */
	.tra_tab {
		float: left;
		margin-bottom: 30px;
	}
	.tra_tab p {
		width: 100%;
		margin-bottom: 0;
	}
	.tra_tab p.tab01.on {
		background: url(../images/arr_botton.png) bottom center no-repeat
			#41c1c2;
		padding-bottom: 0;
	}
	.tra_tab p.tab02.on {
		background: url(../images/arr_botton.png) bottom center no-repeat
			#abcdf2;
		padding-bottom: 0;
	}
	.tra_tab p.tab03.on {
		background: url(../images/arr_botton.png) bottom center no-repeat
			#92b9e4;
		padding-bottom: 0;
	}
	.tra_tab p span {
		width: 100%;
		text-align: center;
		float: left;
		height: 60px;
		line-height: 58px;
		color: #ffffff;
		font-weight: bold;
	}

	/* ..선실정보_tab_추가_768 */
	/* ..커뮤니티 */
	/* 여객안내 */
	table.pass_list {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	table.pass_list td {
		width: 100%;
		display: block;
		padding: 10px 0 0 0;
		font-size: .9em;
		background: #ffffff;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		vertical-align: middle;
	}
	table.pass_list td span {
		color: #555555;
		padding: 3px 10px 6px 10px;
		font-size: .85em;
		background: url(../images/down_btn_bg.png) repeat-x center bottom
			#ffffff;
		border: 1px solid #dddddd;
		border-radius: .2em;
	}
	table.pass_list td span a:hover {
		color: #999999;
	}
	table.pass_list td span.d_button {
		margin-right: 10px;
	}
	table.pass_list td:nth-child(1) img {
		margin: 0 2%;
	}
	table.pass_list td:nth-child(2) {
		text-align: right;
		border-top: 1px #e6e6e6;
		padding: 0 0 18px 0;
		margin: 0 2%;
		width: 96%;
	}
	.commu_main ul.pass_pic {
		width: 96%;
		margin-top: 20px;
		padding: 0 2%;
		float: left;
	}
	.commu_main ul.pass_pic li {
		display: inline-block;
		width: 100%;
		height: 480px;
		float: left;
		cursor: pointer;
	}
	.commu_main ul.pass_pic li:nth-child(2) span:nth-child(2) {
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.commu_main ul.pass_pic li:nth-child(1) span:nth-child(1) {
		background: url(../images/sh_pic_main.png) no-repeat center top;
		background-size: cover;
	}
	.commu_main ul.pass_pic li:nth-child(2) span:nth-child(1) {
		background: url(../images/hm_pic_main.png) no-repeat center top;
		background-size: cover;
	}

	/* //여객안내 */
	/* 고객서비스 */
	table.board {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
	}
	xtable.board th:nth-child(1), xtable.board th:nth-child(5) {
		display: none;
	}
	table.board th:nth-child(2) {
		width: 60%;
	}
	table.board th:nth-child(3) {
		width: 25%;
	}
	table.board th:nth-child(4) {
		width: 15%;
	}
	xtable.board td:nth-child(1), xtable.board td:nth-child(5) {
		display: none;
	}
	table.board td:nth-child(2) {
		width: 60%;
	}
	table.board td:nth-child(3) {
		width: 25%;
	}
	table.board td:nth-child(4) {
		width: 15%;
	}
	.search_box {
		width: 100%;
		padding: 30px 4%;
		text-align: center;
		background: #f9f9f9;
		border: 1px solid #ededed;
		box-sizing: border-box;
		margin-top: 20px;
		float: left;
	}
	.search_box select {
		width: 20%;
		height: 35px;
		padding: 1%;
		text-align: center;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 1%;
		float: left;
	}
	.search_box label {
		width: 20%;
		height: 35px;
		padding: 8px;
		text-align: center;
		color: #ffffff;
		background: #777779;
		border-radius: .2em;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box input {
		width: 68%;
		height: 35px;
		padding: 1%;
		text-align: left;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 1%;
		float: left;
	}
	.search_box span {
		width: 10%;
		height: 35px;
		line-height: 31px;
		padding: 0 10px;
		text-align: center;
		color: #ffffff;
		border: 1px solid #49647f;
		border-radius: .2em;
		box-sizing: border-box;
		background: url(../images/search_btn_bg.png) repeat-x;
		font-size: .85em;
		cursor: pointer;
		float: left;
	}
	table.list_container {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	xtable.list_container th:nth-child(7), xtable.list_container th:nth-child(8),
		xtable.list_container th:nth-child(9) {
		display: none;
	}
	xtable.list_container td:nth-child(7), xtable.list_container td:nth-child(8),
		xtable.list_container td:nth-child(9) {
		display: none;
	}
	table.write td.conts p {
		width: 98%;
		display: inline-block;
		border: 1px solid #dddddd;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin-right: 1%;
		cursor: pointer;
		float: left;
	}
	table.write td.conts p input {
		width: 88%;
		margin-right: 1%;
		border: none;
	}

	/* 768 write 첨부파일 */
	table.write td label.file_up {
		display: inline-block;
		float: left;
		width: 71%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.write td div.file_list {
		display: inline-block;
		float: left;
		width: 71%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.write td label.file_up p, table.write td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
		text-align: left;
	}
	table.write td div.file_upload {
		display: inline-block;
		float: left;
		width: 28%;
	}
	table.write td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.write td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.write td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	/*..768 write 첨부파일*/
	/* 768 edit 첨부파일 */
	table.edit td label.file_up {
		display: inline-block;
		float: left;
		width: 71%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td div.file_list {
		display: inline-block;
		float: left;
		width: 71%;
		padding-right: 1%;
		min-height: 30px;
		vertical-align: middle;
	}
	table.edit td label.file_up p, table.edit td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
		text-align: left;
	}
	table.edit td div.file_upload {
		display: inline-block;
		float: left;
		width: 28%;
	}
	table.edit td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}
	table.edit td div.file_upload .myui-button {
		position: relative;
		cursor: pointer;
		text-align: center;
		overflow: visible;
		overflow: hidden;
	}

	/*....*
					table.edit td span.attach{padding:10px 15px 10px 15px; display:inline-block;  background:#efefef; border-radius:.3em; border:1px solid #cdcdcd; color:#222; font-size:.9em; margin:0 1% 0 0; cursor:pointer; float:left;}
					/*....*/
	table.edit td div#fileupload .myui-button span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}
	table.edit td p.ad_us {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	table.edit td p.ad_us span {
		width: 100%;
		float: left;
		display: inline-block;
		margin: 2px 0;
		border: none;
		border-radius: 0;
	}
	table.edit td p.ad_us input {
		width: 43%;
		padding: 10px 3%;
		float: left;
		margin-right: 2%;
		border: 1px solid #dddddd;
	}
	table.edit td p.ad_us em a {
		padding: 6px 7px 6px 7px;
		float: left;
		display: inline-block;
		margin: 0 .5%;
		border: 1px solid #ccd1da;
		box-sizing: border-box;
		font-size: .85em;
		border-radius: .2em;
		cursor: pointer;
		margin-top: 3px;
		background: url(../images/intra_us_em_btn_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em a:hover {
		background: url(../images/intra_us_em_btn_on_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em img {
		vertical-align: middle;
	}
	table.edit td select.jigwi {
		width: 94%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}

	/*..768 edit 첨부파일*/
	.duty_list {
		width: 100%;
		display: block;
		height: auto;
		margin: 0 0 80px 0;
		float: left;
	}
	.duty_list li {
		display: inline-block;
		height: 200px;
		float: left;
		width: 47%;
		padding: 20px 0;
		border: 1px solid #eaeaea;
		text-align: center;
		cursor: pointer;
		margin: 20px 1% 0 1%;
	}
	.duty_list li span {
		width: 100%;
		display: block;
		float: left;
	}
	.duty_list li span:nth-child(1) {
		display: block;
		width: 100%;
	}
	.duty_list li span img {
		height: 100%;
	}
	.duty_list li span:nth-child(2) {
		font-size: 1.1em;
		padding-top: 15px;
		color: #666666;
	}
	.res_tb td.cont_res p span {
		width: 49.5%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: none;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
		cursor: pointer;
	}
	.res_tb td.cont_res p span input {
		width: 78%;
		margin-right: 3%;
		border: 1px solid #dddddd;
	}
	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}
	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}
	.res_tb.file th {
		text-align: center;
		background: #eff4fa;
	}

	/* wide res_tb 첨부파일 */
	.res_tb.file td .ed {
		width: 100%;
		height: 100%;
		display: block;
	}
	.res_tb.file td label.file_up {
		width: 90%;
		display: inline-block;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 98%;
		min-height: 32px;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 91%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
	}
	.res_tb.file td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		background: #000000;
		width: 100%;
		/* wide res_tb 첨부파일 투명 */
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		/* wide res_tb 첨부파일 투명 */
		direction: ltr;
		cursor: pointer;
	}
	.res_tb.file td div.file_upload .myui-button {
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	.res_tb.file td div#fileupload .myui-button span.attach {
		background: none;
		padding: 0;
		border: 0;
	}

	/*.. wide res_tb 첨부파일*/
	/* 768 faq_tab */
	.faq_tab {
		width: 100%;
		min-height: 100%;
		font-size: .9em;
		margin-bottom: 30px;
		float: left;
	}
	.faq_tab span {
		display: inline-block;
		float: left;
		font-size: .95em;
		background: #b5bcc0;
		color: #ffffff;
		width: 19.4%;
		padding: 8px 0;
		margin: 2px .3%;
		font-size: .95em;
		border-radius: .4em;
		text-align: center;
	}
	.faq_tab span em {
		display: block;
		padding-bottom: 0;
		height: 24px
	}
	.faq_tab span a em img {
		width: auto;
		height: 24px;
	}
	.faq_tab span a em.txt_i {
		display: none;
		font-size: 12px;
		display: block;
		clear: both;
		padding-top: 10px;
	}
	.faq_tab span.on {
		background: #01a3ec;
		color: #ffffff;
	}

	/* ..768 faq_tab */
	/* ..고객서비스 */
	/* 부관훼리 */
	.org {
		width: 100%;
		text-align: center;
	}
	.org img {
		width: 100%;
	}
	.cp_sum p.sum_img {
		text-align: center;
	}
	.cp_sum p.sum_img img {
		width: 100%;
	}
	.cer_list {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list p {
		width: 48%;
		display: block;
		float: left;
		margin: 15px 1% 0 1%;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icon.png) no-repeat top left;
	}
	.cer_list p span {
		display: inline-block;
		float: right;
	}
	.cer_list p span:nth-child(1) {
		width: 46%;
		text-align: left;
		padding: 20px 0;
	}
	.cer_list p span:nth-child(1) img {
		width: 100%;
	}
	.cer_list p span:nth-child(2) {
		width: 52%;
		margin-top: 65px;
		font-size: .95em;
		padding-right: 2%;
	}
	.cer_list p span:nth-child(2) em {
		font-weight: bolder;
		color: #222222;
		line-height: 1.2em;
		display: block;
		font-size: 1.4em;
		padding: 8px 0;
	}
	.cer_list p span:nth-child(2) b {
		color: #4271a7;
		font-weight: normal;
		display: block;
		margin-bottom: 4px;
	}

	/*..부관훼리 */
	/*..예약서비스 */
	.res_tb td.cont p span {
		width: 48%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: 1px solid #dddddd;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
	}
	.res_tb td.cont p span input {
		width: 80%;
		margin-right: 1%;
		border: none;
	}
	.res_tb td.cont p select {
		width: 45%;
	}
	.res_tb.s {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb th.paa {
		padding: 0;
		text-align: center;
		background: #e7f0f7;
		border-bottom: 1px solid #d7e5ee;
	}
	.res_tb td.res_col {
		padding: 0 1%;
	}
	.res_tb td.res_col input {
		padding: 0 2%;
		width: 60%;
		margin-right: 1%;
	}

	/* 여객예약 추가_0713 768 */
	.sch {
		width: 100%;
		min-height: 320px;
		float: left;
		margin-bottom: 20px;
	}
	.sch div {
		display: inline-block;
		float: left;
	}
	.sch div.left_sel_sch {
		width: 100%;
		min-height: 320px;
		border: 1px solid #c5c8d1;
		background: #f2f2f2;
		border-top: 3px solid #666d75;
		box-sizing: border-box;
		margin-right: 0;
	}
	.sch div.left_sel_sch p {
		display: block;
		float: left;
	}
	.sch div.left_sel_sch p.tit {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 40px;
		font-size: .95em;
		font-weight: 600;
		background: #eff0f5;
		text-align: center;
		color: #0061a5;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.left_sel_sch p.intext_sel {
		width: 50%;
		height: 230px;
		background: #fefefe;
		padding: 0;
		box-sizing: border-box;
	}
	.sch div.left_sel_sch p.intext_sel span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		/*height: 44px;*/
		line-height: 44px;
	}
	.sch div.left_sel_sch p.intext_sel span.area {
		font-size: .8em;
		font-weight: 600;
		width: 80%;
		display: block;
		color: #0058ab;
		height: 28px;
		line-height: 28px;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel span.area img {
		padding-bottom: 5px;
		margin: 0 1%;
	}
	.sch div.left_sel_sch p.intext_sel span b {
		color: #263646;
		width: 110px;
		display: inline-block;
		font-size: 1em;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel span select {
		color: #263646;
		width: 66%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 38px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=text] {
		color: #263646;
		width: 30%;
		margin-right: 6px;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 28px;
		padding: 2px 4px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=checkbox] {
		width: 15px;
		height: 15px;
		display: inline-block;
		margin-bottom: 5px;
	}
	.sch div.left_sel_sch p.intext_sel span label {
		font-size: .95em;
		color: #387798;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel span.pe_num {
		border-top: 1px dashed #c3c3c3;
		margin-top: 10px;
		height: 18px;
		margin-bottom: 0;
	}
	.sch div.left_sel_sch p.intext_sel_sec {
		width: 50%;
		height: 230px;
		display: block;
		padding: 0;
		border-top: 0;
		background: #f9f9f9;
	}
	.sch div.left_sel_sch p.intext_sel_sec span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 35px;
		line-height: 44px;
	}
	.sch div.left_sel_sch p.intext_sel_sec span b {
		color: #65778f;
		font-weight: normal;
		width: 45px;
		text-align: left;
		display: inline-block;
		font-size: .95em;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel_sec span label {
		font-size: .9em;
		color: #999999;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span select {
		color: #263646;
		width: 30%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 29px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.sel_btn_res {
		width: 88%;
		padding: 0 6% 0 6%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		display: block;
	}
	.sch div.left_sel_sch p.sel_btn_res span {
		padding: 10px 50px;
		color: #ffffff;
		background: #0181c8;
		font-size: .9em;
		border-radius: .4em;
		border: 1px solid #2576a3;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.sel_btn_res span img {
		padding: 0 0 5px 4px;
	}
	.sch div.right_sel_list {
		width: 100%;
		height: 319px;
		border-bottom: 1px solid #c5c8d1;
		/*margin-top: 20px;*/
	}
	.sch div.right_sel_list p.tit {
		width: 100%;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		font-size: .95em;
		color: #222222;
		padding-bottom: 5px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit img {
		vertical-align: middle;
	}
	.sch div.right_sel_list .pr_li {
		width: 100%;
		height: 330px;
		margin-top: 10px;
		overflow-y: scroll;
		overflow-x: hidden
	}
	.sch div.right_sel_list .pr_li p {
		width: 99%;
		padding: 10px 0;
		border: 1px solid #dddddd;
		background: #ffffff;
		border-radius: .4em;
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 2px 1% 2px 0;
	}
	.sch div.right_sel_list .pr_li p.on {
		border: 2px solid #327295;
		background: #f4f9fc;
	}
	.sch div.right_sel_list .pr_li p span {
		display: inline-block;
		float: left;
	}
	.sch div.right_sel_list .pr_li p span input[type=radio] {
		margin: 0;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(1) {
		width: 7%;
		text-align: center;
		padding-top: 8px
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) {
		width: 70%;
		font-size: .75em;
		color: #666666;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) b {
		font-size: 1.2em;
		margin-bottom: 4px;
		display: inline-block;
		color: #347ca2;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(3) {
		width: 21%;
		text-align: right;
		font-size: .95em;
		color: #347ca2;
		padding: 10px 1% 0 0;
		font-weight: 600;
	}

	/* ..여객예약 추가_0713 */
	/* 여객예약 추가 리스트_0713 */
	.res_ship_se_list {
		width: 100%;
		height: 100%;
		float: left;
		margin: 10px 0;
	}
	.res_ship_se_list .sta {
		width: 100%;
		margin-right: 0;
		float: left;
	}
	.res_ship_se_list .ret {
		width: 100%;
		margin: 10px 0 0 0;
		float: left;
	}
	.res_ship_se_list div p.sc_tt {
		width: 100%;
		display: block;
	}
	.res_ship_se_list div p span {
		width: 50%;
		height: 35px;
		line-height: 35px;
		font-size: .95em;
		font-weight: 600;
		display: inline-block;
		float: left;
	}
	.res_ship_se_list div p span img {
		padding-bottom: 4px;
	}
	.res_ship_se_list div p span:nth-child(2) {
		text-align: right;
		font-size: .85em;
		color: #999999;
		font-weight: normal;
	}
	.res_ship_se_list div p.jq_gr_tb {
		width: 100%;
		height: 250px;
		display: block;
		background: #ffffff;
		border: 1px solid #c5c8d1;
		box-sizing: border-box;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	/* ..여객예약 추가 리스트_0713 */
	/* 여객예약 운임테이블_0714 */
	.charg_agg {
		width: 100%;
		padding: 20px 0;
		display: block;
		margin: 5px 0 20px 0;
		float: left;
		background: #f7f7f7;
		border: 1px solid #dddddd;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	.charg_agg p {
		width: 98%;
		padding: 0 1%;
		display: inline-block;
		float: left;
	}
	.charg_agg p.itt {
		color: #222222;
		font-size: .95em;
		font-weight: 600;
		padding-left: 35px;
	}
	.charg_agg p.itt input[type=checkbox] {
		width: 15px;
		height: 15px;
		display: inline-block;
		vertical-align: baseline;
		position: absolute;
		left: 2px;
		top: 22px;
		margin: 0 4px 0 10px;
	}
	.charg_agg p.pay_all {
		text-align: right;
		color: #222222;
		font-size: .95em;
		font-weight: 600;
		margin-top: 10px;
	}
	.charg_agg p.pay_all b {
		color: #d940a8;
	}

	/* ..여객예약 운임테이블_0714 */
	.member_login_sec {
		width: 100%;
		margin-top: 25px;
	}
	.member_login_sec div {
		width: 49.5%;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
		margin: 0 .5% 0 0;
		padding: 30px 3%;
	}
	.member_login_sec div p {
		width: 100%;
		display: block;
	}
	.member_login_sec div p span {
		display: inline-block;
		float: left;
	}
	.member_login_sec div p span:nth-child(1) {
		width: 100%;
		font-size: .9em;
		color: #777777;
	}
	.member_login_sec div p span:nth-child(1) b {
		width: 100%;
		display: block;
		font-size: 1.2em;
		color: #31405d;
		margin-bottom: 5px;
	}
	.member_login_sec div p span:nth-child(1) b em {
		color: #0454ad;
	}
	.member_login_sec div p span:nth-child(2) {
		width: 100%;
		text-align: right;
		margin: 10px 0;
	}
	.member_login_sec div p.bt {
		width: 100%;
		margin-top: 10px;
	}
	.member_login_sec div p span.res_go_btn {
		border: 1px solid #8fa4b9;
		display: inline-block;
		width: 100px;
		height: 25px;
		line-height: 25px;
		padding: 0;
		font-size: .75em;
		border-radius: .2em;
		color: #0a5397;
		background: url(../images/res_go_btn_bg.jpg) no-repeat center right;
		padding-left: 10px;
		cursor: pointer;
	}
	.member_login_sec div p span.res_go_btn a:hover {
		color: #5d8cc8;
	}

	/* 식사권 판매 2017-04-18 전 */
	.mt_control .print-btn button {
		font-size: 0;
	}
	.mt_control .print-btn button img {
		margin: 0;
	}
	table.mt_table td .meals-area p a .notMobile.eng {
		display: none;
	}

	/* //식사권 판매 */
	/*..예약서비스 */
	/* 화물안내 */
	.contain_tab {
		display: none;
	}
	.mobile_4dept_menu {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.mobile_4dept_menu select {
		width: 100%;
		padding: 12px 3%;
		border: 1px solid #648ea0;
		box-sizing: border-box;
		font-size: .9em;
		background: #e9f6fc;
		display: block;
	}
	table.container.dept01 {
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #444444;
		border-bottom: 1px solid #e3e7e8;
	}
	table.container.dept01 th {
		width: 100%;
		display: block;
		border-bottom: 1px solid #e3e7e8;
		padding: 12px 0;
	}
	table.container.dept01 td {
		width: 100%;
		display: block;
		border-bottom: 1px solid #444444;
		padding: 12px 0;
		background-image: none;
	}
	table.container.dept01 td:last-child {
		border-bottom: 0;
	}

	/* ..화물안내 */
	/* 휴대폰본인인증_0713 */
	/*.mobile_api {
		width: 100%;
		min-height: 390px;
		border: 1px solid #dbdbdb;
		box-sizing: border-box;*/
	/*margin: 20px 0;*/
	/*background: url(../images/mobile_aoi_icon_bg.jpg) no-repeat top center;
		position: relative;
	}*/
	.mobile_api p {
		display: inline-block;
		float: left;
	}

	/*.mobile_api p.info_text_mb {
		margin-left: 0;
		min-height: auto;
		width: 96%;
		text-align: center;
		margin-top: 180px;
		display: block;
	}
	*/
	.mobile_api p.info_text_mb span {
		font-size: 1.2em;
		color: #075ea1;
		font-weight: 600;
		display: block;
	}
	.mobile_api p.info_text_mb span em {
		display: block;
		float: left;
		height: auto;
	}
	.mobile_api p.info_text_mb em.bd {
		font-size: .95em;
		color: #1f98cf;
		margin-top: 20px;
	}
	.mobile_api p.info_text_mb em.bds {
		font-size: .9em;
		color: #222222;
		margin-top: 5px;
		display: none;
	}

	/*	.mobile_api p.mb_btn_go {
		display: block;
		width: 100%;
		min-height: 90px;
		line-height: 90px;
		position: absolute;
		top: 300px;
		float: left;
	}
*/
	.mobile_api p.mb_btn_go span {
		padding: 14px 40px;
		background: url(../images/mb_api_btn_bg.png) repeat-x;
		color: #ffffff;
		border-radius: .25em;
		cursor: pointer;
	}

	/* ..휴대폰본인인증_0713 */
	/* 환경대책 0830 768 */
	.envir {
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
		float: left;
		border: 1px solid #efefef;
		box-sizing: border-box;
	}
	.envir .menu {
		width: 100%;
		min-height: 100%;
		display: inline-block;
		float: left;
		text-align: center;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}
	.envir div:nth-child(4) {
		border-right: 0;
	}
	.cer_list.cert_gr {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list.cert_gr p {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icons.png) no-repeat top left;
	}
	.cer_list.cert_gr p.cert_gr span {
		display: inline-block;
		float: right;
	}
	.cer_list.cert_gr p span:nth-child(1) {
		width: 100%;
		text-align: center;
		padding: 60px 0 0 0;
	}
	.cer_list.cert_gr p span:nth-child(1) img {
		width: auto;
		height: 150px;
	}
	.cer_list.cert_gr p span:nth-child(2) {
		width: 100%;
		margin: 10px 0 20px 0;
		font-size: .9em;
		color: #1477b0;
		text-align: center;
	}
	.cer_list.cert_gr p span:nth-child(2) b {
		color: #222222;
		display: block;
		margin-bottom: 4px;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
	}

	/* ..환경대책 0830 768  */
	/* 여행후기 공지사항 */
	table.list.notice {
		width: 100%;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		float: left;
		table-layout: fixed;
	}
	table.list.notice td {
		padding: 15px 0;
		font-size: .9em;
		border: 0;
		border-bottom: 1px dashed #dddddd;
		text-align: center;
		vertical-align: middle;
		background: #f6f6f6;
	}
	table.list.notice td:nth-child(1) {
		width: 20%;
	}
	table.list.notice td:nth-child(1) span {
		display: block;
		width: 100%;
		color: #ffffff;
		background: #03a4d2;
		xborder: 1px solid #027bba;
		font-size: .85em;
		padding: 3px 0 5px;
	}
	table.list.notice td:nth-child(2) {
		width: 80%;
		text-align: left;
		padding-left: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	table.list.notice td:nth-child(2).res_nm {
		text-align: center;
	}
	table.list.notice td:nth-child(2) a:hover {
		color: #666666;
	}
	xtable.list.notice td:nth-child(3) {
		display: none;
	}
	xtable.list.notice td:nth-child(4) {
		display: none;
	}
	table.list.notice.tstyle_notice td:nth-child(1) {
		width: 78px;
	}
	table.list.notice.tstyle_notice td:nth-child(1) span {
		
	}
	table.list.notice.tstyle_notice td:nth-child(2) {
		width: 60%
	}
	table.list.notice.tstyle_notice td:nth-child(3) {
		display: none
	}
	table.list.notice.tstyle_notice td:nth-child(4) {
		display: none
	}

	/* //여행후기 공지사항 */
	/* 선실정보 팝업 20160826 wide */
	.view_btn p.dept_bt_arr {
		margin: 80px 0;
	}

	/* //선실정보 팝업 20160826 wide */
	.room_info_tt.s em:nth-child(2) span {
		width: 100%;
	}
	.room_info_tt.s em:nth-child(2) span b {
		margin: 4px 0 2px 0;
	}

	/* 포인트안내2017-02-08 전 */
	.p_list_wrap .p_list_item ul li {
		font-size: 88%
	}
	.p_family_head img {
		left: 0;
	}
	.p_family_head p {
		right: 16px;
		bottom: 16px;
		left: 180px;
	}

	/* //포인트안내 */
	/* 나의 포인트2017-02-13 전 */
	.mp_wrap .mp_head .mp_avail {
		width: calc(100% - 32px);
	}
	.mp_wrap .mp_head .mp_total {
		width: calc(100% - 32px);
		margin-top: 20px;
		float: left;
	}
	.mp_wrap .mp_t_search thead tr th {
		border: 1px solid #4e66bc;
		text-align: center;
		background: #4e66bc;
	}
	.mp_wrap .mp_t_search thead tr th:nth-child(2) span {
		display: inline-block;
	}
	.mp_wrap .mp_t_search thead tr th:first-child span {
		display: none;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td {
		padding-left: 0;
		text-align: center;
	}
	.mp_pay_br_768 {
		display: inline-block;
	}
	.mp_pay_wrap .mp_pay_points p:first-child, .mp_pay_wrap .mp_pay_points p:last-child
		{
		width: calc(100% - 40px);
		padding: 14px 20px;
		background-image: none;
	}

	/* //나의 포인트 */
	/* 식사권 판매2017-05-10 전*/
	table.mt_table td .meals-area p a.ma-tmp>span:first-child, table.mt_table td .meals-area p a.ma-tmp>span:last-child
		{
		width: 50%;
	}
	span.notMobile.nextDay {
		display: none;
	}

	/* 식사권 판매 */

	/* 	승용차 및 운임 등록 */
	/* 	
	table.reservation_list col:nth-child(7), table.reservation_list th:nth-child(7),
		table.reservation_list td:nth-child(7) {
		display: none;
	}
	table.carfile-info_list tr {
		grid-template-columns: 24% 21% 30% 24%;
		grid-template-rows: auto auto;
	}
	table.carfile-info_list td {
		padding: 10px 0 3px 0;
	}
	table.carfile-info_list .file-search-btn-box {
		justify-content: left;
	}
	.carfile-info_list td:nth-child(3) {
		grid-column: 2/5;
		grid-row: 2;
		text-align: left;
		padding: 0px 8px 8px 2px;
		border-top: none;
	}
	.carfile-info_list .file-name-display {
		justify-content: left;
	}
	.carfile-info_list thead tr {
		grid-template-columns: 24% 21% 30% 26%;
		grid-template-rows: auto;
	}
	table.carfile-info_list tr:nth-child(1) td:nth-child(3) {
		display: none; 두 번째 열 숨기기
	}
	.carfile-info_list thead tr th:nth-child(3) {
		display: none;
	}
	table.carfile-info_list .file-actions {
		margin: 5px 0 0 0;
	}
	table.carfile-info_list tr:nth-child(1) td:nth-child(2) {
		justify-content: left;
	}
	*/
	.admin-buttons .btn {
		padding: 8px 8px;
	}
	.customer-sms-container {
		flex-wrap: wrap;
		gap: 0px;
	}
	table.carfile-info_list tr:nth-child(1) .total-documentDownload-btn {
		width: 62px;
	}
	.customer-section textarea {
		margin: 4px 0 10px 0;
	}
	.sms-section textarea {
		margin: 4px 0 0 0;
	}
	.save-btn {
		margin: 4px 0 10px 0;
	}
	.sms-btn {
		margin: 4px 0 0 0;
	}
}

@media screen and (max-width: 560px) {
	.tit_banner.container {
		background-image: url(../images/tit_banner_cotainer.png);
		background-position: right top;
	}
	.his_tab {
		width: 100%;
		display: block;
		padding-bottom: 20px;
	}
	.his_tab span {
		width: calc(50% - 1px);
		padding: 14px 0 16px 0;
		font-size: .85em;
		background: #f4f6f7;
		margin-right: -1px;
		float: left;
	}
	.his_tab span.on {
		background: #1e74cb;
		color: #ffffff;
	}
	.his_tab.menu02 span.on {
		background: #2753ba;
	}

	/* 커뮤니티 */
	.commu_main {
		width: 100%;
		margin: 40px 0 150px 0;
		float: left;
	}
	.commu_main p.cm_tit {
		width: 100%;
		text-align: center;
		font-size: 2.1em;
		padding-bottom: 40px;
		margin-bottom: 80px;
		background: url(../images/sb_tit_bar_bg.png) no-repeat center bottom;
		float: left;
	}
	.commu_main p em {
		color: #044ca6;
		font-weight: 600;
	}
	.commu_main ul {
		width: 96%;
		margin-top: 20px;
		padding: 0 2%;
		float: left;
	}
	.commu_main ul li {
		display: inline-block;
		width: 100%;
		height: 400px;
		float: left;
		cursor: pointer;
	}
	.commu_main ul li span {
		width: 100%;
		display: block;
	}
	.commu_main ul li span:nth-child(1) {
		height: 300px;
		float: left;
	}
	.commu_main ul li span:nth-child(2) {
		height: 100px;
		padding-top: 25px;
		font-size: 1.1em;
		font-weight: bolder;
		color: #222222;
		text-align: center;
		border: 1px solid #cccccc;
		border-left: 0;
		box-sizing: border-box;
		float: left;
	}
	.commu_main ul li span:nth-child(2) em {
		font-size: .9em;
		font-weight: lighter;
		text-decoration: underline;
	}
	.commu_main ul li:nth-child(2) span:nth-child(2), .commu_main ul li:nth-child(4) span:nth-child(2),
		.commu_main ul li:nth-child(6) span:nth-child(2) {
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.dept_tr_list {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_tr_list ul {
		width: 100%;
	}
	.dept_tr_list li {
		width: 100%;
		padding: 0 .5%;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.dept_tr_list li p {
		width: 100%;
		display: block;
		float: left;
	}
	.dept_tr_list li p.tr_m_pic {
		width: 100%;
		height: 250px;
		position: relative;
	}
	.dept_tr_list li p.tr_m_pic span {
		width: 100%;
		height: 250px;
		display: block;
	}
	.dept_tr_list li p.tr_m_pic span.imgs {
		width: 100%;
		height: 250px;
	}
	.dept_tr_list li p.tr_m_pic span.imgs img {
		width: 100%;
		height: 250px;
	}
	.dept_tr_list li p.tr_m_pic span.price {
		width: 95%;
		height: 31px;
		padding: 80px 5% 0 0;
		position: absolute;
		top: 0;
		text-align: right;
		color: #ffffff;
	}
	.dept_tr_list li p.tr_in_text {
		width: 100%;
		min-height: 74px;
		padding: 10px 3%;
		border: 1px solid #dddddd;
		color: #424242;
		background: #ffffff;
		box-sizing: border-box;
	}
	.dept_tr_list li p.tr_in_text a:hover {
		color: #b2b2b2;
	}
	.dept_tr_list li p.tr_in_text b {
		width: 100%;
		display: block;
		text-align: right;
		font-size: .9em;
		color: #acacac;
		margin: 0;
		padding: 0;
	}
	.dept_tr_list li p.tr_in_text em {
		font-size: .75em;
		color: #747474;
	}
	.dept_tr_list li p.tr_in_text em.none {
		color: #aaaaaa;
		font-size: .8em;
	}
	.tour_list {
		margin: 40px 0 20px 0;
		height: auto;
		float: left;
	}
	.tour_list ul {
		width: 100%;
	}
	.tour_list ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list ul li span {
		display: inline-block;
		float: left;
	}
	.tour_list ul li span:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.tour_list ul li span:nth-child(2) {
		width: 100%;
		color: #666666;
		font-size: .9em;
	}
	.tour_list ul li span b {
		font-size: 1.1em;
		width: 100%;
		display: block;
		margin: 50px 0 10px 0;
		letter-spacing: .05em;
		color: #555555;
	}
	.tour_list ul li span em {
		font-size: .9em;
		display: inline-block;
		margin: 10px 0;
		letter-spacing: .05em;
		color: #1ea8c2;
	}
	.tour_list ul li span em a:hover {
		text-decoration: underline;
	}
	.tour_list.wide {
		width: 100%;
		display: block;
		margin: 40px 0 60px 0;
		height: auto;
		float: left;
	}
	.tour_list.wide ul {
		width: 100%;
	}
	.tour_list.wide ul li {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
	}
	.tour_list.wide ul li span {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.tour_list.wide ul li span:nth-child(1) {
		text-align: center;
		margin-bottom: 40px;
	}
	.tour_list.wide ul li span:nth-child(1) img {
		margin: 10px 0;
	}
	.tour_list.wide ul li span:nth-child(2) {
		
	}

	/* 사내인트라넷추가 */
	.reply {
		width: 100%;
		min-height: 500px;
		margin: 20px 0;
		float: left;
	}
	.rep_tit {
		width: 100%;
		display: block;
		float: left;
		font-size: .95em;
		font-weight: bolder;
		line-height: 1.2em;
	}
	.rep_tit b {
		color: #0181c8;
	}
	.rep_wr {
		width: 100%;
		padding: 20px 2%;
		display: block;
		float: left;
		margin: 12px 0;
		background: #f5f5f5;
		border: 1px solid #dddddd;
		box-sizing: border-box;
	}
	.rep_wr p {
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 10px;
		border-bottom: 0;
	}
	.rep_wr p input {
		padding: 0 1%;
		height: 35px;
		border: 1px solid #d7d7d7;
		width: 120px;
		color: #a09a9c;
		margin-right: 7px;
		font-size: .9em;
		float: left;
		display: inline-block;
	}
	.rep_wr p span {
		display: inline-block;
		float: left;
	}
	.rep_wr p span.add_pic {
		display: none;
	}
	.rep_wr p span.add_text {
		width: 78%;
		margin: 0 1% 0 0;
		background: #000000;
		padding: 0;
		position: relative;
	}
	.rep_wr p span.add_text textarea {
		width: 100%;
		margin: 0;
		background: #ffffff;
		padding: 0;
		height: 55px;
		overflow: hidden;
		padding: 5px 1%;
		border: 1px solid #d7d7d7;
		border-top: 1px solid #999999;
	}
	.rep_wr p span.add_btn {
		width: 21%;
		line-height: 55px;
		height: 55px;
		text-align: center;
		border-radius: .2em;
		font-size: .95em;
		color: #ffffff;
		background: url(../images/rep_add_btn_bg.jpg) repeat-x;
	}
	.rep_wr p span.add_btn a:hover {
		color: #d3e7fb;
	}
	.rep_wr p.rep_gu {
		margin-bottom: 0;
		font-size: .85em;
		letter-spacing: .01em;
		color: #999999;
		font-weight: bolder;
	}
	.rep_wr p.rep_gu em.ing {
		color: #247ed6;
	}
	.rep_wr p.rep_gu em.max {
		color: #555555;
	}
	.re_li {
		width: 100%;
		display: block;
		height: 100%;
		margin-top: 10px;
		float: left;
	}
	.re_li .pe_text {
		width: 100%;
		display: block;
		height: 100%;
		border-bottom: 1px dashed #dddddd;
		float: left;
		padding: 14px 0 4px 0;
		position: relative;
	}
	.re_li .pe_text p {
		display: inline-block;
		min-height: 65px;
		float: left;
	}
	.re_li .pe_text p.pe_icon {
		display: none;
	}
	.re_li .pe_text p.pe_in {
		width: 100%;
		margin-left: 0;
	}
	.re_li .pe_text p.pe_in span {
		width: 100%;
		display: block;
		padding: 4px 0;
	}
	.re_li .pe_text p.pe_in span.re_name {
		font-size: .95em;
		color: #3a5170;
		font-weight: bolder;
	}
	.re_li .pe_text p.pe_in span.re_name em {
		font-size: .9em;
		color: #839099;
		margin-left: 16px;
		font-weight: normal;
	}
	.re_li .pe_text p.pe_in span.re_intext {
		font-size: .85em;
		color: #9a9a9a;
		line-height: 1.4em;
	}
	.re_li .pe_text p.pe_in span.re_del {
		text-align: right;
		margin-bottom: 8px;
	}
	.re_li .pe_text p.pe_in span.re_del em {
		display: inline-block;
		padding: 5px 10px;
		background: #ffffff;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		color: #5d6771;
		font-size: .85em;
	}
	.re_li .pe_text p.pe_in span.re_del em img {
		padding-bottom: 3px;
	}
	.re_li .pe_text p.pe_in span.re_del em a:hover {
		color: #aaaaaa;
	}

	/* ..사내인트라넷추가 */
	/* ..커뮤니티 */
	/* 여객서비스 */
	.pass_img_ex {
		width: 100%;
		display: block;
		margin: 0 0 30px 0;
		height: 30px;
		line-height: 30px;
		font-size: .95em;
		font-weight: bolder;
		float: left;
		position: relative;
	}
	.pass_img_ex span {
		display: inline-block;
	}
	.pass_img_ex span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.pass_img_ex span:nth-child(2) {
		padding-left: 0;
		margin-left: 60px;
		padding-top: 0;
	}

	/* ..여객서비스 */
	/* 고객서비스 */
	table.view {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 20px;
	}
	table.view th {
		font-size: 1em;
		background: #fbfaf8;
		/*display: block;*/
	}
	table.view th:nth-child(1) {
		text-align: left;
		padding: 15px 2% 2px 2%;
		/*width: 96%;*/
	}
	table.view th:nth-child(2) {
		text-align: right;
		padding: 2px 2% 15px 2%;
		width: 96%;
	}
	table.view td {
		padding: 20px 2%;
		min-height: 100px;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
		/*display: block;*/
		width: 96%;
	}
	table.view th.com_03 {
		padding: 20px 0;
		font-size: .95em;
		background: #fbfaf8;
		border-top: 1px solid #e6e6e6;
		text-align: center;
	}
	table.view td.com_03 {
		padding: 20px;
		min-height: 0;
		font-size: .95em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		color: #444444;
	}
	table.write {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 50px;
	}
	table.write th {
		width: 100%;
		display: block;
		font-size: .9em;
		padding: 20px 0;
		background: #fbfaf8;
		text-align: center;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
		float: left;
	}
	table.write td {
		width: 100%;
		display: block;
		font-size: .9em;
		padding: 20px 0;
		border-bottom: 1px solid #e6e6e6;
		text-align: center;
		color: #444444;
		float: left;
		word-break: break-all;
	}
	table.write td input {
		width: 94%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.write td textarea {
		width: 100%;
		background: #000000;
		min-height: 200px;
		padding: 0;
		border: 1px solid #dddddd;
	}
	table.write td span {
		display: inline-block;
		float: left;
		text-align: left;
	}
	table.write td span.attach {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .85em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}
	table.write td span:nth-child(2) {
		width: 80px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #f4f4f4;
		border: 1px solid #bbbbbb;
		color: #555555;
		font-weight: 600;
		cursor: pointer;
		margin-left: 1%;
	}
	table.write td.conts p input {
		width: 84%;
		margin-right: 1%;
		border: none;
	}
	table.edit {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		margin-bottom: 0;
	}
	table.edit th {
		width: 100%;
		display: block;
		font-size: .9em;
		padding: 20px 0;
		background: #fbfaf8;
		text-align: center;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
		float: left;
	}
	table.edit td {
		width: 100%;
		display: block;
		font-size: .9em;
		padding: 20px 0;
		border-bottom: 1px solid #e6e6e6;
		text-align: center;
		color: #444444;
		float: left;
		word-break: break-all;
	}
	table.edit td input {
		width: 94%;
		height: 40px;
		padding: 0 2%;
		border: 1px solid #dddddd;
	}
	table.edit td textarea {
		width: 100%;
		min-height: 200px;
		padding: 0;
		background: #555555;
		border: 1px solid #dddddd;
	}
	table.edit td.conts p input {
		width: 84%;
		margin-right: 1%;
		border: none;
	}
	.duty_tab {
		width: 100%;
		display: block;
		height: 40px;
		border-bottom: 1px solid #5a826b;
	}
	.duty_tab span {
		width: 20%;
		height: 40px;
		line-height: 40px;
		display: block;
		background: #5a826b;
		color: #ffffff;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: .9em;
	}
	.duty_tab span.on {
		height: 39px;
		background: #ffffff;
		color: #222222;
		border: 2px solid #5a826b;
		border-bottom: none;
		font-weight: 600;
	}
	.duty_best {
		width: 100%;
		display: block;
		height: auto;
		border: 1px solid #eaeaea;
		margin: 50px 0 80px 0;
		float: left;
	}
	.duty_best div {
		width: 100%;
		height: 380px;
		display: inline-block;
		float: left;
	}
	.duty_best div:nth-child(1) {
		width: 90%;
		padding: 30px 5%;
		height: 320px;
		text-align: center;
		background: url(../images/du_icon_01.png) no-repeat top left;
	}
	.duty_best div:nth-child(1) img {
		width: 250px;
		height: 250px;
	}
	.duty_best div:nth-child(1) p:nth-child(1) {
		text-align: center;
		width: 100%;
		display: block;
	}
	.duty_best div:nth-child(1) p:nth-child(2) {
		margin-top: 10px;
		font-size: 1.4em;
		font-weight: 600;
		text-align: left;
	}
	.duty_best div:nth-child(1) p:nth-child(2) em {
		font-size: .6em;
		color: #666666;
		font-weight: normal;
	}
	.duty_best div:nth-child(2) {
		border-top: 1px solid #eaeaea;
	}
	.duty_best div:nth-child(2) p {
		width: 98%;
		display: block;
		height: 150px;
		padding: 20px 1%;
		border-left: none;
		float: left;
	}
	.duty_best div:nth-child(2) p span {
		display: inline-block;
		height: 150px;
		float: left;
	}
	.duty_best div:nth-child(2) p span:nth-child(1) {
		width: 50%;
		line-height: 150px;
	}
	.duty_best div:nth-child(2) p span:nth-child(1) img {
		width: 160px;
		height: 160px;
		vertical-align: middle;
	}
	.duty_best div:nth-child(2) p span:nth-child(2) {
		width: 50%;
		margin-top: 100px;
		font-size: 1.3em;
		font-weight: 600;
	}
	.duty_best div:nth-child(2) p span:nth-child(2) em {
		font-size: .6em;
		color: #666666;
		font-weight: normal;
	}
	.duty_best div:nth-child(2) p:nth-child(1) {
		background: url(../images/du_icon_02.png) no-repeat top right;
		border-bottom: 1px solid #eaeaea;
	}
	.duty_best div:nth-child(2) p:nth-child(2) {
		background: url(../images/du_icon_03.png) no-repeat top right;
	}
	.duty_list {
		width: 100%;
		display: block;
		height: auto;
		margin: 0 0 80px 0;
		float: left;
	}
	.duty_list li {
		display: inline-block;
		height: 200px;
		float: left;
		width: 100%;
		padding: 20px 0;
		border: 1px solid #eaeaea;
		text-align: center;
		cursor: pointer;
		margin: 20px 0 0 0;
	}
	.duty_list li span {
		width: 100%;
		display: block;
		float: left;
	}
	.duty_list li span:nth-child(1) {
		display: block;
		width: 100%;
	}
	.duty_list li span img {
		height: 100%;
	}
	.duty_list li span:nth-child(2) {
		font-size: 1.1em;
		padding-top: 15px;
		color: #666666;
	}
	.search_box {
		width: 100%;
		padding: 30px 4%;
		text-align: center;
		background: #f9f9f9;
		border: 1px solid #ededed;
		box-sizing: border-box;
		margin-top: 20px;
		float: left;
	}
	.search_box select {
		width: 24%;
		height: 35px;
		padding: 1%;
		text-align: center;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 1%;
		float: left;
	}
	.search_box label {
		width: 24%;
		height: 35px;
		font-size: .85em;
		padding: 8px;
		text-align: center;
		color: #ffffff;
		background: #777779;
		border-radius: .2em;
		box-sizing: border-box;
		margin-right: 4px;
		float: left;
	}
	.search_box input {
		width: 50%;
		height: 35px;
		padding: 1%;
		text-align: left;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-sizing: border-box;
		margin-right: 1%;
		float: left;
	}
	.search_box span {
		width: 20%;
		height: 35px;
		line-height: 31px;
		padding: 0 10px;
		text-align: center;
		color: #ffffff;
		border: 1px solid #49647f;
		border-radius: .2em;
		box-sizing: border-box;
		background: url(../images/search_btn_bg.png) repeat-x;
		font-size: .85em;
		cursor: pointer;
		float: left;
	}
	table.write td.conts p input {
		width: 84%;
		margin-right: 1%;
		border: none;
	}
	table.edit td p.ad_us {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	table.edit td p.ad_us span {
		width: 94%;
		float: left;
		display: inline-block;
		margin: 2px 3%;
		border: none;
		border-radius: 0;
	}
	table.edit td p.ad_us input {
		width: 43%;
		padding: 0 2%;
		float: left;
		margin-right: 2%;
		border: 1px solid #dddddd;
	}
	table.edit td p.ad_us em a {
		padding: 6px 7px 6px 7px;
		float: left;
		display: inline-block;
		margin: 0 .5%;
		border: 1px solid #ccd1da;
		box-sizing: border-box;
		font-size: .85em;
		border-radius: .2em;
		cursor: pointer;
		margin-top: 4px;
		background: url(../images/intra_us_em_btn_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em a:hover {
		background: url(../images/intra_us_em_btn_on_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em img {
		vertical-align: middle;
	}
	table.edit td select.jigwi {
		width: 94%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}

	/* 560 faq_tab */
	.faq_tab {
		width: 100%;
		min-height: 100%;
		font-size: .9em;
		margin-bottom: 30px;
		float: left;
	}
	.faq_tab span {
		display: inline-block;
		float: left;
		font-size: .95em;
		background: #b5bcc0;
		color: #ffffff;
		width: 24.4%;
		padding: 8px 0;
		margin: 2px .3%;
		font-size: .95em;
		border-radius: .4em;
		text-align: center;
	}
	.faq_tab span em {
		display: block;
		padding-bottom: 0;
		height: 0
	}
	.faq_tab span a em img {
		width: auto;
		xheight: 24px;
		display: none;
	}
	.faq_tab span a em.txt_i {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		height: 24px;
	}	  
	.faq_tab span.on {
		background: #01a3ec;
		color: #ffffff;
	}

	/* ..560 faq_tab */
	/* ..고객서비스 */
	/* 멤버쉽 */
	.join_type {
		width: 100%;
	}
	.join_type p {
		width: 100%;
		display: block;
		float: left;
	}

	/*.join_type p:first-child span {
		width: 100%;
		display: inline-block;
		float: left;
		text-align: center;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		margin: 10px 0 0 0;
		cursor: pointer;
	}
	*/
	.join_type p span a {
		display: block;
	}
	.join_type p span a:hover {
		display: block;
		background: #f6f6f6;
	}
	.join_type p:first-child span.tit {
		width: 100%;
		display: block;
		border: 0;
		margin: 10px 0 20px 0;
		font-size: 1.2em;
		color: #000000;
		font-weight: 600;
	}
	.join_type p span img {
		margin: 50px 0 20px 0;
	}
	.join_type p span b {
		line-height: 35px;
		font-size: 1.3em;
	}
	.join_type p span em {
		font-size: .8em;
		color: #666666;
		width: 100%;
		display: block;
		padding: 20px 0 80px 0;
		line-height: 1.4em;
	}
	.join_type p:last-child {
		width: 99%;
		margin: 0 .5% 0 .5%;
		text-align: center;
		font-size: .9em;
		margin: 40px 0;
	}
	.join_type p:last-child span {
		width: 100%;
		display: block;
		float: left;
		border: 0;
		margin: 0;
	}
	.join_type p:last-child span {
		background: #7994b2;
		padding: 30px 0;
		color: #ffffff;
	}
	.login {
		width: 100%;
		margin-top: 10px;
	}
	.login p {
		width: 99%;
		display: block;
		float: left;
		background: #ffffff;
		border: 1px solid #d8dbdf;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 0.5% 20px 0.5%;
		float: left;
	}
	.login p span.log_btn {
		width: 50%;
		height: 44px;
		line-height: 42px;
		display: block;
		float: left;
		text-align: center;
		background: url(../images/login_bg.png) repeat-x;
		border-radius: .2em;
		color: #ffffff;
		cursor: pointer;
		margin: 8px 25% 20px 25%;
	}
	.login p span.log_btn a {
		color: #ffffff;
	}
	.login p span.log_btn a:hover {
		color: #b7d8f6;
	}
	.login p em {
		width: 100%;
		display: block;
		text-align: left;
		font-size: .8em;
		color: #666666;
		line-height: 20px;
	}
	.login p em a {
		color: #666666;
	}
	.login p em a:hover {
		color: #1d8fcb;
	}
	.m_leave {
		width: 100%;
		display: block;
		text-align: center;
		border: 1px solid #efefef;
		padding: 40px 0 20px 0;
	}
	.m_leave_text {
		width: 90%;
		display: block;
		font-size: .9em;
		color: #666666;
		background: #7994b2;
		margin-bottom: 50px;
		padding: 20px 5%;
	}
	.m_leave_text p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 4px;
	}
	.m_leave_text span {
		display: inline-block;
		color: #ffffff;
		width: 96%;
		float: left;
		line-height: 1.4em;
	}
	.m_leave_text span em {
		font-size: .85em;
		color: #cacaca;
	}
	.m_leave_text span.ic {
		color: #4acbde;
		width: 4%;
	}

	/* 부관훼리 */
	.sum {
		width: 100%;
		margin: 20px 0 40px 0;
		padding-bottom: 40px;
		border-bottom: 1px solid #bfbfbf;
		background: url(../images/company_02_img_top_icon.png) bottom right
			no-repeat;
	}
	.sum span {
		display: block;
		float: left;
	}
	.sum span:nth-child(1) {
		width: 100%;
		font-size: 1em;
		color: #444444;
	}
	.sum span:nth-child(1) b {
		font-size: 2em;
		color: #222222;
		font-weight: normal;
	}
	.sum span:nth-child(1) em {
		color: #0b77f1;
	}
	.sum span:nth-child(2) {
		width: 100%;
		text-align: right;
		margin-top: 40px;
	}
	.his_list {
		width: 100%;
	}
	.his_list p {
		width: 100%;
		display: block;
		float: left;
		border-bottom: 1px dashed #a1a1a1;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	.his_list p span {
		display: block;
		float: left;
		min-height: auto;
	}
	.his_list p span:nth-child(1) {
		width: 100%;
		font-size: 3.6em;
		color: #0a4a8b;
		padding-bottom: 50px;
	}
	.his_list p span:nth-child(2) {
		width: 100%;
		padding-top: 0;
		font-size: .9em;
		line-height: 1.6em;
		color: #666666;
	}
	.his_list p span:nth-child(2) em {
		width: 100%;
		display: block;
		color: #222222;
		font-size: 1.2em;
	}
	table.list.company {
		width: 100%;
		border-top: 3px solid #555555;
		border-bottom: 1px solid #e6e6e6;
		margin-top: 20px;
		float: left;
		font-size: .95em;
	}
	table.list.company th {
		width: 96%;
		padding: 15px 2%;
		font-size: .9em;
		background: #fafafa;
		text-align: center;
		float: left;
	}
	table.list.company td {
		width: 96%;
		padding: 20px 2%;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		line-height: 1.2em;
		float: left;
	}
	table.list.company td b {
		font-size: 1.1em;
		color: #8e9db4;
	}
	table.list.company td em {
		color: #666666;
		display: inline-block;
		margin-right: 1%;
		font-size: .85em;
		padding-bottom: 10px;
		line-height: 1.6em;
	}

	/* 회사연혁 */
	.history_edit {
		background-image: none;
	}
	.history_edit>ul>ul, .history_edit>ul>li {
		padding-left: 0;
		background-image: none !important;
	}
	.history_edit>ul>li>b:before {
		content: none;
	}
	.history_edit>ul>ul>li {
		padding-left: 10px;
		text-indent: 0;
	}
	.history_edit>ul>ul>li>b {
		display: block;
		width: 100%;
		margin-bottom: 6px;
	}

	/* //회사연혁 */
	.cer_list {
		width: 100%;
		height: 100%;
		margin-top: 20px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list p {
		width: 100%;
		display: block;
		float: left;
		margin: 20px 1% 0 1%;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icon.png) no-repeat top left;
	}
	.cer_list p span {
		display: inline-block;
		float: right;
	}
	.cer_list p span:nth-child(1) {
		width: 46%;
		text-align: left;
		padding: 20px 0;
	}
	.cer_list p span:nth-child(1) img {
		width: 100%;
	}
	.cer_list p span:nth-child(2) {
		width: 52%;
		margin-top: 65px;
		font-size: .95em;
		padding-right: 2%;
	}
	.cer_list p span:nth-child(2) em {
		font-weight: bolder;
		color: #222222;
		line-height: 1.2em;
		display: block;
		font-size: 1.4em;
		padding: 8px 0;
	}
	.cer_list p span:nth-child(2) b {
		color: #4271a7;
		font-weight: normal;
		display: block;
		margin-bottom: 4px;
	}

	/* ..부관훼리 */
	/* 예약서비스 */
	.res_tab {
		width: 100%;
		margin-bottom: 0px;
	}
	.res_tab p {
		width: 100%;
		display: block;
		height: 47px;
		line-height: 47px;
		float: left;
	}
	.res_tab span {
		width: 33.333%;
		display: inline-block;
		height: 47px;
		line-height: 43px;
		background: #3c3d3f;
		text-align: center;
		color: #ffffff;
		font-size: .95em;
		float: left;
	}
	.res_tab p span em {
		display: inline-block;
	}
	.res_tab p span b {
		display: none;
	}
	.res_sel_tab {
		width: 100%;
		display: block;
		height: 56px;
		float: left;
		margin-bottom: 80px;
		background: #ffffff;
	}
	.res_sel_tab p {
		display: inline-block;
		height: 56px;
		line-height: 56px;
		float: left;
		text-align: center;
		font-size: 1.1em;
		background: #ffffff;
		border-bottom: none;
		box-sizing: border-box;
	}
	.res_sel_tab p img {
		padding: 0 2%;
	}
	.res_sel_tab p em {
		display: inline-block;
	}
	.res_sel_tab p span {
		display: none;
	}
	.cal {
		width: 100%;
		margin: 40px 0 20px 0;
	}
	.cal_div {
		width: 100%;
		display: inline-block;
		float: left;
	}
	.cal div p {
		width: 100%;
		display: block;
		float: left;
	}
	.cal div p.tt {
		font-size: 1.1em;
		color: #585858;
		margin-bottom: 10px;
	}
	.cal div p.date {
		width: 99%;
		height: 410px;
		display: block;
		background: #eeeeee;
		margin: 0 .5% 20px;
	}
	.pl_sel {
		width: 90%;
		padding: 20px 5% 10px 5%;
		border-top: 3px solid #585858;
		border-bottom: 1px solid #585858;
		float: left;
	}
	.pl_sel span {
		width: 100%;
		display: inline-block;
		float: left;
		margin-bottom: 10px;
	}
	.pl_sel span select {
		width: 99%;
		padding: 11px 4%;
		border: 1px solid #dddddd;
		color: #585858;
	}
	.res_view {
		width: 100%;
		margin: 40px 0 20px 0;
		border: 1px dashed #a0a0a0;
		box-sizing: border-box;
	}
	.res_view p.pl_num {
		width: 90%;
		padding: 20px 5%;
		background: #fdec89;
		font-weight: bolder;
	}
	.res_view p.pl_num em {
		display: block;
		font-size: .85em;
		padding-top: 10px;
		color: #585858;
		font-weight: lighter;
	}
	.res_view div {
		width: 100%;
	}
	.res_view div p {
		width: 100%;
		display: inline-block;
		float: left;
	}
	.res_view div p:nth-child(1) {
		border-right: 1px solid #cececf;
		box-sizing: border-box;
	}
	.res_view div p span {
		width: 80%;
		display: block;
		float: left;
		padding: 20px 10%;
	}
	.res_view div p span:nth-child(1) {
		background: #4f555d;
		color: #ffffff;
	}
	.res_view div p span:nth-child(2) {
		background: #f5f5f5;
		color: #000000;
		font-size: 1.2em;
		padding: 20px 10% 40px 10%;
	}
	.res_view div p span:nth-child(2) em {
		color: #ff4902;
		font-size: .85em;
	}
	.tb_tit {
		width: 100%;
		font-size: 1.1em;
		float: left;
	}

	/*
	.res_tb {
		width: 100%;
		margin-bottom: 20px;
	}

	.res_tb table {
		width: 100%;
		border-top: 3px solid #666d75;
		border-bottom: 1px solid #efefef;
		position: relative;
	}

	.res_tb table tr {
		width: 100%;
		display: block;
	}

	.res_tb th, .res_tb td {
		padding: 8px 0;
		vertical-align: middle;
		border: 0;
	}

	.res_tb th {
		width: 98%;
		background: #fafafc;
		font-size: .9em;
		text-align: left;
		float: left;
		padding-left: 2%;
		border-bottom: 1px solid #efefef;
		border-top: 1px solid #efefef;
	}

	.res_tb td {
		width: 98%;
		background: #ffffff;
		line-height: 2em;
		float: left;
		border-bottom: 0;
	}

	.res_tb td p {
		width: 98%;
		padding: 10px 2%;
		display: block;
		font-size: .85em;
	}

	.res_tb td.res_col {
		padding: 8px 0;
	}

	.res_tb th em {
		font-size: .8em;
		color: #999999;
	}

	.res_tb th b {
		color: #ec453d;
		font-weight: 600;
		vertical-align: middle;
		margin-left: 2px;
	}

	.res_tb th.paa {
		text-align: center;
		background: #e7f0f7;
		border-bottom: 0;
		width: 100%;
		padding: 12px 0;
	}

	.res_tb td.res_col input {
		padding: 4px 2%;
		width: 80%;
		margin-right: 1%;
	}

	.res_tb td input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 94%;
		height: 28px;
		padding-left: 2%;
	}

	.res_tb td input.s_box {
		width: 25%;
	}

	.res_tb td p input.cust_info {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 96%;
		height: 28px;
	}

	.res_tb td select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 25%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb td select.cols {
		width: 80%;
		padding: 5px 2%;
	}

	.res_tb td select.event {
		background: #cae5ff;
		width: 40%;
	}

	.res_tb td select.res_tb_dt {
		width: 31.5%;
	}

	.res_tb td span {
		padding: 4px 10px 6px 10px;
		background: #efefef;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		cursor: pointer;
	}

	.res_tb td span a {
		color: #222222;
	}

	.res_tb td span.on {
		color: #ffffff;
		background: #298ba4;
		border: 1px solid #298ba4;
	}

	.res_tb td span.cp_btn {
		background: #5a5d5f;
		border: 1px solid #5a5d5f;
		color: #ffffff;
	}

	.res_tb td span.cp_btn a {
		color: #ffffff;
	}

	.res_tb td span.cp_type_btn {
		background: #eeeeee;
		border: 1px solid #eeeeee;
		color: #bbbbbb;
	}

	.res_tb td span.cp_type_btn a {
		color: #bbbbbb;
	}

	.res_tb td span.cp_type_btn.on {
		background: url(../images/check.png) no-repeat top left #eeeeee;
		border: 1px solid #aaaaaa;
		color: #666666;
	}

	.res_tb table tr td.res_col {
		width: 100%;
		border-bottom: 0;
	}

	.res_tb table tr td.res_col.s {
		width: 100%;
		border-bottom: 0;
	}

	.res_tb.s td p input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 94%;
		height: 28px;
		padding-left: 2%;
	}

	.res_tb.s td p input.res_tb_s_in {
		width: 84%;
	}

	.res_tb.s td p input.res_tb_s_in.s {
		width: 78%;
	}

	.res_tb.s td p select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 95%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb.s td p.in_sel select.res_tb_s_sel {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 48%;
		height: 32px;
		padding: 5px 1%;
	}

	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}

	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}

	.res_tb.file th, .res_tb.file td {
		vertical-align: middle;
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
	}

	.res_tb.file th, .res_tb.file td {
		width: 96%;
		padding: 20px 2% 15px 2%;
		vertical-align: middle;
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
	}

	.res_tb.file th {
		padding: 20px 2% 15px 3%;
		width: 95%;
		background: #eff4fa;
	}

	.res_tb.file td span {
		padding: 6px 10px 4px 10px;
		display: inline-block;
		border-radius: .3em;
		border: 1px solid #d9d9d9;
		box-sizing: border-box;
		color: #444444;
		font-size: .75em;
		cursor: pointer;
		background: url(../images/add_bg.jpg) repeat-x;
		font-weight: 600;
	}

	.res_tb.file td span a {
		color: #222222;
	}

	.res_tb.file td span a:hover {
		color: #666666;
	}

	.res_tb.file td span img {
		padding-bottom: 2px;
	}

	.res_tb.res table {
		border-bottom: 1px solid #efefef;
	}

	.res_tb.res table tr th.pa {
		padding: 12px 0;
		text-align: center;
		width: 100%;
		font-weight: bolder;
		background: #f1f6fc;
		border-bottom: 0;
	}

	.res_tb.res table tr td.res_col {
		text-align: center;
	}

	.res_tb.res table tr td.res_col.s {
		background: #f7fbfc;
		border: 0;
		text-align: center;
		color: #222222;
		padding: 0;
		width: 100%;
		border-top: 1px solid #dce9f2;
		border-bottom: 1px solid #dce9f2;
	}
	*/

	/* 티켓규정 */
	table.each_t {
		width: 100%;
	}

	/* 포인트안내2017-02-08 전 */
	.p_family_head img {
		left: 0;
	}
	.p_family_head p {
		right: 16px;
		bottom: 16px;
		left: 180px;
	}

	/* //포인트안내 */
	/* 나의 포인트2017-02-13 전 */
	.mp_wrap .mp_head .mp_avail {
		width: calc(100% - 32px);
	}
	.mp_wrap .mp_head .mp_total {
		width: calc(100% - 32px);
		margin-top: 20px;
		float: left;
	}
	.mp_wrap .mp_t_search tbody tr:first-child td:first-child {
		padding-right: 10px;
		padding-left: 10px;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td {
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td button {
		margin-left: 12px;
	}
	.mp_wrap .mp_t_result tbody tr td {
		font-size: 90%;
	}
	.mp_pay_br_560 {
		display: inline-block;
	}
	.mp_pay_br_768 {
		display: none;
	}
	.mp_pay_wrap .mp_pay_buttons button {
		width: 100%;
		margin: 10px 0 0 0;
	}

	/* //나의 포인트 */
	/* 20170111 */
	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}
	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}
	.res_tb.file th {
		text-align: center;
		background: #eff4fa;
		width: 100%;
	}

	/* wide res_tb 첨부파일 */
	.res_tb.file td .ed {
		width: 100%;
		height: 100%;
		display: block;
	}
	.res_tb.file td label.file_up {
		width: 91.5%;
		display: inline-block;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 98%;
		min-height: 32px;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 90%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
	}
	.res_tb.file td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		background: #000000;
		width: 100%;
		/* wide res_tb 첨부파일 투명 */
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		/* wide res_tb 첨부파일 투명 */
		direction: ltr;
		cursor: pointer;
	}
	.res_tb.file td div.file_upload .myui-button {
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	.res_tb.file td div#fileupload .myui-button span.attach {
		background: none;
		padding: 0;
		border: 0;
	}

	/*.. wide res_tb 첨부파일*/
	.res_ok {
		width: 100%;
		display: block;
		padding-top: 0;
	}
	.ok_icon {
		width: 100%;
		display: block;
		text-align: center;
		padding: 40px 0 5px 0;
		background: #edf0f7;
	}
	.res_ok_text {
		width: 90%;
		display: block;
		font-size: .9em;
		color: #666666;
		background: #edf0f7;
		margin-bottom: 5px;
		padding: 20px 5%;
		text-align: center;
	}
	.res_ok_text p {
		width: 100%;
		display: block;
		float: left;
	}
	.res_ok_text p span {
		display: inline-block;
		color: #ffffff;
		width: 98%;
		float: left;
		font-size: 1.6em;
		color: #222222;
		font-weight: 600;
		letter-spacing: .02em;
	}
	.res_ok_text p span em {
		font-size: .7em;
		color: #06a5e7;
		font-weight: lighter;
		line-height: 1.2em;
	}
	.res_ok_text p span.res_ok_num {
		float: left;
		margin: 25px 0 20px 0;
	}
	.res_ok_text p span.res_ok_num em {
		display: inline-block;
		padding: 3px 50px 6px 50px;
		background: #426386;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.2em
	}

	/* 여객예약 추가_0713 560 */
	.sch {
		width: 100%;
		min-height: 320px;
		float: left;
		margin-bottom: 20px;
	}
	.sch div {
		display: inline-block;
		float: left;
	}
	.sch div.left_sel_sch {
		width: 100%;
		min-height: 100%;
		border: 1px solid #c5c8d1;
		background: #ffffff;
		border-top: 3px solid #666d75;
		box-sizing: border-box;
		margin-right: 0;
	}
	.sch div.left_sel_sch p {
		display: block;
		float: left;
	}
	.sch div.left_sel_sch p.tit {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 40px;
		font-size: .95em;
		font-weight: 600;
		background: #eff0f5;
		text-align: center;
		color: #0061a5;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.left_sel_sch p.intext_sel {
		width: 100%;
		height: 160px;
		background: #fefefe;
		padding: 0;
		box-sizing: border-box;
	}
	.sch div.left_sel_sch p.intext_sel span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		/*height: 44px;*/
		line-height: 44px;
	}
	.sch div.left_sel_sch p.intext_sel span.area {
		font-size: .8em;
		font-weight: 600;
		width: 80%;
		display: block;
		color: #0058ab;
		height: 28px;
		line-height: 28px;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel span.area img {
		padding-bottom: 5px;
		margin: 0 1%;
	}
	.sch div.left_sel_sch p.intext_sel span b {
		color: #263646;
		width: 110px;
		display: inline-block;
		font-size: 1em;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel span select {
		color: #263646;
		width: 66%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 38px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=text] {
		color: #263646;
		width: 30%;
		margin-right: 6px;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 28px;
		padding: 2px 4px;
	}
	.sch div.left_sel_sch p.intext_sel span input[type=checkbox] {
		width: 15px;
		height: 15px;
		display: inline-block;
		margin-bottom: 5px;
	}
	.sch div.left_sel_sch p.intext_sel span label {
		font-size: .95em;
		color: #387798;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel span.pe_num {
		border-top: 1px dashed #c3c3c3;
		margin-top: 10px;
		height: 18px;
		margin-bottom: 0;
	}
	.sch div.left_sel_sch p.intext_sel_sec {
		width: 100%;
		height: 180px;
		display: block;
		padding: 0;
		border-top: 0;
		background: #ffffff;
	}

	/*.sch div.left_sel_sch p.intext_sel_sec span {
		font-size: .8em;
		width: 100%;
		display: block;
		color: #545358;
		height: 44px;
		line-height: 44px;
	}
	*/
	.sch div.left_sel_sch p.intext_sel_sec span b {
		color: #65778f;
		font-weight: normal;
		width: 45px;
		text-align: left;
		display: inline-block;
		font-size: .95em;
		padding-left: 20px;
	}
	.sch div.left_sel_sch p.intext_sel_sec span label {
		font-size: .9em;
		color: #999999;
		margin-left: 2%;
	}
	.sch div.left_sel_sch p.intext_sel_sec span select {
		color: #263646;
		width: 30%;
		font-size: .95em;
		border: 1px solid #bababa;
		height: 29px;
		padding: 2px;
	}
	.sch div.left_sel_sch p.sel_btn_res {
		width: 88%;
		padding: 0 6% 0 6%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		display: block;
	}
	.sch div.left_sel_sch p.sel_btn_res span {
		padding: 10px 50px;
		color: #ffffff;
		background: #0181c8;
		font-size: .9em;
		border-radius: .4em;
		border: 1px solid #2576a3;
		cursor: pointer;
	}
	.sch div.left_sel_sch p.sel_btn_res span img {
		padding: 0 0 5px 4px;
	}

	/*.sch div.right_sel_list {
		width: 100%;
		height: 379px;
		border-bottom: 1px solid #c5c8d1;
		margin-top: 20px;
	}*/
	.sch div.right_sel_list p.tit {
		width: 100%;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		font-size: .95em;
		color: #222222;
		padding-bottom: 5px;
		border-bottom: 1px solid #c5c8d1;
	}
	.sch div.right_sel_list p.tit img {
		vertical-align: middle;
	}
	.sch div.right_sel_list .pr_li {
		width: 100%;
		height: 330px;
		margin-top: 10px;
		overflow-y: scroll;
		overflow-x: hidden
	}
	.sch div.right_sel_list .pr_li p {
		width: 99%;
		padding: 10px 0;
		border: 1px solid #dddddd;
		background: #ffffff;
		border-radius: .4em;
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 2px 1% 2px 0;
	}
	.sch div.right_sel_list .pr_li p.on {
		border: 2px solid #327295;
		background: #f4f9fc;
	}
	.sch div.right_sel_list .pr_li p span {
		display: inline-block;
		float: left;
	}
	.sch div.right_sel_list .pr_li p span input[type=radio] {
		margin: 0;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(1) {
		width: 7%;
		text-align: center;
		padding-top: 8px
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) {
		width: 70%;
		font-size: .75em;
		color: #666666;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(2) b {
		font-size: 1.2em;
		margin-bottom: 4px;
		display: inline-block;
		color: #347ca2;
	}
	.sch div.right_sel_list .pr_li p span:nth-child(3) {
		width: 21%;
		text-align: right;
		font-size: .95em;
		color: #347ca2;
		padding: 10px 1% 0 0;
		font-weight: 600;
	}

	/* ..여객예약 추가_0713 560 */
	/*여객예약 추가_560_0718 */
	.res_tb th.cont select {
		width: 45%;
	}
	.res_tb td.cont p span {
		width: 45%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: 1px solid #dddddd;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
	}
	.res_tb td.cont p span input {
		width: 76%;
		margin-right: 1%;
		border: none;
	}
	.res_tb td.cont p input {
		width: 60%;
	}
	.res_tb td.cont p select {
		width: 60%;
	}
	.res_tb table.container_list {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb table.container_list th {
		padding: 15px 0;
		text-align: center;
		background: #fdec89;
		border-top: 3px solid #4f555d;
		border-bottom: 1px solid #c8c9cb;
		word-break: break-all;
	}
	.res_tb table.container_list td {
		padding: 10px 0;
		text-align: center;
		background: #ebecee;
		border-bottom: 1px solid #839aaa;
		font-size: .85em;
		font-weight: normal;
		letter-spacing: .08em;
		word-break: break-all;
	}
	.res_tb table.container_list td:nth-child(2) {
		color: #ff4802;
	}
	.res_tb table.container_list td:nth-child(3) {
		color: #3c98e5;
	}
	table.container_res_wr {
		width: 100%;
		float: left;
		margin-bottom: 40px;
		border-top: 3px solid #3c7db3;
		border-bottom: 1px solid #839aaa;
		background: #eff4fa;
	}
	table.container_res_wr th {
		width: 98%;
		display: block;
		padding: 8px 0 0 2%;
		text-align: left;
		font-weight: normal;
		font-size: .95em;
	}
	table.container_res_wr td {
		width: 96%;
		display: block;
		padding: 6px 2%;
	}
	table.container_res_wr td p input {
		width: 96%;
	}
	.res_tb td.info_s span {
		display: block;
		padding: 0;
		background: none;
		border-radius: 0;
		border: none;
		color: #222222;
		font-size: .95em;
		cursor: none;
	}
	.res_tb td.info_s span:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}
	.res_tb td.info_s span:nth-child(2) {
		width: 100%;
		vertical-align: middle;
	}
	.res_tb td.info_s span:nth-child(2) em {
		display: inline-block;
		margin-top: 10px;
		color: #df5f1e;
	}
	.travel_ctg_list {
		width: 100%;
		margin-top: 20px;
	}
	.travel_ctg_list li {
		width: 97%;
		padding: 8px 0;
		margin: 5px 1%;
		border: 1px solid #dddddd;
		border-radius: .3em;
	}
	.travel_ctg_list li p {
		width: 90%;
		display: block;
		padding: 2px 4% 0 6%;
		float: left;
		cursor: pointer;
	}
	.travel_ctg_list li p.ctg_tt {
		font-size: .9em;
		font-weight: bolder;
	}
	.travel_ctg_list li p.ctg_tt a:hover {
		color: #666666;
	}
	.travel_ctg_list li p.ctg_tt em {
		font-style: italic;
		margin-right: 4px;
	}
	.travel_ctg_list li p.ctg_bt {
		text-align: right;
		font-size: .8em;
		letter-spacing: .09em;
		color: #777777;
	}
	.travel_ctg_list li p.ctg_bt img {
		padding-bottom: 2px;
	}
	.travel_ctg_list.food li {
		background: url(../images/food_ctg_bg.jpg) no-repeat center left;
	}
	.travel_ctg_list.food li p.ctg_tt em {
		color: #6b9bc5;
	}
	.travel_ctg_list.shop li {
		background: url(../images/shop_ctg_bg.jpg) no-repeat center left;
	}
	.travel_ctg_list.shop li p.ctg_tt em {
		color: #50a79f;
	}
	.travel_ctg_list.tourli {
		background: url(../images/tour_ctg_bg.jpg) no-repeat center left;
	}
	.travel_ctg_list.tour li p.ctg_tt em {
		color: #76d1e7;
	}
	.res_tb table.list.res tr td.all_pay {
		background: #f7f7f7;
		padding: 12px 0;
	}
	.res_tb table.list.res tr td.all_pay.lf {
		font-size: 1em;
		font-weight: 600;
		text-align: left;
		padding-left: 2%;
		background: #f0f0f0;
		width: 98%;
	}
	.res_tb table.list.res tr td.all_pay.lf b {
		color: #d940a8;
	}
	.res_tb table.list.res tr td.all_pay.rg {
		text-align: right;
		padding-right: 2%;
		color: #777777;
		width: 98%;
	}

	/*..여객예약 추가_560_0718 */
	/* 식사권 판매 2017-04-17 전 */
	.mt_control {
		height: 90px;
		margin-bottom: 10px;
		position: relative;
	}
	.mt_control .pn-btn, .mt_control .print-btn {
		width: 28.58%;
		height: 40px;
		position: absolute;
		bottom: 0;
	}
	.mt_control .pn-btn {
		left: 0;
	}
	.mt_control .print-btn {
		right: 0;
	}
	.mt_control .mt_title {
		width: 100%;
		height: 40px;
		font-size: 24pt;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
	table.mt_table td .btn-area button {
		display: block;
		width: 100%;
	}

	/* //식사권 판매 */
	/* 화물안내 */
	.container_tab {
		width: 100%;
		display: block;
		padding-bottom: 15px;
		float: left;
	}
	.container_tab span {
		width: 100%;
		display: inline-block;
		float: left;
		background: #f4f6f7;
		border: 1px solid #e4ecf3;
		box-sizing: border-box;
		text-align: center;
		color: #000000;
		font-size: 1em;
		padding: 13px 0;
		cursor: pointer;
	}
	.container_tab span.on {
		width: 100%;
		background: #1e74cb;
		color: #ffffff;
		border: 1px solid #1e74cb;
		box-sizing: border-box;
	}
	.con_etc_img {
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 40px 0;
		text-align: center;
		background: #f6f6f6;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		float: left;
	}
	.con_etc_img img {
		width: 80%;
	}

	/*.. 화물안내 */
	/* 환경대책 0830 560 */
	.envir {
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
		float: left;
		border: 1px solid #efefef;
		box-sizing: border-box;
	}
	.envir .menu {
		width: 100%;
		min-height: 100%;
		display: inline-block;
		float: left;
		text-align: center;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}
	.envir div:nth-child(4) {
		border-right: 0;
	}
	.envir .menu p.icon {
		margin: 20px 0;
	}
	.envir .menu p.intt {
		background: #f9f9f9;
		width: 96%;
		min-height: 100px;
		float: left;
		padding: 30px 0 0 4%;
		font-size: .8em;
		line-height: 1.4em;
		text-align: left;
	}
	.cer_list.cert_gr {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list.cert_gr p {
		width: 100%;
		display: block;
		float: left;
		margin: 15px 0;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icons.png) no-repeat top left;
	}
	.cer_list.cert_gr p.cert_gr span {
		display: inline-block;
		float: right;
	}
	.cer_list.cert_gr p span:nth-child(1) {
		width: 100%;
		text-align: center;
		padding: 60px 0 0 0;
	}
	.cer_list.cert_gr p span:nth-child(1) img {
		width: 180px;
	}
	.cer_list.cert_gr p span:nth-child(2) {
		width: 100%;
		margin: 10px 0 20px 0;
		font-size: .9em;
		color: #1477b0;
		text-align: center;
	}
	.cer_list.cert_gr p span:nth-child(2) b {
		color: #222222;
		display: block;
		margin-bottom: 4px;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
	}

	/* ..환경대책 0830 560  */
	/* 레스토랑 팝업 20160826 wide */
	.rest_pop {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9000;
		left: 0;
		top: 148px;
	}
	.rt_pp {
		width: 100%;
		margin: 0 auto;
		background: url(../images/rest_pop_bg.jpg) center top no-repeat #296297;
		min-height: 220px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.mntit {
		width: 100%;
		display: block;
		height: 54px;
		float: left;
	}
	.mntit p {
		width: 44%;
		display: inline-block;
		height: 54px;
		float: left;
		margin: 0 3%;
	}
	.mntit p.tt {
		font-size: 1.1em;
		color: #ffffff;
		text-align: left;
		line-height: 64px;
	}
	.mntit p.bt {
		text-align: right;
		line-height: 50px;
	}
	.mnli {
		width: 96%;
		display: block;
		margin: 0 2%;
		background: #dddddd;
		float: left;
		padding: 15px 0;
		float: left;
	}
	p.dept {
		width: 46%;
		display: inline-block;
		float: left;
		margin: 4px 2%;
	}
	p.dept span {
		width: 100%;
		display: block;
		text-align: center;
		float: left;
	}
	p.dept span.mnimg {
		margin-bottom: 10px;
	}
	p.dept span.mnimg img {
		width: 100%;
		height: 100%;
	}
	p.dept span.mnst {
		margin-bottom: 2px;
		font-size: .9em;
		color: #000000;
	}
	p.dept span.mnpay {
		font-size: .85em;
		color: #0092b0;
		display: none;
	}

	/* //레스토랑 팝업 20160826 wide */
	/* 선실정보 팝업 20160826 wide */
	.view_btn p.dept_bt_arr {
		margin: 20px 0;
	}

	/* //선실정보 팝업 20160826 wide */

	/* 	table.carfile-info_list td .REQ_STAR{ */
	/* 		display: none; */
	/* 	} */
	table.carfile-info_list .fileName {
		min-width: 0px;
		word-break: keep-all;
	}
	table.carfile-info_list .REQ_FILE {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 460px) {
	/* 나의 포인트2017-02-13 전 */
	.mp_pay_wrap .mp_pay_points {
		width: calc(100% - 20px);
		padding: 20px 10px;
	}
	.mp_pay_wrap .mp_pay_points p {
		width: calc(100% - 20px);
		padding: 14px 10px;
		font-size: 12pt;
	}
	.mp_pay_wrap .mp_pay_points p label {
		font-size: 20pt;
	}

	/* //나의 포인트 */
	/* 식사권 판매 2017-04-18 전 */
	table.mt_table td .meals-area p a.ma-tmp>span:first-child {
		width: 40%;
	}
	table.mt_table td .meals-area p a.ma-tmp>span:last-child {
		width: 60%;
	}
	table.mt_table td .meals-area p a .notMobile {
		display: none;
	}

	/* //식사권 판매 */
}

@media screen and (max-width: 425px) {
	/* .his_tab{width:100%; display:block; padding-bottom:20px;}
			.his_tab span{width:50%; padding:14px 0 16px 0; font-size:.85em; background:#f4f6f7; margin-right:0; float:left; }
			.his_tab span.on{ background:#1e74cb; color:#fff;}
				.his_tab.menu02 span.on{ background:#2753ba;}
		타겟 폭을 560으로 변경 20170210 전 */
	/* 커뮤니티 */
	.dept_trip {
		width: 100%;
		float: left;
		float: left;
	}
	.dept_trip ul {
		width: 100%;
	}
	.dept_trip li {
		width: 98%;
		cursor: pointer;
		margin: 0 1% 20px 1%;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
	}
	.dept_photo {
		width: 100%;
		float: left;
		margin-top: 30px;
		float: left;
	}
	.dept_photo ul {
		width: 100%;
	}
	.dept_photo li {
		width: 99%;
		cursor: pointer;
		margin: 0 .5% 10px .5%;
	}
	.commu_list div {
		width: 100%;
		height: 100%;
	}
	.commu_list div p.img {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0
	}
	.commu_list div p.img img {
		width: 100%;
	}
	.commu_list div span {
		height: auto;
		float: left;
		overflow: hidden;
	}
	.commu_list div span:nth-child(2) {
		height: 20px !important;
		display: block;
		padding: 0;
	}
	.commu_list div span:nth-child(3) {
		margin-top: -40px;
		margin-bottom: 20px
	}
	.commu_list div p.txt {
		width: 100%;
		xheight: 100%;
		margin-left: 0;
		padding: 0
	}

	/* ..커뮤니티 */
	/* 고객서비스 */
	table.list {
		width: 100%;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		float: left;
	}
	table.list th {
		padding: 10px 0;
		font-size: .9em;
		background: #fbfaf8;
		text-align: center;
		word-break: break-all;
	}
	table.list td {
		padding: 10px 0;
		font-size: .9em;
		border-top: 1px solid #e6e6e6;
		text-align: center;
		word-break: break-all;
	}
	table.list th:last-child {
		display: none;
	}
	table.list td:last-child {
		display: none;
	}
	table.list.pass th:last-child {
		display: table-cell;
	}
	table.list.pass td:last-child {
		display: table-cell;
	}
	
	

	/* 425 write 첨부파일 */
	table.write td label.file_up {
		display: inline-block;
		float: left;
		width: 66%;
		padding-right: 1%;
		min-height: 30px;
	}
	table.write td div.file_list {
		display: inline-block;
		float: left;
		width: 66%;
		padding-right: 1%;
		min-height: 30px;
	}
	table.write td label.file_up p, table.write td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.write td div.file_upload {
		display: inline-block;
		float: left;
		width: 30%;
		text-align: right;
	}

	/*..425 write 첨부파일*/
	/* 425 edit 첨부파일 */
	table.edit td label.file_up {
		display: inline-block;
		float: left;
		width: 61%;
		padding-right: 1%;
		min-height: 30px;
	}
	table.edit td div.file_list {
		display: inline-block;
		float: left;
		width: 61%;
		padding-right: 1%;
		min-height: 30px;
	}
	table.edit td label.file_up p, table.edit td div.file_list p {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 5px;
		color: #777777;
	}
	table.edit td div.file_upload {
		display: inline-block;
		float: left;
		width: 38%;
		text-align: right;
	}
	table.edit td p.ad_us {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	table.edit td p.ad_us span {
		width: 94%;
		float: left;
		display: inline-block;
		margin: 2px 3%;
		border: none;
		border-radius: 0;
	}
	table.edit td p.ad_us input {
		width: 65%;
		padding: 0 2%;
		float: left;
		margin-right: 2%;
		border: 1px solid #dddddd;
	}
	table.edit td p.ad_us em a {
		padding: 6px 7px 6px 7px;
		float: left;
		display: inline-block;
		margin: 0 .5%;
		border: 1px solid #ccd1da;
		box-sizing: border-box;
		font-size: .85em;
		border-radius: .2em;
		cursor: pointer;
		margin-top: 4px;
		background: url(../images/intra_us_em_btn_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em a:hover {
		background: url(../images/intra_us_em_btn_on_bg.jpg) repeat-x;
	}
	table.edit td p.ad_us em img {
		vertical-align: middle;
	}
	table.edit td select.jigwi {
		width: 94%;
		padding: 11px 2%;
		border: 1px solid #dddddd;
	}
	table.list.company {
		width: 100%;
	}
	table.list.company th {
		padding: 5px 0;
		width: 100%;
		border-top: 1px solid #666666
	}
	table.list.company td {
		padding: 10px 0;
		width: 100%;
		display: block;
	}

	/*..425 edit 첨부파일*/
	.FAQ {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		border-top: 3px solid #c8c5be;
		border-bottom: 3px solid #e6e6e6;
		cursor: pointer;
	}
	.FAQ p {
		width: 100%;
		min-height: 40px;
		margin: 0;
		display: block;
		border-top: 1px solid #eaeaea;
		float: left;
	}
	.FAQ p span {
		display: inline-block;
		min-height: 40px;
		line-height: 40px;
		padding: 20px 0;
		font-size: .9em;
		float: left;
	}
	.FAQ p span a {
		color: #4c4f5e;
	}
	.FAQ p span a:hover {
		color: #b1bbc3;
	}
	.FAQ p span:nth-child(1) {
		width: 36px;
		position: absolute;
		left: 2%;
	}
	.FAQ p span:nth-child(2) {
		width: 85%;
		padding: 24px 0 26px 0;
		line-height: 1.2em;
		padding-left: 42px;
	}
	.FAQ p span:nth-child(3) {
		display: none;
	}
	.FAQ p.drop span {
		background: #fbfaf8;
	}
	.FAQ p.drop span:nth-child(2) {
		width: 84%;
		padding-right: 2%;
		line-height: 1.4em;
		font-size: .8em;
		color: #666666;
	}
	p.view_list_btn {
		width: 96%;
		padding: 0 2%;
		height: 90px;
		background: #f9f9f9;
		border: 1px solid #e6e6e6;
		cursor: pointer;
		float: left;
	}
	p.view_list_btn span {
		width: 50%;
		line-height: 90px;
		display: inline-block;
		float: left;
		font-size: .9em;
	}
	p.view_list_btn span em {
		display: none;
	}
	p.view_list_btn span em a:hover {
		color: #999999;
	}
	p.view_list_btn span:nth-child(1) {
		text-align: center;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	p.view_list_btn span:nth-child(2) {
		text-align: center;
	}
	.res_tb td.cont_res p span {
		width: 49.5%;
		display: inline-block;
		padding: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 0 0 1px 0;
		border: none;
		color: #222222;
		font-size: .95em;
		cursor: none;
		float: left;
		margin: 0 0 8px .5%;
		cursor: pointer;
	}
	.res_tb td.cont_res p span input {
		width: 75%;
		margin-right: 3%;
		border: 1px solid #dddddd;
	}
	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}
	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}
	.res_tb.file th {
		text-align: center;
		background: #eff4fa;
		width: 100%;
	}

	/* wide res_tb 첨부파일 */
	.res_tb.file td .ed {
		width: 100%;
		height: 100%;
		display: block;
	}
	.res_tb.file td label.file_up {
		width: 91%;
		display: inline-block;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 98%;
		min-height: 32px;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 90%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
	}
	.res_tb.file td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		background: #000000;
		width: 100%;
		/* wide res_tb 첨부파일 투명 */
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		/* wide res_tb 첨부파일 투명 */
		direction: ltr;
		cursor: pointer;
	}
	.res_tb.file td div.file_upload .myui-button {
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	.res_tb.file td div#fileupload .myui-button span.attach {
		background: none;
		padding: 0;
		border: 0;
	}

	/*.. wide res_tb 첨부파일*/
	/* ..고객서비스 */
	/* 멤버쉽 */
	.join_type p:last-child {
		width: 98.5%;
		padding: 0 1% 0 .5%;
		text-align: center;
		font-size: .9em;
		margin: 40px 0;
	}
	.join_type p:last-child span {
		width: 90%;
		display: block;
		float: left;
		border: 0;
		margin: 0;
		background: #7994b2;
		padding: 30px 5%;
		color: #ffffff;
	}
	.join_type_ind {
		width: 100%;
	}
	.join_tab {
		width: 100%;
		height: 64px;
	}
	.join_tab span {
		height: 64px;
		display: inline-block;
		float: left;
		text-align: center;
		cursor: pointer;
	}
	.tab {
		width: 33%;
		height: 64px;
		font-size: .85em;
		color: #93989c;
		background: url(../images/join_tab_bg.png) repeat-x center bottom;
	}
	.tab.on {
		width: 33%;
		background: url(../images/join_tab_on_bg.png) repeat-x center bottom;
		color: #2d7ef4;
	}
	.tab em {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	.tab_arr {
		width: 0;
	}
	.tab_arr img {
		display: none;
	}

	/*	.tab_01 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 80px;
	}
	*/
	.join_tit {
		width: 100%;
		display: block;
		font-size: 1.2em;
		font-weight: 600;
		color: #444444;
	}
	.join_type_ind b {
		text-align: center;
		width: 100%;
		display: block;
		padding: 20px 0 20px 0;
		font-size: .95em;
		color: #656762;
	}
	.join_type_ind b input[type=checkbox] {
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		margin-right: 2px;
	}
	.tab_02 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 10px;
	}
	.tab_02.cp {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 0;
	}
	.m_leave {
		width: 100%;
		display: block;
		text-align: center;
		border: 1px solid #efefef;
		padding: 40px 0 20px 0;
	}
	.m_leave_text {
		width: 90%;
		display: block;
		font-size: .9em;
		color: #666666;
		background: #7994b2;
		margin-bottom: 50px;
		padding: 20px 5%;
	}
	.m_leave_text p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 4px;
	}
	.m_leave_text span {
		display: inline-block;
		color: #ffffff;
		width: 94%;
		float: left;
		line-height: 1.4em;
	}
	.m_leave_text span em {
		font-size: .85em;
		color: #cacaca;
	}
	.m_leave_text span.ic {
		color: #4acbde;
		width: 6%;
	}
	.info_text {
		width: 96%;
		display: block;
		font-size: .85em;
		color: #666666;
		background: #f9f9f9;
		margin-bottom: 10px;
		padding: 20px 2%;
	}
	.info_text p {
		width: 100%;
		display: block;
		float: left;
		margin-top: 4px;
	}
	.info_text span {
		display: inline-block;
		color: #666666;
		width: 96%;
		float: left;
		line-height: 1.4em;
	}
	.info_text span.ic {
		color: #4acbde;
		width: 4%;
	}
	.join_tb {
		width: 100%;
		margin: 20px 0;
	}
	.join_tb table {
		width: 100%;
		border-top: 3px solid #666d75;
	}
	.join_tb table.id_pw_tb {
		width: 100%;
		border-top: 3px solid #becfd9;
	}
	.join_tb table.id_pw_tb th {
		background: #e7f0fb;
	}
	.join_tb th, .join_tb td {
		padding: 5px 0;
		vertical-align: middle;
		border-bottom: 1px solid #efefef;
	}
	.join_tb th {
		background: #fafafc;
		font-size: .8em;
		text-align: center;
		padding-left: 0;
	}
	.join_tb th.cp {
		background: #e7f0fb;
	}
	.join_tb td {
		width: 65%;
		background: #ffffff;
		line-height: 2em;
	}
	.join_tb td p {
		width: 96%;
		/*padding: 10px 2%;*/
		display: block;
		font-size: .85em;
	}
	.join_tb td p em {
		font-size: .85em;
		color: #929da3;
	}
	.join_tb td p em.mail_send {
		margin-left: 0;
	}
	.join_tb td input {
		background: #ffffff;
		border: 1px solid #ced2d5;
		width: 50%;
		height: 28px;
		padding-left: 2%;
	}
	.join_tb td input.s_box {
		width: 25%;
	}
	.join_tb td input.add {
		width: 95%;
	}
	.join_tb td input.post_num {
		width: 10%;
	}
	.join_tb td input.ad {
		width: 30%;
	}
	.join_tb td input[type="radio"] {
		width: 20px;
		vertical-align: middle;
	}
	.join_tb td input[type="checkbox"] {
		width: 20px;
		vertical-align: middle;
	}
	.join_tb td select {
		background: #ffffff;
		border: 1px solid #becfd9;
		width: 28%;
		height: 32px;
		padding: 5px 1%;
		font-size: .9em;
	}
	.join_tb td select.mail {
		width: 28%;
		color: #999999;
	}
	.join_tb td span {
		padding: 4px 10px 6px 10px;
		background: #efefef;
		border-radius: .3em;
		border: 1px solid #cdcdcd;
		color: #222222;
		font-size: .9em;
		cursor: pointer;
	}
	.join_tb td span a {
		color: #222222;
	}
	.join_tb td span.cp_btn {
		background: #5a5d5f;
		border: 1px solid #5a5d5f;
		color: #ffffff;
	}
	.join_tb td span.cp_btn a {
		color: #ffffff;
	}
	.join_tb td span.cp_type_btn {
		background: #eeeeee;
		border: 1px solid #eeeeee;
		color: #bbbbbb;
	}
	.join_tb td span.cp_type_btn a {
		color: #bbbbbb;
	}
	.join_tb td span.cp_type_btn.on {
		background: url(../images/check.png) no-repeat top left #eeeeee;
		border: 1px solid #aaaaaa;
		color: #666666;
	}
	.join_end_txt {
		width: 100%;
		text-align: center;
		padding: 40px 0;
		margin: 40px 0;
		border-radius: .4em;
		background: #f4f8fc;
		border: 1px solid #e2e6ea;
	}
	.join_end_txt p {
		display: block;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #000000;
	}
	.join_end_txt p img {
		margin-bottom: 20px;
	}
	.join_end_txt p em {
		color: #0785ee;
	}

	/* 우편번호 */
	.join_tb td .add_pop {
		width: 310px;
		margin: 0 auto;
		position: absolute;
		background: #cccccc;
		z-index: 2000;
		left: 0;
	}
	.join_tb td .add_pop p.tit {
		width: 90%;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		text-align: left;
		font-size: 1em;
		padding: 15px 5%;
		background: url(../images/add_cl.png) no-repeat center right #015fa7;
		cursor: pointer;
		color: #ffffff;
	}
	.join_tb td .add_pop .add_list {
		width: 90%;
		height: 300px;
		display: block;
		float: left;
		padding: 20px 5%;
		background: #f6f6f6;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.join_tb td .add_pop .add_list p {
		width: 100%;
		float: left;
	}
	.join_tb td .add_pop .add_list p em {
		color: #065da2;
		font-size: inherit;
		font-weight: 600;
	}
	.join_tb td .add_pop .add_list p span.search_add {
		background: #fafafc;
		border: 1px solid #ced1d8;
		font-size: 1em;
		padding: 4px 15px 8px 15px;
		color: #666d75;
	}
	.join_tb td .add_pop .add_list p input.in_add {
		width: 60%;
	}
	.join_tb td .add_pop .add_list p.tb_tt {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.join_tb td .add_pop .add_list table {
		width: 100%;
		margin: 10px 0 0 0;
		float: left;
		padding: 0;
	}
	.join_tb td .add_pop .add_list table th, .join_tb td .add_pop .add_list table td
		{
		padding: 10px 0;
		text-align: center;
		font-size: .85em;
		text-align: center;
		cursor: pointer;
		color: #666666;
	}
	.ad_pg {
		width: 100%;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 10px 0;
		float: left;
	}
	.ad_pg span {
		padding: 7px 12px;
		font-size: .85em;
	}
	.ad_pg span.pre, .ad_pg span.next {
		padding: 5px 10px;
		border: none;
		background: none;
	}
	.ad_pg span.pre img, .ad_pg span.next img {
		padding-bottom: 2px;
	}
	.ad_pg span.num {
		border: none;
		background: none;
		margin-right: 1px;
	}
	.ad_pg span.num.on {
		background: #cacaca;
	}

	/* ..우편번호 */
	.tab_03 {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 10px;
	}
	.tab_03.cp {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 0;
	}
	.join_ok {
		width: 100%;
		padding: 60px 0;
		text-align: center;
		border: 1px solid #eaeaea;
	}
	.join_ok span {
		width: 100%;
		display: block;
		font-size: .95em;
		font-weight: 600;
		color: #323338;
	}
	.join_ok span em {
		color: #015fa9;
		text-decoration: underline;
	}
	.join_ok span:last-child {
		display: none;
	}

	/* ..멤버쉽 */
	/* 부관훼리 */
	.cp_sum {
		width: 100%;
	}
	.cp_sum p.sum_img {
		
	}
	.cer_list {
		width: 100%;
		height: 100%;
		margin-top: 20px;
		background: url(../images/border_bg.jpg) repeat-x center top;
		float: left;
	}
	.cer_list p {
		width: 100%;
		display: block;
		float: left;
		margin: 20px 1% 0 1%;
		border-bottom: 1px dashed #cacaca;
		background: url(../images/cer_icon.png) no-repeat top left;
	}
	.cer_list p span {
		display: inline-block;
		float: right;
	}
	.cer_list p span:nth-child(1) {
		width: 46%;
		text-align: left;
		padding: 20px 0;
	}
	.cer_list p span:nth-child(1) img {
		width: 100%;
	}
	.cer_list p span:nth-child(2) {
		width: 52%;
		margin-top: 65px;
		font-size: .95em;
		padding-right: 2%;
	}
	.cer_list p span:nth-child(2) em {
		font-weight: bolder;
		color: #222222;
		line-height: 1.2em;
		display: block;
		font-size: 1.4em;
		padding: 8px 0;
	}
	.cer_list p span:nth-child(2) b {
		color: #4271a7;
		font-weight: normal;
		display: block;
		margin-bottom: 4px;
	}

	/* ..부관훼리 */
	/* 화물안내 */
	.contain_tab {
		display: none;
	}
	p.sch_tit b {
		display: block;
		margin-bottom: 2px;
	}
	p.sch_tit b img {
		padding-bottom: 5px;
	}

	/* ..화물안내 */
	/* 여행후기 공지사항 */
	table.list.notice {
		width: 100%;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		float: left;
		table-layout: fixed;
	}
	table.list.notice td {
		font-size: .9em;
		border: 0;
		border-bottom: 1px dashed #dddddd;
		text-align: center;
		vertical-align: middle;
		background: #f6f6f6;
	}
	table.list.notice td:nth-child(1) {
		width: 100%;
		display: block;
		text-align: left;
		padding: 10px 2% 4px;
		border-bottom: 0;
	}
	table.list.notice td:nth-child(1) span {
		color: #ffffff;
		background: #03a4d2;
		border: 1px solid #027bba;
		font-size: .85em;
		padding: 3px 6px 5px 6px;
	}
	table.list.notice td:nth-child(2) {
		width: 96%;
		display: block;
		text-align: left;
		padding: 10px 2% 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	table.list.notice td:nth-child(2).res_nm {
		text-align: center;
	}
	table.list.notice td:nth-child(2) a:hover {
		color: #666666;
	}
	xtable.list.notice td:nth-child(3) {
		display: none;
	}
	xtable.list.notice td:nth-child(4) {
		display: none;
	}
	table.list.notice.tstyle_notice td:nth-child(1) {
		display: block;
		width: 96%
	}
	table.list.notice.tstyle_notice td:nth-child(1) span {
		
	}
	table.list.notice.tstyle_notice td:nth-child(2) {
		display: block;
		width: 96%
	}
	table.list.notice.tstyle_notice td:nth-child(3) {
		display: none
	}
	table.list.notice.tstyle_notice td:nth-child(4) {
		display: none
	}

	/* //여행후기 공지사항 */
	/* 선실정보 팝업 20160826 425 */
	.view_btn p.dept_bt_close img {
		width: 50px;
		margin-bottom: 15px;
	}
	.view_btn p.dept_bt_arr {
		margin: 0
	}
	.view_btn p.dept_bt_arr img {
		width: 20px;
	}

	/* //선실정보 팝업 20160826 425 */
	/* 선실정보 팝업 20160826 wide */
	.pass_pop {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9000;
		left: 0;
		top: 148px;
	}
	.in_pp {
		width: 96%;
		margin: 0 2%;
		border: 1px solid #dddddd;
		box-sizing: border-box;
	}
	.pass_img_view {
		width: 100%;
		font-size: .95em;
		margin: 0 auto;
	}
	.room_img {
		width: 100%;
	}
	.room_img img {
		width: 100%;
	}
	.view_btn {
		width: 96%;
		position: absolute;
		top: 0;
	}
	.view_btn p {
		display: block;
	}
	.view_btn p.dept_bt_close {
		width: 96%;
		text-align: right;
		padding: 20px 2%;
		cursor: pointer;
	}
	.view_btn p.dept_bt_arr {
		width: 100%;
		margin: 10% 0;
	}
	.view_btn p.dept_bt_arr span {
		width: 50%;
		display: inline-block;
		float: left;
		cursor: pointer;
	}
	.view_btn p.dept_bt_arr span.arr_left {
		width: 46%;
		text-align: left;
		padding: 0 2%;
	}
	.view_btn p.dept_bt_arr span.arr_right {
		width: 46%;
		text-align: right;
		padding: 0 2%;
	}
	.view_btn p.dept_bt_rnum {
		width: 98%;
		margin-top: 20%;
		float: left;
		text-align: right;
		padding-right: 2%;
	}
	.view_btn p.dept_bt_rnum span {
		display: inline-block;
		cursor: pointer;
	}
	.room_img_intext {
		width: 92%;
		background: #ffffff;
		padding: 0 4% 30px 4%;
	}
	.fl_tit {
		width: 100%;
		padding: 60px 0 5px 0;
		border-bottom: 1px solid #999999;
		font-size: 1.4em;
		background: url(../images/pass_pop_sh_logo.jpg) top right no-repeat;
	}
	.fl_tit b {
		color: #1655ab;
	}
	.room_info_tt {
		width: 100%;
		font-size: .9em;
		color: #666666;
		margin-top: 10px;
	}

	/* //선실정보 팝업 20160826 wide */
	table.sss {
		border: 1px solid red;
		font-size: 0.75em;
		width: 100%;
		height: 100%
	}

	/* 포인트안내2017-02-08 전 */
	.p_list_wrap .p_list_item ul li {
		font-size: 75%
	}
	.p_family_head img {
		left: 0;
	}
	.p_family_head p {
		right: 16px;
		bottom: 16px;
		left: 180px;
	}
	.mp_wrap .mp_head {
		width: calc(100% - 40px);
		padding: 20px;
	}
	.mp_wrap .mp_head .mp_avail, .mp_wrap .mp_head .mp_total {
		width: calc(100% - 40px);
		padding: 16px 20px;
	}
	.mp_wrap .mp_head .mp_total .mp_item:first-child {
		height: 39px;
		top: 15px;
		right: 6px;
		left: 6px;
	}
	.mp_wrap .mp_head .mp_total .mp_item:last-child {
		height: 39px;
		top: 64px;
		right: 6px;
		left: 6px;
	}
	.mp_wrap .mp_head .mp_total .mp_item p:first-child {
		width: 45%;
	}
	.mp_wrap .mp_head .mp_total .mp_item p:last-child {
		width: 55%;
	}
	.mp_wrap .mp_t_search tbody tr:first-child td:first-child {
		padding: 16px 4px;
	}
	.mp_wrap .mp_t_search tbody tr:first-child td:last-child {
		padding: 16px 4px;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td span {
		padding: 0;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td button {
		margin: 0;
	}
	.mp_pay_wrap {
		padding: 50px 20px 40px 20px;
	}

	/* //포인트안내 */

	/* 	일시수출입 */
	/* 	table.carfile-info_list td span { */
	/* 	   margin: 0px 0.5px 0px 0.5px; */

	/* 	} */
	/* 	table.carfile-info_list td .pdf-word-file{ */

	/* 	} */
	.blue-buttons {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 395px) {
	/* 포인트안내2017-02-08 전 */
	.p_family_head p {
		font-size: 100%;
	}
	.p_family_head p span.emp {
		font-size: 120%;
	}
	.mp_wrap .mp_t_search tbody tr:last-child td input[type="text"] {
		width: calc(50% - 44px);
	}
	.mp_wrap .mp_t_search tbody tr:last-child td button {
		width: 100%;
		margin-top: 10px;
	}
	.br_rel {
		display: inline-block;
	}

	/* //포인트안내 */
}

@media screen and (max-width: 320px) {
	.rela .print_btn_md07 {
		top: 180px
	}
	.rela .print_btn_md07 a {
		margin: 0;
		padding: 2px
	}
	.rela .print_btn_md07 img {
		display: none
	}
	.res_tb.file {
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.res_tb.file table {
		width: 100%;
		border-top: 2px solid #b1c1cc;
	}
	.res_tb.file th, .res_tb.file td {
		border-bottom: 1px solid #b1c1cc;
		word-break: break-all;
		padding: 10px 0;
		height: 100%;
	}
	.res_tb.file th {
		text-align: center;
		background: #eff4fa;
		width: 100%;
	}

	/* wide res_tb 첨부파일 */
	.res_tb.file td .ed {
		width: 100%;
		height: 100%;
		display: block;
	}
	.res_tb.file td label.file_up {
		width: 88%;
		display: inline-block;
		float: left;
	}
	.res_tb.file td label.file_up p {
		width: 94%;
		min-height: 32px;
		display: block;
		padding: 0 0 0 2%;
		font-size: .95em;
		line-height: 1.4em;
		float: left;
		margin-bottom: 2px;
	}
	.res_tb.file td label.file_up p span {
		display: inline-block;
		border: 0;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	.res_tb.file td label.file_up p span.nm {
		width: 89%;
		color: #555555;
		font-size: .85em;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.res_tb.file td label.file_up p span.del {
		width: 32px;
		vertical-align: text-top;
	}
	.res_tb.file td div.file_upload {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
	}
	.res_tb.file td div.file_upload .myfileupload-buttonbar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0;
		background: #000000;
		width: 100%;
		/* wide res_tb 첨부파일 투명 */
		opacity: 0.0;
		filter: alpha(opacity = 0);
		-o-transform: translate(250px, -50px) scale(1);
		-moz-transform: translate(-300px, 0) scale(4);
		/* wide res_tb 첨부파일 투명 */
		direction: ltr;
		cursor: pointer;
	}
	.res_tb.file td div.file_upload .myui-button {
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	.res_tb.file td div#fileupload .myui-button span.attach {
		background: none;
		padding: 0;
		border: 0;
	}

	/*.. wide res_tb 첨부파일*/
	table.list.notice.tstyle_notice td:nth-child(1) {
		display: none
	}
	table.list.notice.tstyle_notice td:nth-child(1) span {
		
	}
	table.list.notice.tstyle_notice td:nth-child(2) {
		width: 96%
	}
	table.list.notice.tstyle_notice td:nth-child(3) {
		display: none
	}
	table.list.notice.tstyle_notice td:nth-child(4) {
		display: none
	}

	/* 공지사항 글쓰기 다국어 */
	select.ed_in {
		width: 100%
	}

	/* 포인트안내2017-02-08 전 */
	.p_list_wrap .p_list_item {
		padding: 6px 0;
	}
	.p_list_wrap .p_list_item ul li {
		font-size: 70%
	}
	.p_family_head img {
		left: 0;
	}
	.p_family_head p {
		font-size: 90%;
	}
	.p_family_head p span.emp {
		font-size: 100%;
	}
	.mp_wrap .mp_head .mp_total .mp_item p:first-child {
		font-size: 95%
	}
	.mp_wrap .mp_head .mp_total .mp_item p:last-child {
		font-size: 16pt;
	}
	.mp_pay_br_320 {
		display: inline-block;
	}
	.mp_pay_wrap .mp_pay_member {
		text-align: left;
	}

	/* //포인트안내 */
}