* {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Noto Sans KR', sans-serif;*/
	letter-spacing: -0.01em;
	line-height:1.5em;
	font-weight: 300;
}
html,body {
	height: 100%;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}
input{
/*ios대응*/
appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
select{
/*ios대응*/
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(/img/select_arr.png) no-repeat 95% 50%;
}
a:hover {
	color: #000;
	text-decoration: none;
	transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}
ol, ul{list-style: none;padding:0;margin:0;}

.main_visual_bg {
	background: url('http://dmonster1295.cdn3.cafe24.com/images/main_visual.jpg') center no-repeat;
	background-size: cover;
	padding-bottom:100px;
}
.main_nav_login_txt {
	font-size: 0.9rem !important;
	color: rgba(255,255,255,0.7) !important;
	margin-left: 20px;
}
.main_nav_login_txt:hover {
	color: rgba(255,159,0,0.7) !important;
}
.main_navbar_container {
	margin-top: 20px;
}
.main_navbarlogin_container {
	text-align: right;

}
.main_nav_category_txt {
	font-size: 1.2rem;
	color: #ffffff !important;
	margin-left: 20px;
}
.main_nav_category_txt a {
	color: #ffffff !important;
}
.main_nav_category_txt a:hover {
	color: #ffffff !important;
}
.main_nav_category_right_txt {
	font-size: 1rem;
	color: #ffffff !important;
	margin-left: 20px;
}
.text-mainc {
	color: #FFA000
}
.main_center_banner {
	margin-top:150px;
}
.title_h1 {
	font-size: 2rem;
	font-weight: 520;
}
.title_h2 {
	font-size: 1.6rem;
	font-weight: 520;
}
.title_h3 {
	font-size: 1.2rem;
	font-weight: 520;
}
.title_h1.white {
	font-size: 2rem;
	font-weight: 520;
	color: #ffffff;
}
.btn-ouline-gray {
	color:#fff;
	width:120px;
	height: 35px;
	font-size:0.9rem;
	padding:5px 25px;
	text-align: center;
	border:1px solid rgb(233, 233, 233, 0.1);
	border-radius: 0px 0px 12px 0px;
	text-decoration: none;
	display:inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.btn-ouline-gray-fill-white {
	color:#666666;
	background:#ffffff;
	width:80;
	height: 35px;
	font-size:0.9rem;
	padding:5px 25px;
	text-align: center;
	border:1px solid #cccccc;
	border-radius: 0px 0px 12px 0px;
	text-decoration: none;
	display:inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.btn-fill-orange {
	color:#ffffff;
	background: #FF9F00;
	width:100px;
	height: 35px;
	font-size:0.9rem;
	padding:5px 25px;
	text-align: center;
	border-radius: 0px 0px 12px 0px;
	text-decoration: none;
}
.btn-fill-orange a {
	color:#ffffff !important;
}
.btn-fill-orange a:hover {
	color:#ffffff !important;
}
.btn-fill-orange.big {
	display: block;
	min-width:240px;
	width:30%;
	height:60px;
	font-size:1.2rem;
	padding-top:15px;
}
.btn-fill-orange.big:hover {
	color:#ffffff !important;
}

.btn-fill-blue {
	color:#ffffff;
	background: #007CD8;
	width:100px;
	height: 35px;
	font-size:0.9rem;
	padding:5px 25px;
	text-align: center;
	border-radius: 0px 0px 12px 0px;
	text-decoration: none;
}
.btn-fill-blue a {
	color:#ffffff !important;
}
.btn-fill-blue a:hover {
	color:#ffffff !important;
}
.btn-fill-blue.big {
	display: block;
	width:30%;
	height:auto;
	font-size:1.2rem;
	padding-top:15px;
	padding-bottom:15px;
}
.btn-fill-blue.big:hover {
	color:#ffffff !important;
}
.bottom_left_radius_box_shadow {
	background: #ffffff;
	width:100%;
	height:auto;
	padding:30px;
	border-radius: 0px 0px 20px 0px;
	-webkit-box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.1);
}
.bottom_left_radius_box {
	background: #ffffff;
	width:100%;
	padding:30px;
	border-radius: 0px 0px 15px 0px;
}
.bottom_left_radius_box_outline_blue {
	background: transparent;
	border:3px solid #0D6DB5;
	width:100%;
	padding:30px;
	border-radius: 0px 0px 15px 0px;
}
.out_shadow {
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.03);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.03);
}
.main_service_proccess_box {
	padding-top:260px;
	height: 640px;
}
.main_service_proccess_box_ul {
	width:100%;
	list-style:none;
	padding:0;
}
.main_service_proccess_box_ul li {
	width:165px;
	height:220px;
	float:left;
	margin-right:18px;
	margin-bottom:10px;
	position:relative;
}
.main_service_proccess_box_ul li:last-child {
	margin-right:0;
}
.main_service_proccess_box_ul_li_arraow {
	position:absolute;
	right:-28px;
	top:100px;
	z-index:1;
}
.main_service_proccess_img {
	text-align:center;
	padding:0 20px 20px 20px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}
.btn-ouline-blue {
	color:#007CD8;
	width:130px;
	height:35px;
	font-size:0.9rem;
	padding:5px 20px;
	text-align: center;
	border:1px solid #007CD8;
	border-radius: 0px 0px 12px 0px;
	text-decoration: none;
	display:inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.main_p5_box {
	padding:50px 10px 20px 10px;
}
.if_576_collapse {
	display: none;
}
.if_576_collapse_block {
	display: none;
}
.if_576_show {
	display: block;
}
.main_nav_margin_top {
	margin-top: 0 !important;
}

.p_message{
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

@media (max-width: 576px) {
	.main_service_proccess_box {
		padding-top:20px;
	}
	.main_visual_bg {
		background:#F8F8F8;
		padding-bottom:0;
		height:400px;
	}
	.main_center_banner {
		margin-top:0;
	}
	#main_navbar_content {
		background: rgb(0,0,0,0.6);
		border-radius: 0px 0px 15px 0px;
	}
	#main_navbar_content .dropdown-menu {
		background-color: transparent !important;
		border:0 !important;
	}
	#main_navbar_content .dropdown-menu .dropdown-item {
		color: #ffffff !important;
		margin-left: 15px;
	}
	#main_navbar_content_sub {
		background: #ffffff;
		border-radius: 0px 0px 15px 0px;
	}
	#main_navbar_content_sub .dropdown-menu {
		background-color: transparent !important;
	}
	#main_navbar_content_sub .dropdown-menu .dropdown-item {
		color: #222222 !important;
		margin-left: 15px;
	}
	#partners_map {
		height: 400px;
		min-height: 400px !important;
	}
}

@media (min-width: 768px) {
	.if_576_collapse {
		display: inline-block;
	}
	.if_576_collapse_block {
		display: block;
	}
	.if_576_show {
		display: none;
	}
	.main_p5_box {
		padding:30px;
	}
	.main_nav_margin_top {
		margin-top: 3rem !important;
	}
	.main_service_proccess_box {
		padding-top:200px;
		height: 580px;
	}
}

@media (min-width: 992px) {
	.if_576_collapse {
		display: inline-block;
	}
	.if_576_collapse_block {
		display: block;
	}
	.if_576_show {
		display: none;
	}
	.main_p5_box {
		padding:50px;
	}
	.main_nav_margin_top {
		margin-top: 3rem !important;
	}
	.main_service_proccess_box {
		padding-top:200px;
		height: 470px;
	}
}

