@charset "utf-8";
@import url("https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");

/*------------------------------------------------------------------
	00. CSS Reset
-------------------------------------------------------------------*/

/* ::-webkit-scrollbar,
::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb:window-inactive,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {-webkit-appearance:none; display:none;} */

* {margin:0; padding:0; box-sizing:border-box; letter-spacing:-0.05em; word-spacing:-0.04em;}
html {}
body {margin: 0;}
html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
caption {display: none;}
a {background: transparent; cursor:pointer; /* white-space:nowrap; */}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong, th {font-weight: 700;}
dfn {font-style: italic;}
mark {background: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}
svg:not(:root) {overflow: hidden;}
ol, ul, li {list-style:none}
label, button {cursor:pointer; vertical-align:middle;}
label {margin-left:5px;}
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 0; margin: 0; padding: 0;}
legend {border: 0; padding: 0; }
textarea {overflow: auto; resize: vertical;}
optgroup {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed; word-break: break-all; width:100%;}



/*------------------------------------------------------------------
	01. Typography
-------------------------------------------------------------------*/

body {font-family:'Noto Sans Korean', sans-serif, dotum, '돋움', gulim, '굴림', Arial, AppleGothic, verdana, helvetica !important; font-size:13px; letter-spacing:-0.025em; line-height:1.6; font-weight:400; color:#191919; margin:0; overflow-x:hidden;}
h1, h2, h3, h4, h5, h6 {font-weight: 500; margin:0;}
h1 {font-size: 2.4rem;}
h2 {font-size: 2.2rem;}
h3 {font-size: 30px;}
h4 {font-size: 21px;}
h5 {font-size: 1.6rem;}
h6 {font-size: 1.4rem;}
p {margin-top: 0;}
a {color: inherit;}
a, a:link, a:hover, a:active, a:focus, button:focus {outline: 0; text-decoration: none !important;}
body, input, textarea, button, select, label, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* blockquote {background: #f9f9f9; padding: 20px;} */
input, textarea, button, select, label {font-family:inherit;}
/* input, textarea, select, fieldset {margin-bottom: 1.5rem;} */
/* pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 2.5rem;} */
/* hr {margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1;} */

.txtAlCen {text-align:center !important;}
.txtAlLef {text-align:left !important;}
.txtAlRig {text-align:right !important;}

.fontwt100 {font-weight:100;}
.fontwt200 {font-weight:200;}
.fontwt300 {font-weight:300;}
.fontwt400 {font-weight:400;}
.fontwt500 {font-weight:500;}
.fontwt600 {font-weight:600;}
.fontwt700 {font-weight:700;}

.fontsize7 {font-size:7pt;}
.fontsize8 {font-size:8pt;}
.fontsize9 {font-size:9pt;}
.fontsize10 {font-size:10pt;}
.fontsize11 {font-size:11pt;}
.fontsize12 {font-size:12pt;}
.fontsize13 {font-size:13pt;}
.fontsize14 {font-size:14pt;}
.fontsize15 {font-size:15pt;}




/*------------------------------------------------------------------
	02. Colors & Backgrounds
-------------------------------------------------------------------*/

::selection {background:#f44336; color:#FFF; text-shadow:none;}
::-moz-selection {background:#f44336; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#f44336; color:#FFF; text-shadow:none;}

.colorfff {color:#ffffff;}
.color000 {color:#000000;}
.color343434 {color:#343434;}
.color004eff  {color:#004eff;}
.colorff0000 {color:#ff0000;}
.color011a4d {color:#011a4d !important;}
.color194697 {color:#194697; }

.bgColora06c10 {background:#a06c10;}

.transparent {background-color: transparent !important;}
.no-shadow {box-shadow: none;}
.z-depth-0{box-shadow:none !important}
.z-depth-1{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}
.z-depth-1-half{box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)}
.z-depth-2{box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)}
.z-depth-3{box-shadow:0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3)}
.z-depth-4{box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3)}
.z-depth-5{box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.3)}

.comShdw {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------
	03. Animations
-------------------------------------------------------------------*/

.animated {-webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.fadein {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.4s; animation-duration: 0.4s;}
.fadeinup {-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.fadeindown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
.fadeinright {-webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.bouncein {-webkit-animation-name: bounceIn; animation-name: bounceIn;}
.delay-1 {-webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.delay-2 {-webkit-animation-delay: 1200ms ; animation-delay: 1200ms ;}
.delay-3 {-webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay-4 {-webkit-animation-delay: 0.55s; animation-delay: 0.55s;}
.delay-5 {-webkit-animation-delay: 0.45s; animation-delay: 0.45s;}
.delay-6 {-webkit-animation-delay: 0.95s; animation-delay: 0.95s;}

.ani {
	-webkit-transition:all 1200ms  ease-in-out;
	-moz-transition:all 1200ms  ease-in-out;
	-o-transition:all 1200ms  ease-in-out;
	-ms-transition:all 1200ms  ease-in-out;
	transition:all 1200ms  ease-in-out;
}


.hover {-webkit-transition: all 1200ms  ease-in-out; -moz-transition: all 1200ms  ease-in-out; -o-transition: all 1200ms  ease-in-out; -ms-transition: all 1200ms  ease-in-out; transition: all 1200ms  ease-in-out;}
.hover:hover {box-shadow: 0 4px 4px rgba(227,24,54,.24),0 0 8px rgba(227,24,54,.12),0 6px 18px rgba(227,24,54,.12); transform: translate3d(0,-1px,0);}

.hvrImg em{    -webkit-transition: -webkit-transform 1200ms ease 0s;
    transition: -webkit-transform 1200ms ease 0s;
    -o-transition: transform 1200ms ease 0s;
    transition: transform 1200ms ease 0s;
    transition: transform 1200ms ease 0s, -webkit-transform 1200ms ease 0s;

}

img {	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/}
/*------------------------------------------------------------------
	04. Input & Form Elements
-------------------------------------------------------------------*/

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date],
input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search] {font-size:12px; padding:0 5px; font-family:"dotum", sans-serif;}

input[type='textarea'], textarea {width:100%; font-size:13px; margin:0; border:1px solid #ddd; color:#191919; background:#fff; padding:5px; vertical-align: middle;}
input[type='checkbox'] {background:#fff; border:solid 1px #707070; height:13px; width:13px; cursor:pointer; vertical-align:middle; -webkit-appearance:none; padding:0; border:0 0/IE8+9; margin-top:-1px; margin-top:2px 0/IE8+9;}
input[type='checkbox']:checked {background:#fff; border:solid 1px #707070; border:0 \0/IE8+9;}
input[type='checkbox']:checked:after {content:""; display:block; width:7px; height:7px; background:#666; position:relative; top:2px; left:2px;}
input[type='checkbox']:focus {outline:0; border-color:#f44336;}
input[type='radio'] {background:#fff; border:solid 1px #707070; height:13px; width:13px; vertical-align:middle; -webkit-appearance:none; border-radius:13px; -moz-border-radius:13px; -webkit-border-radius:13px; padding:0; border:0 \0/IE8+9; margin-top:-1px; margin-top:2px \0/IE8+9;}
input[type='radio']:checked {background:#fff; border:solid 1px #707070; border:0 \0/IE8+9;} 
input[type='radio']:checked:after {content:""; display:block; width:7px; height:7px; background:#666; position:relative; top:2px; left:2px; -webkit-border-radius:5px;} 
input[type='radio']:focus {outline:0; border-color:#f44336;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important;}


/* CheckBox Style 빨간사각*/
input[type="checkbox"].redC {display:inline-block; width:24px; height:24px; background:url("/img/member/login_chk.png")no-repeat center center; appearance: none; -moz-appearance: none; -webkit-appearance: none; border:none;}
input[type="checkbox"].redC:checked {background:url("/img/member/login_chk_on.png")no-repeat center center;}
input[type="checkbox"].redC:checked:after {display:none;}


/* SelectBox Style */
select {height:34px; font-family:"doutm"; font-size:12px; margin:0; color:#000; padding-left:5px; vertical-align:middle; box-sizing:border-box; border:1px solid #dfe1e3; border-radius:0px;}
select:focus {outline: 0; background:#fff; border-color:#f44336;}


input[type='text'], input[type='password'], input[type='name'], input[type='tel'], input[type='search'] {
height:34px; font-family:"dotum", sans-serif; font-size:12px; margin:0; color:#666; background:#fff; padding-left:5px; vertical-align:middle; box-sizing:border-box;
border:1px solid #ddd; 
border-radius: 0px; /* iOS 둥근모서리 제거 */
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
}

input[type='text']:focus, input[type='password']:focus, input[type='name']:focus, input[type='tel']:focus, input[type='search']:focus {
outline: 0; background:#fff; border-color:#f44336; color:#000;
}


textarea {
color:#000;
font-family:"dotum";
box-sizing:border-box;
background:#fff;
border:1px solid #dfe1e3;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding:10px;
}

textarea:focus {outline: 0; background:#fff; border-color:#f44336;}

label {font-family:"dotum"; font-size:12px; color:#000; letter-spacing:-0.04em; vertical-align:middle;}


/*------------------------------------------------------------------
	05. Margin&padding
-------------------------------------------------------------------*/

.borBox {box-sizing:border-box;}
.conBox {box-sizing:content-box;}

.posiFix {position:fixed;}
.posiAb {position:absolute;}
.posiRel {position:relative;}

.floatL {float:left;}
.floatR {float:right;}
.clearfix {clear:both;}

.txtdot {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.m0 {margin: 0 !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m30 {margin: 30px !important;}
.m40 {margin: 40px !important;}
.m50 {margin: 50px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt100 {margin-top: 100px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.p0 {padding: 0 !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}
.p40 {padding: 40px !important;}
.p50 {padding: 50px !important;}
.pb0 {padding-bottom: 0px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb140 {padding-bottom: 140px !important;}
.pt0 {padding-top: 0px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt300 {padding-top: 300px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}
.pr0 {padding-right: 0px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}

.top0 {top:0px !important;}
.top45 {top:45px !important;}
.top60 {top:60px !important;}
.right0 {right:0px !important;}
.right55 {right:55px !important;}
.left0 {left:0px !important;}
.left10 {left:10px !important;}
.left20 {left:20px !important;}
.bottom0 {bottom:0px !important;}

.bordTnon {border-top:none !important;}
.bordBnon {border-bottom:none !important;}
.bordLnon {border-left:none !important;}
.bordRnon {border-right:none !important;}

.vtaT {vertical-align:top;}
.vtaM {vertical-align:middle;}
.vtaB {vertical-align:bottom;}

.width100 {width:100%;}
.height100 {height:100%;}
.line100 {line-height:100%;}
.line110 {line-height:110%;}
.line120 {line-height:120%;}
.line130 {line-height:130%;}
.line140 {line-height:140%;}
.line150 {line-height:150%;}
.line160 {line-height:160%;}












.fixedMenu{ position: fixed;  left: 0px;   bottom: 8px;  padding: 0 0 0 0; display:block;background:#ed1f24; height:40px; text-align:center}
.fixedMenu a {display:block; width:100%; padding-left:16px;  font-size:15px; color:#fff; line-height: 39px;width: 1200px;}
.fixedMenu a span{
display:inline-block;

    line-height: 20px;
    color: #fff;
	padding: 0 8px;

	font-size:11px;
	margin-left:10px;
	border:1px solid #fff;
	}

	.fixedMenu a:hover span{
display:inline-block;

    line-height: 20px;
    color: #ed1f24;
	padding: 0 8px;
		background:#fff;
	font-size:11px;
	margin-left:10px;
	border:1px solid #fff;
	}




	


/* rightQuick */
#rqcBg {display:none; position:fixed; top:0; bottom:0; left:0; right:0; z-index:1001; background:rgba(0,0,0,0.5);}
/* #rqcBtn {
	display:block; width:64px; height:64px; position:fixed; right:30px; bottom:30px; z-index:999;
	border-radius: 40px 40px 40px 40px; -moz-border-radius: 40px 40px 40px 40px; -webkit-border-radius: 40px 40px 40px 40px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
	background: #ee293e;
	background: -moz-linear-gradient(top,  #ee293e 0%, #12232a 100%);
	background: -webkit-linear-gradient(top,  #ee293e 0%,#12232a 100%);
	background: linear-gradient(to bottom,  #ee293e 0%,#12232a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee293e', endColorstr='#12232a',GradientType=0 );
}
#rqcBtn:after {content:""; display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:url("/renewal2016/img/main2019/right_quick.png")no-repeat center center;}

#rqcBtn {
	display:block; width:109px; height:50px; position:fixed; right:30px; bottom:30px; z-index:999; text-indent: -9999px;
	background: url('/img/common/ks_quick_btn2.png')no-repeat center center; background-size: cover !important;
	-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}



 */
#rqcBtn {
	display:block;  height:64px; position:fixed; right:30px; bottom:30px; z-index:999;
	border-radius: 40px 40px 40px 40px; -moz-border-radius: 40px 40px 40px 40px; -webkit-border-radius: 40px 40px 40px 40px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
	background: #ee293e;
	background: -moz-linear-gradient(top,  #ee293e 0%, #cc2234 100%);
	background: -webkit-linear-gradient(top,  #ee293e 0%,#cc2234 100%);
	background: linear-gradient(to bottom,  #ee293e 0%,#cc2234 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee293e', endColorstr='#cc2234',GradientType=0 );

}
#rqcBtn span{font-size:21px; color:#ffff; line-height:63px; padding-left:60px; padding-right:20px}
#rqcBtn:after {content:""; display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:url("/img/common/right_quick.png")no-repeat 20px center;}



#rqcX {display:block; position:absolute; right:30px; top:40px; width:37px; height:53px; text-indent:-9999px; background:url("/img/common/teacher_pop_close.png")no-repeat center center;}
#rqcWrap {width:380px; position:fixed; top:0; bottom:0; right:-400px; z-index:1002; background:#fff; padding:30px; overflow-y: auto; -webkit-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.35); -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.35); box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.35);}
#rqcWrap > h3 {font-size:32px; color:#213c49; font-weight:300; letter-spacing:-0.075em;}
#rqcWrap > p {font-size:14px; margin-top:5px; font-weight:300; color:##213c49; line-height:1.3em;}
#rqcWrap > h5 {text-align:center; font-size:16px; font-weight:400; color:#666;}
#rqcWrap > h5 span {display:block; font-size:30px; font-weight:900; color:#213c49;}
.rqcTel:after {content:""; display:table; clear:both;}
.rqcTel li {float:left;}
.rqcTel li:nth-child(odd) {width:30%;}
.rqcTel li:nth-child(even) {width:5%; text-align:center; height:40px; line-height:40px;}
.rqcTel li select,
.rqcTel li input[type="tel"] {display:block; width:100%; height:40px;}
.rqcLoc:after {content:""; display:table; clear:both;}
.rqcLoc li {float:left; width:33.3333%; padding-bottom:5px;}
.rqcLoc li:nth-child(2n) {width: 66.6666%;}
.rqcLoc li input[type="radio"] {width: 20px; height: 20px; cursor: pointer;}
.rqcLoc li input[type="radio"] + label {font-size: 14px; margin-left: 5px; font-family:"Noto Sans KR", sans-serif;}
.rqcLoc li input[type="radio"]:checked:after {width: 10px; height: 10px; top: 4px; left: 4px; border-radius:50%;}
.csInput.rqcInput {padding:0 0 40px; border-top:dotted 1px #ccc; margin-top:20px;}
.csInput.rqcInput input[type="text"] {height:40px;}
.csInput.rqcInput dt {font-size:18px; padding-bottom:5px; padding-top:15px;}
.csInput.rqcInput dd input[type="text"] {width: 100%; display: block;}
.rqcList {}
.rqcList:after {content:""; display:table; clear:both;}
.rqcList li {float:left; width:33.3333%; padding-bottom:5px;}
.rqcList .col2 li {width:50%;}
.rqcList li:after {content:""; display:table; clear:both;}
.rqcList li input[type="checkbox"] {display:block; float:left; width:20px; height:20px; margin-right: 0; border:solid 1px #aaa; background-size:cover !important; position:relative; background:#fff; cursor:pointer; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.rqcList li input[type="checkbox"]:checked {background:url("/img/common/customer_chk_add.jpg")no-repeat center center;}
.rqcList li input[type="checkbox"]:checked:after {display: none;}
.rqcList li input[type="checkbox"]:focus {outline:none; border:solid 1px #213c49;}
.rqcList li label {display:block; float:left; height:20px; line-height:20px; font-family:"Noto Sans KR", sans-serif; font-size:14px; margin-left:5px; white-space:nowrap; font-weight:300;}
.csAgree {margin-top: 10px;}
.rqcSubmit {padding-top:20px;}
.rqcSubmit a {display:flex; align-items:center; justify-content:center; height: 40px; text-align:center; background:#ed1f24; color:#fff; font-size:18px;}
.sbsLorlo ul li{float:left; width:33.3333%; padding-bottom:5px;}

.containerWrap {width:1200px; height:100%; margin:0 auto; position:relative;}
.containerWrap:after {content:""; display:table; clear:both;}
#bqck {position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.9); padding: 30px 0 40px; border-top: solid 1px #e5e5e5;}
#bqck.unactive {display: none;}
.bqckWrap {margin: 0 -5px;}
.bqckCell {float: left; padding: 0 5px;}
.bqckCell select,
.bqckCell input[type="text"] {display: block; width: 100%; height: 40px;}
.bqckCell select,
.bqckCell input[type="text"],
.bqckCell input[type="tel"] {border-color: #ccc;}
.bqckCell select:focus,
.bqckCell input[type="text"]:focus,
.bqckCell input[type="tel"]:focus {border-color: #f44336;}
.bqckCell.frdevTitle:after {top: -65%; bottom: auto; right: 0; left: auto;}
.bqck01 {width: 14%;}
.bqck02 {width: 14%;}
.bqck03 {width: 14%;}
.bqck04 {width: 14%;}
.bqck05 {width: 26%;}
.bqck06 {width: 18%;}
.bqckFriend input[type="text"] {display: inline-block; width: 90%;}
.bqckFriend span {display: inline-block; width: 10%; text-align: center;}
.bqckAgr {position: absolute; right: 0; top: 100%; margin-top: 5px;}



