@charset "utf-8";

/*Normalize*/
html{overflow-y:scroll; overflow-x:hidden}
html, body{width:100%; height:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;}
html, body, div,  p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, blockquote, pre, button, fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td, iframe, article, aside, canvas, details, embed,
figure, figcaption, header, footer, menu, nav, section, summary, audio, video {margin: 0; padding: 0; border: 0;  font-size: inherit; font-family: inherit; vertical-align: middle;}/*border: 0; */
img, fieldset{border:none;}
figure, figcaption{margin:0;padding:0}
em, dfn, cite, address,i{font-style: normal;}
mark {background-color: #eee; color: #000;}
small {font-size: 90%;}
sup,sub{position: relative;font-size: 0.9em;line-height: 0;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
del{ text-decoration: line-through; }
label{cursor:pointer}
em{font-style: normal;}
ol, ul, li { list-style:none;}
/*table {border-collapse:collapse; border-spacing:0;}*/
legend {overflow:hidden; position:absolute; width:0; height:0; font-size:0;}
caption {overflow:hidden; position:absolute; width:0; height:0; font-size:0;}
hr {overflow:hidden; position:absolute; height:0; width:0; font-size:0; border:none}
body{position:relative; font-size:16px; line-height:1; color:#333; font-family:'Noto Sans KR', 'Malgun Gothic', '맑은고딕' , '돋움','dotum', 'Helvetica', 'AppleSDGothicNeo', sans-serif;}
h1, h2, h3, h4, h5, h6, input, textarea, select, button{color:#333; font-size:16px; font-family:'Noto Sans KR','Malgun Gothic', '맑은고딕' ,'돋움','dotum', 'Helvetica', 'AppleSDGothicNeo',sans-serif;}
input, textarea, select{letter-spacing:normal}
img{vertical-align:top}
br{letter-spacing:normal}
p{letter-spacing:normal}
input, select, label, button{vertical-align:middle}
input[type="text"], input[type="password"]{-webkit-appearance:none}
/*input[type="checkbox"]{-webkit-appearance:none;-webkit-border-radius:0}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
input[type="radio"]{border:none;-webkit-appearance:none}*/
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0}
textarea{-webkit-appearance:none}
select{-webkit-appearance:menulist-text}
a{text-decoration:none; color:inherit; cursor:pointer}
a[href^="tel"]{ font-style:normal}

/* accessibility */
#accessibility{overflow:hidden;position:relative;width:100%;z-index:1000}
#accessibility a{display:block;overflow:hidden;height:1px;width:1px;margin:0 -1px -1px 0;font-size:0;line-height:0;text-align:center}
#accessibility a:focus, #accessibility a:hover, #accessibility a:active {width:auto;height:20px;margin:0;padding:8px 0 0 15px;background:#20262c;font-size:12px;font-weight:700;line-height:1;color:#fff;}

/*ETC*/
.hm_dpn{display:none !important}
.temp_space{width:100%; height:150px; margin:50px 0; background-color:#eee}
.dp_block{display:block}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.ellips{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;text-align:left}  /*말줄임*/
.pre_box{white-space:pre-wrap; word-break:break-all}  /*textarea효과, 줄바꿈 등*/
.blue_overlay{cursor:default;display:block;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black; -moz-opacity:0.8;opacity:.80;filter: alpha(opacity=80);}/*display: none; */
/* _position:absolute는 ie6에서도 동일한 효과(position:fix)를 주기 위한 css핵 */  
.fix{position:fixed;_position:absolute;width:100%;top:0;z-index:100;}
.p_rel{position:relative}
.fit_img{width:100%}
.clearfix:before,
.clearfix:after {content:" "; display: table;}
.clearfix:after {clear: both;}
.f_left{float:left;}
.f_right{float:right;}
.bold{font-weight:bold}
.layer_center{position:absolute; left:0; top:0; right:0; bottom:0; margin:auto} /*width, height 넣을 것*/
.layout.dv2 > div{width:50%}
.hm_tb{display:table; width:100%}
.hm_tr{display:table-row}
.hm_tc{display:table-cell; vertical-align:middle}

/*TEXT*/
.text1{font-size:18px}

/*MARGIN,PADDING,BORDER,BACKGROUND*/

/* FORM */
input, select, label{box-sizing: border-box}
select{-webkit-appearance: none; -moz-appearance: none; appearance: none}
select::-ms-expand{display: none}/* IE 10, 11의 네이티브 화살표 숨기기 */
input{padding:0px; height:auto; outline:none; border-radius:0px 0px}
input[type="text"], input[type="password"]{height:39px; border:1px solid #f0efef; padding-left:9px; background:#fff}
/* input[type="text"]:focus, input[type="password"]:focus{background:#fff;} : FILTER : IE 6 에서 속성 선택자 지원 안함 */
input[type="radio"], input[type="checkbox"]{}
select{display:inline-block; margin:0; border:1px solid #eee; font-size:13px; color:#333; border-radius:0px 0px}
textarea{width:100%; border:1px solid #eee; padding:10px 7px; margin:0; line-height:22px; font-size:15px; color:#333; background:#fff; resize: none; box-sizing:border-box; border-radius:0px 0px; overflow-y:hidden}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{font-weight:300; color:#999}  /*placeholer*/
input.type1{display:block; width:100%; height:66px; font-size:16px; font-weight:bold; color:#333; padding-left:22px; border-color:#dfe1e3; background:#fff}
input.type1::-webkit-input-placeholder{font-weight:bold; color:#ccc}  /*placeholer*/
input.type1_1{display:block; width:100%; height:66px; font-size:16px; font-weight:bold; color:#333; border-color:#dfe1e3; background:#fff}
input.type1_1::-webkit-input-placeholder{font-weight:bold; color:#ccc}  /*placeholer*/
input.type2{display:block; width:100%; height:47px; font-size:14px; font-weight:400; color:#333; padding-left:14px; border-color:#e4e4e4; background:#fff; border-radius:6px; box-sizing:border-box; }
input.type2::-webkit-input-placeholder{color:#aaa}  /*placeholer*/
input.type2.ib{display:inline-block;}
select.type1{display:block; width:100%; height:47px; font-size:14px; font-weight:400; color:#333; padding-left:14px; border-color:#e4e4e4; background:#fff; border-radius:6px; outline:none; ; background:#fff url('../images/common/arw9.png') no-repeat right 10px center; background-size:11px auto; zoom:1;*background:none; box-sizing:border-box; }
select.type1::-webkit-input-placeholder{color:#aaa}  /*placeholer*/
select.type1.ib{display:inline-block;}
select.type2{display:block; width:100%; height:37px; font-size:14px; font-weight:400; color:#333; padding-left:14px; border-color:#e4e4e4; background:#fff; border-radius:6px; outline:none; ; background:#fff url('../images/common/arw9.png') no-repeat right 10px center; background-size:11px auto; zoom:1;*background:none; box-sizing:border-box; }
select.type2::-webkit-input-placeholder{color:#aaa}  /*placeholer*/
select.type2.ib{display:inline-block;}
select.type3{display:block; width:100%; height:36px; font-size:14px; font-weight:400; color:#333; padding-left:14px; border-color:#e4e4e4; background:#fff; outline:none; ; background:#fff url('../images/common/arw9.png') no-repeat right 10px center; background-size:11px auto; zoom:1;*background:none; box-sizing:border-box; }
select.type3::-webkit-input-placeholder{color:#aaa}  /*placeholer*/
select.type3.ib{display:inline-block;}
/*CHECKBOX, RADIO BUTTON*/
input[type="checkbox"].hm-cb1{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;} /*기본버튼 없애기*/
input[type="checkbox"].hm-cb1 + label{display:inline-block; margin:0 13px 0 0; font-size:14px; color:#333; letter-spacing:-0.25px; line-height:23px; padding-left:31px; background:url('../images/common/cb1_1.png') no-repeat 0 0; background-size: 23px 23px; box-sizing:border-box; user-select: none;}  /*라디오 버튼 STYLE*/
input[type="checkbox"].hm-cb1:checked + label{background:url('../images/common/cb1_2.png') no-repeat 0 0; background-size:23px 23px}  /*선택 후*/
input[type="checkbox"].hm-cb2{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;} /*기본버튼 없애기*/
input[type="checkbox"].hm-cb2 + label{display:inline-block; margin:0; font-size:14px; font-weight:300; color:#222; line-height:24px; padding-left:37px; background:url('../images/common/cb2_1.png') no-repeat 0 0; box-sizing:border-box; user-select: none;}  /*라디오 버튼 STYLE*/
input[type="checkbox"].hm-cb2:checked + label{background:url('../images/common/cb2_2.png') no-repeat 0 0}  /*선택 후*/

input[type="radio"].hm-radio1{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;} /*기본버튼 없애기*/
input[type="radio"].hm-radio1 + label{display:inline-block; margin:0 13px 0 0; font-size:14px; color:#222; line-height:19px; padding-left:26px; background:url('../images/common/cb2_1.png') no-repeat 0 0; background-size: 19px 19px; box-sizing:border-box; user-select: none;}  /*라디오 버튼 STYLE*/
input[type="radio"].hm-radio1 + label.mr0{margin:0}
input[type="radio"].hm-radio1:checked + label{background:url('../images/common/cb2_2.png') no-repeat 0 0; background-size: 19px 19px}  /*선택 후*/

/*파일첨부 : 기본*/
.file_input label {display:inline-block; position:relative; width:47px; height:47px; border:none; background:#444 url('../images/common/ico_file1.png') no-repeat center; background-size:16px 16px; text-align:center; line-height:50px; vertical-align:middle; overflow:hidden; box-sizing:border-box}
.file_input label input {position:absolute; width:0; height:0; overflow:hidden;}
.file_input input[type="text"]{display:inline-block; width:calc(100% - 50px); height:47px; line-height:47px; border:none; padding-left:19px; font-size:14px; color:#333; background:#f4f3ef; box-sizing:border-box}

/*SEARCHBAR*/
.searchbar1{overflow:hidden}  /*게시판*/
.searchbar1 select{width:117px; height:34px; padding-left:10px; font-size:14px; color:#666; margin-right:1px; border:1px solid #e1e1e1; background:url('../images/common/arw_form1.png') no-repeat right 11px center; zoom:1;*background:none}
.searchbar1 input[type="text"]{width:177px; height:34px; line-height:normal; padding-left:10px; font-size:14px; font-weight:300; color:#666; border:1px solid #e1e1e1; border-right:none; background-color:#fff}
.searchbar1 a{display:inline-block; width:35px; height:34px; margin-left:-5px; font-size:0; border:1px solid #e1e1e1; border-left:none; background:url('../images/common/ico_glass1.png') no-repeat 7px center; vertical-align:top; box-sizing:border-box}

/* PAGING */
.paging {height:34px; font-size:12px; text-align:center;}
.paging a{display:inline-block;min-width:34px;height:34px;padding:0 6px;line-height:33px;color:#999;border:1px solid #dbdbdb;vertical-align:middle;cursor:pointer;box-sizing: border-box;}
.paging a:hover, .paging a:focus, .paging a.selected{color:#fff; border:1px solid #1687cf;text-decoration:none; background-color:#1687cf}
.paging .first, .paging .prev, .paging .next, .paging .last{width:34px; height:34px; padding:0; font-size:0;}
.paging .first{background:#fff url('../images/common/arw6_1_1.png') center no-repeat}
.paging .first:hover{background:#1687cf url('../images/common/arw6_1_2.png') center no-repeat}
.paging .prev{margin-right:6px; background:#fff url('../images/common/arw6_2_1.png') center no-repeat}
.paging .prev:hover{background:#1687cf url('../images/common/arw6_2_2.png') center no-repeat}
.paging .next{margin-left:6px; background:#fff url('../images/common/arw6_3_1.png') center no-repeat}
.paging .next:hover{background:#1687cf url('../images/common/arw6_3_2.png') center no-repeat}
.paging .last{background:#fff url('../images/common/arw6_4_1.png') center no-repeat}
.paging .last:hover{background:#1687cf url('../images/common/arw6_4_2.png') center no-repeat}

/*유튜브 반응형*/
.video-responsive{
    overflow:hidden;
    padding-bottom:52.8%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:-1px;
    top:-1px;
    height:100%;
    width:100%;
    position:absolute;
}

/*Button*/
.button1{display:inline-block; line-height:42px; font-weight:bold; color:#fa5d2c; text-align:center; padding:0 37px; border:1px solid #fa5d2c; border-radius:22px; transition:.2s ease-in-out}
.button1:hover, 
.button1.fill{color:#fff; background-color:#fa5d2c}
.button1_1{display:inline-block; line-height:42px; font-weight:bold; color:#b21fcb; text-align:center; padding:0 37px; border:1px solid #b21fcb; border-radius:22px; transition:.2s ease-in-out}
.button1_1:hover, 
.button1_1.fill{color:#fff; background-color:#b21fcb}
.button1_m2{display:inline-block; line-height:42px; font-weight:bold; color:#008d3a; text-align:center; padding:0 37px; border:1px solid #008d3a; border-radius:22px; transition:.2s ease-in-out}
.button1_m2:hover, 
.button1_m2.fill{color:#fff; background-color:#008d3a}
.button1_m3{display:inline-block; line-height:42px; font-weight:bold; color:#1687cf; text-align:center; padding:0 37px; border:1px solid #1687cf; border-radius:22px; transition:.2s ease-in-out}
.button1_m3:hover, 
.button1_m3.fill{color:#fff; background-color:#1687cf}
.button1_m4{display:inline-block; line-height:42px; font-weight:bold; color:#05a0b7; text-align:center; padding:0 37px; border:1px solid #05a0b7; border-radius:22px; transition:.2s ease-in-out}
.button1_m4:hover, 
.button1_m4.fill{color:#fff; background-color:#05a0b7}
.button1_2{display:inline-block; line-height:32px; font-weight:bold; color:#1687cf; text-align:center; padding:0 27px; border:1px solid #1687cf; border-radius:18px; transition:.2s ease-in-out}
.button1_2:hover, 
.button1_2.fill{color:#fff; background-color:#1687cf}
.button2{display:inline-block; line-height:52px; font-size:18px; font-weight:bold; color:#fff; text-align:center; letter-spacing:-0.25px; padding:0 32px; background:#1687cf; border-radius:8px}
input.button3, .button3{display:block; width:100%; line-height:80px; font-size:22px; font-weight:bold; color:#fff; letter-spacing:0.25px; border:0; background-color:#1687cf; text-align:center; border-radius:10px; overflow:hidden; cursor:pointer}
.button4{display:inline-block; width:248px; line-height:56px; font-size:16px; font-weight:bold; color:#1687cf; text-align:center; border:1px solid #1687cf; border-radius:10px}
.button4.fill{color:#fff; background-color:#1687cf}
.button5{display:block; width:100%; line-height:50px; font-size:17px; font-weight:bold; color:#fff; padding:0 16px; letter-spacing:0.25px; border:0; background-color:#1687cf; text-align:center; border-radius:10px; overflow:hidden; cursor:pointer}
.button_hm_btn1{padding:8px; width:100%; line-height:47px; font-size:14px; font-weight:bold; color:#fff; background-color:#1687cf; text-align:center; border-radius:6px; overflow:hidden; cursor:pointer}
/*애니메이션 Fade*/
@keyframes fadeEffect
{  
	from {opacity: 0;}  to {opacity: 1;}
}
 
 /*팝업 공통*/
.pop-layer {display:none; position:absolute; top:50%; left:50%; height:auto; z-index: 300; overflow:hidden}
.layer1, .layer2, .layer3, .layer4, .layer5, .layer6{display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:300;}
.layer1 .bg, .layer2 .bg, .layer3 .bg, .layer4 .bg, .layer5 .bg, .layer6 .bg{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.6; filter:alpha(opacity=70);}
.layer1 .pop-layer, .layer2 .pop-layer, .layer3 .pop-layer, .layer4 .pop-layer, .layer5 .pop-layer, .layer6 .pop-layer {display:block;}