@media (min-width: 1200px) {
	.if_576_collapse {
		display: inline-block;
	}
	.if_576_collapse_block {
		display: block;
	}
	.if_576_show {
		display: none;
	}
	.main_p5_box {
		padding:50px;
	}
	.main_nav_margin_top {
		margin-top: 3rem !important;
	}
	.main_service_proccess_box {
		padding-top:200px;
		height: 450px;
	}
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-muted {
  color: #6c757d !important;
}
.sub_top {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	font-size: 1.05em;
}
.sub_top .sub_tit {
	font-size: 2.2em;
	text-align: center;
	font-weight: 700;
	color: #111;
	padding: 65px 0 35px;
}
.sub_menu {
	background: url('http://dmonster1295.cdn3.cafe24.com/images/sub_top.png')no-repeat center;
	background-size: cover;
	height: 210px;
	position: relative;
	text-align: center;
	border-radius: 0 0 30px 0;
}
.sub_menu .menu_ul {
	display: inline-block;
	margin-top: 156px;
	list-style: none;
}
.sub_menu .menu_ul:after {
	content: "";
	display: block;
	clear: both;
}
.sub_menu .menu_ul li {
	width: 200px;
	text-align: center;
	float: left;
}
.sub_menu .menu_ul li a {
	display: block;
	padding: 14px 0;
	color: #fff;
	border: 1px solid rgba(221, 221, 221, 0.3);
	border-bottom: 0;
	margin-left: -1px;
	font-weight: 400;
}
.sub_menu .menu_ul li a.active,
.sub_menu .menu_ul li:hover a {
	font-weight: 500;
	background: #ff9f00;
	border-color: #ff9f00;
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	border-bottom-color: #fff;
}

.use_way_wrap {
	max-width: 1260px;
	margin: 0 auto;
	min-height: 500px;
	padding: 60px 30px;
	font-size: 1.05em;
	font-family: 'Noto Sans KR', sans-serif;
	color: #666;
}
.sub_img img {
	display: block;
	max-width: 100%;
	margin: 60px auto;
}
.pc_veiw {
	display: block;
}
.m_veiw {
	display: none;
}
.use_Tit01 {
	margin-bottom: 30px;
}
.use_Tit01 strong {
	font-size: 1.72em;
	font-weight: 600;
	color: #222;
}
.use_Tit01 span {
	display: inline-block;
	margin-left: 20px;
}
.use_Tit01 span b {
	font-weight: 500;
	color: #222;
}
.use_Tit02 {
	font-size: 1.72em;
	font-weight: 600;
	color: #222;
	margin-bottom: 30px;
}
.basicTxt {
	font-size: 1.18em;
	font-weight: 300;
	white-space: pre-line;
	word-break: keep-all;
}
.basicTxt b {
	color: #222;
	font-weight: 500;
}
.centerTxt {
	text-align: center;
}
.use_way01_wrap .sub_img.m_veiw img {
	max-width: 220px;
	width: 80%;
}
.use_ic_wrap {
	margin-bottom: 70px;
}
.use_ic_wrap:after {
	content: "";
	display: block;
	clear: both;
}
.use_ic_wrap .border_box {
	border: 3px solid #007cd8;
	width: calc(50% - 20px);
	float: left;
	padding: 60px 40px;
	border-radius: 0 0 30px 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.use_ic_wrap .border_box:nth-child(2n) {
	float: right;
}
.use_ic_wrap .border_box h6 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	color: #222;
	font-size: 1.5em;
}
.use_ic_wrap .border_box h6 em {
	font-size: 0.75em;
	color: #007cd8;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	margin-left: 20px;
}
.use_ic_wrap .border_box ul {
	padding-top: 20px;
}
.use_ic_wrap .border_box ul:after {
	content: "";
	display: block;
	clear: both;
}
.use_ic_wrap .border_box ul li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.use_ic_wrap .border_box ul li:after {
	content: "";
	display: block;
	clear: both;
}
.use_ic_wrap .border_box ul li img {
	width: 45px;
	float: left;
}
.use_ic_wrap .border_box ul li span {
	width: calc(100% - 65px);
	float: right;
	padding-top: 8px;
	color: #222;
	font-weight: 400;
	font-size: 1.1em;
}
.use_way_ad .img_ul {} .use_way_ad .img_ul > li {
	margin-bottom: 40px;
}
.use_way_ad .img_ul > li:after {
	content: "";
	display: block;
	clear: both;
}
.use_way_ad .img_ul > li .img {
	width: 46%;
	float: left;
}
.use_way_ad .img_ul > li .img img {
	width: 100%;
}
.use_way_ad .img_ul > li .txt {
	width: 54%;
	float: left;
	padding-left: 40px;
}
.use_way_ad .img_ul > li .txt strong {
	font-size: 1.5em;
	color: #222;
	padding-bottom: 15px;
	font-weight: 600;
	display: block;
}
.use_way_wrap .half:after {
	content: "";
	display: block;
	clear: both;
}
.use_way_wrap .half .dot_ul {
	width: calc(50% - 20px);
	float: left;
	padding-right: 10px;
}
.use_way_wrap .dot_ul {
	list-style-image: url('http://dmonster1295.cdn3.cafe24.com/images/dot_ul.png');
	margin-left: 18px;
}
.use_way_wrap .dot_ul li {
	word-break: keep-all;
	line-height: 130%;
	margin-bottom: 5px;
}
.use_way_wrap .star_ul {
	list-style-image: url('http://dmonster1295.cdn3.cafe24.com/images/star_ul.png');
	margin-left: 18px;
}
.use_way_wrap .star_ul li {
	margin-bottom: 3px;
	word-break: keep-all;
}
.mrb_15 {
	margin-bottom: 15px;
}
.cost_wrap:after {
	content: "";
	display: block;
	clear: both;
}
.cost_wrap {
	margin-bottom: 50px;
}
.cost_wrap .half {
	margin-bottom: 30px;
}
.cost_wrap .half {
	width: 50%;
	float: left;
}
.cost_wrap .half:after {
	content: "";
	display: block;
	clear: both;
}
.cost_wrap .half strong {
	display: inline-block;
	color: #fff;
	background: #007bd6;
	padding: 9px 20px;
	float: left;
	width: 200px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	border-radius: 0 0 15px 0;
}
.cost_wrap .half p {
	float: right;
	width: calc(100% - 220px);
	font-size: 1.05em;
	color: #222;
	padding-top: 11px;
	word-break: keep-all;
}
.cost_wrap .half p b {
	font-weight: 500;
}
.cost_tbl {
	text-align: center;
}
.cost_tbl thead {
	border-top: 1px solid #222;
}
.cost_tbl thead th {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.cost_tbl thead th strong {
	display: block;
	color: #222;
	font-weight: 500;
	font-size: 1.18em;
}
.cost_tbl tbody th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 0;
	font-weight: 500;
	color: #222;
	background: #f7f7f7;
}
.cost_tbl tbody th:last-child {
	border-right: 0;
}
.cost_tbl tbody td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 0;
	width: 25%;
	word-break: keep-all;
}
.cost_tbl tbody td:last-child {
	border-right: 0;
}
.use_way01_wrap .basicTxt {
	margin-bottom: 60px;
}
.step_ic_wrap {
	margin-bottom: 50px;
}
.step_ic_wrap ul:after {
	content: "";
	display: block;
	clear: both;
}
.step_ic_wrap li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}
.step_ic_wrap.com_bidding_list li {
	width: calc(100% / 4) !important;
	float: left;
	text-align: center;
}
.step_ic_wrap li .box {
	border: 1px solid #ddd;
	padding: 30px 20px 30px;
	margin: 0 10px;
	border-radius: 0 0 20px 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	position: relative;
	max-height: 260px;
}
.step_ic_wrap li .box:after {
	content: '';
	display: block;
	width: 37px;
	height: 18px;
	background: url('http://dmonster1295.cdn3.cafe24.com/images/cont01_arrow.png')no-repeat center;
	position: absolute;
	right: -29px;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}
.step_ic_wrap li:last-child .box:after {
	display: none;
}
.step_ic_wrap li .box .txt {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	margin: 20px auto 0;
	min-height: 70px;
}
.step_ic_wrap li .box .txt span {
	display: block;
	font-weight: 600;
	color: #0d6fb8;
	display: none;
}
.step_ic_wrap li .box .txt strong {
	display: block;
	font-size: 1.2em;
	color: #222;
	white-space: pre-line;
	line-height: 120%;
}

@media (max-width: 768px) {
	.sub_top {
		font-size: 0.80em;
	}
	.sub_top .sub_tit {
		display: none;
	}
	.sub_menu {
		background: none;
		height: auto;
	}
	.sub_menu .menu_ul {
		width: 100%;
		margin-top: 0;
		padding-left:0;
		list-style: none;
		margin-bottom:0;
	}
	.sub_menu .menu_ul:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: relative;
		top: -1px;
	}
	.sub_menu .menu_ul li {
		width: calc(100% / 2);
	}
	.sub_menu .menu_ul li a {
		padding: 10px 0;
		border: 1px solid #ddd;
		margin-top: -1px;
		color: #666;
	}
}

