/* Layout CSS Document */
body{

}

/*상단 영역*/
#top_menu_area{
	width: 100%;
	text-align: center;
	color: #e5e5e5;
	background: #fff;
	margin: 0px;
	z-index: 9000;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #38a4dd;
}
#top_sub_area{
	float: left;
	width: 100%;
	display: none;
	border-bottom: 1px solid #efefef;
	color: #555;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	text-align: center;
}

#top_area{
	float: left;
	width: 100%;
	display: inline-block;
	color: #555;
	text-align: center;
}

#top_sbz_left{
	display: none;
}
#top_sbz_left span{
	font-size: 15px;
	line-height: 20px;
	color: #cdcdcd;
}
#top_sbz_right{
	width: 100%;
	text-align: left;
	float: left;
}
#top_sbz_right a{
	font-weight: normal;
	color: #9b9b9b;
}
#top_sbz_right span{
	font-size: 15px;
	line-height: 20px;
	padding-right: 10px;
	color: #cdcdcd;
}
.con_w{
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#top_sub_zone, #top_con_area{
	color: #555;
}
#top_logo{
	width: 50%;
	min-width: 65px;
	text-align: left;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 45px;
}
#top_menu{
	display: none;
}
#top_menu_m_button{
	display: inline-block;
	width:50px;
	background: #38a4dd;
	text-align: center;
	float: right;
	padding: 0px;
	padding-top: 15px;
	margin:0px;
	height: 60px;
	cursor: pointer;
}
#top_menu_m_button img{
	width: 80%;
	height: 80%;
}
#top_menu_m{
	display: none;
	z-index: 9000;
	position: fixed;
	margin: 0px;
	top: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	/* padding-top: 15px; */
	background: rgba(255,255,255,0.9);
	

}
#m_login_area{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
	background: #38a4dd;
}
#top_login_m{
	width: 80%;
	float: left;
	text-align: left;
	padding-left: 15px;
}
#top_login_m a{
	color: #ffffff;
}
#top_login_m span{
	margin-right: 10px;
}
#top_menu_m_x{
	width: 20%;
	float: left;
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
#mobile_menu_dept1{
	float: left;
	width: 100%;
}
#top_menu_m ul{
	list-style: none;
	margin: 0px;
}
#top_menu_m ul li{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	color: #555555;
	text-align: left;
}

#top_menu_m .menu_selected{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #38a4dd;
	color: #555555;
	text-align: left;
}
#top_menu_m .menu_selected a{
	color: #38a4dd;
	text-decoration:none; 
	padding-bottom:3px;
	font-weight: 500;
}
#top_menu_m .menu_not_s a{
	color: #424040;
	font-weight: 300;
}
#top_menu_m .menu_not_s a:hover{
	color: #38a4dd;
	text-decoration:none; 
	font-weight: 500;
}
#mobile_2depts_menu{
	z-index: 100;
	position: fixed;
	margin: 0px;
	top: 60px;
	padding-top: 0px;
	width: 100%;
	text-align: center;
	/* padding-top: 15px; */
	background: rgba(255,255,255,0.5);
}
.m2d_title{
	float: left;
	width: 40%;
	margin-bottom: 0px;
	border-bottom: 1px solid #38a4dd;
	padding: 10px;
	color: #38a4dd;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
	background: #fff;

}
.m2d_navigation{
	float: left;
	width: 60%;
	margin-bottom: 0px;
	border-bottom: 1px solid #38a4dd;
	padding: 10px;
	background: #38a4dd;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
}
.m2d_navigation > img{
	position: absolute;
	right: 15px;
	top: 18px;
}
#mobile_2depts_con{
	display: none;
	float: right;
	width: 60%;
	margin-bottom: 0px;
	border-bottom: 1px solid #38a4dd;
	padding: 10px;
	background: #38a4dd;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
}

