@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
    url(../font/NotoSansKR-Light.woff) format('woff'),
    url(../font/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
    url(../font/NotoSansKR-Regular.woff) format('woff'),
    url(../font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
    url(../font/NotoSansKR-Medium.woff) format('woff'),
    url(../font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
    url(../font/NotoSansKR-Bold.woff) format('woff'),
    url(../font/NotoSansKR-Bold.otf) format('opentype');
}




@font-face {
  font-family: 'SeoulNamsan';
  font-style: normal;
  font-weight: 300;
  src: url(../font/SeoulNamsanL.otf) format('opentype'),
	url(../font/SeoulNamsanL.ttf) format('truetype');
}

@font-face {
  font-family: 'SeoulNamsan';
  font-style: normal;
  font-weight: 500;
  src: url(../font/SeoulNamsanM.otf) format('opentype'),
	url(../font/SeoulNamsanM.ttf) format('truetype');
}

@font-face {
  font-family: 'SeoulNamsan';
  font-style: normal;
  font-weight: 700;
  src: url(../font/SeoulNamsanB.otf) format('opentype'),
	url(../font/SeoulNamsanB.ttf) format('truetype');
}

@font-face {
  font-family: 'SeoulNamsan';
  font-style: normal;
  font-weight: 900;
  src: url(../font/SeoulNamsanEB.otf) format('opentype'),
	url(../font/SeoulNamsanEB.ttf) format('truetype');
}




/*--------------------------------------------------------------
                                공통
--------------------------------------------------------------*/

strong{font-weight:800;}

html {
    font-family: 'SeoulNamsan', 'Noto Sans KR', 'Dotum', Arial, sans-serif;
}

html,
body {
    height: 100%;
    min-height: 100%;
	min-width: 375px;
    margin: 0;
    padding:0;
}

body,
button,
input,
select,
textarea,
pre{
    font-family: 'SeoulNamsan', 'Noto Sans KR', 'Dotum', Arial, sans-serif;
    font-size: 14px;
	letter-spacing: -0.7px;
}
button{
    cursor:pointer;
	outline:none;
	border:none;
}
h1,
h2,
h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}
dl,
ol,
p,
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #222;
}
em {
    font-style: normal;
}
fieldset {
    border: none;
    padding: 0;
}

label {
    color: #000;
}

div{
	margin:0;
	padding:0;
}

.center{
	text-align:center !important;
}
.right{
	text-align:right !important;
}
.left{
	text-align:left !important;
}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pt80{padding-top:80px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pb80{padding-bottom:80px;}

.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}

.icon{
	color:#334461;
	font-size: 28px !important;
	cursor:pointer;
}

.w10 {width:10% }
.w20 {width:20% }
.w30 {width:30% }
.w35 {width:35% }
.w40 {width:40% }
.w45 {width:45% }
.w50 {width:50% }
.w60 {width:60% }
.w65 {width:65% }
.w70 {width:70% }
.w75 {width:75% }
.w80 {width:80% }
.w90 {width:90% }
.w100 {width:100% }

.float_l{float:left;}
.float_r{float:right;}


.sm_span{
	font-size:13px;
	color:#555;
}
.hr{
	border: 0.5px solid #ddd;
    margin: 15px 0px;
}

/* input box color */ 
input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0 30px #fff inset ; 
	-webkit-text-fill-color: #000; 

} 
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active { 
	transition: background-color 5000s ease-in-out 0s; 
}

textarea{
	width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    outline: none;
}


