/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: 'Poppins','Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #666;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
*:focus{outline: none; }

/**
 * Remove default margin.
 */
html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0}
html {word-break:keep-all;}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; margin:0; padding:0;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #888;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
  text-decoration: none;
  color: #333;
}
ol, ul {
  list-style: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: 600;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/*
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
*/
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

caption {
    display: table-caption;
    text-align: -webkit-center;
    display: none;
}
/*---------------------------------- Font ----------------------------------*/
.font_pop {font-family: 'Poppins','Noto Sans KR', sans-serif;}
.font_no{font-family: "맑은 고딕", "Malgun Gothic", 돋움, Dotum, sans-serif;}
.c_333{color:#333;}
.c_gold{color:#aa8569;}
.c_white{color:#fff !important;}
.c_black{color: #000 !important;}
.f_bold{font-weight: bold !important;}
.f_normal{font-weight: normal !important;}
.d_table{display: table !important;}

.block{display: block}
.inline{display: inline}
.mt100{margin-top:100px}
.mt90{margin-top:90px}
.mt80{margin-top:80px}
.mt70{margin-top:70px}
.mt60{margin-top:60px}
.mt50{margin-top:50px}
.mt40{margin-top:40px}
.mt30{margin-top:30px}
.mt20{margin-top:20px}
.mt10{margin-top:10px}
.mt0{margin-top:0px !important}
.mb40{margin-bottom:40px;}
.mb60{margin-bottom:60px;}
.pt30{padding-top: 30px}
.pt20{padding-top: 20px}
.pt10{padding-top: 10px}
.pl10{padding-left: 10px}
.pl20{padding-left: 20px}
.pl30{padding-left: 30px}
.pl50{padding-left: 50px}
.pl90{padding-left: 90px}
.ml20{margin-left: 20px}
.ml30{margin-left: 30px}
.ml50{margin-left: 50px}
.ml60{margin-left: 60px}
.ml70{margin-left: 70px}
.ml80{margin-left: 80px}
.ml90{margin-left: 90px}
.f16{font-size: 16px;}
.center{text-align: center; margin:auto auto;}
.ellip {display:block !important;display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; }
.blind {position:absolute; top:0; left:0;width:0px; height:0px; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
.right{float: right !important;}



/*---------------------------------- Button----------------------------------*/
.btn_s {font-family: 'Poppins','Noto Sans KR'; font-size: 1em; font-weight: bold; font-size: 1rem;	text-transform: uppercase; position: relative;border: none; padding: 9px 10px; min-width: 150px; display: block;}
.btn {font-family: 'Poppins','Noto Sans KR'; font-size: 1em; font-weight: bold; font-size: 1rem;	text-transform: uppercase; position: relative;border: none; padding: 9px 40px; min-width: 150px; display: block;}
.btn * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.btn.text-left {text-align: left}
.btn:after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	z-index: 1;
	background: transparent;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-moz-transition: -moz-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;
}


.btn:hover {text-decoration: none; }
.btn:hover:after {opacity: 1}

.btn.btn-dark {background: #333;	color: #fff}
.btn.btn-dark:hover {	background: #555 !important;}
.btn.btn-inline {	display: inline-block;	vertical-align: top}
.btn.btn-grey {	background: #f4f4f4;color: #666; border:1px solid #ddd;}
.btn.btn-grey:after {	border: solid 1px #333;}
.btn.btn-white {background: transparent;	border: 2px solid #cccccc; color: #888; font-weight: 600;}
.btn.btn-white:after {border: solid 2px #888}
.btn.btn-white.no-border:after {	border: none}
.btn.btn-gold {background: #aa8569;	color: #fff}
.btn.btn-gold:hover {	background: #9e7352 !important;}

.btn.btn-border1 {background: transparent;border: 2px solid #ae836b; color: #ae836b; font-weight: normal;}
.btn.btn-border1:hover {background: #ae836b; color: #fff;}
.btn.btn-border2 {background: transparent;border: 2px solid #000; color: #000; font-weight: normal;}
.btn.btn-border2:hover {background: #fff; color: #666;border: 2px solid #666;}
.btn.btn-border3 {background: transparent;border: 2px solid #fff; color: #fff; font-weight: normal;}
.btn.btn-border3:hover {background: #fff; color: #000;border: 2px solid #fff;}

.btn.btn-file{color: #000;font-weight: normal; font-size: 0.9rem; padding:5px 50px 5px 15px; display: inline-block; border: 1px solid #ddd;text-align: left; background: url(../images/common/icon_down.gif) no-repeat 90% center;line-height: 34px;}
.btn.btn-file:hover{border: 1px solid #aa8569;}

button:focus {}
.btn-center{margin:0 auto; text-align: center}
.btn.btn-inline{display: inline-block;}



.btn-mini{font-size: 16px; text-transform: uppercase; font-weight: 600; background: #747474; color: #fff!important;	text-align: center;	padding:2px 15px 4px; text-decoration: none;position: relative; display: inline-block; vertical-align: middle; border-radius: 50px;}
.btn-mini:hover {background: #333 !important;}

.btn-mini.btn-mini-gold{background: #aa8569;}
.btn-mini.btn-mini-gold:hover{background: #9e7352 !important;}
.btn-mini.btn-mini-grey{background: #999;}
.btn-mini.btn-mini-grey:hover{background: #888 !important}



.ico_down:after{background:url('../images/business/ico_down.png')no-repeat; position: relative; content: ''; display: inline-block; width:10px; height: 10px;margin-left:10px;}
.ico_plus:before{background:url('../images/Service/ico_plus.png')no-repeat; background-size: 15px; position: relative; content: ""; display: inline-block; width:15px; height: 15px;margin-right:10px; }
.ico_plus2:before{background:url('../images/Service/ico_plus2.png')no-repeat; background-size: 15px; position: relative; content: ""; display: inline-block; width:15px; height: 15px;margin-right:10px; }
.ico_go:after{background:url('../images/Service/ico_go.png')no-repeat center; background-size: 7px auto; position: relative; content: ""; display: inline-block; width:7px !important; height: 11px !important;margin-left:10px; opacity: 1 }
.ico_go:hover:after{background:url('../images/Service/ico_go2.png')no-repeat center; background-size: 7px auto;}

.ico_go2:after{background:url('../images/Service/ico_go2.png')no-repeat center; background-size: 7px auto; position: relative; content: ""; display: inline-block; width:7px !important; height: 11px !important;margin-left:10px; opacity: 1 }

.btnArea{width:95%; max-width: 1200px; min-height: 45px; margin:0 auto; padding: 20px 0; /* text-align: center; */ display: block; clear: both; position: relative;}



/* swiper 기본 */
.swiper-container {	width:100%;	height:auto; position: relative;}
.swiper-slide {	text-align:center;float: left;display:flex; /* 내용을 중앙정렬 하기위해 flex 사용 */	align-items:center; /* 위아래 기준 중앙정렬 */	justify-content:center; /* 좌우 기준 중앙정렬 */}
.swiper-slide img {	width:100%;	max-width:100%; /* 이미지 최대너비를 제한, 슬라이드에 이미지가 여러개가 보여질때 필요 */}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/Service/slide_arrow.png) no-repeat ;
left: 10px;right: auto;}

.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;width: 21px; height: 40px; margin-top: -22px; z-index: 8; cursor: pointer; background-size: 21px 40px; background-position: center;background-repeat: no-repeat;}