/*본문 영역 */
#container{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 101px;
}
#container_single{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.top_banner_area{
	width: 100%;
	border-bottom: 1px solid #efefef;
}
#top_banner_con{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #9b9b9b;
	font-size: 14px;
	line-height: 20px;
}
#top_banner_con h1{
	color : #38a4dd;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 700;
}
.tb_title{
	text-align: center;
	color: #424040;
	font-size: 18px; 
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
.rSlider{
	float: left;
	margin:0px;
}
.sub_background{
	float: left;
	margin:0px;
	width: 100%;
}
.sub_bg_title{
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.sub_background h2{
	font-size: 2rem;
	line-height: 2.4rem;
	color: #555;
	font-weight: 600;
	}
#maincon_area{
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	text-align: center;
}
#main_quick_order{
	color: #ffffff;
	background: rgba(65, 119, 161, 1);
	padding: 20px;
	text-align: center;
}
#main_quick_order input{
	width: 100px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#main_quick_order select{
	width: 100px;
	height: 30px;
	margin-bottom: 0px;
}
#sim_img_area{
	display: none;
}
.slide-styled p{
	display: none;
}
.rSlider .slide-styled h2{
	font-size: 2rem;
	line-height: 2.3rem;
}
.main_icon_area{
	width: 33%; 
	float: left; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding: 10px;
	text-align: center;
}
.main_icon_area img{
	width: 80%;
	margin-bottom: 10px;
}
#service_con_area .main_icon_area h3{
	text-align: center;
}
#sim_img_area img{
	width: 100%;
}
#main_con1_left{
	float: left;
	width: 100%;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main_con1_right{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#main_con1_right hr{
	border-bottom: 1px solid #cdcdcd;
}
#main_con1_right ul li{
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

/*img caption*/

#main_con1_caption{
	width: 100%; 
	float: left;
	padding-bottom: 20px;
	height: 230px;
	overflow: hidden;
}

figure.cw_caption {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px;
  height: 220px;
  width: 98%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.cw_caption * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.cw_caption img {
  min-width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
}

figure.cw_caption figcaption {
  position: absolute;
  top: 30px;
  left: 10px;
  right: 10px;
  bottom: 50px;
}

figure.cw_caption .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

figure.cw_caption .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

figure.cw_caption h3,
figure.cw_caption p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}

figure.cw_caption h3 span,
figure.cw_caption p span {
  font-weight: 800;
  color: #ffffff;
}

figure.cw_caption h3:before,
figure.cw_caption p:before,
figure.cw_caption h3:after,
figure.cw_caption p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
}

figure.cw_caption h3:before,
figure.cw_caption p:before {
  left: -1000%;
}

figure.cw_caption h3:after,
figure.cw_caption p:after {
  right: -1000%;
}

figure.cw_caption h3:before,
figure.cw_caption h3:after {
  top: 50%;
}

figure.cw_caption p {
  font-size: 0.8em;
  font-weight: 500;
}

figure.cw_caption p:before,
figure.cw_caption p:after {
  bottom: 50%;
}

figure.cw_caption a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.cw_caption:hover img,
figure.cw_caption.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*bottom area*/

#bottom_area{
	float: left;
	width: 100%;
	background: #000;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#bottom_con{
	padding-left: 10px;
	padding-right: 10px;
}
#bottom_con p{
	color: #fff;
	font-size: 15px;
	font-weight: bold;

}
#bottom_sns, #bottom_terms{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
#bottom_addr{
	float: left;
	width: 100%;
	text-align: left;
	line-height: 25px;
	margin-bottom: 15px;
}
#bottom_sns img{
	margin-right: 15px;
	opacity: 0.35;
}
#bottom_sns img:hover{
	margin-right: 15px;
	opacity: 1;
}

/*sub page*/
#sub_men_area, #sub_men_area2{
	display: none;
}
#sub_men_area ul{
	width: 100%;
	float: left;
	margin-left: 0px;
}
#sub_men_area ul li{
	width: 330px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.menu_sub1_selected{
	border-radius: 2px;
	background-color: #38a4dd;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.menu_sub1_selected a{
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.menu_sub1_not_s{
	border-radius: 2px;
	background-color: #f5f5f5;
	color: #cbcaca;
	font-size: 20px;
	line-height: 29px;
}
.menu_sub1_not_s:hover{
	border-radius: 2px;
	background-color: #38a4dd;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.menu_sub1_not_s:hover a{
	border-radius: 2px;
	background-color: #38a4dd;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.menu_sub1_not_s a{
	color: #cbcaca;
	font-size: 20px;
	line-height: 29px;
}
#sub_men_area2{
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cdcdcd;
}
#sub_men_area2 ul{
	clear: both;
	width: 100%;
	margin-left: 0px;
	text-align: left;
}
#sub_men_area2 ul li{
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	margin-right: 10px;
	font-weight: 500;
}

#sub_men_area3{
	background: #efefef;
	padding: 8px;
}
#sub_men_area3 ul{
	clear: both;
	width: 100%;
	margin-left: 0px;
	text-align: left;
}
#sub_men_area3 ul li{
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
	font-weight: 500;
}
.menu_sub2_selected a{
	border-radius: 2px;
	color: #38a4dd;
}
.menu_sub2_not_s a{
	border-radius: 2px;
	color: #cdcdcd;
}

.menu_sub3_selected a{
	border-radius: 2px;
	color: #38a4dd;
}
.menu_sub3_not_s a{
	border-radius: 2px;
	color: #999;
}
#subpage_con_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	text-align: center;
}
#sub_con1{
	background: #fff;
}
.service_menu_list{
	display: block;
	float: left;
	width: 90%;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
}

