@charset "utf-8";
 
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, em, img, q, s, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed, summary {margin:0; padding:0;}

 
body{ 
	 
	font-family:'Pretendard','Noto Sans KR', sans-serif;
	width: 100%;
	font-size:16px; 
	line-height:1.5;
	background-color: #ffffff;  
	color:#333232;
	margin: 0 auto; 
	font-weight:normal;
	
}

html,body {
    -webkit-touch-callout:none;
    /*-webkit-user-select:none;*/
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
	word-break:keep-all;
	word-wrap:break-word;
	
}

 
html {
    overflow: -moz-scrollbars-vertical; 
    /*overflow-y: scroll;*/
	 
}


h3,h4,strong{font-weight:400;}
 
hr {display:none;}
ul  li {list-style:none;}


a:link, a, a:hover,a:visited{text-decoration:none;color:#333; }
input, select,textarea {font-size:16px;}
img {border:0; vertical-align:top;max-width:100%;}

.center{text-align:center}
.left{text-align:left}
 
 /*tab*/
.view{;padding:0;margin:0;}
.hided{display: none;padding:0;margin:0;}

.box{border:2px solid #A6A6A6; font-size:12px;background-color: #f7f7f7;}

.floatL{float:left;}
.clear{clear:both;}


.mtA{margin-top:60px;}

.numtxt,
.engfont{
	font-family:'Poppins', sans-serif;
	letter-spacing:0;
	font-weight:500;
 
}
.numtxt{
	font-family:'Pretendard', sans-serif;
	letter-spacing:0;
}

/*개인정보취급방침*/
.personalcontents{width:100%;}
.personalcontents h2.personal_title{text-align:center;font-weight:bold;font-size:20px;margin-bottom:30px;padding:0;color:#333;}
.personalcontents .txt_sum{background:#f7f7f7;padding:10px;}
.personalcontents h3.person_t{margin-top:30px;margin-bottom:10px;text-align:left;font-size:18px;}
.personalcontents .person_content {padding-left:10px}
.personalcontents .person_content p{margin-bottom:10px;}
.personalcontents .person_content ul {margin-bottom:10px}
.personalcontents .person_content ul > li{list-style-type: square;margin-left:40px;} 
.personalcontents .person_content ol{margin-left:40px;} 
.personalcontents .person_content ol li{list-style-type: decimal;} 



/*온라인문의*/

.inqarea_box{
		background:rgba(247,247,127,.2);
		margin-bottom:30px;
		padding:10px 30px;
		}
.inqarea_box p .blank{width:80px;display:inline-block;}
.inq_img{
		background: url(/image/customer/customer_img.jpg) no-repeat right 0}
.inq_imgB{
		background: url(/image/customer/customer_img2.jpg) no-repeat right 0}

.inq_img_txt{
		padding:30px 0 20px 80px;
		width:60%;
		}
.inq_imgB .inq_img_txt{
	width:90%;
}
.inq_img_txt p{
		font-size:20px;		 
		letter-spacing:-1px;
		}
.inq_img_txt .telarea{
		margin-top:30px;
		font-size:28px;
		color:#00ad2f;
		}
.inq_img_txt .timearea{
		margin-top:5px;
		font-size:18px;
		color:#000;
		}
.inqarea{
		padding:0px;
		border-top: 0px solid #164a96;
		margin:0 0 0px 0;
		}

.inqarea .row {
		margin:0px 0 5px 0;
		width:100%;
		padding:0;
		position:relative;
		display:flex;
}

.inqarea .row .tdcol {
		 width:50%;	
		 margin:0 1% 1% 0;
		 align-items: center;
		 
		}
.inqarea .row .tdcol.wide {
		width:100%;
		}
.inqarea .row .tdcol .tdtit {
		padding:12px 0;
		 line-height:1.2; 
		 
		 font-weight:600;
		 
		 
		}
.inqarea .row .tdcol .tdtit span{
	display:inline-block;
}


.inqarea .row .tdcol .tdinput {
		overflow:hidden;
		 border:2px solid #eaecee;
		 border-radius:5px;
		 padding:0;
		 margin:0;
		 
		 
	}
 
.inqarea .colthree .tdinput {
	width:33.333%;
}

.inqarea .row .tdcol .tdinput_over{
	display:flex;
}
.inqarea .row .tdcol .tdinput_over .tdinput{
	margin-right:10px;
	margin-left:10px;
}
.inqarea .row .tdcol .tdinput_over .tdinput:first-child{
	margin-left:0px;
}
.inqarea .row .tdcol .tdinput_over .tdinput:last-child{
	margin-right:0px;
}

.inqarea span.gol{
	display:inline-block;
	line-height:60px;
 
	vertical-align:middle;
}

select.slectbox{
	width:100%;
	 
	 padding:20px 20px 19px 20px;
		background:#f5f5f5;
		 color:#3b3b3b;
		 border:none;
		 outline: none;
		  margin:0;
		 
		 
}
select.slectbox:invalid {opacity:.7} 
 input.form_style{
		width:100%;
		padding:20px;
		background:#f4f5f7;
		 color:#3b3b3b;
		 border:none;
		 outline: none;
		  
		}

input::placeholder {
  color: #888e93;
 
}

 input.form_style_short{
		width:300px;
		padding:20px;
		background:#f4f5f7;
		 color:#3b3b3b;
		  border:2px solid #eaecee;
		  border-radius:5px;
		 outline: none;
		}
 
 
.form_textarea{
	display:block;
	width:100%;
	height:100%;
 	 border:none;
	 resize:none;
     line-height:130%;
	 padding:2%;
	 background:#f4f5f7;
	 margin:0;
	 font-family:'Pretendard','Noto Sans KR', sans-serif;
	 
	 }
textarea::placeholder {
	color:rgba(0,0,0,.5);
	font-family:'Pretendard','Noto Sans KR', sans-serif;
	 font-size:16px;
}
textarea:focus {
  outline: none

  }

[type="radio"]{
  appearance: none;
  border: max(1px, 0.1em) solid #e0e0e0;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
 
 
}
[type="radio"]:checked {
  border: 0.4em solid #3c6aca;
}


[type="checkbox"] {
 
}



/**/
.area-radio input[type=radio] { display:none;  margin:10px; } 
.area-btn {
    display: flex;
	 align-items: stretch;
	justify-content: space-between;
	 text-align:center;

}
.area-radio{
	width:100%;
	margin-right:5px;
	
	 overflow:hidden;
	 display: flex;
	 align-items: center;
	 text-align:center;
	 
	 
	 
	 

}
.area-radio:last-child{margin-right:0px;}
.area-radio input[type=radio] + span { 
    width:100%;
	height:100%;
    display: table;
    
    padding:20px 0;
    background-color: #ffffff;    
    margin:0 auto;
	border: 2px solid #f3f5f6;
	 border-radius:6px;
    
    margin-right: 0px;
	line-height:1.1;
    font-weight: 600;
    text-align : center;
} 
.area-radio input[type=radio] + span b{display: table-cell;vertical-align:middle;font-weight: 600; }

/* 선택한 라디오 단추 옆의 레이블에 대한 배경색 변경하면 됩니다. 강조 표시된 버튼으로 보이게합니다.*/ 
.area-radio input[type=radio]:checked + span {  
    background-color: #3c6aca;
    border: 2px solid #295cc5;
    color: #ffffff;
} 

.agreetxt{
	padding:20px;
	font-size:15px;
}

.agreetxt .agreetxt_in{
	 
		height:100%;
		width:100%;
		max-height:160px;
		overflow: scroll;
		 overflow-x: hidden;
		 
		margin:0 auto;
		position:relative;
 }


.agreetxt .divblock{
	margin-top:30px;
	margin-bottom:30px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.agreetxt .divblock.divblock_bodernone{
	border-bottom: 0px solid rgba(0,0,0,.0);
}

.agreetxt .pblock{
	margin-bottom:10px;
}
.agreetxt .pblock span{
	display:block;
}
.agreetxt strong.tti{
	font-weight:600;
	display:block;
	margin-bottom:20px;

}

.agreebox{
 
}

        .agreebox input[type="checkbox"] {
            appearance: none;
            width: 20px;
            height: 20px;
            border: 2px solid #e9eaed;
            border-radius: 4px;
            margin-right: 10px;
            position: relative;
            cursor: pointer;
            vertical-align: middle;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .agreebox input[type="checkbox"]:checked {
            border-color: #3c6aca;
            background-color: #3c6aca;
        }
        
        .agreebox input[type="checkbox"]:checked::after {
            content: "✓";
            position: absolute;
            color: white;
            font-size: 14px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: bold;
        }
        
        .agreebox label {
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition);
        }
        
        .agreebox input[type="checkbox"]:checked + label {
            color: var(--primary);
        }



/*checkbox*/
.check_box{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.check_box label{
	margin-right:100px;
	display:flex;
	align-items: center;
	padding:10px 0;

}
.check_box label.last{
	margin-right:15px;
}
.check_box label span{
	margin-left:15px;
}

.etc{display:none;}



@media(max-width:768px){
	.inq_img{
		background: none;
		}
	.inq_img_txt{
		width:90%;
		padding-left:20px;
	}

	.inq_img_txt p{
		font-size:17px;		 
 		}
	.inq_img_txt .telarea{
		margin-top:10px;
		font-size:22px;
		
	}
	.inq_img_txt .timearea{
		font-size:15px;
	}
 
 }


@media(max-width:680px){
	 

		.inqarea .row .tdcol .tdtit span{font-size:80%;}
 
 }

@media(max-width:420px){

 input.form_style_short{width:100%;max-width:140px;}

 }


 /*파일첨부*/

.fom_fileinput{
		float: left;
		padding:10px;
		} 
.file_input_div{
		position: relative;
		width: 100px;
		 height:35px;
		overflow: hidden;
		border: 0px} 
.file_input_button{
		
	width: 100px;
	position: absolute;
	top: 0px;
	padding:11px;
	background-color: #5d5d5d;
	color: #FFFFFF;
	border:0;
	border-style: solid;
} 

.file_input_hidden{
		
		font-size: 45px;
		position: absolute;
		right: 0px;
		top: 0px;
		opacity: 0;
		filter: alpha(opacity=0);
		ms-filter: "alpha(opacity=0)";
		-khtml-opacity: 0;
		-moz-opacity: 0;
		}


.btnarea{
		text-align:center;
		width:340px;
		margin: 20px auto;
		}
 
.sendbutton{
		
	background: #3c6aca;
	border:2px solid #2b5dc5;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 130%;
	line-height:16px;
    border-radius:6px;
    cursor: pointer;
    font-weight: 500;
 	min-width:180px;
 	margin: 5px 2px;
	 
}

.cancelbutton{
   
	background: #727272;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
	line-height:16px;
   border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
 	min-width:120px;
 	margin: 5px 2px;
}

 .sendbutton a, .sendbutton a:hover,
  .cancelbutton a, .cancelbutton a:hover
 {
		color:#fff;
		}

 .iconarea{
		width:100%;
		 position:relative;
		text-align:center;
		border-top: 0px solid #ccc;
		padding:10px 0;
		margin:  20px auto 0 auto;
		}
 .iconarea_in{
		padding:30px 0;
		 margin: 0 auto;
		 display: flex;
    align-items: center;
	justify-content: space-between;
		 }
 .iconarea_in .sendbutton{
		width:100%;
		vertical-align:middle;
	}
 .iconarea_in .cancelbutton{
		display:inline-block;
		vertical-align:middle;
	}
 .iconarea_in .boardbutton{
		display:inline-block;
		vertical-align:middle;
	}
 .iconarea_in .blank{
		display:inline-block;
		width:0;
		height:0px;
		vertical-align:middle;
		
	}



  @media(max-width:420px){
	
	.fom_fileinput{
		
		padding:10px 3px;
		} 

	.file_input_button{
		width: 50px;
	}
	 
 
 }
 
 
 
/**개인정보취급방침**/
.personbox{
		background:#f7f7f7;
		 margin-top:20px;
		margin-bottom:20px;
		margin-left:1%;
		margin-right:1%;
		 padding:20px ;
		height:100%;
		width:98%;
		}
.personbox .personbox_in{
		font-size:13px;
		line-height:20px;
		letter-spacing:-1px;
		color:#333;
		padding:0;
		height:100%;
		width:98%;
		max-height:90px;
		overflow: scroll;
		 overflow-x: hidden;
		border:0px solid #f7f7f7;
		margin:0 auto;
		position:relative;
		 }

 .agreementcontents h3{
		font-size:19px;
		margin-top:30px;
		}
.agreementcontents h4{
		font-size:16px;
		margin-top:30px;
		font-weight:500}
 /*/////////////////////////////////////////*/

/**/
 /*동영상 보기*/
 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.youtubearea{position:relative; height:100%;padding-top:0px;height:0;overflow:hidden;} 
.youtubearea iframe,
.youtubearea object,
.youtubearea embed,
.youtubearea video{
position:absolute;top:0;left:0;width:100%;height:100%;} 

 .youtubearea.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.youtubearea.embed-responsive-4by3 {
  padding-bottom: 75%;
}




/* Preload images */


.lightboxOverlay {
   
  position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   background-color: black;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   opacity: 0.8;
   display: none;
   }

.lightbox {
   
  position: absolute;
   left: 0;
   width: 100%;
   z-index: 10000;
   text-align: center;
   line-height: 0;
   font-weight: normal;
   }

.lightbox .lb-image {
   
  display: block;
   height: auto;
   max-width: inherit;
   max-height: none;
   border-radius: 3px;
     border: 4px solid white;
   }

.lightbox a img {
   
  border: none;
   }

.lb-outerContainer {
   
  position: relative;
   *zoom: 1;
   width: 250px;
   height: 250px;
   margin: 0 auto;
   border-radius: 4px;
     background-color: white;
   }

.lb-outerContainer:after {
   
  content: "";
   display: table;
   clear: both;
   }

.lb-loader {
   
  position: absolute;
   top: 43%;
   left: 0;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
   }

.lb-cancel {
   
  display: block;
   width: 32px;
   height: 32px;
   margin: 0 auto;
   background: url(../images/loading.gif) no-repeat;
   }

.lb-nav {
   
  position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   }

.lb-container > .nav {
   
  left: 0;
   }

.lb-nav a {
   
  outline: none;
   background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
   }

.lb-prev, .lb-next {
   
  height: 100%;
   cursor: pointer;
   display: block;
   }

.lb-nav a.lb-prev {
   
  width: 34%;
   left: 0;
   float: left;
   background: url(../image/btn_prev.png) left 48% no-repeat;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   opacity: 1;
   -webkit-transition: opacity 0.6s;
   -moz-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   }

.lb-nav a.lb-prev:hover {
   
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   }

.lb-nav a.lb-next {
   width: 64%;
   right: 0;
   float: right;
   background: url(../image/btn_next.png) right 48% no-repeat;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   opacity: 1;
   -webkit-transition: opacity 0.6s;
   -moz-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   }

.lb-nav a.lb-next:hover {
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   }

.lb-dataContainer {
   
  margin: 0 auto;
   padding-top: 5px;
   *zoom: 1;
   width: 100%;
   -moz-border-radius-bottomleft: 4px;
   -webkit-border-bottom-left-radius: 4px;
   border-bottom-left-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   -webkit-border-bottom-right-radius: 4px;
   border-bottom-right-radius: 4px;
   }

.lb-dataContainer:after {
   
  content: "";
   display: table;
   clear: both;
   }

.lb-data {
   
  padding: 0 4px;
   color: #fff;
   }

.lb-data .lb-details {
   
  width: 95%;
   float: left;
   text-align: center;
   line-height: 1.1em;
   }

.lb-data .lb-caption {
   
  font-size: 18px;
   font-weight: bold;
   line-height: 1em;
   padding-left:30px;
   }

.lb-data .lb-caption a {
   color: #4ae;
   }

.lb-data .lb-number {
   
  display: block;
   clear: left;
   padding-bottom: 1em;
   font-size: 12px;
   color: #999999; 
}

.lb-data .lb-close {
   
   display: block;
   float: right;
   width: 30px;
   height: 30px;
   background: url(../image/btn_close2.png) top right no-repeat;
   text-align: right;
   outline: none;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
   opacity: 0.7;
   -webkit-transition: opacity 0.2s;
   -moz-transition: opacity 0.2s;
   -o-transition: opacity 0.2s;
   transition: opacity 0.2s;
   
 
}

.lb-data .lb-close:hover {
   cursor: pointer;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   
 
}



 /*////////////////////////////////// end ////////////////////////////*/

