@charset "UTF-8";

@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,500,700,800');
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);







/* reset css */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow-x: initial;
    overflow-y: initial;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    /*text-decoration: underline dotted; *//* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
    border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

:lang(en){
    font-family: "Raleway", arial, sans-serif;
}

html, body{font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif; font-weight: 300; font-size: 16px; line-height: 1.6;}
.container{width: 1300px; min-width: 1300px; margin-left: auto; margin-right: auto;}
.container_wrap{width: 1100px; min-width: 1100px;  margin-left: auto; margin-right: auto;}
.row{padding: 0;}
h1,h2,h3,h4,h5,h6,ul,ol,p, dl, dd, figure{margin: 0; padding: 0;}
li{list-style: none;}
a{color: #000; text-decoration: none;}
a:hover{text-decoration: none;}
img{max-width: 100%;}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/* 접근성(accessibility, a11y) 감춤 */
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
caption.a11y-hidden{
    position: static !important;
}

/* iframe, embed, object 부모 요소에 설정 */
.rwd-media {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 0 !important;
}

/* img, video 요소에 설정 */
.rwd-image, .rwd-video {
    width: 100%;
    max-width: 100%; /* 비트맵 이미지의 경우 이미지 자체 크기보다 커지지 않게 설정 */
    height: auto;
}

/* 영상 화면 비율에 따른 멀티 클래스 */
.rwd-media.is-4x3  { padding-top: calc(3/4*100%);  }
.rwd-media.is-16x9 { padding-top: calc(9/16*100%); }
.rwd-media.is-21x9 { padding-top: calc(9/21*100%); }

/* .rwd-media 내부 iframe, embed, object 요소 설정 */
.rwd-media iframe,
.rwd-media object,
.rwd-media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

caption.a11y-hidden{
    position: static;
}
.ir {
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0.938rem;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.more_btn.borderd-box{
    border: 1px solid #bfcbde;
}
main{
    min-width: 1300px;
}
#skipnavigation {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0;
    z-index: 1000;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a:focus, #skipnavigation a:hover, #skipnavigation a:active {
    position: absolute;
    left: 0;
    top: 1000px;
    display: block;
    height: 20px;
    background: #20262c;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}
.pl-0{
    padding-left: 0 !important;
}
.wrap{
    position: relative;
}
header.header{
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 20;
    transition: all 1s ease;
}
header.header.fixed, header.header:hover{
    background-color: rgba(0, 0, 0, 0.75);
}
header.header .top_menu .sns-wrap{
    float: right;
}
header.header .top_menu .sns-wrap > li{
    float: left;
}
header.header .top_menu .sns-wrap > li > a > img{
    width: 60%;
    margin-top: 5px;
}
header.header .top_menu .top_quick{
    float: right;
}

header.header .top_menu .top_quick > li{
    float: left;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 0.938rem;
}

header.header .logo{
    float: left;
    padding: 15px 0 15px;
    text-align: center;
    /*border-bottom: 1px solid #fff;*/
}
header.header.fixed .logo{
    /*padding: 20px 0 15px;*/
}
header.header .logo > a {
    display: block;
    width: 160px;
    height: 49px;
    margin: 0 auto;
    background: url("../images/common/new_logo.png") 50% 50% no-repeat;
    text-indent: -9999px;
    transition: all 0.5s ease;
}

header.header.fixed .logo > a {
   /* transform: scale(0.7);*/
}

header.header .gnb-wrap{
    float: left;
    width: 900px;
    margin: 25px 0 0 112px;
}
#gnb > ul > li{
    position: relative;
    float: left;
    width: 16.66666666666667%;
    padding: 0 13px 30px;
    box-sizing: border-box;
    text-align: center;
}
#gnb > ul > li > a {
    color: #fff;
	letter-spacing: -1px;
}

#gnb > ul > li > a:hover, #gnb > ul > li > ul.depth2 > li > a:hover{
    color: #8fb5b8;
}

#gnb > ul > li > ul.depth2{
    display: none;
    position: absolute;
    left: 50%;
    top: 55px;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.75);
    transform: translateX(-50%);
}
#gnb > ul > li > ul.depth2 > li{margin: 8px 0; text-align: center; font-size: 0.813rem;}
#gnb > ul > li > ul.depth2 > li > a {display:block; color: #fff; letter-spacing: -0.05em;}
#gnb > ul > li > ul.depth2 > li > a:hover{color: #d87a6c;}

.gnb-wrap .sns-wrap{
    display: none;
}
.blind-bg{display:none; position: absolute; width: 100%; top: 113px; left:0; background-color: /*#2c363f*/ #1d1d1d; height: 200px; z-index: 10; box-shadow: 1px 1px rgba(44, 54, 63, 0.8);}
/*header.header.fixed .blind-bg{top: 149px; background: rgba(44, 54, 63, 0.9);}*/

.func_menu {
    float: right;
    margin-top: 25px;
}
.func_menu > li{
    float: left;
    padding: 0 22px;
    color: #9ddc73;
    border: 2px solid;
    border-radius: 25px;
}
.func_menu > li > a{
    color: inherit;
}
.func_menu > li > select{
    background: transparent;
    border: 0;
    color: inherit;
}
.func_menu > li > select option{
    background: transparent;
}
.footer{
	min-width: 1300px;
    border-top: 1px solid #dfdfdf;
    padding: 18px 0;
}

.footer .foot_logo{
    float: left;
    width: 160px;
    height: 49px;
    background: url("../images/common/new_foot_logo.png") 50% 50% no-repeat;
    text-indent: -9999px;
}

.footer, .footer a{
    font-size: 14px;
}
.footer .container{
    position: relative;
}
.footer .foot_info{
    float: left;
    margin: 0 0 0 1.8253968253968256%;
}
.footer .foot_info + .foot_info{
    margin-top: 0;
}
.footer .foot_info dl{
    overflow: hidden;
}
.footer .foot_info dl + dl{margin-top: 4px}
.footer .foot_info dl > dt, .footer .foot_info dl > dd{
    float: left;
}
.footer .foot_info dl > dt {padding-right: 8px;}
.footer .foot_info dl > dt{margin-left: 25px;}
.footer .foot_info dl > dt:first-child{
    margin-left: 0;
}
.footer .foot_info dl > dd{
    padding-left: 8px;
    background: url("../images/common/foot_border.gif") 0 30% no-repeat;
}
.footer .customer_center_info{
    float: right;
    margin-top: 23px;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    text-align: right;
    line-height: 1.1;
}
.footer .customer_center_info > *{
    display: block;
}
.footer .customer_center_info .small{
    font-size: 1.2rem;
    font-weight: 400;
}
.footer .customer_center_info .cc_phone_num{
    font-size: 2.8rem;
    letter-spacing: -3px;
    font-family: 'Noto Sans KR', '돋움', '굴림', sans-serif;
    color: #fff;
}
.footer .customer_center_info .on_time{
    line-height: 1.6;
    font-weight: 500;
}
.footer .foot_quick{
    position: absolute;
    right: 0;
}
.footer .foot_quick > li{
    float: left;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #393939;
    box-sizing: border-box;
}
.footer .foot_quick > li + li{
    border-left: #fff;
}
.footer .foot_quick > li > a {
    color: #fff;
}
.copyright{clear: both; text-align: left;}