.service_menu_list li{
	float: left;
	width: 33%;
	text-align: center;
	list-style: none;
}
.data_item_list_area{
	width: 100%;
	text-align: left;
	padding: 0px;
	font-size: 20px;
	line-height: 25px;
}
.data_item_list{
	float:left; 
	width: 100%; 
	padding: 10px; 
	border: 1px solid #cdcdcd; 
	border-radius: 5px; 
	margin-bottom: 15px;
	word-break:break-all;
	text-align: center;
	cursor: pointer;
}
#service_con_area .data_item_list h3{
	text-align: center;
	margin-top: 15px;
}

.data_item_descript{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}

.item_con_list{
	clear: both;
	display: inline-block;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 20px;
}
.item_info_left{
	float: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;

}
.item_con_list h4{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.item_info_right{
	float: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
  
.item_info_right table tr td{
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
.item_info_right .prd_table_title{
	width: 100px;
}
.item_info_right p{
	text-align: left;
}
.list_link{
	width: 100%;
	display: inline-block;
	padding: 0;
	box-sizing: content-box;
}
.list_link {
	line-height: 45px;
	color: #757575;
	background-color: #ffffff;
	font-size: 17px;
	border: 1px solid #ababab;
}
.activColor, .list_link:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #3a68b2;
	border: 1px solid #3a68b2;
}
.activColor a, .list_link:hover a{
	color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;

}
#service_sub_menu_area{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	border-bottom: 1px solid #cdcdcd;
}
.service_menu2{
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.service_menu2 li{
	float: left;
	list-style: none;
	margin-right: 15px;
	font-weight: bold;
}
#service_con_area{
	display: inline-block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
#subpage_con_area img{
	max-width: 100%;
}

#service_con_area h1{
	color: #38a4dd;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.service_img_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.service_img{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.service_img img{
	margin-bottom: 20px;
}
.service2_con{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.service2_img{
	display: none;
	float: left;
	width: 44%;
}
.service2_txt{
	float: left;
	text-align: left;
	width: 100%;
	font-size: 16px;
}
#service_con_area .service2_txt h1{
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	font-weight: 500;

}
.guide_ol{
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
.guide_ol li{
	line-height: 30px;
	text-align: left;
}
.guide_ul{
	text-align: left; 
}

.guide_ul li{
	font-size: 12px;
	line-height: 20px;
	text-align: left; 
}
.service_ctr_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px; 
	margin-bottom: 30px;
	text-align: left;
}
.service_ctr{
	float: left;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
}
#color_area{
	width: 100%;
	margin-top: 30px;
}
#color_area{
	width: 100%;
	margin-top: 30px;
}
#bi_down_area{
	float: left; 
	width: 100%; 
	text-align: right; 
	border-top: 1px solid #cdcdcd;
	padding-top: 15px; 
	margin-top: 15px;
}

#bi_down_area img{
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.color_info_area{
	display: inline-block;
	float: left; 
	width: 50%;
	font-size: 12px;
}
.color_info_area p{
	font-size: 15px;
	font-weight: bold;
}
.color_info1{
	width: 100%;
	height: 50px;
	background: #14a3ce;
	margin-bottom: 10px;
}
.color_info2{
	width: 100%;
	height: 50px;
	background: #2b2b7a;
	margin-bottom: 10px;
}
.prd_con_list{
	clear: both;
	display: inline-block;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.prd_con_img{
	float: left;
	width: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.prd_con_img img{
	width: 80%;
	margin-bottom: 10px;
}
.prd_con_txt{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.prd_con_txt h3, #service_con_area h3{
	color: #38a4dd;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.prd_con_icons{
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;

}
.prd_con_icons img{
	padding-left: 10px;
	padding-right: 10px;
}
.prd_price{
	font-size: 18px;
	margin-bottom: 15px;
	color: #3a76ab;
	font-weight: bold;
	text-align: center;
}

.prd_con_detail_img{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.prd_con_detail_img img{
	width: 100%;
}
.prd_con_detail_txt{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.prd_con_detail_txt h4, .prd_con_detail_txt p{
	text-align: left;
}
.prd_con_detail_txt2{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	text-align: left;
}
.prd_con_detail_txt table{
	max-width: 90%;
	margin-top: 10px;
}
.prd_con_detail_txt table tr td{
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.prd_table_first{
	border-top: 1px solid #cdcdcd;
}
.prd_table_title{
	font-weight: bold;
}

#login_con_area{
	width: 90%;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom: 1px solid #cdcdcd;*/
}
#login_logo{
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}
#login_form_area{
	padding: 0px;
	text-align: left;
}

#login_form_area h1{
	color: #38a4dd;
	font-size: 39px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 20px;
}
#login_form_area label{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	text-align: left;
}
#login_form_area input{
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#login_form_area select{
	height: 40px;
	margin-top: 10px;
}
#login_form_area button{
	padding-top: 10px;
	padding-bottom: 10px;
}
#login_form_area hr{
	border: 0px;
	border-bottom: 1px solid #cdcdcd;
}
#login_form_area textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-top: 15px;
	text-align: left;
}
#login_form_area select{
	width: 50px
}
#phone2{
	width: 50px;
}
#phone3{
	width: 80px;
}
#phone4{
	width: 80px;
}
.point_color{
	color: red;
	font-size: 12px;
}

