#wrapper,
#container_wr,
#container{height: 100% !important;}

/*다음지도 공통*/
.root_daum_roughmap .wrap_controllers{display: none !important;}

/*헤더*/
.header{position: fixed; top: 0; left: 0; z-index: 500; width: 100%; height: 100px; background: #fff; overflow: hidden;}
.header_wr{text-align: center; font-size: 0;}
.hd_logo{float: left; line-height: 100px;}
.gnb_box{/* float: right; */ display: inline-block;}
.gnb{font-size: 0;}
.gnb > li{display: inline-block; padding: 0 40px; position: relative;}
/* .gnb > li:after{content: ""; display: block; width: 100%; height: 3px; background: #aff3ec; position: absolute; bottom: 0px; left: 0;} */
.gnb > li.inq_btn{width: 83px; height: 83px; margin-top: 9px; padding-right: 0; border-radius: 50%; background: #ffbc00; text-align: center; font-size: 14px; font-weight: 500; color: #fff; cursor: pointer;}
.gnb > li.inq_btn a{display: block; font-size: 0; font-weight: 300; line-height: 1.2;}
.gnb > li.inq_btn div{margin-top: 14px;}
.gnb > li.inq_btn p{margin-top: 9px; font-size: 14px; font-weight: 500; color: #fff;}
.gnb > li > a{display: block; font-size: 18px; font-weight: 400; color: #0f0f0f; line-height: 100px;}
.gnb > li > a:hover{}
.nav_box{float: right;}
.nav{font-size: 0;}
.nav li{display: inline-block; position: relative; padding: 0 20px;}
/*.nav li:first-child:after{position: absolute; display: block; content:""; width: 1px; height: 15px; background: #e3e3e3; right: 0; top: 50%; margin-top: -7.5px;}*/
.nav li:after{position: absolute; display: block; content:""; width: 1px; height: 15px; background: #e3e3e3; right: 0; top: 50%; margin-top: -7.5px;}
.nav li:last-child:after{background: #ffffff;}
.nav li a{display: block; font-size: 16px; font-weight: 300; color: #273890; line-height: 100px;}

.sub_menubox{
	position: fixed; top: 100px; left: 0; z-index: 500;
	width: 100%; height: 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.sub_menubox:before{content: ""; display: block; width: 100%; height: 1px; background: #f1f1f1; position: absolute; top: 0; left: 0;}
/* .sub_menubox:after{content: ""; display: block; width: 100%; height: 1px; background: #f1f1f1; position: absolute; bottom: 0; left: 0;} */
.sub_menubox_wr{display: inline-block; text-align: center;}
.depth2_list_all{display: inline-block; font-size: 0; vertical-align: top;}
.depth2_list{display: inline-block; vertical-align: top; border-left: 1px solid #f1f1f1; padding: 25px 0 20px; min-height: 235px; width: 200px;}
.depth2_list:last-child{border-right: 1px solid #f1f1f1;}
.depth2_list_tit{font-size: 18px; font-weight: 400; color: #273890; display: inherit; position: relative; transition: 0.3s;}
/* .depth2_list_tit:before{content: ""; opacity: 0; width: 5px; height: 5px; border-radius: 50%; background: #273890; position: absolute; top: 6px; right: -14px; transition: 0.2s;} */
/* .depth2_list_tit:after{content: ""; opacity: 0; width: 5px; height: 5px; border-radius: 50%; background: #273890; position: absolute; top: 6px; left: -14px; transition: 0.2s;} */
/* .depth2_list:hover .depth2_list_tit:before{opacity: 1;} */
/* .depth2_list:hover .depth2_list_tit:after{opacity: 1;} */
.depth2_list_ul{margin-top: 5px;}
.depth2_list_ul li{position: relative;}
.depth2_list_ul li:before{}
.depth2_list_ul li a{/* display: block; */ display: inline-block; padding: 6px 0; font-size: 17px; font-weight: 300; color: #666; transition: 0.2s; position: relative;}
.depth2_list_ul li a:after{content: ""; opacity: 0; width: 5px; height: 5px; border-radius: 50%; background: #273890; position: absolute; top: 13px; left: -14px; transition: 0.2s;}
.depth2_list_ul li:hover a{color: #273890;}
.depth2_list_ul li:hover a:after{opacity: 1;}

/*모바일 메뉴*/
.wrapper-menu {
	display: none;
	width: 30px;
	height: 23px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: fixed; top: 23px; right: 20px; z-index: 999;
	-webkit-transition: transform 400ms ease-out;
	-moz-transition: transform 400ms ease-out;
	-ms-transition: transform 400ms ease-out;
	-o-transition: transform 400ms ease-out;
	transition: transform 400ms ease-out;
}
.line-menu {
  background-color: #333;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}
.line-menu.start {
	-webkit-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-ms-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
	transform-origin: -moz-right;
	transform-origin: -webkit-right;
	transform-origin: -o-right;
}
.line-menu.end {
	align-self: flex-end;
	-webkit-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-ms-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
	transform-origin: -moz-left;
	transform-origin: -webkit-left;
	transform-origin: -o-left;
}

.wrapper-menu.open {

}
.open .line-menu{background-color: #fff;}
.open .line-menu.start {
	transform: rotate(45deg) translateY(20px) translateX(10px);
	transform: -moz-rotate(45deg) translateY(20px) translateX(10px);
	transform: -webkit-rotate(45deg) translateY(20px) translateX(10px);
	transform: -o-rotate(45deg) translateY(20px) translateX(10px);
	background-color: #fff;
}
.open .line-menu.end {
	transform: rotate(-45deg) translateY(2px) translateX(0px);
	transform: -moz-rotate(-45deg) translateY(2px) translateX(0px);
	transform: -webkit-rotate(-45deg) translateY(2px) translateX(0px);
	transform: -o-rotate(-45deg) translateY(2px) translateX(0px);
	background-color: #fff;
}
.open .line-menu.center{
	display: none;
}

.mo_menu-dim{
	display: none;
	position: fixed; top: 0; left: 0; z-index: 980;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.mo_menu-box{
	position: fixed; top: 0; left: -100%; z-index: 990;
	width: 300px; max-width: 78%; height: 100%;
	background-color: #fff;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mo_menu-top{}
.mo_menu-top ul{font-size: 0; padding: 10px 0; background: #273890; }
.mo_menu-top li{width: 50%; display: inline-block; vertical-align: top;}
.mo_menu-top li:first-child{border-right: 1px solid #999;}
.mo_menu-top a{display: block; font-size: 14px; color: #fff; text-align: center;}
.mo_menu-top a img{margin-right: 10px;}

.mo_menu li{border-bottom: 1px solid #e7e7e7;}
.mo_menu li.mo_gnb_1dpt{position: relative;}
.mo_menu li.mo_gnb_1dpt:before{
	content: ""; display: block; width: 2px; height: 16px;
	background-color: #273890;
	position: absolute; top: 22px; right: 27px;
	z-index: 5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mo_menu li.mo_gnb_1dpt:after{
	content: "";display: block; width: 16px; height: 2px;
	background-color: #273890;
	position: absolute; top: 29px; right: 20px;
	z-index: 5;
}
.mo_menu li.mo_gnb_1dpt.on:before{background-color: rgba(255, 192, 0, 0);}
.mo_menu li a{
	display: block;
	height: 60px;
	font-weight: 400;
	line-height: 60px;
	padding: 0 20px;
}

.mo_gnb_2dpt{
	display: none;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
}
.mo_gnb_2dpt li{
	border-bottom: 0;
}
.mo_gnb_2dpt li a{
	display: block;
	height: auto;
	padding: 10px 20px 10px 40px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
}
.mo_menu-box.on{left: 0;}

/*푸터*/
.main_ft{
	width: 100%;
	/*height: 11.807%;*/
	height: 32.6%;
	position: absolute; bottom: -100%; left: 0;
}
.main_ft_l{
	/*height: 100%;*/
	height: auto;
	padding: 20px 0 30px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
.ft_logo{display: inline-block;}
.main_ft_r{/*height: 100%;*/ height: auto; padding: 20px 0 25px; max-width: 100%; background: #fff; border-top: 1px solid #e6e6e6; text-align: center;}
.main_ft_l_in{max-width: 100%; text-align: center;}
.ft_info{display: inline-block;}

.fnb_box{float: left; margin-right: 120px;}
.fnb_box ul li{float: left;}
.fnb_box ul li a{display: block; font-size: 15px; font-weight: 400; color: #fff; line-height: 50px;}
.fnb_box ul li:first-child a{color: #ffbc00;}
.fnb_box ul li:nth-child(2){position: relative; margin-left: 25px;}
.fnb_box ul li:nth-child(2):before{content: ""; display: inline-block; width: 1px; height: 16px; background: #fff; position: absolute; top: 16px; left: -12.5px;}

.top_btn{position: absolute; display: block; bottom: 55px; right: 50px; z-index: 500; text-align: center; display: none;}
.top_btn img{display: block; margin: 0 auto 5px;}
.top_btn p{display: block; text-align: center; font-size: 12px; font-weight: 500; color: #273890;}

.member_linkbox{float: left; font-size: 0;}
.member_linkbox a{display: inline-block; width: 137px; height: 50px; border: 1px solid #ffbc00; border-radius: 3px; font-size: 16px; font-weight: 500; color: #ffbc00; text-align: center; line-height: 50px;}

.sub_ft_r_wr{padding: 15px 0 0 65px;}
.sub_ft{height: auto;}

.ft_info li{display: inline-block;/*  float: left; */ font-size: 14px; font-weight: 400; color: #454545; vertical-align: middle;}
.ft_info li span{font-weight: 300;}
.ft_info li:after{content: ""; display: inline-block; width: 1px; height: 12px; margin: 0 10px 2px; background: #454545; vertical-align: middle;}
.ft_info li:last-child:after{display: none;}
.ft_copy{margin-top: 10px; font-size: 14px; font-weight: 300; color: #454545;}

.ft_page{margin-bottom: 20px; font-size: 0;}
.ft_page li{display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 300; color: #666; border: 1px solid #666; border-radius: 4px; margin: 0 5px;}
.ft_page li a{display: block; padding: 7px 10px 6px; }
.ft_page li.ft_act{color: #283b90; border: 1px solid #283b90;}
.ft_download{display: inline-block; vertical-align: top; padding-left: 8px; margin-top: 2px;}


/*메인*/
.main_sec{position: absolute; width: 100%; height: 100vh; padding-top: 100px; background-color: #fff; top: 0; left: 0;}
.main_sec02{top: 100vh; z-index: 50; position: relative;}
.main_sec02:after{position: absolute; display: block; content:""; width: 100%; height: 30px; background: #293b91; bottom: 0;}
.main_sec02_ct{height: 100vh; }
.main_sec03{top: 100vh; z-index: 55;}
.main_sec03_ct{height: 100vh; /* background: #8af3ec; */ background: #aff3ec;}
.main_sec04{top: 100vh; z-index: 55;}
.main_sec04_ct{height: 100vh; }

.main_slider,
.main_slider .slick-list,
.main_slider .slick-track{height: 100%;}
.main_slider .slick-arrow{display: none !important;}
.main_slider .slick-dots{position: absolute; bottom: 90px; left: 49%; font-size: 0; margin-bottom: 2px;}
.main_slider .slick-dots li{display: inline-block; vertical-align: middle; padding: 0 6px;}
.main_slider .slick-dots li.slick-active{}
.main_slider .slick-dots li.slick-active button{background: #ef3f6b; width: 26px; border-radius: 10px;}
.main_slider .slick-dots li button{width: 13px; height: 13px; background: #858585; border-radius: 50%; text-indent: -9999px; border: none; }
.main_slide01{background: url("/camto_img/main_vs01.jpg") no-repeat left/cover;}
.main_slide02{background: url("/camto_img/main_vs02.jpg") no-repeat left/cover;}

/*.main_slide_txtbox{margin-top: 80px;}*/
.main_slide01_box{background:url(/camto_img/main_slide01_box_bg.png) 0% 50% no-repeat; height: 100%;}
.main_slide02_box{background:url(/camto_img/main_slide02_box_bg.png) 0% 50% no-repeat; height: 100%;}

.main_slide_txt01{font-size: 24px; font-weight: 500; color: #ffbc00;}
.main_slide_txt02{font-size: 80px; font-weight: 400; color: #ffbc00; margin-top: 12px;}
.main_slide_txt03{font-size: 80px; font-weight: 700; color: #ffbc00;}
.main_slide_txt04{font-size: 22px; font-weight: 400; color: #ffbc00; margin-top: 35px; line-height: 1.5;}


.main_vs_ctrol_wr{position:relative;}
.main_vs_ctrol_wr span{cursor: pointer;}
.main_slide_prev{position: absolute;left: 0;}
.main_slide_next{position: absolute;right: 0;}
.main_vs_ctrol{position: absolute; top:50%; left: 0; z-index: 50; width: 100%;}
.main_vs_num{display: inline-block;}
.active_num{display: inline-block; font-size: 30px; font-weight: 600; color: #0f0f0f; vertical-align: bottom;}
.total_num{display: inline-block; font-size: 22px; font-weight: 500; color: #0f0f0f; vertical-align: bottom;}
.num_hypen{display: inline-block; margin: -13px 5px 0; font-size: 16px; width: 20px; height: 1px; border-bottom: 1px solid #0f0f0f; vertical-align: middle;}

.stop_box{display: inline-block; margin: -13px 0 0 40px; vertical-align: middle; position: absolute; bottom: 90px; left: 51%;}
.stop_box span{cursor: pointer;}
.stop_box .play{display: none;}

.scroll_icon{position: absolute; bottom: 140px; left: 50%; margin-left: -838px; z-index: 50;}

.main_sec02_ct_top{height: 68.596%; font-size: 0;}/*height: 581px;*/
.main_story_imgbox{display: inline-block; position: relative; width: 45.6%; height: 100%; background: url("/camto_img/n_main_story_img01.jpg") no-repeat center/cover; font-size: 16px; vertical-align: top;}
.main_stoty_txtbox{display: inline-block; width: 54.4%; height: 100%; font-size: 16px; vertical-align: top;}
.main_story_bg_box{float: right; width: 612px; height: 100%;}
.main_story_bg_box_inner{position: relative; width: 374px; height: 100%; padding: 109px 42px 51px 42px; background: rgba(0,0,0,0.7);}
.main_story_bg_txtbox{}
.main_story_bg_txt01{font-size: 16px; font-weight: 500; color: #fff;}
.main_story_bg_txt02{margin-top: 20px; font-size: 24px; font-weight: 400; color: #fff; line-height: 1.3;}
.main_story_bg_txt02:after{content: ""; display: block; width: 1px; height: 18px; background: #ffbc00; margin: 10px 0 15px;}
.main_story_bg_txt03{font-size: 16px; font-weight: 300; color: #fff; line-height: 1.5;}
.main_story_bg_link{width: 100%; height: 98px; padding: 0 63px 0 42px; background: #ffbc00 url("/camto_img/plus_icon01.png") no-repeat center right 42px; position: absolute; bottom: -47px; left: 0; font-size: 30px; font-weight: 400; color: #212121; line-height: 98px;}

.main_stoty_txtbox_inner{display: flex; width: 820px; height: 100%; max-width: 100%; padding-left: 80px; align-items: center; justify-content: center;}
.main_stoty_txtbox_in{text-align: center;}
.main_stoty_txt01{font-size: 20px; font-weight: 500;}
.main_stoty_txt02{margin-top: 40px; font-size: 60px; font-weight: 400;}
.main_stoty_txt03{font-size: 60px; font-weight: 800;}
.main_stoty_txt04{margin-top: 40px; font-size: 24px; font-weight: 400;}
.main_brand_link{display: inline-block; margin-top: 55px; font-size: 16px; font-weight: 500;}
.main_brand_link img{margin: -4px 0 0 12px;}

.main_sec02_ct_bot{height: 20.8%;}/*height: 166px;*/
.main_sec02_ct_bot_inner{display: flex; float: right; width: 808px; height: 100%; max-width: 54.4%; padding-left: 65px; background: #ffbc00; align-items: center;}
.main_fran_txt01{padding-bottom: 6px; font-size: 36px; font-weight: 400; border-bottom: 1px solid #212121;}
.main_fran_link{display: inline-block; margin-top: 12px; font-size: 16px; font-weight: 500;}
.main_fran_link img{margin: -4px 0 0 12px;}

/*main_sec02 +2020.05.04*/
.mina_sec02_img{background: url('/camto_img/m_sec02_bg.jpg') no-repeat center top/cover; height:100%;width:100%;}
.mina_sec02_txt_box{height:100%;background: url('/camto_img/m_sec02_bg_left.png') no-repeat 0 calc(50% + 50px) ; position: relative;}
.mina_sec02_txt_box_b{font-size:70px;font-weight:350;line-height:1;}
.mina_sec02_txt_box_b:nth-child(1){padding-top:95px}
.mina_sec02_txt_box_b:nth-child(2){margin-top:20px}
.mina_sec02_txt_box_b span{font-weight:500;}
.mina_sec02_txt_box_b .bc{color:#ef3f6b; font-family: 'Noto Sans KR', sans-serif;}

.mina_sec02_txt_box_s{font-size:18px;font-weight:350;line-height:1;}
.mina_sec02_txt_box_s:nth-child(3){margin-top:30px;}
.mina_sec02_txt_box_s:nth-child(4){margin-top:10px;}
.mina_sec02_txt_box_s span{font-weight:500;}
.mina_sec02_img2{background: url('/camto_img/m_sec02_bg_right.png') no-repeat center;display:block;width:899px;height:541px;position: absolute;bottom: 0;right: 310px; z-index: 1;}
.m_sec02_all_btn{display:block;width:210px;height:60px;line-height:60px;background-color:#283b90;color:#FFF;padding:0 30px;margin-top:320px;border-radius: 7px; position: relative; font-size: 18px; font-weight: 400; z-index: 1;}
.m_sec02_all_btn:after{display: block; content:""; position: absolute; top: 50%; right: 28px; background: url('/camto_img/main_menu_view.png') no-repeat center center; width: 11px; height: 11px; margin-top: -6px;}


.mina_sec03_box{font-size:0;height:100%;}
.mina_sec03_box_left{display:inline-block; height:100%; vertical-align: top; text-align: center;}
.mina_sec03_box_right{display:inline-block; height:100%; vertical-align: top; text-align: left;}
.mina_sec03_box_left{width: 100%; position: relative; /* overflow: hidden; */}
.mina_sec03_box_right{background-color:#fbc9c4; padding-left: 50px;}
.mina_sec03_box_left_02{display: inline-block;font-size: 70px; position: relative;}
.mina_sec03_box_left_02 p{font-size:70px;line-height:1;margin-top:10px;font-weight:200;text-align: left;}
.mina_sec03_box_left_02 p:nth-child(1){margin-top:140px;}
.mina_sec03_box_left_02 p span{font-weight:500;}
.mina_sec03_box_bg01{width: 461px; height: 366px; display: inline-block; vertical-align: bottom; background: url('/camto_img/main_store_img01.png') no-repeat center center/contain; position: absolute; left: -65px; bottom: 18%;}
.mina_sec03_box_bg02{width: 319px; height: 212px; display: inline-block; vertical-align: top; background: url('/camto_img/main_store_img02.png') no-repeat center center/contain; position: absolute; right: -30px; top: 10%;}

.m_sec03_all_btn{display:block;width:210px;height:60px;line-height:60px;background-color:#70dcd1;color:#FFF;padding:0 30px;margin-top:55px;border-radius: 7px; position: relative; font-size: 18px; font-weight: 400; z-index: 1; text-align: left;}
.m_sec03_all_btn:after{display: block; content:""; position: absolute; top: 50%; right: 28px; background: url('/camto_img/main_menu_view.png') no-repeat center center; width: 11px; height: 11px; margin-top: -6px;}

.mina_sec03_box_left_03{display: block; width: 1280px; margin: 120px 0 0 260px; position: relative;}
.mina_sec03_txt_box_b{font-size: 70px; font-weight: 200; color: #0f0f0f; display: inline-block; vertical-align: middle; margin-right: 65px;}
.mina_sec03_txt_box_b br{display: none;}
.mina_sec03_txt_box_b span{font-weight: 500;}
.mina_sec03_txt_box_b span.bc{color: #ef3f6b;}
.main_sec03_btn{display: inline-block; vertical-align: middle; width: 134px; height: 134px; border-radius: 50%; background: #ef3f6b; padding-top: 30px; position: absolute; top: 50%; margin-top: -67px; right: 0;}
.main_sec03_btn p{color: #fff; text-align: center;}
.main_sec03_btn_01{display: block; margin: 0 auto 10px;}
.main_sec03_btn_02{font-size: 24px; font-weight: 200; margin-bottom: 5px;}
.main_sec03_btn_03{font-size: 13px; font-weight: 400; letter-spacing: 0.5px;}
.main_event_slider{margin-top: 70px;}
.main_event_slide{margin-right: 40px; width: 360px !important; padding-bottom: 40px;}
.main_event_slide_box{padding: 25px 30px; background: #fff; display: block; -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
box-shadow: 5px 5px 10px rgba(0,0,0,0.15)}
.main_event_imgbox{width: 300px; height: 250px; display: block;}
.main_event_imgbox.main_event_imgbox01{background: url('/camto_img/main_event_img01.jpg') no-repeat center center/cover;}
.main_event_imgbox.main_event_imgbox02{background: url('/camto_img/main_event_img02.jpg') no-repeat center center/cover;}
.main_event_imgbox.main_event_imgbox03{background: url('/camto_img/main_event_img03.jpg') no-repeat center center/cover;}
.main_event_txtbox{padding-top: 25px; height: 110px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main_event_txt01{font-size: 16px; font-weight: 400; color: #0f0f0f; margin-bottom: 15px;}
.main_event_txt02{font-size: 20px; font-weight: 500; color: #0f0f0f; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main_event_slider .slick-arrow{display: none !important;}
.main_event_slider-trigger{margin: 0 0 0 260px;}
.main_event_slider-trigger span{display: inline-block; vertical-align: middle; cursor: pointer;}
.main_event_slider-trigger span.main_event_slider-prev{padding-right: 20px; position: relative;}
.main_event_slider-trigger span.main_event_slider-prev:after{width: 1px; height: 16px; background: #787878; display: block; content:""; position: absolute; right: -0.5px; top: 50%; margin-top: -8px;}
.main_event_slider-trigger span.main_event_slider-next{padding-left: 20px;}


/*서브 공통*/
.sub{margin-top: 100px;}
.sub_register{margin-top: 160px; margin-bottom: 120px;}
.sub_register .camto_tit04{text-align: center;}

/*.sub_lbg{
	position: fixed; top: 0; left: 0; z-index: 100;
	width: 13.4%; height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 .sub1_lbg{background: url("/camto_img/sub1_lbg.jpg") no-repeat center/cover;}
.sub2_lbg{background: url("/camto_img/sub2_lbg.jpg") no-repeat center/cover;}
.sub3_lbg{background: url("/camto_img/sub3_lbg.jpg") no-repeat center/cover;}
.sub4_lbg{background: url("/camto_img/sub4_lbg.jpg") no-repeat center/cover;}
.sub5_lbg{background: url("/camto_img/sub5_lbg.jpg") no-repeat center/cover;} */

.sub_rct{position: relative; z-index: 50; background: url(/camto_img/bg01.png) repeat center/cover;}
.sub_rct_wr{padding-left: 100px;}

.sub_lo{display: flex; height: 106px; align-items: center;}
.sub_lo li{float: left;}
.sub_lo_dep1{display: inline-block; font-size: 16px; font-weight: 400; color: #999; vertical-align: middle;}
.sub_lo_dep1:after{content: ""; display: inline-block; width: 19px; height: 1px; margin: 0 15px; background: #999; vertical-align: middle;}
.sub_lo_dep2{display: inline-block; font-size: 16px; font-weight: 400; color: #ffbc00; vertical-align: middle;}

.sub_ct{}
.sub_ct_in{margin-top: 120px;}
.sub_ct_in:first-child{margin-top: 0;}
.sub_ct_l{float: left; width: 333px;}
.sub_ct_r{
	float: left;
	width : -webkit-calc(100% - 333px);
    width :    -moz-calc(100% - 333px);
    width :         calc(100% - 333px);
	padding-left: 135px;
}

.sub_tit{font-size: 50px; font-weight: 300; color: #0f0f0f;}
.sub_tit01{text-align: center;}

/*가볍게 한잔*/
.sub1_01 .sub_ct{margin-top: 100px;}
.sub1_01 .sub_rct_wr{background: url("/camto_img/han_cir_bg.png") no-repeat bottom right 20%/auto 97%;}
.han_sub_ct_r{}
.han_box{margin-top: 50px;}
.han_box01{margin-top: 0;}
.han_txt01{font-size: 20px; font-weight: 400;}
.han_txt02{font-size: 18px; color: #666; line-height: 1.5; margin-top: 17px;}
.han_txt02 span{font-weight: 400;color:#0f0f0f;}
.han_imgbox{margin-top: 50px; padding-left: 75px;}


/*먹태짝태 이야기*/
.sub1_02{}
.sub1_02 .sub_ct{margin-top: 80px;}
.sub1_02 .sub_rct{padding-bottom: 165px;}
.jjak_imgbox{margin: 35px 0 0 -10px;}
.s02_img_box_is_St{width:100%;min-height:140px;background:url('/camto_img/s02_img_box_is_St_img.jpg')center no-repeat;    background-size: cover;}
.s02_img_box_is_St_box{margin: 40px 0px;}

/*메뉴소개*/
.sub1_03 .sub_rct{padding-bottom: 100px;}
.menu_tabbox{padding: 27px 35px; border: 1px solid #e6e6e6; background-color: #fafafa;}
.menu_tabbox ul{margin: 0 -10px; font-size: 0;}
.menu_tabbox li{display: inline-block; position: relative; padding: 0 12px;}
.menu_tabbox li a{position: relative; font-size: 16px; font-weight: 300; color: #666; z-index: 1;}
.menu_tabbox li a b{display: none;}
.menu_tabbox li:after{content: "";  display: block; width: 2px; height: 2px; background-color: #fdd564; position: absolute; top: 9px; right: -1px;}
.menu_tabbox li:last-child:after{display: none;}
.menu_tabbox li.on a{font-weight: 400; color: #212121;}
.menu_tabbox li.on a b{display: block; width: 100%; height: 8px; background-color: #fdd564; margin-top: -9px;}

.menu_all{margin-top: 50px;}
.menu{margin-top: 65px; padding-top: 65px; border-top: 1px solid #e9e9e9;}
.menu01{margin-top: 0; padding-top: 0; border-top: 0;}
.menu.on{margin-top: 0; padding-top: 0; border-top: 0;}
.menu_l{float: left; width: 330px; padding-left: 35px;}
.menu_r{
	float: left;
	width: -webkit-calc(100% - 330px);
	width: -moz-calc(100% - 330px);
	width: calc(100% - 330px);
}
.menu_tit{font-size: 50px; font-weight: 300; color: #0f0f0f;}
.menu_list{}
.menu_list ul{margin: -24px -14px; font-size: 0;}
.menu_list ul li{display: inline-block; width: 33.333%; padding: 24px 14px; vertical-align: top;}
.menu_list ul li p{padding-top: 15px; font-size: 20px; font-weight: 400; color: #0f0f0f;}

/*성공경쟁력*/
.sub3_01 .sub_rct{padding-bottom: 155px;}

.cpt_allbox{margin-top: 65px; padding-left: 10px; background: #fff;}
.cpt_box_list{margin-top: 145px;}
.cpt_box_list01{margin-top: 0;}
.cpt_box{float: left; width: 50%;}
.cpt_box_l{float: left; position: relative; z-index: 30;}
.cpt_box_r{float: left; padding-top: 30px; position: relative;}
.cpt_box_r:after{content: ""; display: block; width: 230px; height: 230px; background: #f8f8f8; border-radius: 50%; position: absolute; top: 0; left: -133px; z-index: 10;}

.cpt_num{font-size: 16px; font-weight: 500; color: #0f0f0f;}
.cpt_tit_ko{width: 212px; max-width: 100%; font-size: 40px; font-weight: 400; color: #0f0f0f; margin-top: 10px;}
.cpt_tit_en{font-size: 20px; font-weight: 400; color: #ccc; margin-top: 5px;}

.cpt_box_r ul{position: relative; z-index: 20;}
.cpt_box_r ul li{margin-top: 12px; font-size: 20px; font-weight: 300; color: #0f0f0f;}
.cpt_box_r ul li:first-child{margin-top: 0;}

/*창업 절차*/
.sub3_02 .sub_rct{padding-bottom: 140px;}

.frstep_allbox{margin-top: 70px;}
.frstep_list{float: left; width: 33.33%; height: 158px; padding: 35px 0 0 30px; background: #fff;}
.frstep_list:nth-child(odd){background: #f7f7f7;}

.frstep_num{display: inline-block; width: 31px; height: 31px; font-size: 14px; font-weight: 400; color: #0f0f0f; border: 1px solid #666; border-radius: 50%; text-align: center; line-height: 31px;}
.frstep_numtxt{font-size: 16px; font-weight: 400; color: #666; padding-left: 10px;}
.frstep_txt02{font-size: 20px; font-weight: 400; color: #0f0f0f; padding: 12px 0 0 44px;}
/*.frstep_list01 .frstep_num{border-color: #ffbc00; color: #ffbc00;}*/

.frstep_list:hover{background: #ffbc00;}
.frstep_list:hover .frstep_num{border:1px solid #FFF;color:#FFF;}
.frstep_list:hover .frstep_numtxt {color:#FFF;}

/*개설비용*/
.sub3_03 .sub_rct{padding-bottom: 90px;}

.frcost_allbox{margin-top: 50px;}
.frcost_tb{width: 1030px; max-width: 100%; background: #fff;}
.frcost_tb th{padding: 20px 0; border-bottom: 1px solid #ffbc00; font-size: 20px; font-weight: 400; color: #0f0f0f;}
.frcost_tb td{padding: 8px 0; line-height: 1.5;}
.frcost_tb tr.frcost_pdt td{padding-top: 18px;}
.frcost_tb tr.frcost_pdb td{font-size: 16px; padding-bottom: 18px;}
.frcost_tb td:nth-child(1){font-size: 16px; font-weight: 400; color: #212121; text-align: center; width: 200px;}
.frcost_tb td:nth-child(2){padding-left: 80px; font-size: 16px; font-weight: 300; color: #666;}
.frcost_tb td:nth-child(3){font-size: 16px; font-weight: 400; color: #212121; text-align: center;}

.frcost_tb .frcost_total td{border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;}
.frcost_tb .frcost_total td:nth-child(2){padding-left: 0; font-size: 20px; font-weight: 400; color: #0f0f0f; text-align: center;}
.frcost_tb .frcost_total td:nth-child(3){font-size: 20px; font-weight: 400; color: #0f0f0f;}
.frcost_tb .frcost_total td:nth-child(3) span{font-size: 16px;}

.frcost_txt01{width: 1030px; max-width: 100%; padding: 12px 0 12px 10px; background: #fff; font-size: 14px; font-weight: 300; color: #999; text-align: right; text-indent: -10px;}
.frcost_txt01 img{margin-right: 8px;}

/*정보공개신청서*/
.sub3_04 .sub_rct{padding-bottom: 100px;}

.consult_conwrap {margin-top: 60px;}
.consult_common { position: relative; width: 100%; height: auto;}
.consul_title { text-align: left; font-size: 20px; font-weight: 400; color: #0f0f0f; padding-bottom: 15px;}

.policybox { position: relative; width: 100%; border: 1px solid #e5e5e5; padding: 50px 50px 40px; margin-bottom: 15px;}
.policybox p { font-size: 16px; color: #666666; line-height: 30px;}
.policy_chkbox.polic_consult { position: relative;}
.policy_chkbox.polic_consult label { display: inline-block; position: relative; font-size: 16px; color: #666; padding-left: 25px; cursor: pointer;}
.policy_chkbox.polic_consult label::before { display: block; content: ""; position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; background-color: #e2e2e2; z-index: 10; transition: 0.3s;}
.policy_chkbox.polic_consult input[type=checkbox] { display: none;}
.policy_chkbox.polic_consult input[type=checkbox]:checked + label::before { background-color: #273890;}
.policy_chkbox.polic_consult label::after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #cecece; background-color: #e2e2e2;}


.consult_head { margin-bottom: 45px;}

.consul_table { position: relative; width: 100%; height: auto; border-top: 1px solid #898989; border-bottom: 1px solid #898989; background: #fff;}
.consul_table tr td { position: relative; font-size: 0;}
.consul_table tr td:nth-child(1) { background-color: #fafafa; width: 16%; border-bottom: 1px solid #e9e9e9; padding-left: 50px;}
.consul_table tr:last-child td:nth-child(1) { vertical-align: top; padding-top: 20px; border-bottom: 0;}
.consul_table tr td:nth-child(1) p { display: inline-block; vertical-align: top; position: relative; color: #0f0f0f; font-size: 16px; font-weight: 400;}
.consul_table tr:last-child td:nth-child(2) { border-bottom: 0;}
.consul_table tr td:nth-child(2) { width: 80%; padding: 15px 30px; border-bottom: 1px solid #e5e5e5;}
.consul_table tr td:nth-child(2) li { display: inline-block; vertical-align: middle;}
.consul_table tr td ul { font-size: 0;}
.consul_table tr:nth-child(6) td:nth-child(2) { padding: 25px 30px;}

.consul_requiretxt::before { display: block; content: "*"; position: absolute; top: 0; left: -10px; color: #0f0f0f; font-size: 16px;}
.consulb_content input[type=text] { width: 260px; height: 40px; border: 1px solid #e5e5e5; font-size: 16px; text-indent: 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}
.consulb_content p { font-size: 14px; color: #666666; margin-left: 10px; }
.consulb_content textarea { width: 100%; height: 170px; border: 1px solid #e5e5e5; padding: 10px; font-size: 16px;}
.consulb_content select { width: 260px; height: 40px; border: 1px solid #e5e5e5; font-size: 16px; text-indent: 10px; background: #fff; border-radius: 0;}
.consulb_content03 li { margin: 0 5px; font-size: 14px;}
.consulb_content03 li:first-child { margin-left: 0;}
.consulb_content04 li:first-child { margin-right: 10px;}
.consulb_content03 li span { font-size: 20px; font-family: 'Noto Sans KR', sans-serif;}

.consul_tbtitle { position: relative; width: 100%; height: auto; font-size: 0; margin-bottom: 10px;}
.consul_tbtitle p { display: inline-block; vertical-align: middle; position: relative; }
.consul_tbtitle01 { font-size: 20px; color: #0f0f0f; font-weight: 400; /*margin-right: 15px;*/ margin-right: 5px; }
.consul_tbtitle02 { font-size: 16px; color: #0f0f0f; }
.consul_tbtitle02::before { /* display: block; content: "*"; position: absolute; top: 0; left: -8px; color: #d62323; font-weight: 400; */}
.consul_tbtitle03 { font-size: 16px; color: #999; font-weight: 400;}

.consulb_content06 li { position: relative; font-size: 0;}
.consulb_content06 li:first-child { margin-right: 30px;}
.consulb_content06 li label { display: inline-block; position: relative; font-size: 14px; color: #666666; padding-left: 25px; line-height: 20px; cursor: pointer;}

.consulb_content06 li label::before { display: block; content: ""; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; border-radius: 5px; background-color: #e2e2e2; z-index: 10; transition: 0.3s;}
.consulb_content06 li label::after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border-radius: 10px; border: 1px solid #cfcfcf; background-color: #e2e2e2;}
.consulb_content06 li input[type=radio] { display: none;}
.consulb_content06 li input[type=radio]:checked + label::before { background-color: #d62323;}

.consult_foot { text-align: center; margin-top: 50px;}
.consult_foot input[type=button] { display: inline-block; vertical-align: top; width: 250px; height: auto; background-color: #273890; color: #fff; font-size: 16px; text-align: center; border: 0; padding: 18px 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-weight: 300;}

/*인사말*/
.sub5_01 .sub_rct{padding-bottom: 145px;}

.sub5_01 .sub_ct{margin-top: 80px;}
.sub5_01 .gr_sub_ct_in{margin-top: 100px;}
.sub5_01 .han_txt02{margin-top: 0;}
.gr_txt01{font-size: 20px; font-weight: 400; color: #0f0f0f;}
.gr_txt01:before{content: ""; display: block; width: 20px; height: 2px; margin-bottom: 25px; background: #454545;}

/*오시는 길*/
.sub5_03 .sub_rct{padding-bottom: 190px;}

.map_allbox{display: flex; align-items: flex-end; margin-top: 60px; background: #fff;}
.map_addrbox{float: left; width: 280px;}
.map_viewbox{
	float: left;
	width : -webkit-calc(100% - 280px);
    width :    -moz-calc(100% - 280px);
    width :         calc(100% - 280px);
}
.map_viewbox .root_daum_roughmap{max-width: 100%;}
.map_info_list{margin-top: 12px;}
.map_txt01{font-size: 20px; font-weight: 400; color: #0f0f0f;}
.map_txt01:after{content: ""; display: block; width: 16px; height: 1px; background: #212121; margin: 15px 0 35px;}
.map_txt02{font-size: 16px; font-weight: 500; color: #ffbc00; margin-bottom: 7px;}
.map_txt03{font-size: 16px; font-weight: 300; color: #666; line-height: 1.5;}


/*가맹점주 페이지*/
.sub.owner_notice{padding-bottom: 80px;}
.sub.owner_inquiry{padding-bottom: 80px;}
.own_tit{position: relative; margin-bottom: 50px;}
.own_tit .sub_tit_btn{position: absolute; top: 50%; right: 0; margin-top: -20px; font-size: 0;}
.own_tit a{display: inline-block; width: auto; height: 40px; margin-left: 10px; border: 1px solid #ff7800; font-size: 16px; color: #ff7800; vertical-align: bottom; padding: 10px; transition: 0.3s;text-align: center;}
.own_tit a:first-child{margin-left: 0;}
.own_tit a:hover{background: #ff7800; color: #fff;}

.own_tab{margin-bottom: 60px;}
.own_tab li{float: left; }
.own_tab li a{display: block; width: 230px; height: 60px; font-size: 18px; font-weight: 300; color: #666; line-height: 60px; text-align: center; border: 1px solid #c3c3c3; box-sizing: border-box;/*box-shadow: 
    1px 0 0 0 #c3c3c3, 
    0 1px 0 0 #c3c3c3, 
    1px 1px 0 0 #c3c3c3,
    1px 0 0 0 #c3c3c3 inset, 
    0 1px 0 0 #c3c3c3 inset; */   
}
.own_tab li.on a{color: #ff7800; border-color: #ff7800; 
/*box-shadow: 
    1px 0 0 0 #ff7800, 
    0 1px 0 0 #ff7800, 
    1px 1px 0 0 #ff7800,
    1px 0 0 0 #ff7800 inset, 
    0 1px 0 0 #ff7800 inset;*/

}

.own_inq_pop_dim{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 500;}
.own_inq_pop{
	position: relative; top: 50%; left: 50%; z-index: 550;
	width: 580px;
	background-color: #fff;
	transform: -webkit-translate(-50%, -50%);
	transform: -moz-translate(-50%, -50%);
	transform: -o-translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.own_inq_pop_cl{position: absolute; top: 10px; right: -27px; z-index: 10; cursor: pointer;}
.own_inq_tit{padding: 25px 43px; border-bottom: 1px solid #dbdbdb; font-size: 24px; font-weight: 400; color: #0f0f0f;}
.own_inq_ct_wr{padding: 40px 43px 50px;}
.own_inq_ct_wr > div{margin-top: 28px;}
.own_inq_ct_wr > div:first-child{margin-top: 0;}
.own_inq_full > div{width: 100%;}
.own_inq_half > div{
	float: left;
	width : -webkit-calc(50% - 16px);
    width :    -moz-calc(50% - 16px);
    width :         calc(50% - 16px);
}
.own_inq_half > div:nth-child(2){float: right; width: 50%;}
.own_inq_ct_wr label{display: block; margin-bottom: 9px; font-size: 16px; font-weight: 400; color: #0f0f0f;}
.own_inq_ct_wr select{
	width: 100%; height: 45px;
	padding: 0 15px;
	border: 1px solid #666;
	font-size: 16px; font-weight: 400; color: #0f0f0f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.own_inq_ct_wr input{
	width: 100%; height: 45px;
	padding: 0 15px;
	border: 1px solid #666;
	font-size: 16px; font-weight: 400; color: #0f0f0f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.own_inq_ct_wr textarea{
	width: 100%; height: 155px;
	padding: 10px 15px;
	border: 1px solid #666;
	font-size: 16px; font-weight: 400; color: #0f0f0f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.own_inq_ct_wr select::placeholder{font-size: 16px; font-weight: 400; color: #b7b7b7;}
.own_inq_ct_wr input::placeholder{font-size: 16px; font-weight: 400; color: #b7b7b7;}
.own_inq_ct_wr textarea::placeholder{font-size: 16px; font-weight: 400; color: #b7b7b7;}
.own_sel{background: url("/camto_img/own_inq_sel.png") no-repeat center right 15px;}
.own_inq_btn001{width: 100%; height: 80px; font-size: 20px; font-weight: 400; color: #fff; text-align: center; background-color: #ffbc00; border: 0; outline: none;}

.own_category{margin-bottom: 35px;}
.own_category li{position: relative; display: inline-block;}
.own_category li:after{content: ""; display: none; width: 100%; height: 8px; background-color: #ffd766; position: absolute; bottom: 0; left: 0; z-index: 5;}
.own_category li a{font-size: 16px; font-weight: 400; color: #212121; position: relative; z-index: 10; padding: 0 3px;}
.own_category li.on:after{display: block;}


/*가맹점 전용 마이페이지 버튼 정렬*/
.edit_box input{vertical-align: top;}




/*캠토*/
.sub > section{margin-bottom: 85px;}
.sub > section:last-child{margin-bottom: 120px;}

.camto_tit{display: block; font-family: 'Noto Sans KR', sans-serif; margin-bottom: 40px;}
.camto_tit p{font-size: 40px; font-weight: 700; color: #0f0f0f; line-height: 1; position: relative; display: inline-block;}
.camto_tit p:before{width: 106%; height: 23px; display: block; content:""; position: absolute; bottom: -6px; left: 0; background: #aff3ec; z-index: -1;}
.camto_tit02{font-size: 36px; font-weight: 600; color: #212121; line-height: 1;}
.camto_tit03{font-size: 20px; font-weight: 700; color: #0f0f0f; line-height: 1;}
.camto_tit04{font-size: 50px; font-weight: 200; color: #0f0f0f; line-height: 1; margin-bottom: 40px;}
.camto_tit04.camto_tit_contact{line-height: 1.4; margin-bottom: 35px;}
.camto_tit04 span{font-weight: 500;}

.camto_txt{font-size: 16px; font-weight: 300; color: #666; line-height: 1.5;}
.sub_tit_wr .camto_txt{line-height: 1.65;}

.sub_loca_wr{padding-top: 65px;}
.sub_loca{width: 310px; position: relative;}
.sub_loca_txt{padding: 15px 0; border-bottom: 2px solid #0f0f0f; background: url(/camto_img/sub_loca_arr.png) no-repeat center right 10px; cursor: pointer;}
.sub_loca_txt p{font-size: 42px; font-weight: 600; color: #273890; line-height: 1;}
.sub_loca ul{background: #273890; padding: 35px 30px; position: absolute; width: 100%; display: none; z-index: 50;}
.sub_loca li{margin-bottom: 20px;}
.sub_loca li:last-child{margin-bottom: 0;}
.sub_loca li.page_on a{/*color: rgba(60, 255, 235,0.5);*/ color: rgba(255,255,255,0.5); }
.sub_loca li a{font-size: 30px; font-weight: 500; color: #fff; line-height: 1; display: block; transition: 0.3s;}
.sub_loca li a:hover{color: #3cffeb;}

/*브랜드소개*/
.brand_tit{font-size: 50px; font-weight: 500; color: #0f0f0f; margin-bottom: 40px;}
.brand_txt{font-size: 16px; font-weight: 300; color: #666; line-height: 1.65; margin-bottom: 10px;}
.brand_txt span{font-weight: 500; color: #0f0f0f;}
.brand_slo{margin-top: 25px; font-size: 20px; font-weight: 600; color: #0f0f0f;}
.brand_ceo{font-size: 18px; font-weight: 400; color: #0f0f0f; margin-top: 8px;}
.brand_ceo span{font-weight: 600;}
.bi_box_wr{margin: 0 -10px; font-size: 0; padding-top: 13px;}
.bi_box{padding: 0 10px; /*width: 25%;*/ display: inline-block; vertical-align: top;}
.bi_box_img{border: 1px dashed #c1c1c1; /* background: url(/camto_img/sub2_01_img01.png) no-repeat center center/cover; */ width: 300px; height: 161px; display: block; position: relative;}
.bi_box_img:before{
	display: block; width: 6px; height: 6px; 
	position: absolute; left: -3px; top: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.bi_box_img:after{
	display: block; width: 6px; height: 6px;
	position: absolute; right: -3px; top: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 

.bi_box_img div{height: 100%; display: block; position: relative;}
.bi_box_img div:before{
	display: block; width: 6px; height: 6px; 
	position: absolute; left: -3px; bottom: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.bi_box_img div:after{
	display: block; width: 6px; height: 6px;
	position: absolute; right: -3px; bottom: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.bi_box_img01{background: url(/camto_img/sub2_01_icon01.png) no-repeat center center;}
.bi_box_img02{background: url(/camto_img/sub2_01_icon02.png) no-repeat center center;}
.bi_box_img03{background: url(/camto_img/sub2_01_icon03.png) no-repeat center center;}
.bi_box_img04{background: url(/camto_img/sub2_01_icon04.png) no-repeat center center;}
.bi_box_img05{background: url(/camto_img/sub2_01_icon05.png) no-repeat center center;}
.bi_box_img06{background: url(/camto_img/sub2_01_icon06.png) no-repeat center center;}
.bi_box_txt{font-size: 14px; font-weight: 300; color: #0f0f0f; line-height: 1; margin-top: 10px;}
.char_wr{margin-top: 50px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.char_wr ul{font-size: 0; padding-top: 35px;}
.char_box{display: inline-block; vertical-align: top; width: 25%; min-height: 235px; margin-bottom: 50px; text-align: right; position: relative;}
.char_box:before{display: block; width: 150px; height: 1px; background: #283b90; content:""; position: absolute; left: 0; top: 50px; z-index: -1;}
.char_box:last-child{width: 33%;} 
.char_box_img{display: inline-block;}
.char_box_img01{margin-right: 65px;}
.char_box_img02{margin-right: 65px;}
.char_box_img03{margin-right: 30px;}
.char_box_img04{margin-right: 70px;}
.char_box_img05{margin-right: 34px;}
.char_box_img06{margin-right: 70px;}
.char_box_img07{margin-right: 40px;}
.char_box_img08{margin-right: 90px;}
.char_box_img09{margin-right: 65px;}
.char_box_img10{margin-right: 70px;}
.char_box_img11{margin-right: 40px;}
.char_box_txt{font-size: 16px; font-weight: 400; color: #283b90; position: absolute; left: 0; top: 57px; line-height: 1.4; text-align: left;}
.conc_wr{font-size: 0;}
.conc_wr > div{width: 50%; display: inline-block; vertical-align: top;}
.conc_wr > div.conc_box_ri{border-left: 1px solid #212121; padding-left: 88px;}
.conc_box{}
.conc_box_le .camto_tit02{margin-bottom: 10px;}
.conc_box_le .camto_txt{margin-bottom: 10px;}
.conc_plus{margin: 35px 0 40px;}
.conc_txt_wr{margin-bottom: 30px;}
.conc_txt_wr:last-child{margin-bottom: 0;}
.conc_txt_wr span{font-size: 18px; font-weight: 600; color: #666; margin-bottom: 3px; display: block;}
.conc_txt_wr .camto_tit03{margin-bottom: 8px;}

/*인테리어*/
.outside_img_wr{font-size: 0;}
.outside_img{width: 390px; height: 394px; display: inline-block; vertical-align: top;}
.outside_img.outside_img01{background: url('/camto_img/sub2_03_img01.jpg') no-repeat center center/cover; margin-right: 30px;}
.outside_img.outside_img02{background: url('/camto_img/sub2_03_img02.jpg') no-repeat center center/cover;}
.inside_img_wr{margin: 0 -15px; font-size: 0;}
.inside_img_box{padding: 0 15px; display: inline-block; vertical-align: top;}
.inside_img{width: 625px; height: 374px; border: 1px solid #eaeaea;}
.inside_img.inside_img01{background: url('/camto_img/sub2_03_img03.jpg') no-repeat center center/cover;}
.inside_img.inside_img02{background: url('/camto_img/sub2_03_img04.jpg') no-repeat center center/cover;}
.inside_txt{font-size: 14px; font-weight: 500; color: #0f0f0f; margin-top: 13px; line-height: 1;}

/*why camto*/
.why_img_wr{padding-top: 188px; padding-left: 95px; margin-bottom: 110px;}
.why_img_line{width: 945px; height: 5px; background: #283b90; display: block; position: relative;}
.why_img_line:before{
	width: 199px; height: 235px; 
	background: url('/camto_img/sub4_01_img01.png') no-repeat center center; 
	content:""; position: absolute; 
	left: -95px; bottom: -55px;
}
.why_img_line:after{
	width: 108px; height: 116px; 
	background: url('/camto_img/sub4_01_img02.png') no-repeat center center; 
	content:""; position: absolute; 
	right: 0; bottom: 5px; z-index: -1;
}
.why_ul{ font-size: 0;}
.why_li{
	width: 370px; min-height: 246px; 
	display: inline-block; vertical-align: top; 
	margin-right: 38px; margin-bottom: 30px; 
	border: 1px dashed #c1c1c1; position: relative;
}
.why_li:before{
	display: block; width: 6px; height: 6px; 
	position: absolute; left: -3px; bottom: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.why_li:after{
	display: block; width: 6px; height: 6px;
	position: absolute; right: -3px; bottom: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.why_li:nth-child(n+7){
	margin-bottom: 0;
}

.why_box{padding: 30px 37px; position: relative;}
.why_box:before{
	display: block; width: 6px; height: 6px; 
	position: absolute; left: -3px; top: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.why_box:after{
	display: block; width: 6px; height: 6px;
	position: absolute; right: -3px; top: -3px; 
	content:""; 
	background: url('/camto_img/line_box.png') no-repeat center center;
} 
.why_box_tit{font-size: 46px; font-weight: 600; color: #283b90; line-height: 1; display: inline-block; position: relative;}
.why_box_tit:after{
	display: block; content:""; 
	width:0px;height:0px;
	border-left:30px solid transparent;
	border-bottom:30px solid #fff;
	position: absolute; bottom: 0; right: -5px;
}
.why_box_txt{font-size: 18px; font-weight: 400; color: #0f0f0f; line-height: 1.5; margin-top: 15px;}
.why_box_txt span{font-weight: 500;}
.why_box_txt02{font-size: 16px; font-weight: 300; color: #666; position: relative; line-height: 1; padding-top: 20px; margin-top: 25px;}
.why_box_txt02:before{
	display: block; width: 292px; height: 1px; 
	background: url('/camto_img/sub4_01_img03.png') no-repeat center center; 
	position: absolute; top: 0; left: 50%; 
	margin-left: -146px; content:"";
}

/*창업안내*/
.scroll{display: none; font-size: 17px; text-align: center; font-weight: 500; color: #273890; margin-bottom: 10px;}

.camto_table {}
.camto_table_txt{font-size: 16px; font-weight: 300; color: #666; line-height: 1; margin-bottom: 15px; font-family: 'Noto Sans KR', sans-serif;}
.camto_table_txt02{font-size: 16px; font-weight: 300; color: #f33969; line-height: 1; margin-top: 12px; font-family: 'Noto Sans KR', sans-serif;}
.camto_table table{text-align: center; width: 100%;}
.camto_table th{font-size: 16px; font-weight: 500; color: #0f0f0f; padding: 25px 0;}
.camto_table th:first-child{background: #fafafa; /*width: 220px;*/ width: 17%;}
.camto_table th:nth-child(2){/*width: 615px;*/ width: 47%; border-right: 1px solid #e9e9e9;}
.camto_table th:nth-child(3){/*width: 210px;*/ width: 17%; border-right: 1px solid #e9e9e9;}
.camto_table th:nth-child(4){/*width: 230px;*/ width: 19%;}
.camto_table td{font-size: 16px; font-weight: 300; color: #666; padding: 15px 0; border-right: 1px solid #e9e9e9;}
.camto_table td:last-child{border-right: none;}
.camto_table thead{border-top: 1px solid #898989; border-bottom: 1px solid #898989; font-size: 16px; font-weight: 500; color: #0f0f0f;}
.camto_table tbody tr{border-bottom: 1px solid #e9e9e9;}
.camto_table tbody tr:last-child{border-bottom: 1px solid #898989;}
.camto_table tfoot{border-top: 1px solid #898989; border-bottom: 1px solid #898989;}
.camto_table td.pay{font-weight: 400;}
.camto_table td.pay_total{font-weight: 500;}

.camto_proc{background: url(/camto_img/sub4_02_img01.png) no-repeat center 120px; width: 100%;}
.camto_proc_ul{font-size: 0;}
.camto_proc_ul.camto_proc_ul_r{overflow: hidden;}
.camto_proc_ul.camto_proc_ul_r li{float: right;}
.camto_proc_li{width: 33.33%; display: inline-block; vertical-align: top; text-align: center; min-height: 355px; position: relative;}
.camto_proc_li:after{
	position: absolute; display: block; 
	content:""; width: 46px; height: 46px; 
	background: url(/camto_img/sub4_02_icon10.png) no-repeat center center/cover; 
	right: -26px; top: 102px;
}
.camto_proc_ul.camto_proc_ul_r li:after{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); left: -26px;}
.camto_proc_ul:last-child .camto_proc_li:last-child:after{display: none;}
.camto_proc_li.camto_proc_li_co1:after{
	top: 75%; right: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);}
.camto_proc_ul.camto_proc_ul_r .camto_proc_li.camto_proc_li_co2:after{
	top: 75%; left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);}
.camto_proc_box{line-height: 1; width: 249px; height: 249px; border-radius: 50%; border: 15px solid #ffc4c4; display: inline-block; padding-top: 30px; background: #fff;}
.proc_box_step{font-size: 16px; font-weight: 500; color: #cacaca; margin-bottom: 15px;} 
.proc_box_img{margin-bottom: 18px;}
.proc_box_txt{font-size: 18px; font-weight: 400; color: #0f0f0f; line-height: 1.45;}
.proc_txt{font-size: 16px; font-weight: 300; color: #666; line-height: 1.4; margin-top: 15px;}