input[type=text], 
input[type=password], 
input[type=number]
{
	width: 100%;
    border: 1px solid #ddd;
    height: 45px;
	line-height: 45px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    outline: none;
		-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.flex_area{
    display: flex;
    justify-content: space-around;
}

.flex_area.left{
/*	justify-content: left;*/
	justify-content: flex-start;
}

.input_flex span{
	 height: 45px;
	line-height: 45px;
	margin:0 5px;
}

select {
	border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    min-height: 45px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	position:relative;
	background: url(../../images/select_ico.png) no-repeat;
	background-position: center right;
    
}

select::-ms-expand {display:none}

input[type=radio] { display:none; }
input[type=radio] + label { 
	height:18px;
	display: inline-block; 
	cursor: pointer; 
	line-height: 18px; 
	padding-left: 22px; 
	background: url('../../images/radio_off.png') left/18px no-repeat; 

}

input[type=radio]:checked + label { background-image: url('../../images/radio_on.png?ver=1'); filter: hue-rotate(92deg);}


input[type=checkbox] { display:none; }
input[type=checkbox] + label { 
	height:18px;
	display: inline-block; 
	cursor: pointer; 
	line-height: 18px; 
	padding-left: 22px; 
	background: url('../../images/check_off.png') left/18px no-repeat; 
	    white-space: nowrap;
}

input[type=checkbox]:checked + label { background-image: url('../../images/check_on1.png'); }


 ::-webkit-scrollbar {
/*    width:8px;*/
/*	height:8px;*/
/*	background-color:transparent;*/
  }
 ::-webkit-scrollbar-thumb {
    background-color:  #d71718;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
	z-index:99999;
  }
  ::-webkit-scrollbar-track {
    background-color: #333;

  }

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink   0.8s ease-in-out infinite alternate;
    animation:blink  0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}


.page_area{
	margin-top: 60px;
    text-align: center;
}

.page_area .on span{
	color:#d71718;
}

.page_area span{
	margin:0 8px;
	cursor:pointer;
	color:#ddd;
}

.src_area{
	width: 100%;
    display: inline-block;
	margin-bottom:10px;
}

.src_form {
    position: relative;
    width: 400px;
    display: flex;
}

.src_input{
	padding-right: 35px !important;
	margin-left:5px;
}
.src_form .src_ico{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}
.view_total{
	line-height:50px;
}


.btn{
	display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
	border:1px solid #333;
	color:#fff;
	background:#333;
	padding:12px 0 ; 
}

.btn>span {
	width:100%;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	z-index: 1;
	line-height: inherit;
}

.btn:hover{
	border:1px solid #333 !important;
}
.btn:hover span{
	color:#333;
	background:none;
	z-index:10;
}
.btn:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background:#fff;
	z-index:5;
}
.btn:hover:before{
	width: 100%;

}


/*그리드시스템*/

.w-xs-1{width:10%;}
.w-xs-2{width:16.66666667%;}
.w-xs-3{width:20%;}
.w-xs-4{width:25%;}
.w-xs-5{width:30%;}
.w-xs-6{width:33.33333333%;}
.w-xs-7{width:40%;}
.w-xs-8{width:45%;}
.w-xs-9{width:50%;}
.w-xs-10{width:55%;}
.w-xs-11{width:60%;}
.w-xs-12{width:66.66666667%;}
.w-xs-13{width:70%;}
.w-xs-14{width:75%;}
.w-xs-15{width:80%;}
.w-xs-16{width:83.33333333%;}
.w-xs-17{width:90%;}
.w-xs-18{width:100%;}

@media (min-width: 992px){
	.w-md-1{width:10%;}
	.w-md-2{width:16.66666667%;}
	.w-md-3{width:20%;}
	.w-md-4{width:25%;}
	.w-md-5{width:30%;}
	.w-md-6{width:33.33333333%;}
	.w-md-7{width:40%;}
	.w-md-8{width:45%;}
	.w-md-9{width:50%;}
	.w-md-10{width:55%;}
	.w-md-11{width:60%;}
	.w-md-12{width:66.66666667%;}
	.w-md-13{width:70%;}
	.w-md-14{width:75%;}
	.w-md-15{width:80%;}
	.w-md-16{width:83.33333333%;}
	.w-md-17{width:90%;}
	.w-md-18{width:100%;}
}


.col-2{
	width:50%;
}

.col-3{
	width:33.333%;
}

.col-4{
	width:25%;
}

.col-5{
	width:20%;
}


@media (max-width: 800px) {

	.col-2, .col-3, .col-4, .col-5{
		width:100%;
		margin-bottom:10px;
	}

}



/*--------------------------------------------------------------
                                헤더
--------------------------------------------------------------*/

.logo_area{
	margin:0 auto;
	text-align:center;
}

.wrap{
	width:100%;
	margin:0 auto;
	background: #fff;
	overflow: hidden;
}


.header{
	width:100%;
	height:60px;
	color:#333;
	background: #fff;
	font-family: 'SeoulNamsan';
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index:999;
}

.header .pc{
	height: 60px;
/*	border-bottom: 8px solid #231815;*/
	box-sizing: border-box;
}

