
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select{
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;

 }
 
 
* { margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, li {list-style:none; }
html { width:100%; }
body { width:100%; height:100%; line-height:100%; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; overflow-y:visible!important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR'}
textarea { border:none; }
.red {color:#ee0000; }
.tit{font-weight:600;font-size:48px;display:block;width:100%;margin-bottom:30px;color:#333;}


/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1200px; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }
.wrap .contents img { width:720px; }


.wrap .scroll_banner { position:absolute; top:200px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:8px; right:8px; color:#fff; line-height:30px; font-weight:400; font-size:1.4em; cursor: pointer; display: inline-block; }
.wrap .scroll_banner a { display:block; background-color:#840010; border-radius:30px; width:150px; height:150px; padding-top:22px; color:#fff; font-size:20px; letter-spacing:-2px; }
.wrap .scroll_banner i { color:#fff; padding-right:10px;}

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}


/*form */

.wrap .form1 { width:100%; margin:0 auto; text-align:center; background-color:#f3f3f3; }
.wrap .form1 .inner { width:720px; margin:0 auto; padding:50px; }
.wrap .form1 .inner h1 { font-weight:600; font-size:50px; line-height:120%; display:block; width:100%; margin-bottom:20px; color:#000; letter-spacing:-2px; }
.wrap .form1 .inner h1 span {color:#840010}

.wrap .contents img { max-width:720px; }

.wrap .form1 .formArea { width:100%; margin:0 auto; overflow: hidden; }
.wrap .form1 .formGroup { text-align:center; }

.wrap .form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody th { padding:12px 12px 12px 50px; vertical-align:middle; text-align:left; line-height:100%; font-size:20px; font-weight:600;  letter-spacing:-2px; }
.wrap .form1 .form_table tbody td { padding:12px 50px 12px 12px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; }

.wrap .form1 .input_style:focus, .wrap .sel_style:focus, .wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; }

.wrap .form1 label { float:left; padding:10px 0; width:40%; }
.wrap .form1 .input_style { width:100%; padding-left:10px; height:42px; border:1px solid #ccc; font-size:18px; }
.wrap .form1 .sel_style { width:100%; padding-left:10px; height:42px; border:1px solid #ccc; font-size:18px; vertical-align:middle;}
.wrap .form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:18px; resize:none; }

.wrap .form1 .submit_box { width:100%; padding-top:10px; margin-bottom:10px;  }
.wrap .form1 .submit_box .btn01 { width:76%; text-align:center; font-weight:600; font-size:32px;letter-spacing:-2px; margin-top:10px; cursor:pointer; background-color:#840010; color:#fff; padding:15px 0; border-radius:10px; }
.wrap .form1 .submit_box .btn01 img { width:100%; }



		@font-face {
		  font-family: 'Noto Sans KR';
		  font-weight: 400;
		  src: url('https://thebokryeok.com/fonts/notosanskr-regular.woff2') format('woff2'),
				url('https://thebokryeok.com/fonts/notosanskr-regular.woff') format('woff')
		}

		@font-face {
		  font-family: 'Noto Sans KR';
		  font-weight: 500;
		  src: url('https://thebokryeok.com/fonts/notosanskr-medium.woff2') format('woff2'),
				url('https://thebokryeok.com/fonts/notosanskr-medium.woff') format('woff')
		}

		@font-face {
		  font-family: 'Noto Sans KR';
		  font-weight: 700;
		  src: url('https://thebokryeok.com//fonts/notosanskr-bold.woff2') format('woff2'),
				url('https://thebokryeok.com/fonts/notosanskr-bold.woff') format('woff')
		}
		
		* { 
			margin: 0; 
			padding: 0; 
			list-style: none; 
			text-decoration: none; 
			box-sizing: border-box; 
			word-break: break-all; 
			font-size: 15px; 
			font-family: "Noto Sans KR", sans-serif;
			letter-spacing: -1px;
		}

		table,tr, td ,th { border-collapse: collapse; }
		input[type='text']
		,input[type='password']
		,input[type='number']
		,input[type='email']
		,textarea
		,select
		{ border:none; outline:none; border:1px solid #ccc; background-color: #FFF; }

		button { border:none; outline:none;border:1px solid #333;background-color:#333;color:#fff;text-align:center;font-weight:600;font-size:15pt;letter-spacing:-1px;padding:10px 30px;cursor:pointer; }

		.frm { width:100%; float:left; background-repeat: no-repeat; background-size: cover; background-position: center; }
		.frm > div { margin:0 auto; }
		.frm > div > div { margin:0 auto; padding:10px; }
		.frm > div .tit { width:100%; float:left; padding:15px 0 0 0; font-size:25px; text-align:center; }
		.frm > div .subtit { width:100%; float:left; text-align:center; }

		.frm > div > div > ul { width:100%; display:table; }
		.frm > div > div > ul:not(:last-child) { margin-bottom:12px; }
		.frm > div > div > ul li { display:table-cell; vertical-align: middle; }
		.frm > div > div > ul li.label { width:30%; line-height:30px; }
		.frm > div > div > ul li.value { width:70%; }
		.frm > div > div > ul li.value input[type='text'],
		.frm > div > div > ul li.value input[type='number'],
		.frm > div > div > ul li.value select { width:100%; height:55px; padding-left:10px; color:#666; font-size:18px; }
		.frm > div > div > ul li.value textarea { width:100%; height:100px; padding-left:10px; color:#666; font-size:18px; }

		.submit_btn { cursor:pointer; }

		.personal_info_box { width:100%; border:1px solid #ccc; height:80px; background-color: white; overflow: auto; padding:5px; color:#666; }

		.agree_area { width:100%; float:left; margin:10px 0; }

		.design { width:100%; float:left; background-position: center; background-size: cover; background-repeat: no-repeat; }
		.design > img { width:100%; float:left; }
		.design > iframe { margin-left:auto; margin-right:auto; display:block; }

		.datepcikerIcon { position:absolute; right:10px; top:0px; }

		/*2019-08-09*/
		.floating { position:fixed; bottom:15px; right:15px; }
		
		.floating > ul { text-align:center; }
		.floating > ul > li { text-align:center; }
		.floating > ul > li:not(:first-child) { margin-top:9px; }
		.floating > ul > li a { display:inline-block; color:inherit; }
		.floating > ul > li span { display:inline-block; box-shadow: 1px 1px 2px 1px rgba(51,51,51,0.5); }
		/*.floating .move { width:37px; height:37px; line-height:37px; border-radius:50%; background-color:#666666; color:#ffffff; }*/
		.floating .kakao { width:42px; height:42px; line-height:42px; border-radius:50%; background-color:#fae100; color:#3b1e1e; }
		.floating .tel { width:52px; height:52px; line-height:52px; border-radius:50%; background-color:#cc3333; color:#ffffff; }


		.loading { width:100%; height:100%; position:fixed; background-color:rgba(0,0,0,0.6); z-index:99; display:none; }
		.loading table { width:100%;  }
		.loading table td { width:100%; height:100vh; text-align:center; vertical-align: middle; }
		
		.inp3 { width: 32.66% !important; margin-right: 1%; float: left; }
		.inp3:last-child { margin-right: 0; }
		
		.custom_finish_time { width:100%; float:left; }
		.custom_finish_time > div { width:100%; float:left; }
		.custom_finish_time > div > div { width:100%; float:left; text-align: center; }

		.custom_request { width:100%; float:left; }
		.custom_request > div { width:100%; float:left; }
		.custom_request > div > div { width:100%; float:left; text-align: center; }
		
		.custom_request .list { width:100%; float:left; }
		.custom_request .list div { width:100%; float:left; }
		.custom_request .list div > ul { width:100%; float:left; }
		.custom_request .list div > ul > li { float:left; height:55px; line-height:55px; font-size:15px; font-weight: 500; font-family: "Noto Sans KR", sans-serif; }
		.custom_request .list div > ul > li:nth-child(1) { width:20%; }
		.custom_request .list div > ul > li:nth-child(2) { width:30%; }
		.custom_request .list div > ul > li:nth-child(3) { width:25%; }
		.custom_request .list div > ul > li:nth-child(4) { width:25%; }

		.custom_request .list .list_head { border-top:2px solid #333; }
		.custom_request .list .list_head li { background-color:#ebebeb; }

		.custom_request .list .list_body { overflow:hidden; height:150px; border-bottom:1px solid #333; }
		.custom_request .list .list_body li { width:100% !important; height:40px !important; border-bottom:1px solid #ccc; background-color:#ffffff; }
		.custom_request .list .list_body li span { font-size:13px; color:#666; line-height:40px !important; font-weight: 400; font-family: "Noto Sans KR", sans-serif; }
		.custom_request .list .list_body li span:nth-child(1) { width:20%; float:left; }
		.custom_request .list .list_body li span:nth-child(2) { width:30%; float:left; }
		.custom_request .list .list_body li span:nth-child(3) { width:25%; float:left; }
		.custom_request .list .list_body li span:nth-child(4) { width:25%; float:left; }
		
		.rcheckName { height: 40px; line-height: 40px; float: left; }
		.valueBox_radio input[type='radio'] { display: none; }
		.valueBox_radio input[type='radio'] + label { width: 49.5%; height: 40px; line-height: 40px; float: left; margin-right: 1%; border: 1px solid rgba(0, 0, 0, 0.15); cursor: pointer; font-size: 14px; color: #AAA; font-weight: 500; background-color: #FFF; text-align: center; }
		.valueBox_radio input[type='radio'] + label:last-of-type { margin-right: 0; }
		.valueBox_radio input[type='radio'] + label > i { margin-right: 5px; display: none; color: #333; }
		.valueBox_radio input[type='radio'] + label:hover { border: 1px solid #AAA; }
		.valueBox_radio input[type='radio']:checked + label { border: 1px solid rgba(0, 0, 0, 0.3); color: #333; background-color: #eee; }
		.valueBox_radio input[type='radio']:checked + label > i { display: inline-block; }






/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents { max-width:720px; }
.m_wrap .contents img { width:100%; }


.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents img { width:100%; }

.m_wrap .top_fix { position:fixed; width:100%; max-width:720px; min-width:320px; height:50px; background:#fff; border-bottom:1px solid #d7d7d7; z-index:1000; letter-spacing:-1px; }
.m_wrap .top_fix .left { position:absolute; top:16px; left:10px; }
.m_wrap .top_fix .left img { width:100%; }
.m_wrap .top_fix .left a { color:#000; font-size:1.2em; font-weight:500; }

.m_wrap .top_fix .right { position:absolute; top:9px; right:10px; }
.m_wrap .top_fix .right a { padding:8px 12px; background:#840010; font-size:1.1em; color:#fff; font-weight:500; text-align:center; display:inline-block; }



/*form */


.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }


.m_wrap .form1 { background-color:#f3f3f3; }
.m_wrap .form1 .inner { padding:40px 0; }
.m_wrap .form1 .inner h1 { font-size:34px; font-weight:600; line-height:120%; letter-spacing:-2px; color:#000; }
.m_wrap .form1 .inner h1 span { color:#840010; }
.m_wrap .form1 .formArea {  margin:0 auto; overflow: hidden; padding:10px; }
.m_wrap .form1 .formGroup { margin-bottom:12px; text-align:center; }

.m_wrap .form1 .form_table { width:100%; padding:0; border-collapse:collapse; border-top:1px solid #d7d7d7;}
.m_wrap .form1 .form_table tbody th { padding:6px 5px; vertical-align:middle; text-align:right; line-height:24px; font-size:16px; font-weight:500; letter-spacing:-2px; }
.m_wrap .form1 .form_table tbody td { padding:6px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }
.m_wrap .form1 .form_table tbody tr {border-bottom:1px solid #d7d7d7;}

.m_wrap .form1 label { float:left; padding:6px 0; width:40%; }
.m_wrap .form1 .input_style:focus, .m_wrap .sel_style:focus, .m_wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.m_wrap .form1 .input_style { padding-left:5px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_wrap .form1 .sel_style { width:100%; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .form1 .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.m_wrap .form1 .submit_box { width:100%; text-align:center; margin-top:10px; }
.m_wrap .form1 .submit_box button { width:90%; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; color:#fff; max-width:500px; margin-top:10px; background-color:#840010; color:#fff; padding:12px 0; border-radius:10px; }
.m_wrap .form1 .submit_box .btn01 img { width:100%; }

/* popup CSS */
.complete_wrap { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index:10000; display:none;} 
.complete_wrap .bg { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 10001; }
.complete_wrap .inner { position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); height: 365px; max-height: 90vh;background: #fff;z-index: 10002; }
.complete_wrap .inner { width:90%; overflow:hidden; border-bottom:0px solid #000; background-color:none;color:#fff; font-size:14px; line-height:0; max-width:500px; margin:0 auto;}
.complete_wrap .inner .close { position: absolute;top: 20px;right: 20px; width:20px; font-weight:600; }
.complete_wrap .inner .close img { width: 100%;height: 100%; }
.complete_wrap .inner .iframe { height:100%;width:100%;border:0; overflow:hidden;}