@media screen and (max-width: 960px) {
	.use_way_wrap {
		padding: 40px 15px;
		font-size: 0.85em;
	}
	.m_veiw {
		display: block;
	}
	.pc_veiw {
		display: none;
	}
	.use_Tit01 span {
		margin-left: 0;
		display: block;
		margin-top: 5px;
	}
	.use_ic_wrap .border_box {
		width: calc(50% - 10px);
		padding: 30px 20px;
		border-radius: 0 0 15px 0;
		box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
	}
	.use_ic_wrap .border_box h6 {
		padding-bottom: 7px;
	}
	.use_ic_wrap .border_box ul {
		padding-top: 10px;
	}
	.use_ic_wrap .border_box ul li img {
		width: 37px;
	}
	.use_ic_wrap .border_box ul li span {
		width: calc(100% - 48px);
	}
	.use_way_ad .img_ul > li .txt {
		padding-left: 30px;
	}
	.use_way_ad .img_ul > li .txt strong {
		padding-bottom: 5px;
	}
	.use_way_wrap .dot_ul,
	.use_way_wrap .star_ul {
		margin-left: 13px;
	}
	.use_way_wrap .dot_ul li {
		margin-bottom: 0;
	}
	.cost_wrap .half {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.cost_wrap .half strong {
		padding: 6px 10px;
		width: 170px;
		border-radius: 0 0 10px 0;
	}
	.cost_wrap .half p {
		padding-top: 2px;
		width: calc(100% - 190px);
	}
	.step_ic_wrap li {
		width: calc(100% / 3);
	}
	.step_ic_wrap li .box:after {
		display: none;
	}
	.step_ic_wrap li .box {
		margin: 0 5px 10px;
	}
	.step_ic_wrap li .box .txt {
		padding-top: 14px;
		margin: 10px auto 0;
		min-height: 40px;
		max-width: 190px;
	}
	.step_ic_wrap li .box .txt span {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.use_way_ad .img_ul > li .img,
	.use_way_ad .img_ul > li .txt {
		width: 100%;
		float: none;
	}
	.use_way_ad .img_ul > li .txt {
		padding: 20px 0 0 10px;
	}
	.step_ic_wrap li .box {
		padding: 20px 15px 20px;
	}
	.step_ic_wrap li .box .ic img {
		width: 50px;
	}
}
@media screen and (max-width: 576px) {
	.sub_img img {
		margin: 40px auto;
	}
	.use_Tit01 {
		margin-bottom: 15px;
	}
	.use_way_wrap .half .dot_ul {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.use_way_wrap {
		padding: 40px 15px;
	}
	.use_ic_wrap .border_box {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		box-shadow: none;
	}
	.use_ic_wrap {
		margin-bottom: 40px;
	}
	.cost_wrap {
		margin-bottom: 20px;
	}
	.cost_wrap .half strong {
		width: 100%;
		float: none;
	}
	.cost_wrap .half p {
		padding-top: 8px;
		text-align: center;
		width: 100%;
	}
	.use_way01_wrap .basicTxt {
		margin-bottom: 30px;
	}
	.step_ic_wrap {
		margin-bottom: 30px;
	}
	.step_ic_wrap li {
		width: calc(100% / 2);
	}
	.step_ic_wrap li .box .txt {
		min-height: 80px;
	}
}
@media screen and (max-width: 360px) {
	.use_ic_wrap .border_box h6 em {
		margin-left: 10px;
	}
	.use_ic_wrap .border_box ul li {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.use_ic_wrap .border_box ul li:last-child {
		margin-bottom: 0;
	}
}
.accor_list {
	border: 0 !important;
	border-top:2px solid #565656 !important;
}
.accor_list .btn {
	text-decoration: none;
}
.accor_list .card {
	border: 0 !important;
	border-bottom:1px solid #dddddd !important;
}
.accor_list .card-header {
	background: #ffffff;
	cursor: pointer;
}
.accor_list .card-body-box {
	background: #F6FAFE;
	border-top:1px solid #dddddd !important;
}
.accor_list .card-body img  {
	width: 100%;
	height: auto;
}
.page-dark .page-item {
	width: 50px;
	height: 50px;
}
.page-dark .page-item.active .page-link {
	background-color: #343a40;
	border-color: #343a40;
}
.page-dark .page-link {
	text-align: center;
	width: 40px !important;
	height: 45px !important;
	padding: 10px !important;
	color: #222;
}

@media (max-width: 576px) {
	.accor_number, .accor_arrow_b, .accor_number_b {
		display:none;
	}
}

.btn-primary {
  color: #fff;
  background-color: #007CD8;
  border-color: #007CD8;
}
.btn-outline-primary {
  color: #007CD8;
  border-color: #007CD8;
}

.btn-rr {
	border-radius: 0px 0px 12px 0px !important;
}
.modal_agree_box {
	white-space:pre-line;
	height:100px;
	border:1px solid #aaa;
	overflow-y:auto;
	padding:3px;
}

.card-rr {
	border-radius: 0px 0px 12px 0px;
}

.card-blue-board {
	border:2px solid #007CD8;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.bg-primary {
  background-color: #007CD8 !important;
}
.client_project_list {
	border:1px solid #ddd;
}
.client_project_list_body {
	padding:20px;
	text-align:left;
	border:0;
}
.client_project_list_bottom {
	text-align:left;
	border-top:1px solid #ddd;
	background-color:#efefef;
	padding:20px;
}
.orange_hover:hover {
	color: #FF9F00 !important;
}
a.orange_hover:hover {
	color: #FF9F00 !important;
}
.dropdown-item:hover {
	color: #ffffff !important;
	background: #FF9F00 !important;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
input:focus {
  outline: none;
}
.btn-warning {
	background-color: #FF9F00 !important;
}
.btn-primary {
	background-color: #007CD8 !important;
}
.pft_file_del {
	text-decoration: line-through !important;
	color: red;
}

.btn-secondary:not(:disabled):not(.disabled).active {
	background-color: #007CD8;
    border-color: #007CD8;
}







/*************************************************************************************************************************************************************************************************/
.ft_bg{
	width:100%;
	background-color:#000;
	padding:40px 0;


}
.footer{
	max-width:1000px;
	margin:auto;
	width: 100%;
}
.ft_text_box{
	width:100%;
	text-align:center;
}
.ft_bg .ft_p{
	display:inline-block;
	margin:0 10px;
}
.ft_bg .ft_p a{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:15px;
	margin-bottom:0;
	color:#d7d7d7;
}
.ft_bg .ft_p a:hover{
	font-size:15px;
	color:#fff;
}
.ft_bg .ft_copy{
	font-family: 'Noto Sans KR', sans-serif;
	margin-bottom:0;
	margin-top:10px;
	font-size:14px;
	color:#F5F5F5;
	font-weight:300;
}
.ft_logo{
	font-size:16px;
	color:#d7d7d7;
}
.top_meun{
	max-width: 1200px;
    margin: auto;
    text-align: center;
	width:100%;
}
.meun{
	padding: 20px 0;;
    background-color: #FFC900;
    position: fixed;
    z-index: 1040;
    width: 100%;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.logo{
	display: inline-block;
    text-align: left;
	float: left;
	line-height: 46px;
}
.menu_category{
	left: calc(50% - 129px);
    display: inline-block;
    position: absolute;
    top: 50%
	line-height: 46px;;

}
.menu_category p {
	display: inline-block;
    margin: 0 20px;
	margin-bottom:0;
	line-height: 32px;
}
.menu_category p a{
	font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.menu_category p a:hover{
    color: #000;
}
.login{
	display: inline-block;
    text-align: right;
	margin-bottom:0;
	float: right;
}
.login p a{
	font-size: 16px;
    font-weight: bold;
    color: #000;
	line-height: 32px;
}
.login p{
	margin-bottom:0;

}
.main_sec{
	width: 100%;
    display: flex;
}
.main_sec .right{
	width: 50%;
    height: 100vh;
    background-color: #ffc900;
	padding: 12% 0;
	text-align: center;
}
.main_sec .left{
	height: 100vh;
    width: 50%;
    background: url(/img/main.png) no-repeat center;
    background-size: cover;
}
.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
.main_sec .right > h2{
	/*text-align:center;*/
	text-align:left;
	font-size: 20px;
    font-weight: bold;
	margin-bottom:65px;

}

.main_sec .right > h2 > span {

}
.right_box{
	margin: auto;
    max-width: 560px;
}
.name_box{
	width: 100%;
    display: flex;
}
.name_box .name_left{
	width: 70%;
    margin-right: 10%;
}
.name_box .name_left input {
    width:100%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
	background-color:rgba(0,0,0,0);
}
.name_box .name_right{
	position: relative;
    background-color: rgba(255,255,255,1);
    text-align: center;
    border: 1px solid #000000;
	width: 20%;
    border-radius: 30px;
}
.name_right label strong{
	font-weight: bold;
	font-size:16px;
}
.name_right label{
	position:absolute;
	top: calc(50% - 12px);
    right: 10%;
}
.name_box .name_right input {
    width: 100%;
    border: none;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
	background-color:rgba(0,0,0,0);
	text-align: left;
    padding-left: 20%;
}
.number_f{
	position: absolute;
    font-size: 16px;
    top: -28px;
    font-weight: 400;
    white-space: nowrap;
    left: calc(-50% + 46px);
}
.first_name input {
    width:100%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
	background-color:rgba(0,0,0,0);
	margin-top:30px;
}
.E-mail {
	display: flex;
}
.name_left input::placeholder{
	font-weight:400;
	color:rgba(0,0,0,0.6);
}
.first_name input::placeholder{
	font-weight:400;
	color:rgba(0,0,0,0.6);
}
.Mobile input::placeholder{
	font-weight:400;
	color:rgba(0,0,0,0.6);
}
.E-mail input::placeholder{
	font-weight:400;
	color:rgba(0,0,0,0.6);
}
.E-mail input {
    width:50%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
	background-color:rgba(0,0,0,0);
	margin-top:30px;
}
.E-mail p{
	width: 10%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.Mobile{
	display: flex;
}
.Mobile input {
    width:70%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
	background-color:rgba(0,0,0,0);
	margin-top:30px;
}
.Mobile select {
    width:30%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
	background-color:rgba(0,0,0,0);
	margin-top:30px;
	margin-right:3%;
}
.Mobile select:focus{
	outline:none;
	border:none;
}
.ok{
	width: 280px;
    border: none;
    background-color:rgba(0,0,0,1);
    color: #ffc900;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 0;
}
.ok:hover{
    background-color:rgba(0,0,0,0.9);
}
.ok_box{
	width:100%;
	text-align:center;
	margin-top:50px;
}
.ok:focus{
	outline:none;
	border-bottom: 1px solid #000000;
}
.m_number_f{
	 display:none;
}

.m_category{
	display:none;
}
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: -285px;
	height: 100%;
	z-index: 99999;
	background: #FFC900;
	color: #fff;
	transition: all 0.3s;
}
#sidebar.active {
	left: 0;
}
.overlay {
	width:100%; height:100%; position:fixed; top:0; left:0; z-index:99998; background-color:rgba(0,0,0,0.5); display:none;
}
.close{
	width:21px;
	height:21px;
	background:url(/img/close.png)no-repeat center;
	opacity: 1 !important;
    position: absolute;
    top: 10px;
    left: 260px;
}
.close:focus{
	outline:none;
}
.m_top_box{
	width: 100%;
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #D89E00;
}
.m_top_box .m_login{
	color: #000;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
}
.m_top_box .m_login:hover{
	color: #FFC900;
    background-color: #000;
}
#sidebar ul{
    width: 100%;
}
#sidebar ul li{
}
#sidebar ul li a{
	font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 20px;
    border-bottom: 1px solid #ffbb00;
}
#sidebar ul li a:hover{
	background-color: #ffbb00;
	color: #fff;
}
/************ reservation ************/

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc900+0,ffd800+100 */
.reservation_bg{
	background-color: #ffc900; /* Old browsers */
	background: -webkit-linear-gradient(59deg, rgb(255, 201, 0), rgb(255, 216, 0));
	background: linear-gradient(59deg, rgb(255, 201, 0), rgb(255, 216, 0));
	height:auto;
	width:100%;
}
.pattern{
	background:url(/img/pattern.png);
	width:100%;
	height:auto;
	padding-bottom: 50px;
}
.reservation_box{
	max-width: 1200px;
    width: 100%;
	padding-top: 82px;
    margin: auto;
}
.reservation_box .reservation_top{
	padding-top: 40px;
	display: flex;
}
.black_box_left{
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    width: 50%;
    padding: 35px;
    margin-right: 10px;
}
.black_box_left .arrival_1{
	display: flex;
}
.black_box_left .arrival_1 .arrival_kor{
    width: 50%;
    text-align: center;
}
.black_box_left .arrival_1 .arrival_kor h2{
	font-size: 20px;
    color: #ffc900;
}
.black_box_left .arrival_1 .arrival_kor .airport{
	padding: 10px 20px ;
    border-radius: 50px;
    font-size: 15px;
    width: 90%;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    border: none;
}
.black_box_left .arrival_1 .arrival_kor .airport:focus{
	outline:none;
}
.black_box_left .arrival_1 .cost{
	width: 50%;
    text-align: center;
}
.black_box_left .arrival_1 .cost h3{
	display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    margin: 0 10px;
    line-height: 74px;
}
.black_box_left .arrival_1 .cost #money{
	display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin: 0 10px;
    color: #fff;
    line-height: 74px;
}
.timecosmose_box{
	display:flex;
}
.hour{
	width: 50%;
    margin-right: 5px;
}
.min{
	width: 50%;
    margin-left: 5px;

}
.hour .h_s, .min .m_s{
	width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
    outline: none;
	text-align-last : center
}

.hour .h_s option, .min .m_s option{
	color: #000;
}
.arrival_time > p{
	text-align: center;
    color: #757575;
    font-weight: 400;
    line-height: 5px;
}
.black_box_left .arrival_2{
	display: flex;
    /*margin-top: 35px;*/
    margin-top: 10px;
}
.black_box_left .arrival_2 .date{
	width: 50%;
    position: relative;
    padding: 0 5%;
	margin-top: 22px;
}
.black_box_left .arrival_2 .date input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.black_box_left .arrival_2 .date .calender{
	position: absolute;
    top: 6px;
    right: 12%;
    background: url(/img/calendar.svg) no-repeat center;
    width: 19px;
    height: 17px;
    border: 0;
}
.black_box_left .arrival_2 .date .calender:focus{
	outline:none;
}
.black_box_left .arrival_2 .flight_no{
	width: 50%;
	padding: 0 5%;
	margin-top: 22px;
}
.black_box_left .arrival_3{
	display: flex;
    margin-top: 35px;
}
.black_box_left .arrival_3 .arrival_time{
	width: 50%;
    padding: 0 5%;
}
.black_box_left .arrival_3 .destination{
	width: 50%;
    padding: 0 5%;
}

.black_box_left .flight_no input, .black_box_left .arrival_time input, .black_box_left .destination input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.black_box_left .arrival_4{
	width: 100%;
}
.black_box_left .arrival_4 .meetion_p_box{
	text-align: center;
    margin-top: 35px;
}
.black_box_left .arrival_4 .meeting_point_y{
	display: inline-block;
    font-size: 18px;
    color: #ffc900;
    font-weight: 400;
    /*margin: 0 15px;*/
	margin: 0 5px;
}
.black_box_left .arrival_4 .meeting_point_answer{
	display: inline-block;
    font-size: 18px;
    /*color: #fff;*/
    color: #ffc900;
    font-weight: 400;
    /*margin: 0 15px;*/
}
/*** ������  ***/
.black_box_right{
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    width: 50%;
    padding: 35px;
    margin-left: 10px;
}
.black_box_right .arrival_1{
	display: flex;
}
.black_box_right .arrival_1 .arrival_kor{
    width: 50%;
    text-align: center;
}
.black_box_right .arrival_1 .arrival_kor h2{
	font-size: 20px;
    color: #ffc900;
}
.select_box{
	padding: 0px 10px ;
    border-radius: 50px;
    font-size: 15px;
    width: 80%;
	overflow:hidden;
	background-color:#fff;
	margin:auto;
}
.black_box_right .arrival_1 .arrival_kor .airport{
	padding: 10px 20px ;
	border-radius: 50px;
    font-size: 15px;
    width: 90%;
    color: #000;
    font-weight: 400;
	background-color: #fff;
	border:none;
}
.black_box_right .arrival_1 .arrival_kor .airport:focus{
	outline:none;
}
.black_box_right .arrival_1 .cost{
	width: 50%;
    text-align: center;
}
.black_box_right .arrival_1 .cost h3{
	display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    margin: 0 10px;
    line-height: 74px;
}
.black_box_right .arrival_1 .cost #money{
	display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin: 0 10px;
    color: #fff;
    line-height: 74px;
}
.black_box_right .arrival_2{
	display: flex;
    margin-top: 35px;
}
.black_box_right .arrival_2 .date{
	width: 50%;
    position: relative;
    padding: 0 5%;
}
.black_box_right .arrival_2 .date input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.black_box_right .arrival_2 .date .calender{
	position: absolute;
    top: 6px;
    right: 12%;
    background: url(/img/calendar.svg) no-repeat center;
    width: 19px;
    height: 17px;
    border: 0;
}
.black_box_right .arrival_2 .date .calender:focus{
	outline:none;
}
.black_box_right .arrival_2 .flight_no{
	width: 50%;
	padding: 0 5%;
}
.black_box_right .arrival_3{
	display: flex;
    margin-top: 35px;
}
.black_box_right .arrival_3 .Departure_Time{
	width: 50%;
    padding: 0 5%;
}
.black_box_right .arrival_3 .meeting_time{
	width: 50%;
    padding: 0 5%;
}