.header .header_cont{
	max-width:1280px;
	margin:0 auto;
	height: 60px;
	line-height: 60px;
/*	border-bottom: 1px solid #ddd;*/
}

.header_cont .logoarea{
	display:inline-block;
	width:180px;
	height:60px;
	cursor:pointer;
}

.header_cont .logoarea img{
	max-height: 30px;
	padding: 15px;
	float:left;
}

.header_cont .hd_quikmenu{
	float:right;
}

.hd_quikmenu span {
	position: relative;
	font-size: 20px;
	color: #595757;
	padding-left: 10px;
	margin-left: 10px;
}
.hd_quikmenu span a{
    color:#333;
}

.hd_quikmenu span:after {
    display: block;
    content: '';
    width: 1px;
    height: 9px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -4px;
}
.hd_quikmenu span:last-child:after {
    content: '';
	display:none;
}



.navarea.jbFixed{
	position:fixed;
	top:0;
	background:#fff;
	transition: 0.3s;
	box-shadow: 0 1px 1px #ddd;
}
.navarea{
	width:100%;
	height:50px;
	line-height:50px;
	background:#595757;
    color: #fff;
/*	box-shadow: 0 1px 1px #ddd;*/
}
.navarea .nav{
    display: flex;
    justify-content: space-around;
    max-width: 1280px;
    margin: 0 auto;
}
.nav li{
	cursor:pointer;
	width: 230px;
    display: inline-block;
	text-align: center;
}

.nav li ul{
	display:none;
	background: #fff;
    color: #333;
    box-shadow: 0px 1px 2px #555;
    margin-top: -1px;
}
.nav li>ul>li{
	font-size:15px;
	border-bottom: 1px solid #eee;
}
.nav li>ul>li:hover{
	font-weight:500;
	background-color:#d71718;
	border-bottom: 1px solid #d71718;
	color:#fff;
	transition:0.2s
}

.nav_hover{
	position:relative;
	font-size: 20px;
	font-weight:500;
	color: #fff;
	width: 100%;
    display: inline-block;
}

.jbFixed .nav_hover{
	color: #333;
}

.nav_hover:hover{
/*	color: #d71718;*/
}

.nav_hover:before, .nav_hover:after {
  content: '';
  border-bottom: solid 3px #d71718;
  position: absolute;
  bottom: -0.5px;
  width: 0;
}

.nav_hover:before { left: 0; }
.nav_hover:after { right: 0; }

.nav_hover:hover:before, .nav_hover:hover:after {
  width: 50%;
}

.nav_hover:before, .nav_hover:after {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}


/*--------------------------------------------------------------
                                컨텐츠 헤더부분
--------------------------------------------------------------*/

.content_header{
	padding-top: 110px;
	font-family: 'SeoulNamsan';
}

.bg.menu01{background:url(../../images/hd_bg04.jpg);background-position:center, center;}
.bg.menu02{background:url(../../images/hd_bg05.jpg);background-position:center, center;}
.bg.menu03{background:url(../../images/hd_bg06.jpg);background-position:center, center;}
.bg.menu04{background:url(../../images/hd_bg01.jpg);background-position:center, center;}
.bg.menu05{background:url(../../images/hd_bg02.jpg);background-position:center, center;}
.bg.menu06{background:url(../../images/hd_bg03.jpg);background-position:center, center;}
.bg.etc{background:url(../../images/cont4_bg.jpg);background-position:center, center;}
.bg.mypage{background:url(../../images/cont4_bg.jpg);background-position:center, center;}
.bg.private{background:url(../../images/hd_bg07.jpg);background-position:center, center;}


.hd_area{
	max-width: 1280px;
/*	height: 200px;*/
    margin: 0 auto;
	text-align:left;
	color:#fff;
	position:relative;
}

.hd_tit{
	padding-top:40px;
}
.hd_tit h1{
	text-align:left;
	font-size:50px;
}

.hd_tit span{
	display: none;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
}

.hd_tit span:before{
	content:"";
	display:inline-block;
	width:70px;
	height:2px;
	background:#d71718;
	margin-right:10px;
	margin-bottom:5px;
}


.hd_loca{
	margin-top:20px;
	float: right;
}
.hd_loca a{
	color: #fff;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 100;
	letter-spacing: -1.5px;
}