.point_color{
	color: red;
	font-size: 12px;
}


#book_con_area{
	float: left;
	width: 100%;
	text-align: center;
}

.book_con_list{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
	font-size: 15px;
	padding: 10px;
	text-align: left;
	margin: 0px;
}
.bk_country{
	float: left;
	width:100%; 
	text-align: left;

}
.data_name{
	width:100%; 
	margin-bottom: 10px; 
	text-align: left;
}
.bk_date_start{
	float: left;
	width: 100%;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bk_data{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bk_serial{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bk_total{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bk_device{
	float: right;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bk_selected{
	font-weight: bold;
	width: 100%;
	font-size: 20px;
	text-align: left;
}
.bk_icon{
	float: right;
	width: 50px;
	margin-right: 15px;
	text-align: right;
}
.bk_done{
	background: #efefef;
}
.book_con_list select, .book_con_list input{
	width: 95%;
	margin-top: 10px;
	height: 30px;
}
#bk_plus{
}
.bk_plus_con{
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #cdcdcd;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	margin: 0px;
	margin-top: 15px;
}

.bk_plus_con:hover{
	background: #fff;
	cursor: pointer;
}

#bk_sum{
}
.bk_sum_con{

	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #cdcdcd;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	margin: 0px;
	margin-top: 15px;
	background: #fff;
}
.bk_sum_total{
	float: left;
	width: 100%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 15px;
}
.bk_total_price{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.bk_sum_buttons{
	float: left;
	width: 100%;
	text-align: center;
}
.bk_sum_buttons button{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.sub_left_menu{
	display: none;
	float: left;
	width: 100%;
	padding: 20px;
	text-align: left;
}
.sub_left_menu a{
	color: #888;
	font-weight: normal;
}
.sub_right_con_area{
	float: left;
	width: 100%;
	padding: 10px;
	text-align: left;
	background: #fff;
}
#mypage_con_area{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
#sub_con2{
	display: inline-block;
	background: #fff;
}
.sub_menu_title{
	float: left;
	margin-bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #38a4dd;
	padding: 15px;
	color: #38a4dd;
	font-weight: 800;
	font-size: 20px;
}
.faq_title{
	font-weight: 600;
	font-size: 18px;
	color: #38a4dd;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.sub_menu_link{
	float: left;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	padding: 5px;
	background: #fff;
	text-align: left;
}
.now_menu{
	color: #38a4dd;
	background: #eaf8ff;
	font-weight: bold;
}
.now_menu a{
	color: #38a4dd;
	font-weight: bold;
}
.sub_menu_ul{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 20px;
	font-weight: bold;
}
.sub_menu_ul li{
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	padding: 10px;
}
.sub_menu_ul li:last-child{
	display: inline-block;
	border-right: 0px;
	padding: 10px;
}
.sub_menu_ul_selected{
	color: #000;
}
.cw_table{
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
}
.cw_table th{
	border-top: 2px solid #38a4dd;
	border-bottom: 1px solid #38a4dd;
	color: #38a4dd;
	font-weight: 700;
	background: #ffffff;
	padding: 10px;
	vertical-align: top;
}

.cw_table td{
	border-bottom: 1px solid #38a4dd;
	padding: 10px;
	vertical-align: top;
}
.cw_table .cw_table_title{
	background-color:#eaf8ff;
}
.cw_table .cw_table_con{
	border-top: 2px solid #38a4dd; 
	border-bottom: 1px solid #38a4dd;
	text-align: left;
}

.cw_table img{
	max-width: 100%;
}
.cw_table input{
	text-align: left;
}
.td_bts button{
	margin-bottom: 10px;
}
#support_con{
	display: inline-block;
	background: #fff;
}
#support_con1{
	width: 100%;
}
#support_con h3{
	text-align: left;
}
#support_con table td, #support_con table th{
	text-align: left;
}