.black_box_right .flight_no input, .black_box_right .Departure_Time input, .black_box_right .meeting_time input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.black_box_right .arrival_4{
	width: 50%;
	margin:auto;
}
.black_box_right .arrival_4 .meeting_point{
	text-align: center;
    margin-top: 35px;
	padding: 0 5%;
}
.black_box_right .arrival_4 .meeting_point input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
}
/*** reservation_bottom ****/

.reservation_bottom{
	width: 100%;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    padding: 35px;
    margin-top: 20px;
}
.reservation_bottom h2{
	margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffc900;
 }
.reservation_bottom ul{
	text-align: center;
 }
.reservation_bottom ul li:nth-child(1){
	margin-top: 25px;
}
.reservation_bottom ul li{
	width: 100%;
    text-align: center;
	margin-top: 15px;
}
.reservation_bottom ul li .in_town_box{
	background-color: #fff;
    border-radius: 15px;
    text-align: center;
	width: 95%;
	padding: 30px 0;
	float: left;
}
.reservation_bottom ul li .cencel_li:focus{
	outline:none;
}
.reservation_bottom ul li .cencel_li {
	float: left;
    background: none;
    border: none;
    margin-left: 10px;
    margin-top: 28px;
}
.in_meeting_time input, .in_meeting_point input, .in_destination input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #888888;
    color: #000;
	text-align:center;
}