.hd_loca a::after {
    display: block;
    content: '';
    width: 5px;
    height: 7px;
    background: url(../../images/ico_loca_arr.png)0 0 no-repeat;
    position: absolute;
    top: 50%;
	right: -15px;
    margin-top: -3px;
}
.hd_loca a:last-child:after {
    content: '';
	background:none;
}

.hd_loca a:last-child{
	margin:0
}
.hd_loca a:last-child:after{
	content:"";
}


.hd_submenu{
	background: #3e3a39;
	max-width: 256px;
	position:relative;
	z-index:99;
}
.hd_submenu .submenu_tit{
	padding:20px 30px;
	cursor:pointer;
	font-size:20px;
}

.hd_submenu ul{
	position: absolute;
	display:none;
	width: 100%;
	box-shadow: 0px 0px 3px #666;
	z-index:100;
}

.hd_submenu ul li{
	text-align: left;
    background: #fbfbfb;
   
}
.hd_submenu ul li:hover{
    background: #eee;
   
}

.hd_submenu ul li a{
	display: inline-block;
	color:#333;
	width:100%;
	padding:17px 50px;
	font-size:16px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.hd_submenu ul li:last-child a{
	border-bottom:0;
}

.hd_submenu .fa{
	float:right;
/*	margin: 5px 0;*/
}



/*--------------------------------------------------------------
                                푸터
--------------------------------------------------------------*/




#f_roll{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 80px;
	padding-bottom: 25px;
}

#roll_box{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

#rolling_banner{
	position: relative;
}

#banner_prev{
	position: absolute;
	top: 16px;
	left: 0;
}

#banner_wrapper{
	width: 1150px;
	height: 50px;
	top: 0;
	left: 95px;
}

/*#f_roll{clear: both;width:100%;border-top:1px solid #dddddd;background: #fff;}*/
/*#roll_box {clear:both;width: 1280px;margin: 0 auto;height:115px; line-height:115px; overflow:hidden;}*/
/*#rolling_banner {height:115px;float:left;position: relative;width:1280px;}*/
/*#banner_wrapper {height:77px;top:18px;left:95px;overflow: hidden;position: absolute;width: 1150px; }*/
/*#banner_wrapper a img {margin:0px 10px;}*/
/*#banner_prev, #banner_next {display:none;}*/
/*#banner_prev {left: 0px;position: absolute;top:43px;}*/
#banner_next {position: absolute;right: 0px;top:15px;}
.ban_ico{position: relative; display: inline; top: 0px; left: -36px;}

