/*상단 영역*/
.top_bg { width: 100%; height: 500px; background-image: url(/sub_company/img/many_top.jpg?t=181022); background-position: center; background-repeat: no-repeat; }
.incnt {    position: relative;    top: 90px;    text-align: center;}
.mny_title_sub {    margin: 0 auto;}
.mny_title_sub p{	text-align: center;    font-size: 16px;    line-height: 30px;    display: inline-block;    color: #fff; margin-top: 40px;}
.mny_title p{	text-align: center;    font-size: 50px;    line-height: 70px;    letter-spacing: -2px;    color: #fff;}


/*만들기 버튼*/
.bt_wrap {    width:260px;    height: auto;    margin: 50px auto;    text-align: center;}
.bt_design{    width: 260px;    height: 70px;    background-color:#fff;    display: inline-block;    margin: 0 10px 0 0;}
.bt_design p {    color: #4c4c4c;    font-size: 25px;    line-height: 68px;    font-weight: bold;	text-align: center;
}


/*컨텐츠 대량구매 절차*/
.info_cnt_area {width: 100%; height: auto; margin: 0 auto; }
.info_cnt_area { padding: 100px 0 50px 0; }
.info_cnt_bg_color { background-color: #f6f6f6; }
.info_cnt_title p{ font-size: 40px; line-height: 60px; color: #333333;	text-align: center; }
.info_special_cnt{ margin: 50px 0 0; height: 350px; }
.info_special_cnt_item{ margin: 0 auto; width: 834px; height: auto; }
.info_special_cnt ul li { float: left; margin: 25px 22px; text-align: center; width: 171px; height: 330px; }
.info_special_cnt ul li:hover img { 	opacity: 0.7; 	transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out; }
.info_special_cnt .info_special_cnt_item img{ float: left; margin: 10px;	opacity: 1;	transition: opacity .25s ease-in-out;   -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out; }
.info_special_cnt .info_special_cnt_item p{    text-align: center;    font-size: 13px;    line-height: 20px;    color: #868686;}
.info_special_cnt .info_special_cnt_item .info_cnt_item_title{    font-size: 20px;    line-height: 55px;    color: #555; }

/*컨텐츠 대량구매 추천*/
.cnt_area {width: 100%; height: auto; margin: 0 auto; }
.cnt_area { padding: 100px 0 10px 0; }
.cnt_bg_color { background-color: #f6f6f6; }
.cnt_title p{ font-size: 40px; line-height: 60px; color: #333333;	text-align: center; }
.special_cnt{ margin: 70px 0; height: 350px; }
.special_cnt_item{ margin: 0 auto; width: 984px; height: auto; }
.special_cnt ul li { float: left; margin: 25px 16px; text-align: center; width: 221px; height: 300px; }
.special_cnt ul li:hover img { 	opacity: 0.7; 	transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out; }
.special_cnt .special_cnt_item img{ float: left; margin: 10px;	opacity: 1;	transition: opacity .25s ease-in-out;   -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out; }
.special_cnt .special_cnt_item p{    text-align: center;    font-size: 14px;    line-height: 10px;    color: #868686;}
.special_cnt .special_cnt_item .cnt_item_title{    font-size: 20px;    line-height: 55px;    color: #555; }
#bp_content .bp_write { margin-bottom: 80px;padding-left: 20px; padding-right:20px;  border-left: 0; border-right: 0;}
#bp_content .bp_write .btn_submit a { height: 50px; line-height: 48px; font-size: 16px; background:#28284f; border-radius: 0; margin-top: 20px;}
#bp_content .bp_write .footer_agree ul li { margin: 4px 0; }
a:hover { color: #666; }
#bp_content .tab_sample li a.on { color: #28284f; border: 1px solid #28284f;  border-bottom: 1px solid #fff;}
#bp_content .tab_sample li a { background: #f9f9f9; }
#bp_content .bp_write .bp_table .bp_left { text-align: center; padding: 0;}
.bp_table .kind_option { float: left; width: 100%; }
.bp_table .kind_option li{ float: left; margin: 5px 10px; padding: 0;}
#bp_content .bp_write .w200 { width: 200px; padding-left: 5px;}
#bp_content .bp_write .contents_list {padding-top: 0;}
#bp_content .bp_write .footer_agree ul { background:#f9f9f9 }
#bp_content .bp_write .sample_zone table {width: 100%;}
#bp_content .bp_write .bp_table .bp_right { padding : 10px;}
#bp_content .impt { padding-right:5px; color:red; font-size: 16px; position: relative; top: 5px; font-weight: bold;}
.qa_pop { width:120px; height:auto;;  position: relative;  top: 24px; left: 880px; z-index: 1;}
.qa_pop img { float: left;  }
.qa_pop a p{ display: inline-block; font-size: 13px; font-weight: bold; position: relative; top: 1px; margin-left: 7px; }
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input::placeholder {color: #ccc; }	
}
	input::-ms-input-placeholder { color: #ccc; }
	input::-webkit-input-placeholder { color: #ccc; } 
	input::-moz-placeholder { color: #ccc; }
	input::placeholder {color: #ccc; }
	input:focus::-webkit-input-placeholder,
	textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
	  color:transparent;
	}
	 
	input:focus:-moz-placeholder,
	textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	  color:transparent;
	}
	 
	input:focus::-moz-placeholder,
	textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
	  color:transparent;
	}
	 
	input:focus:-ms-input-placeholder,
	textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
	  color:transparent;
	}

	