.reservation_bottom ul li .in_town_box > div{
	display: inline-block;
    width: 21%;
    margin: 0 1%;
}

.reservation_bottom .in_date{
	width: 100%;
    position: relative;
}
.reservation_bottom .in_date input{
	width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: none;
    font-weight: 500;
    border-bottom: 2px solid #888888;
    color: #000;
}
.reservation_bottom .in_date .calender_88{
	position: absolute;
    top: 6px;
    right: 5%;
    background: url(/img/calendar_88.svg) no-repeat center;
    width: 19px;
    height: 17px;
    border: 0;
}
.reservation_bottom .in_date .calender_88:focus{
	outline:none;
}
.reservation_bottom ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.reservation_bottom .plus{
	background: none;
    border: none;
	margin:20px 0;
}
.reservation_bottom .plus:focus{
	outline:none;
}

.textarea_box{
	display: flex;
    padding: 0 8%;
}
.textarea_box h3{
	width: 20%;
    line-height: 100px;
    font-size: 20px;
    color: #ffc900;
    font-weight: 400;
    text-align: center;
	margin-bottom: 0;
}
.textarea_box textarea{
	resize: none;
    width: 100%;
    height: 100px;
    border-radius: 10px;
	padding: 10px;

}
.textarea_box textarea:focus{
	outline:none;
}
.textarea_box .textarea_p{
	width: 80%;
}
.res_button{
	font-size: 20px;
    color: #ffc900;
    background-color: #000;
    border-radius: 50px;
    border: none;
    padding: 20px 70px;
    font-weight: 500;
	display:block;
	/*margin:25px auto 0;*/
	margin: 10px auto 0;
}
.res_button:focus{
	outline:none;
}

/*********         my_page         **********/

.gray_bg{
	background:#f2f2f2;
	width:100%;
	padding-top:80px;
	min-height: 1080px;
	padding-bottom: 80px;
}
.wd_1200{
	max-width:1200px;
	width:100%;
	margin:auto;
}
.gray_bg h2{
	text-align: center;
    margin: 30px 0;
    font-size: 28px;
    font-weight: 400;
}
.mypage_list{
	width: 100%;
    border-spacing: 0px 5px;
    border-collapse: separate;
}
.mypage_list .m_d{
    width: 20%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
    background-color: #fff;
    padding: 35px 0;
}
.mypage_list .m_r{
	/*width: 60%;*/
	width: 20%;
    padding: 35px 0;
    background-color: #fff;
}
.mypage_list .m_r p{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:0;
	border-right: 3px solid #000;
    border-left: 3px solid #000;
}
.mypage_list .m_s{
    width: 20%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 0px 10px 10px 0;
    padding: 35px 0;
}
.mypage_list .mypage_date{
	border-radius: 10px 0px 0px 10px;
	text-align: center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-user-select: none;
}

.mypage_list .mypage_details{
	text-align: center;
}
.mypage_details a{
	padding: 15px 0;
	width:100%;
	display:inline-block;
	height:100%;
}
.mypage_list .mypage_situation{
	border-radius: 0px 10px 10px 0;
	text-align: center;
	-ms-user-select: none;
	  -moz-user-select: -moz-none;
	  -khtml-user-select: none;
	  -webkit-user-select: none;
	  user-select: none;
}
.mypage_list td {
	background-color: #fff;
}
.mypage_list tr:hover td {
	background-color: #FFC900;

}
.mypage_list td p{
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
	line-height: 32px;
}

.mypage_list .mypage_situation .requestion{
	color:#2F6D19;
}
.mypage_list .mypage_situation .cancel{
	color:#CC3939;
}
.mypage_list .mypage_situation .confirmed{
	color:#1B3CE4;
}
.mypage_date br{
	display:none;
}
.mypage_date .d_year{
	font-size: 16px;
	font-weight:500;
}
.relative{
	position:relative;
}

/*********        ���������� ��        **********/
.situation{
	position: absolute;
    top: 0;
    right: 0;
}

.rr_p{
	padding: 15px 30px;
    font-size: 16px;
    background-color: #2F6D19;
    color: #fff;
    font-weight: 500;
    border-radius: 35px;
	text-align:center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-user-select: none;
}
.cc_p{
	padding: 15px 30px;
    font-size: 16px;
    background-color: #CC3939;
    color: #fff;
    font-weight: 500;
    border-radius: 35px;
	text-align:center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-user-select: none;
}
.cf_p{
	padding: 15px 30px;
    font-size: 16px;
    background-color: #1B3CE4;
    color: #fff;
    font-weight: 500;
    border-radius: 35px;
	text-align:center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-user-select: none;
}