.ban_ico_area{position: relative; width:200px; height:80px; display:inline-block;}
.ban_ico img{	
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bann_p{
	font-size: 18px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
	color:#333;
	line-height: normal;
	border-right: 2px solid #d71718;
    padding-right: 17px;
}






footer{
	background: #000;
	color:#fff;
}

.footer-wrapper{
	width: 1280px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px !important;
}

footer .pc .footer-top{
	display: flex;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: right;
	align-items: center;
}

footer .pc .footer-top img{
	margin-left: auto;
}

footer .pc .footer-top .tel{
	font-weight: 700;
	margin-top: 7px;
	margin-left: 5px;
}

footer .footer-cont, footer .footer-bottom{
	display: flex;
}

footer .footer-left{
	width: 75%;
}

footer .footer-left ul li{
	display: inline-block;
	font-size: 15px;
}

footer .footer-left ul li.line{
	width: 1px;
	height: 11px;
	background: #ffffff80;
	margin: 0 10px;
}

footer .footer-left .info{
	font-size: 13px;
	font-weight: 400;
	color: #9f9f9f;
	margin-top: 20px;
	line-height: 130%;
}

footer .footer-left .info .line{
	width: 1px;
	height: 9px;
	background: #ffffff50;
	margin: 1px 6px;
}

footer .footer-right .info{
	font-size: 17px;
	font-weight: 600;
	color: #9f9f9f;
}

footer .footer-right .app-group{
}

footer .footer-right .app-group a{
	margin-left: 2px;
}




footer .footer-left ul {
  list-style: none;
  padding: 0;
}

footer .footer-left ul li>a {
  color: inherit;
  text-decoration: none;
}
footer .footer-right {
	width: 25%;
	text-align: right;
}
.mobile{
	display:none;
}





.quikmenu input, .quikmenu select, .quikmenu button{
	font-family: 'SeoulNamsan','Noto Sans KR', 'Dotum', Arial, sans-serif;
}

.quikmenu{
    position: fixed;
    bottom: calc(50% - 307px); 
/*	bottom:10px;*/
	right: 10px;
    text-align: center;
    border-radius: 15px;
	font-family: 'SeoulNamsan','Noto Sans KR', 'Dotum', Arial, sans-serif;
/*	box-shadow: 0px 0px 1px #888;*/
    z-index: 500;
}

.quikmenu_cont{
	position:relative;
	display: inline-block;
    height: 615px;
}

.quikmenu_cont .tit {
	text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px 15px 0 0;
    background: #333;
    width: 100px;
	padding: 15px 0 20px;
    display: inline-block;
}
.quikmenu_cont .cont{
/*	position: absolute;*/
	width: 100px;
	background: #0c2139;
    top: 45px;
	padding: 5px;
    border-radius: 0px;
	box-sizing: border-box;
    z-index:5;
/*	border-left: 1px solid #eee;*/
/*    border-right: 1px solid #eee;*/
}
.cont_qnum{
	margin-bottom:10px;
}
.cont_qnum .cont_qnum_box{
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.cont_qnum .cont_qnum_box strong{
	font-size: 18px;
    letter-spacing: -1.5px;
	color: #d71718;
}

.cont_qcs{
	background: #fff;
	padding: 5px;
}

.cont_qtit{
	padding:10px 0;
}
.cont .cont_qtit .fa{
	font-size:25px;
}

.cont .cont_qtit p{
	font-size:20px;
	font-weight: 800;
}

.cont .cont_qtit img{
	width: 36px;
	padding-top: 8px;
}

.quikmenu .qcs_btn{
/*	width:100%;*/
	background:#d71718;
	font-size: 16px;
	color:#fff;
	padding:5px 10px;
	margin: 7px 0 2px;
	box-sizing: border-box;
/*	border-radius:5px;*/
/*	letter-spacing: -2.5px;*/
}
.quikmenu .qcs_btn:hover{
	background:#333;
	transition:0.5s;
}

select.q_input, input.q_input{
	font-size:13px;
	width: 100%;
    height: 35px;
	line-height:35px;
    min-height: auto;
    padding: 0 2px;
    box-sizing: border-box;
	margin-bottom:3px;
}


.quikmenu_cont  .top {
	display:inline-block;
	width: 100px;
	padding:20px 0 10px;
	position: absolute;
	bottom: 0;
    left: 0;
	text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px ;
    background: #333;
	cursor:pointer;
}

.swiper-pagination-bullet-active {
    background: #d71718 !important;
}



@media screen and (max-width: 1450px) {
	.quikmenu{
		display:none !important;
	}

}

@media screen and (max-width: 1280px) {
	#banner_wrapper{
	width: 100%;
	left: 0px;
	}


}



@media screen and (max-width: 992px) {

	.mobile{
		display:block !important;
	}

	.pc{
		display:none !important;
	}

	.pc_cursor{
		cursor:pointer;
	}

	.mobile_cursor{
		cursor:none !important;
	}


	.btn{
		width:100% !important
	}

	.mw100{
		width:100% !important;
	}

	.bottom-fix-left {
		position: fixed;
		bottom: 15px;
		left: 10px;
		z-index: 500;
		width: 80px;
		display:inline-block;
	}
	.bottom-fix {
		position: fixed;
		bottom: 20px;
		right: 15px;
		z-index: 500;
		width: 80px;
		display:inline-block;
	}

	.to-top-bt {
		float: right;
		border-radius: 100%;
		box-shadow: 1px 1px 3px #040404;
		margin-top:10px;
		width:70px;
	}
	.to-top-bt.b {background:#333;}
	.to-top-bt.w {background:#fff;}


	.header{
		background:none;
		border-bottom:none;
		position:fixed;
	}

	body, .wrap, .logoarea, .nav, .subnav, #rolling_banner, footer, .footer-wrapper {
		max-width: 100%;
		min-width: 375px;
		width: 100%;
		margin: 0;
		overflow-x: hidden;
	}

	#mobile-gnb{
		display: block;
	}

	#mobile-gnb .m_head{
		background: #fff;
		overflow: hidden;
		padding: 8px 15px;
		box-shadow: 0 1px 1px #e0e0e0;
		line-height:normal;
	}

	#mobile-gnb .change{
		background:#fff;
		box-shadow: 0 1px 1px #e0e0e0;
	}


	.m_head h1 {
		display: block;
		float: left;
		position: static;
		margin: 0;
		
	}

	.m_head a{
		display: block;
		line-height: 0;
	}

	.m_head .mo-gnb-open{
		display: block;
		float: right;
		width: 44px;
		height: 44px;
		background: url(../../images/btn-menu-m-g.png) center center no-repeat;
		background-size: cover;
		text-indent: -9999px;
		border:none;
	}

	.change .mo-gnb-open{
		display: block;
		float: right;
		width: 44px;
		height: 44px;
		background: url(../../images/btn-menu-m-g.png) center center no-repeat;
		background-size: cover;
		text-indent: -9999px;
		border:none;
	}

	
	#mo-gnb{
		position: fixed;
		top: 0;
		right: -375px;
		width: 100%;
		max-width: 375px;
		height: 100%;
		overflow: auto;
		background-color: #f5f5f5;
		z-index: 9999;
		transition:all 0.5s ease;
	}

	#mo-gnb.active{
		right: 0px;
		transition:all 0.5s ease;
	}


	#mo-gnb .m_top{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
