@charset "utf-8";
/* reset css */
/*************************************/
/***** *****/
/*************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
html,body {
	height:100%;
	line-height:1;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600&display=swap');
@font-family {
	font-family:'Poppins',sans-serif;
	font-family:"Noto Sans KR",sans-serif;
}
.noto {font-family:"Noto Sans KR",sans-serif;}
body {color:#000;
	font-family:'Noto Sans KR',sans-serif;
	max-width:1920px;
	min-width:320px;
	margin:0 auto;
	}
a {text-decoration:none; border:0;}
ol,ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0;width:100%;}
img,fieldset {border:0;vertical-align:top;}
input,textarea,select {	vertical-align:middle;}
legend,caption {display:none;}
i,em,address {font-style:normal;}
label,button {cursor:pointer;}
button {margin:0;padding:0;border:0;}
hr {display:none}
img {
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align:top;
	}


/*css_pc_start*/

@font-face {
    font-family:'Pretendard';
    src: url('../fonts/Pretendard-Regular.eot');
    src: url('../fonts/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Pretendard-Regular.woff') format('woff'),
         url('../fonts/Pretendard-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family:'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.eot');
    src: url('../fonts/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Pretendard-ExtraBold.woff') format('woff'),
         url('../fonts/Pretendard-ExtraBold.ttf') format('truetype');
    font-weight: 900;
}

.gate_contents_pc {
	background-image:url(../images/pc_bg.jpg);
	min-width:1340px;
	margin:0 auto;
}
.top .semitxt {
	margin:0px 25px 50px 280px;
	padding:25px 35px;
	width:280px;
	height:160px;
	background-color:#ef2f75;
}
.top {display:flex; height:220px;}
.semititle {padding-top:35px; width: 95%;}
.head {padding-top:30px;}
.model {display:flex;justify-content:center; padding-left:60px ;}
.gate_contents_mobile {display:none;}
.web .caution {margin:0 255px 10px 0; text-align: right; color: #686868;  font-weight: 200;}
.web .btn {display: flex;}

.pcView{display:block;}
.mView{display:none;}

/*css_pc_end*/


/*css_분리*/

.mobile {display: none !important;}

@media screen and (max-width:768px) 
{
	.web {display: none !important;}

	.mobile {display: block !important;}
	
	.pcView{display:none;}
	.mView{display:block;}

  /*css_mo_start*/

  .mobile {background-image: url(../images/bg_640.jpg); background-repeat: repeat-x; }
  .gate_contents_mobile ul {display:flex; gap: 10%; height: 100%; }
  .semititle {padding-left:5%;  padding-top:57px; padding-bottom:0%; }
  .logo { text-align: right;}
  .half_06, .half_05, .half_04, .half_03, .half_02, .half_01 {display:flex;}
 
  .half_06 .txt {padding-top:20%;}  
  .half_06 .img {position: relative; top:-40px;}  
 
  .half_05 .txt {padding-top:20%;}  
  .half_05 .img {position: relative; top:0px;}  
 
  .half_04 .txt {padding-top:20%;}  
  .half_04 .img {position: relative; top:20px;}   
 
  .half_03 .txt {padding-top:20%;}  
  .half_03 .img {position: relative; top:20px;}  
  
  .half_02 .txt {padding-top:20%;} 
  .half_02 .img {position: relative; top:20px;}  

  .half_01 .txt {padding-top:20%; }  
  .half_01 .img {position: relative; top:20px;}    

  .caution p {padding-left:5%; font-family:pretendard; font-weight: 200; font-size: 13px; color:#525252 ; position: relative; top:-20px;}
  .web .half_02 a img:first-child {
	display: none;
  }

  .caution p {padding-left:5%; font-family:pretendard; font-weight: 200; font-size: 13px; color:#525252 ; position: relative; top:-20px;}
  .web .half_01 a img:first-child {
	display: none;

   /*css_mo_end */
}






input {
	-webkit-border-radius:0;
	/* 모서리 스타일 제거 */ -webkit-appearance:none;
	/* 인풋내 그림자 제거 */
}
.input_text,textarea {
	margin: -1px 0;
	padding-right:1px
}
.input_check,.input_radio {
	width:13px;
	height:13px
}
.blind,legend,caption {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden
}
caption {
	line-height:0
}
img {
	max-width:100%;
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
label {
	display:inline-block;
}
input {
	font-size:1rem;
	font-family:'Noto Sans KR','Malgun Gothic',sans-serif;
	vertical-align:middle;
	border:#ccc 1px solid;
}
button {
	border-radius:0;
}
input[type='checkbox'],input[type='radio'] {
	width:20px;
	height:25px;
	line-height:25px;
	text-align:left;
	display:inline-block;
	position:relative;
	top:-1px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#999;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#999;
	opacity:1;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#999 !important;
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
	transition:background-color 5000s ease-in-out 0s;
	 -webkit-transition:background-color 9999s ease-out;
	/* -webkit-box-shadow:0 0 0px 1000px white inset !important;-webkit-text-fill-color:#fff !important;*/
}
.input {
	border:#e1e1e1 1px solid;
	vertical-align:middle;
	font-size:1rem;
	height:3.5rem;
	padding:15px;
	box-sizing:border-box;
}
textarea {
	width:100%;
	padding:30px;
	font-size:1rem;
	line-height:1.4;
	border:1px solid #e1e1e1;
	box-sizing:border-box;
}
.frm {
	display:inline-block;
	position:relative
}
.frm label {
	display:inline;
	position:relative;
	font-size:1rem;
	line-height:1.3;
	padding-left:35px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	margin-right:10px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.frm label:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	background:url("../common/spr_form.png") no-repeat;
}
.frm input[type=checkbox]:focus+label,.frm input[type=radio]:focus+label {
	outline:1px dotted #e0e0e0
}
.frm input[type=checkbox],.frm input[type=radio] {
	position:absolute;
	left:12px;
	top:16px;
	width:1px;
	height:1px;
	opacity:0
}
.frm input[type=checkbox]+label:before {
	background-position:0 -13px
}
.frm input[type=checkbox]:checked+label:before {
	background-position:-20px -13px
}
.frm input[type=radio]+label:before {
	background-position:-52px -13px
}
.frm input[type=radio]:checked+label:before {
	background-position: -78px -13px
}
select {
	background-color:rgba(255,255,255,1);
	background:url('../images/common/lnb_arr.png') no-repeat 93%;
	background-color:#fff;
	width:100%;
	padding:3px 10px;
	border:1px solid #e7e7e7;
	border-radius:0;
	height:3.5rem;
	vertical-align:middle;
	margin-right:5px;
	font-size:1rem;
	position:relative;
	-webkit-appearance:none;
	/* 네이티브 외형 감추기 */
	-moz-appearance:none;
	appearance:none;
}
select::-ms-expand {
	display: none;
}
/* 화살표 없애기 for IE10,11*/