.info{
	width: 100%;
}
.info .my_re1{
	display: flex;
}
.info .my_re1 .name_box{
	width: 60%;
    display: flex;
}
.info .my_re1 .name_box .name_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-radius: 10px 0 0 0;
	border-bottom: 1px solid #D89E00;
}
.info .my_re1 .name_box .name_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.info .my_re1 .name_box .my_name{
	background: #fff;
    max-width: 60%;
    width: 100%;
    padding-left: 40px;
	border-bottom: 1px solid #E3E3E3;
	color:#000;
}
.info .my_re1 .name_box .my_name .family_name{
	display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
}
.info .my_re1 .name_box .my_name .first_name{
	display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
}
.info .my_re1 .famliy_box{
	width: 40%;
    display: flex;
}
.info .my_re1 .famliy_box .famliy_title{
	background-color: #ffc900;
    width: 60%;
    text-align: center;
	border-bottom: 1px solid #D89E00;

}
.info .my_re1 .famliy_box .famliy_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color: #000;
}
.info .my_re1 .famliy_box .family_number_box{
	background: #fff;
    width: 40%;
    text-align: center;
    border-radius: 0 10px 0 0;
	border-bottom: 1px solid #E3E3E3;
}
.info .my_re1 .famliy_box .family_number_box .family_number{
	margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
}
.my_re2{
	display: flex;
}
.my_re2 .mobile_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.my_re2 .mobile_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.my_re2 .mobile_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
    border-bottom: 1px solid #E3E3E3;
	color:#000;
}
.my_re2 .mobile_box .mobile_info{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
}
.my_re3{
	display: flex;
}
.my_re3 .mail_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.my_re3 .mail_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.my_re3 .mail_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
    border-bottom: 1px solid #E3E3E3;
	color:#000;
}
.my_re3 .mail_box .mail_info{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
}
.arrival_korea_li{
	display: flex;
}
.arrival_korea_li .arrival_korea_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.arrival_korea_li .arrival_korea_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.arrival_korea_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 11px 40px;
    border-bottom: 1px solid #E3E3E3;
}
.arrival_left{
	float:left;
	width:50%;
}
.arrival_left p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.arrival_right{
	float:left;
	width:50%;
	text-align:center;
}
.img_span img{
	margin-top: -5px;
}
.arrival_time_answer{
	display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.calender_answer{
	display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

.arrival_right p{
	margin: 0;
    padding-top: 80px;
	color:#000;
}
.arrival_right p span{
	display: block;
}
.cost_title{
	font-size: 20px;
    font-weight: 400;
}
.cost_info{
	font-size: 25px;
    font-weight: 500;
}
.departure_right p{
	margin: 0;
    padding-top: 80px;
	color:#000;
}
.departure_right p span{
	display: block;
}
.departure_korea_li{
	display: flex;
}
.departure_korea_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.departure_korea_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.departure_korea_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 11px 40px;
    border-bottom: 1px solid #E3E3E3;
}
.departure_left{
	float: left;
    width: 50%;
}
.departure_left p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
	color:#000;
}
.meeting_time_answer, .departure_time_answer{
	display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.departure_right {
    float: left;
    width: 50%;
    text-align: center;
}
.around_town_li{
	display: flex;
}
.around_town_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.around_town_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
	color:#000;
}
.around_town_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 11px 40px;
    border-bottom: 1px solid #E3E3E3;
}
.around_town_left{
	float: left;
    width: 50%;
}
.around_town_left p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
	color:#000;
}
.around_town_right{
	float: left;
    width: 50%;
	text-align:center;
}
.around_town_right p{
	margin: 0;
    padding-top: 60px;
	color:#000;
}
.around_town_right p span {
    display: block;
}
.db_ul{width:100%;}
.color_y{
	color:#ffc900 !important;
}
.color_y span{
	display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
	color:#000;
}
.arrival_korea_box:after {
	content: "";
	display: block;
	clear: both;
}
.departure_korea_box:after {
	content: "";
	display: block;
	clear: both;
}
.around_town_box:after {
	content: "";
	display: block;
	clear: both;
}
.back_p{
	font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
}
.total{
	width:100%;
}
.total li{
	display: flex;
}
.total_cost_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffc900;
    border-bottom: 1px solid #D89E00;
}
.total_cost_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 26px 0;
    color: #000;
}
.total_cost_box{
	background: #fff;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
	padding: 21px 40px;
}
.total_cost_box p{
	margin-bottom:0px;
	padding: 5px;
}
.total_cost_box p .cost_title{
	color: #000;
}
.total_cost_box p .cost_info{
	color: #000;
}
.any_requests ul{
	width:100%;
}
.requests_li{
	display: flex;
}
.requests_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}
.requests_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
    color: #000;
}
.requests_info{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding-left: 40px;
    border-bottom: 1px solid #E3E3E3;
    color: #000;
}
.requests_info p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
	color: #000;
}
.answer_li{
	display: flex;
}
.answer_title{
	max-width: 288px;
    width: 40%;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0 0 0 10px;
}
.answer_title p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
    color: #000;
}
.answer_info{
	background: #fff;
    max-width: 100%;
    width: 100%;
    padding-left: 40px;
    border-bottom: 1px solid #E3E3E3;
    color: #000;
    border-radius: 0 0 10px 0;
}
.answer_info p{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 21px 0;
    color: #000;
}
.my_reservation_bottom{
	width: 100%;
    background-color: #fff;
    border-radius: 10px;
	padding:35px 0;
	margin-top: 10px;
}
.my_reservation_bottom h2{
	margin: 0;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}
.my_reservation_bottom p{
	/*font-size: 18px;*/
	font-size: 20px;
    text-align: center;
    /*font-weight: 400;*/
    font-weight: bold;
    margin-bottom: 5px;
}



.bottom_button{
	width: 100%;
    text-align: center;
	margin-top: 30px;
}
.bottom_button a{
	display: inline-block;
    width: 180px;
    font-size: 20px;
    padding: 10px 0;
    background-color: #000;
    color: #ffc900;
    font-weight: 500;
    border-radius: 30px;
    text-align: center;
    margin: 0 20px;
}

.bottom_button a:hover{
	background-color: #ffc900;
    color: #000;
}

/*********   �α���â   *********/