/*		background: linear-gradient(45deg, #2d2b2b, #2d2b2b);*/
		background: url(../../images/mnav_bg.jpg);
		background-position: center, center;
		background-size: 100%;
		height: 95px;
		padding: 20px 15px 0 25px;
		margin-bottom: -30px;
	}
	#mo-gnb .m_body{
		padding: 0 15px 15px
	}
	#mo-gnb .m_body .mobile-util {
		border: 1px solid #eaeaea;
		height: 60px;
		font-size: 0;
		text-align: center;
		background-color: #fff;
		margin-bottom: 10px;

	}
	#mo-gnb .m_body .mobile-util a {
		display: inline-block;
		font-size: 15px;
		height: 58px;
		line-height: 58px;
		position: relative;
		margin: 0 8px;
	}
	#mo-gnb .m_body .mobile-util a + a:before {
		display: block;
		content: '';
		width: 2px;
		height: 9px;
		background-color: #ddd;
		position: absolute;
		top: 50%;
		left:-9px;
		margin-top: -4px;
	}

	#mo-gnb .m_body .m_nav {
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 35px;
	
	}

	#mo-gnb .m_body .m_nav > li {
		background-color: #fff;
		position: relative;
		border: 1px solid #eaeaea;
		border-bottom: none;
		overflow: hidden;
	}

	#mo-gnb .m_body .m_nav > li > button {
		font-size: 15px;
		font-weight: 700;
		height: 55px;
		line-height: 55px;
		padding-left: 20px;
		width: 100%;
		text-align: left;
		border:none;
		background:none;
		position:relative;
	}

	#mo-gnb .m_body .m_nav > li > button:before {
		display: block;
		content: '';
		width: 35px;
		height: 35px;
		background: url(../../images/spr-common-m.png) 0 0 no-repeat;
		background-size: 70px;
		position: absolute;
		top: 9px;
		right: 8px;
	}
	#mo-gnb .m_body .m_nav > li.no > button:before {
		display: none;
	}
	#mo-gnb .m_body .m_nav > li.active > button:before {
		background-position: -35px 0;
	}

	#mo-gnb .m_top .mo-gnb-close {
		display: block;
		float: right;
		width: 39px;
		height: 35px;
		background: url(../../images/btn-close-m.png) 0 0 no-repeat;
		background-size: 100%;
		text-indent: -9999px;
		border:none;
	
	}
	

	.m_subnavul li {
		text-align: left;
		line-height: normal;
	}

	.m_subnavul li a {
		font-size: 15px; 
		width: 100%;
		padding: 15px 0px 15px 25px;
		display: inline-block;
	}



	.etc-link, .app-group, .copy-wrap{
		font-size: 14px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: -0.45px;
		text-align: left;
		color: #888888;
		padding: 0 15px;
		margin:15px 0;
		text-align:center;

	}


	.etc-link a, .app-group a{
		margin:0 5px;
		white-space: nowrap;
		color: #fff;
	}

	.dm_area{
		line-height:normal;
		font-size:15px;
	}

	.dm_area .box{
		margin-bottom:10px;
	}
	.dm_area .box.privacy{
		width:100%;
		text-align:right;
	}

	.dm_area .dm_btn{
		width: 100%;
		padding: 10px 0;
		border: none;
		background: #d71718;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
	}
		
	.src_area .float_r{
		float:unset;
	}
	.src_area .float_l {
		float: unset;
	}
	.src_area .view_total{
		margin-top:20px;
	}

	.src_area form{
		width: 100%;
	}
	.src_area .src_form{
		display: flex;
		justify-content: space-around;
		float: unset;
		width:100%;
	}
	 .src_area .select{
		width:25%;
	 }
	.src_area .src_input{
		width:75%;
	}

	
	#f_roll{
		margin: 0;
		padding-bottom: 20px;
	}

	#roll_box{
		width: 92%;
		margin: 0 auto;
	}
	
	#banner_prev{
		font-size: 16px;
		padding-right: 10px;
		top: 15px;
	}

	#banner_wrapper{
		height: 46px;
		left: 80px;
	}

	#banner_wrapper img{
		padding: 0 10px;
	}

	footer .footer-wrapper{
		padding: 0 !important;
	}

	footer .coltarea{
		width: 92%;
		padding: 50px 4%;
	}

	footer .mobile .footer-top{
		display: flex;
	}

	footer .footer-left{
		width: auto;
	}

	footer .footer-right{
		width: auto;
		margin-left: auto;
	}

	footer .mobile .app-group{
		margin: 0;
		padding: 0;
	}

	footer .mobile .app-group a{
		margin: 0;
	}

	footer .mobile .app-group img{
		width: 46px;
	}

	footer .mobile .footer-right .tel{
		display: flex;
		margin: 0;
	}

	footer .mobile .footer-right .tel img{
		width: 26px;
		height: 26px;
		margin-left: auto;
	}

	footer .mobile .footer-right .tel span{
		font-size: 21px;
		margin-top: 3px;
		margin-left: 3px;
	}

	footer .mobile .footer-right .info{
		font-size: 11px;
		margin-top: 4px;
		line-height: 130%;
		letter-spacing: 0;
	}

	footer .mobile .footer-bottom{
		display: block;
		margin-top: 50px;
	}

	footer .mobile .footer-bottom .etc_link a{
		font-size: 14px;
		color: #fff;
	}

	footer .mobile .footer-bottom .etc_link .line{
		width: 1px;
		height: 10px;
		background: #ffffff80;
		margin: 0 6px;
	}

	footer .mobile .footer-bottom .copy-box{
		margin: 10px 0;
	}

	footer .mobile .footer-bottom .copy-box .info{
		font-size: 12px;
		color: #888888;
		line-height: 130%;
	}

	footer .mobile .footer-bottom .copy-box .info .line{
		width: 1px;
		height: 8px;
		background: #ffffff40;
		margin: 0 5px;
	}

	footer .mobile .footer-bottom .copyright{
		font-size: 14px;
		color: #fff;
	}
}





.pop-layer .pop-container {

	padding: 20px 25px;
	overflow-y: auto;
}

.pop-layer p.ctxt {
  color: #333;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: auto;
  background-color: #fff;
  border-radius:5px;
  z-index: 1002;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index:1000;
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

.pop-conts .tit{
	text-align:left;
	font-size:18px;
	letter-spacing:-1.5px;
	margin-bottom:10px;
	position:relative;
	padding-left:8px;
}
.pop-conts .tit:after{
	content:"";
	display:inline-block;
	width: 4px;
	height: 15px;
	position:absolute;
	left:0;
	top: 0px;
	background:#d71718;
}


@media screen and (max-width: 992px) {
	.pop-layer{
		width:95%;
		
	}
	.pop-layer .pop-container {
	    max-height: 500px;
		
	}

}



.captcha{
    width: 130px;
	max-width: 165px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    border-left: none;
    border-radius: 3px;
    height: 28px;
    position: relative;
	display:inline-block;
	float:left;
	margin-left:40px;
	margin-bottom:20px;
}

.g-recaptcha{

	transform:scale(0.75);
	-webkit-transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	position:absolute;
	top:-23px;
	left:0;
}


.click{
	cursor:pointer;
}