/*! 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: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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;
}

/**
 * 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;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* 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: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * 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-family: monospace, monospace;
  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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -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. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}
.address-mark  {color: #999; font-size: 11px; font-weight: 300; line-height: 18px; margin: 3px 0 0 77px;}
.wrapper .footer-wrap .footer-bottom {height: 157px !important;}

.sns .face-book:before { content: "";  position: absolute;  display: inline-block;  width: 20px;  height: 22px;  margin-top: -11px;  background-image: url(/pc/images/common/icon_sns.png) !important; background-repeat: no-repeat;  background-position: 0 0;   left: 30px;	  top: 50%;	}
  
/*메인 개편*/    
.wrapper .header-wrap .gnb-top .chbroad-site-list {float: right;  height: 23px;}
.wrapper .header-wrap .gnb-top .chbroad-site-list li {float: left;}
.wrapper .header-wrap .gnb-top .chbroad-site-list li + li a { border-left: 1px solid #ccc;}
.wrapper .header-wrap .gnb-top .chbroad-site-list li a {display: inline-block;  margin: 6px 0 5px;  padding: 0 0 0 11px;  font-size: 12px;  font-weight: 300;  letter-spacing: -0.5px;}
/* .ch-new.right-wrap {position: fixed;  left: 1132px; top: 64px; margin-top: -25px;  z-index: 10;} */
.ch-new.right-wrap {position: absolute;  right: 0;  top: 64px;  margin-top: -25px;  z-index: 10;} 
button[type=button].btn-so-popup.btn-new-so {position: relative; color: #484848; width:173px;  height: 40px; background: transparent;  padding: 0 20px;  border: 1px solid #ccc;  text-align: left;  font-size: 14px;}

.ch-new.right-wrap.so-layer .btn-so-popup { display: block; }
.ch-new.right-wrap.so-layer .btn-so-popup.opened + .so-layer-wrap { display: inline-block; }
.ch-new.right-wrap.so-layer .so-layer-wrap { position: absolute; display: none; width: 1000px; background: #fff; margin-top: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); right: 0; z-index: 9; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner { padding: 30px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap { position: relative; padding-bottom: 10px; border-bottom: 1px solid #d3d3d3; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap .title { color: #010101; font-size: 18px; font-weight: 500; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap .title + .favorite-btn-wrap { margin-left: 12px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap .right-wrap { position: absolute; margin: 0; margin-top: 0; right: 0; top: 13px; line-height: 15px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap .right-wrap .desc-favorite { position: relative; display: inline-block; padding-left: 18px; font-size: 13px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-title-wrap .right-wrap .desc-favorite:after { content: ""; position: absolute; width: 15px; height: 15px; background-image: url(/pc/images/common/icon_favorite.png); background-position: left top; left: 0; top: 0; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents { margin-top: 30px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents > div { float: left; width: 456px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents > div + div { margin-left: 26px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap + .so-area-wrap { margin-top: 30px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .area-name { display: block; font-size: 14px; font-weight: 500; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .so-list { margin-top: 10px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .so-list li { float: left; position: relative; margin-top: -1px; margin-left: -1px; }
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .so-list li:hover, .ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .so-list li:focus { z-index: 1; }

/*메인 슬라이더 및 내용*/
.contents-broad-slider {height:500px; overflow:hidden;}
.contents-broad-slider .contents-item {float:left; width:100%; height:500px;}
.contents-item {position: relative; width:auto; padding: 0 0 30px; border:0;  border-radius:0;  text-align: center; background: #fff;}

.contents-broad-slider .slick-arrow {position:absolute; top:200px;width:100px; height:100px; border:0; font-size: 0;
background:url(/pc/images/ch/ico-arr-left.png) no-repeat center center; overflow:hidden; z-index:1;}
.contents-broad-slider .slick-prev {left:12%;}
.contents-broad-slider .slick-next {right:12%; background-image:url(/pc/images/ch/ico-arr-right.png);}
.contents-broad-slider .slick-dots {position:absolute; top:450px; left:50%; margin-left:-17%; width:34%; text-align:center; z-index:50;}
.contents-broad-slider .slick-dots>li {display:inline-block; width:26px; height:23px; margin-right:5px; line-height:14px; vertical-align:top;}
.contents-broad-slider .slick-dots button {display:block; position:relative; width:100%; height:100%; text-indent:100%; white-space:nowrap; vertical-align:middle; border: 0; background: none;  font-size: 0;overflow:hidden;}
.contents-broad-slider .slick-dots button:after {display:inline-block; content:''; position:absolute; left:50%; top:50%; width:19px; height:18px; margin:-7px 0 0 -7px; border:1px solid #fff; border-radius:50%; background-color:transparent; transition:0.3s;}
.contents-broad-slider .slick-dots .slick-active button:after {background-color:#fff;}

.contents-broad-slider:last-child {margin-right:0;}
.contents-broad-slider a.item {display:block;position:relative; width: 268px;height: 150px;}
.contents-broad-slider .tmb {width: 268px;height: 150px;margin-bottom:19px;border-radius:3px;overflow:hidden;}
.contents-broad-slider a.item:hover .tmb, .contents-broad-slider a.item:focus .tmb {box-shadow:5px 5px 20px rgba(0,0,0,.2);}

.contents-broad-slider .tmb img {width:100%; height:100%;}
.contents-broad-slider .subject {height:60px; margin:0 10px; font-size:20px; overflow:hidden; word-break:keep-all;}

.contents-broad-area {position: relative;}
.broad-ctrl {display: inline-block; position: absolute; top: 449px; left: 70%; margin-left: -14.5%; width: 30px; text-align: center; z-index: 50;}
.broad-ctrl button {position:relative; width:31px; height: 35px; margin-top:-2px; background:url(/pc/images/ch/ico-arr-pause.png) no-repeat center center; z-index:100; font-size: 0; border: 0;}
.broad-ctrl .btn-pause {background-image:url(/pc/images/ch/ico-arr-pause.png);}
.broad-ctrl .btn-play {display:none; background-image:url(/pc/images/ch/ico-arr-play.png);}

.wrapper .contents-wrap .contents-title-wrap.broad {margin: 0 auto; width:100%;height: 500px;background-color:#fff;/* background-image: url(../images/sub/company/bg_title_company.jpg); */}
 
.broad-link {overflow: hidden; text-align: center;}
.broad-link>div {display: inline-block;  margin:125px 150px 125px 0;}
.broad-link>div:last-child{margin-right:0;}
.broad-link .txt {font-size: 20px; margin: 20px 0 0;}
.bg-gray {background-color:#f2f2f2;}
.gnb-logo-ch {font-size: 18px;font-weight: 700;color:#787878;letter-spacing: -0.8px; vertical-align: middle; display: inline-block;}
.wrapper .header-wrap .gnb-bottom .inner-wrap .gnb-logo {padding-top: 5px;}
.inner-wrap.renew-ch {position: relative;}
.ch-new.right-wrap.so-layer .so-layer-wrap .layer-inner .layer-contents .so-area-wrap .so-list:after { content: '';  display: block;  width: 100%;  height: 0px;  clear: both;}
.ch-new.right-wrap.so-layer  .so-layer-wrap .layer-inner .layer-contents:after { content: '';  display: block;  width: 100%;  height: 0px;  clear: both;}

button[type=button].btn-so-popup.btn-new-so:after { content: ""; position: absolute;  display: inline-block;  width: 10px;  height: 6px;  background-image: url(/pc/images/common/icon_select_menu.png);
   background-position: right bottom; background-repeat: no-repeat;  margin-top: -3px;  top: 50%;  right: 20px;}
button[type=button].btn-so-popup.btn-new-so.opened:after {background-position: left bottom;}

.wrapper.ch-renew-1 .header-wrap .gnb-bottom .inner-wrap .gnb-list {font-family:'Roboto', 'Noto Sans CJK KR', 'Noto Sans KR', 'Malgun Gothic', sans-serif, Arial, Dotum, Gulim, Verdana, Tahoma}
.wrapper.ch-renew-1 .header-wrap .gnb-bottom .inner-wrap .gnb-list > li.selected a {font-size: 18px;  font-weight: 700;}