.login_bg{
    /*background: url(/img/login_bg.png) no-repeat;*/
    background-color: #ffc900;
    background: -webkit-linear-gradient(59deg, rgb(255, 201, 0), rgb(255, 216, 0));
    background: linear-gradient(59deg, rgb(255, 201, 0), rgb(255, 216, 0));
    height: auto;
    width: 100%;
}
.login_bg .pattern {
    background: url(/img/pattern.png);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding: 150px 0;
}
.login_bg .login_box{
	max-width: 600px;
    width: 95%;
    margin: 60px auto;
	margin-bottom: 0;
    background-color: rgba(255,255,255,0.95);
    border-radius: 40px;
    padding: 50px 70px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.login_bg .login_box h2{
	text-align: center;
    margin-bottom: 30px;
}
.login_bg .login_box h2 img{
	width:170px;
}
.login_bg .login_box h3{
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #000;
}
.login_box .E-mail{
	display: flex;
    background-color: #fff;
    border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #d7d7d7;
}
.login_box .E-mail input {
    width: 50%;
    border: none;
    font-size: 20px;
    border-bottom: 0px;
    line-height: 40px;
    font-weight: 400;
    padding-left: 10px;
    background-color: rgba(0,0,0,0);
    margin-top: 0px;
}
.login_box .E-mail p {
	width: 10%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.login_box .id, .login_box .pw{
	display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px;
    margin-bottom: 10px;
	border: 1px solid #d7d7d7;
}
.login_box .id span, .login_box .pw span{
	display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 50px
}
.login_box .id input{
	width: 100%;
    border: none;
    font-size: 20px;
    border-bottom: 0px;
    line-height: 40px;
    font-weight: 400;
    padding-left: 10px;
    background-color: rgba(0,0,0,0);
    margin-top: 0px;
}
.login_box .pw input{
	width: 100%;
    border: none;
    font-size: 20px;
    border-bottom: 0px;
    line-height: 40px;
    font-weight: 400;
    padding-left: 10px;
    background-color: rgba(0,0,0,0);
    margin-top: 0px;
}
.login_button_box{
	width: 100%;
    text-align: center;
    margin-top: 40px;
}
.login_button_box .login_button{
	width: 200px;
    border: none;
    background-color: rgba(0,0,0,1);
    color: #ffc900;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    padding: 12px 0;
}
.login_button_box .login_button:hover{
	background-color: rgb(255 201 0);
	color: #fff;
}
.password input{
	width: 100%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-left: 10px;
    background-color: rgba(0,0,0,0);
    margin-top: 30px;
}
.password input::placeholder{
	font-weight:400;
	color:rgba(0,0,0,0.6);
}
.main_sec .right .h2_pink_up{
	margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
}
/*********         ������         **********/

@media (max-width: 1300px) {
.main_sec .right {
    padding: 12% 30px;
	height:auto;
}
.main_sec .left {
    height:auto;
}
.number_f {
    left: calc(-50% + 40px);
}
}
@media (max-width: 1220px) {
.info .my_re1 {
    display: block;
}
.info .my_re1 .name_box {
    width: 100%;
    display: flex;
}
.info .my_re1 .name_box .name_title {
    max-width: 288px;
    width: 40%;
}
.info .my_re1 .name_box .my_name {
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
    border-radius: 0 10px 0 0;
}
.info .my_re1 .famliy_box .famliy_title {
    background-color: #ffc900;
    max-width: 288px;
    width: 40%;
    text-align: center;
    border-bottom: 1px solid #D89E00;
}
.info .my_re1 .famliy_box .family_number_box {
    width: 100%;
	max-width: 100%;
    text-align: left;
    padding: 0 40px;
    border-radius: 0;
}
.info .my_re1 .famliy_box {
    width: 100%;
    display: flex;
}
.gray_bg {
    padding: 0 10px;
    padding-top: 80px;
}
}

@media (max-width: 1200px) {
.meun {
    padding: 25px 25px;
}
.black_box_left {
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    width: 80%;
    padding: 35px;
    margin: auto;
}
.black_box_right {
	background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    width: 80%;
    padding: 35px;
    margin:30px auto;
}
.reservation_box .reservation_top {
    display: block;
}
.reservation_bottom {
    width: 80%;
    margin: auto;
}
.reservation_bottom ul li .in_town_box {
    width: 92%;
}
.mypage_list {
    width: 95%;
    margin: auto;
}
.login_bg .pattern {
    background: url(/img/pattern.png);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding: 130px 0;
}
}
@media (max-width: 1100px) {
.main_sec .right {
    padding: 12% 30px;
	width: 100%;
	height: auto;
	text-align: center;
}
.main_sec{
    width: 100%;
    display: block;
}
.main_sec .left {
    height: 400px;
    width: 100%;
    background: url(/img/main.png) no-repeat center;
    background-size: cover;
}

}
@media (max-width: 1060px) {
	.textarea_box h3 {
    line-height: 25px;
    font-size: 20px;
    margin-top: 22px;
}
.gray_bg {
    padding: 50px 20px;
    padding-top: 80px;
}
.arrival_left {
    float: none;
    width: 100%;
}
.arrival_right {
    float: none;
    width: 100%;
    text-align: left;
}
.arrival_right p span {
    display: inline-block;
}
.departure_right p span {
    display: inline-block;
}
.around_town_right p span {
    display: inline-block;
}
.cost_title {
    font-size: 18px;
    font-weight: 500;
    color: #ffc900;
}
.cost_info {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.arrival_right p {
    padding-top: 0px;
	padding: 10px 0;
}
.departure_left{
	float: none;
    width: 100%;
}
.departure_right{
	float: none;
    width: 100%;
	text-align: left;
}
.departure_right p {
    padding-top: 0px;
	padding: 10px 0;
}
.around_town_right p {
    padding-top: 0px;
	padding: 10px 0;
}
.around_town_left {
	float: none;
    width: 100%;
}
.around_town_right {
	float: none;
    width: 100%;
	text-align: left;
}
}


@media (max-width: 960px) {
	.reservation_bottom ul li .in_town_box {
    width: 90%;
}
.reservation_bottom ul li .in_town_box > div {
    display: inline-block;
    width: 45%;
    margin: 0 1%;
}
.reservation_bottom .in_date {
    margin-bottom: 25px !important;
}
.reservation_bottom ul li .cencel_li {
    margin-top: 60px;
}



}
@media (max-width: 920px) {
.main_sec .left {
    height: 350px;
    width: 100%;
    background: url(/img/main.png) no-repeat center;
    background-size: cover;
}

}

@media (max-width: 780px) {
.name_box .name_left input {
    margin-top: 30px;
}
.main_sec .right .h2_pink_up{
	    margin-bottom: 15px;
}
.m_category{
	width: 20px;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 0;
    background: url(/img/menu_button.png) no-repeat center;
    border: none;
	display:block;
}
.m_category:focus{
	outline:none;
}
.relative{
	position:relative;
}
.name_box .name_right {
    display:none;
}
.name_box .name_left {
    width: 100%;
    margin-right: 0;
}
.m_number_f{
	display:flex;
}
.m_number_right{
	position: relative;
	width: 50%;
}
.Mobile select {
    width: 40%;
}
.m_number_f input {
	width: 100%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    line-height: 50px;
    font-weight: 400;
    padding-right: 35%;
    background-color: rgba(0,0,0,0);
    margin-top: 30px;
    text-align: center;
}
.m_number_f input::placeholder{
	font-weight:400;
	color:rgba(255,255,255,0.8);
}
.m_number_f label {
    position: absolute;
    top: 45px;
    right: 10%;
	font-weight: 500;
    color: #000;
}
.m_number_f .m_h3{
	font-size: 19px;
    margin-top: 40px;
    line-height: 30px;
    margin-right: 20px;
    margin-left: 10px;
    width: 50%;
    color: #000;
    font-weight: 500;
}
.menu_category{
	display:none;
}
.logo {
    text-align: center;
    float: none;
}
.login{
	display:none;
}
.meun{
	padding: 15px 25px;
}

.reservation_bottom ul li {
	position:relative;
}
.reservation_bottom ul li .in_town_box {
    width: 100%;
}
.reservation_bottom ul li .cencel_li {
    position: absolute;
    top: 5px;
	margin-top:0px;
    right: 0;
}
.reservation_bottom ul li .in_town_box > div {
    display: inline-block;
    width: 45%;
    margin: 10px 1%;
}
.reservation_bottom {
    width: 90%;
    margin: auto;
}
.black_box_left {
	width: 90%;
    padding: 35px;
    margin: 30px auto;
}
.black_box_right {
    width: 90%;
    padding: 35px;
    margin: 30px auto;
}
.reservation_box .reservation_top {
    padding-top: 0px;
}
.textarea_box {
    display: block;
    padding: 0;
}
.textarea_box h3 {
    line-height: 25px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}
.textarea_box .textarea_p {
    width: 100%;
}

.mypage_list .mypage_situation .requestion {
    color: #2F6D19;
    line-height: 20px;
}
.mypage_list td p {
    font-size: 16px;
}
.mypage_list .m_s {
    width: 20%;
    font-size: 18px;
    padding: 35px 0;
}
.mypage_list .m_r {
    width: 60%;
    padding: 35px 0;
    background-color: #fff;
}
.mypage_list .m_d {
    width: 20%;
    font-size: 18px;
    padding: 35px 0;
}
.mypage_list .m_r p {
    text-align: center;
    font-size: 18px;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
}
.gray_bg h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 25px;
    font-weight: 500;
}
.situation {
    position: static;
    text-align: center;
}
.rr_p {
	display: inline-block;
}
.cc_p {
	display: inline-block;
}
.cf_p {
	display: inline-block;
}

.info .my_re1 .name_box .name_title p {
	white-space: pre-line;
}
.info .my_re1 .name_box .my_name {
    padding: 21px 40px;
}
.info .my_re1 .name_box .my_name .family_name, .info .my_re1 .name_box .my_name .first_name{
    display: block;
    padding: 0;
}
.login_bg .pattern {
    background: url(/img/pattern.png);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding: 100px 0;
}
}
@media (max-width: 725px){

.bottom_button a {
    display: inline-block;
    width: 180px;
    font-size: 20px;
    padding: 10px 0;
    background-color: #000;
    color: #ffc900;
    font-weight: 500;
    border-radius: 30px;
    text-align: center;
    margin: 0 20px 20px;
}

}
@media (max-width: 620px){
.info .my_re1 .famliy_box .family_number_box .family_number {
    margin-bottom: 0px;
    font-size: 17px;
	padding: 10px 0;
}
.info .my_re1 .name_box {
    display: table;
}
.info .my_re1 .name_box .name_title {
    display: table-cell;
	text-align: center;
}
.info .my_re1 .name_box .my_name {
    padding: 10px 15px;
    display: table-cell;
    text-align: left;
}
.info .my_re1 .famliy_box {
	display: table;
}
.info .my_re1 .famliy_box .famliy_title {
	display: table-cell;
	text-align: center;
}
.info .my_re1 .famliy_box .family_number_box {
	display: table-cell;
	text-align: left;
    padding: 0 15px;
}
.info .my_re1 .name_box .my_name .family_name {
    font-size: 15px;
}
.info .my_re1 .name_box .name_title p {
    margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.info .my_re1 .name_box .my_name .family_name, .info .my_re1 .name_box .my_name .first_name {
    display: block;
    padding: 0;
    font-size: 15px;

}
.info .my_re1 .famliy_box .famliy_title p {
    margin-bottom: 0;
    font-size: 15px;
    padding: 15px 5px;

}
.my_re2 {
	display: table;
	width: 100%;
}
.my_re2 .mobile_title {
	display: table-cell;
	text-align: center
}
.my_re2 .mobile_box {
	display: table-cell;
	text-align: left;
    padding: 0 15px;
}
.my_re2 .mobile_box .mobile_info {
    margin-bottom: 0;
    font-size: 15px;
	padding: 10px 0;
}
.my_re2 .mobile_title p {
    margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.my_re3 {
	display: table;
	width: 100%;
}
.my_re3 .mail_title {
	display: table-cell;
	text-align: center;
}
.my_re3 .mail_box {
	display: table-cell;
	text-align: left;
	padding:0 15px;
}
.my_re3 .mail_title p {
    margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.my_re3 .mail_box .mail_info {
    margin-bottom: 0;
    font-size: 15px;
	padding: 10px 0;
}
.arrival_korea_li {
    display: table;
	width: 100%;
}
.arrival_korea_li .arrival_korea_title {
	display: table-cell;
	text-align: center;
}
.arrival_korea_li .arrival_korea_title p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.arrival_korea_box {
	display: table-cell;
	padding: 10px 15px;
	}
.calender_answer {
    font-size: 15px;
}
.img_span img{
	width:22px;
}
.arrival_time_answer {
	font-size: 15px;
}
.back_p {
    font-size: 12px;
}
.arrival_left p {
    margin-bottom: 0;
    font-size: 15px;
}
.color_y span {
    display: block;
    margin-left: 0px;
    font-size: 17px;
}
.cost_title {
    font-size: 15px;
}
.arrival_right p span {
    display: block;
}
.cost_info {
    font-size: 17px;
	margin-left: 0px;
}
.departure_korea_li {
	display: table;
	width: 100%;
}
.departure_korea_title {
	display: table-cell;
	text-align: center;
	padding: 0px 5px;
}
.departure_korea_title p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.departure_korea_box {
	display: table-cell;
	padding: 10px 15px;
}
.meeting_time_answer, .departure_time_answer {
    font-size: 15px;
}
.departure_left p {
    margin-bottom: 0;
    font-size: 15px;
}
.departure_right p span {
    display: block;
}
.around_town_li {
	display: table;
    width: 100%;
}
.around_town_title {
	display: table-cell;
	text-align: center;
	padding: 0px;
}
.around_town_title p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.around_town_box {
	display: table-cell;
    padding: 10px 15px;
}
.around_town_left p {
	font-size: 15px;
}
.around_town_right p span {
    display:block;
}
.total li {
	display: table;
    width: 100%;
}
.total_cost_title {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.total_cost_title p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 15px 0;
}
.total_cost_box {
	padding: 10px 15px;
	display: table-cell;
}
.total_cost_box p .cost_title {
    color: #ffc900;
	margin-right: 10px;
}
.requests_li {
	display: table;
    width: 100%;
}
.requests_title{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.requests_title p {
    margin-bottom: 0;
    font-size: 15px;
    padding: 15px 0;
}
.requests_info {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}
.requests_info p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 10px 15px;
}
.answer_li {
    display: table;
    width: 100%;
}
.answer_title {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.answer_title p{
	margin-bottom: 0;
    font-size: 15px;
	padding: 15px 5px;
}
.answer_info {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 0;
}
.answer_info p {
	margin-bottom: 0;
    font-size: 15px;
	padding: 10px 15px;
}

.my_reservation_bottom {
    padding: 20px 10px;
}
.gray_bg h2 {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
}
.my_reservation_bottom p {
    /*font-size: 13px;*/
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.bottom_button {
    margin-top: 20px;
}
.bottom_button a {
    display: block;
    width: 150px;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 15px;
}






}
@media (max-width: 600px) {
.main_sec .right {
    padding: 12% 10px;
}
.main_sec .right > h2 {
    /*text-align: center;*/
    text-align: left;
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.m_number_f .m_h3 {
    font-size: 18px;
    margin-top: 40px;
    line-height: 35px;
}
.main_sec .left {
    height: 280px;
    width: 100%;
    background: url(/img/main.png) no-repeat center;
    background-size: cover;
}
.ok {
    width: 70%;
	max-width: 280px;
}
.black_box_left .arrival_1 {
    display: block;
}
.black_box_left .arrival_1 .arrival_kor {
    width: 100%;
    text-align: center;
}
.black_box_left .arrival_1 .cost {
    width: 100%;
    text-align: center;
}
.black_box_left .arrival_2 {
    display: block;
    margin-top: 0px;
}
.black_box_left .arrival_2 .date {
    width: 100%;
    position: relative;
    padding: 0 5%;
    margin-bottom: 25px;
}
.black_box_left .arrival_2 .date .calender {
    top: 6px;
    right: 7%;
}
.black_box_left .arrival_2 .flight_no {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 25px;
}

.black_box_left .arrival_3 {
    display: block;
    margin-top: 0px;
}
.black_box_left .arrival_3 .arrival_time {
    width: 100%;
    padding: 0px 5%;
	margin-bottom: 25px;
}
.arrival_time > p {
    text-align: center;
    color: #757575;
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
}
.black_box_left .arrival_3 .destination {
    width: 100%;
    padding: 0 5%;
}
.black_box_left .arrival_2 .date input {
    font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.black_box_left .flight_no input, .black_box_left .arrival_time input, .black_box_left .destination input {
    font-size: 18px;
    text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.black_box_right .arrival_1 {
    display: block;
}
.black_box_right .arrival_1 .arrival_kor {
    width: 100%;
    text-align: center;
}
.black_box_right .arrival_1 .cost {
    width: 100%;
    text-align: center;
}
.black_box_right .arrival_2 {
    display: block;
    margin-top: 0px;
}
.black_box_right .arrival_2 .date {
    width: 100%;
    position: relative;
    padding: 0 5%;
    margin-bottom: 25px;
}
.black_box_right .arrival_2 .date .calender {
    top: 6px;
    right: 7%;
}
.black_box_right .arrival_2 .date input {
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.black_box_right .arrival_2 .flight_no {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 25px;
}
.black_box_right .arrival_3 {
    display: block;
    margin-top: 0;
}
.black_box_right .arrival_3 .Departure_Time {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 25px;
}
.black_box_right .arrival_3 .meeting_time {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 25px;
}
.black_box_right .arrival_4 {
    width: 100%;
    margin: auto;
}
.black_box_right .arrival_4 .meeting_point {
    margin-top: 0;
}
.black_box_right .arrival_4 .meeting_point input {
	font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
    text-align: left;
}
.black_box_right .flight_no input, .black_box_right .Departure_Time input, .black_box_right .meeting_time input {
    font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
    text-align: left;
}
.reservation_bottom ul li .in_town_box {
    width: 100%;
    padding: 45px 10%;
}
.reservation_bottom ul li .in_town_box > div {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.reservation_bottom ul li .in_town_box .in_meeting_time{
	margin-bottom: 25px;
}
.reservation_bottom ul li .in_town_box .in_meeting_point{
	margin-bottom: 25px;
}
.reservation_bottom .in_date input {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #888888;
    color: #000;
}
.in_meeting_time input, .in_meeting_point input, .in_destination input {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #888888;
    color: #000;
    text-align: left;
}

.mypage_list .mypage_situation {
    padding: 0 15px;
}
.mypage_list .mypage_date {
    padding: 15px;
}
.mypage_list .mypage_date p{
	font-size: 16px;
    line-height: 20px;
}
.mypage_list .m_s {
    width: 25%;
    font-size: 18px;
    padding: 35px 0;
}
.mypage_list .m_r {
    width: 50%;
    padding: 35px 0;
    background-color: #fff;
}
.mypage_list .m_d {
    width: 25%;
    font-size: 18px;
    padding: 35px 0;
}
.mypage_list .m_r p {
    text-align: center;
    font-size: 18px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}
.mypage_date .d_year{
	font-size: 15px;
	font-weight:500;
}
.mypage_date .dot{
	display:none;
}
.mypage_date br{
	display:block;
}
.login_bg .login_box {
    max-width: 600px;
    width: 95%;
    margin: 60px auto;
	margin-bottom: 0;
    border-radius: 40px;
    padding: 30px 30px;
}
.login_bg .login_box h2 img {
    width: 150px;
}
.login_button_box {
    margin-top: 30px;
}
.login_box .E-mail p {
    line-height: 45px;
}
.login_box .E-mail input, .login_box .id input{
    font-size: 18px;
}
.login_box .id span, .login_box .pw span {
    line-height: 45px;
}
.login_bg .login_box h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.login_button_box .login_button {
    width: 180px;
    border: none;
    background-color: rgba(0,0,0,1);
    color: #ffc900;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 0;
}
.login_bg .pattern {
    background: url(/img/pattern.png);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding: 80px 0;
}
}
@media (max-width: 480px) {
	.mypage_list .m_r p {
    text-align: center;
    font-size: 16px;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
}

.mypage_list .m_s {
    width: 25%;
    font-size: 15px;
    padding: 35px 0;
}
.mypage_list .m_d {
    width: 25%;
    font-size: 15px;
    padding: 35px 0;
}
.mypage_list td p {
    font-size: 13px;
}
.mypage_list .mypage_date p {
    font-size: 13px;
    line-height: 20px;
}
.mypage_list td p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}
.Mobile select {
    width: 30%;
    font-size: 18px;
    white-space: pre-line;
}
}
@media (max-width: 400px) {
.total_cost_box p .cost_title {
    color: #ffc900;
    margin-right: 0px;
    margin: 10px;
}
}
@media (max-width: 350px) {
	.Mobile select {
    font-size: 18px;
}
.Mobile select {
    width: 30%;
    font-size: 16px;
}
.my_re3 .mail_box .mail_info {
    margin-bottom: 0;
    font-size: 13px;
    padding: 10px 0;
}
.m_number_right {
    position: relative;
    width: 50%;
}
.m_number_f .m_h3 {
    font-size: 15px;
    width: 50%;

}


}

.right h2 a{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 30px;
}

