@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

html {
    overflow-y: scroll;
    height: 100%;
}

ul, ol { list-style: none; }

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #666;
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

/* 표 */

/* 제목 */

.contents h2 { margin-bottom: 15px; color: #333; font-weight: bold; font-size: 21px; }
.contents h3 { margin-bottom: 12px; color: #7f5f2e; font-weight: bold; font-size: 15px; }
.contents h4 { margin-bottom: 15px; color: #333; font-weight: bold; font-size: 13px; }

/* 본문 */
.contents p { line-height: 1.5; }

/* 표 */

table {table-layout: fixed; border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 100%; }
caption span {overflow: hidden; position: fixed; top: -9999px; left: -9999px; width: 10px; height: 25px; }
.table {border-top: 2px solid #6f6f6f; border-bottom: 1px solid #d8d8d8; }
.table table thead th {padding: 13px 5px 14px; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #f9f9f9; color: #444; font-weight: bold; }
.table table thead th:first-child {border-left: 0; }
.table table tbody th {padding: 11px 5px 12px; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #f9f9f9; font-weight: bold; text-align: center; }
.table table tbody td {padding: 11px 5px 12px; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #fff; text-align: center; }
.table table tbody tr:first-child td {border-top: 0; }
.table table tbody tr th:first-child {border-left: 0; }
.table table tbody tr td:first-child {border-left: 0; }
.table table thead tr th.borderfix {border-left: 1px solid #eaeaea; }
.table table tbody tr th.borderfix {border-left: 1px solid #eaeaea; }
.table table tbody tr td.borderfix {border-left: 1px solid #eaeaea; }

/* 탭메뉴 */

.tab { display: table; width: 100%; margin-bottom: 25px; }
.tab li { display: table-cell; position: relative; box-sizing: border-box; margin-left: -1px; }
.tab li:first-child { margin-left: 0; }
.tab li.active { margin-left: 0; }
.tab li:after { content: " "; display: block; position: absolute; top: 0; left: -1px; width: 1px; height: 42px; background-color: #fff; }
.tab li.active:after { display: none; }
.tab li.active + li:after { z-index: -100; }
.tab.item-2 li { width: 50%; }
.tab.item-3 li { width: 33.3%; }
.tab li a { display: block; padding: 12px 0; border-top: 2px solid #f5f5f6; border-right: 1px solid #f5f5f6; border-bottom: 1px solid #cdcdcd; background-color: #f5f5f5; color: #777; font-weight: bold; font-size: 14px; text-align: center; }
.tab li:first-child a { border-left: 1px solid #f5f5f6; }
.tab li.active a { padding: 12px 0 13px; background-color: #fff; border-top: 2px solid #e70128; border-right: 1px solid #cdcdcd; border-bottom: 0; border-left: 1px solid #cdcdcd; color: #e70128; }

/* 
    셀렉트박스

    1. 너비지정시 .select의 width값을 조절
    2. 높이값을 수정할 때는 label의 padding값과 selecr의 height값을 같이 수정

*/

.select { display: inline-block; position: relative; width: 170px; vertical-align: middle; }
.select label { display: block; position: relative; height: 16px; padding: 6px 28px 6px 5px; border: 1px solid #cdcdcd; background: #fff url(http://www.skens.com/images/m/kr/sk/common/select-bg.png) no-repeat right center; color: #666; font-size: 12px; }
.select select { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 30px; color: #666; font-size: 13px; line-height: 1.2; font-family: inherit; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
.select.focus label { outline: 5px auto #4D90FE; }
.select.disabled label { background-color: #f5f5f5; color: #a7a7a7; }
.select.disabled select{ cursor: default; } 

/* 파일 */

.file {position: relative; width: 317px; font-size: 0; }
.file input[type="text"] {position: relative; z-index: 20; width: 200px; }
.file input[type="file"] {position: absolute; top: 0; left: 0; width: 100%; z-index: 10; height: 30px; opacity: 0; filter: alpha(opacity=0); }
.file span {display: inline-block; margin-left: 15px; min-width: 52px; padding: 8px 14px; background-color: #444; color: #fff; font-weight: bold; font-size: 12px; text-align: center; vertical-align: middle; }

/* 텍스트박스*/
input[type="text"],
input[type="password"] { box-sizing: content-box; height: 16px; padding: 6px 10px; border: 1px solid #cdcdcd; color: #666; font-size: 12px; line-height: 1.2; font-family: inherit; vertical-align: middle; }
input[type="checkbox"],
input[type="radio"] { width: 13px; height: 13px; vertical-align: middle; cursor: pointer; }
textarea { border: 1px solid #e8e8e8; padding: 6px 10px; color: #666; font-size: 14px; line-height: 1.2; font-family: inherit; vertical-align: middle; }

/*
    버튼

    4글자 이하일 경우 버튼의 너비는 width와 padding을 합쳐서 80px이다.
    5글자부터는 양쪽에 14px의 여백이 적용되어 유동적으로 늘어난다.

*/

.btn-wrap { overflow: hidden; }
.btn-wrap .align-left { float: left; }
.btn-wrap .align-right { float: right; }

.btn { display: inline-block; min-width: 40px; padding: 8px 20px; background-color: #444; color: #fff; font-weight: bold; font-size: 12px; text-align: center; vertical-align: middle; }
.btn.red { background-color: #e70128; }
.btn.gray { background-color: #909090; }
.btn.brown { background-color: #997f58; }
.btn.white { border: 1px solid #ccc; background-color: #fff; color: #666; }
.btn.sm.white { padding: 6px 14px; }
.btn.xs.white { padding: 5px 14px; }
.btn.download { padding-right: 35px; background-image: url(http://www.skens.com/images/m/kr/sk/common/icon-download.png); background-repeat: no-repeat; background-position: 100% 0; background-size: 35px 30px; }

/* 페이징 */

.paging { margin-top: 20px; text-align: center; font-size: 0; }
.paging .num { display: inline-block; margin: 0 12px; color: #757575; font-weight: bold; font-size: 12px; vertical-align: middle; }
.paging .num a { display: inline-block; margin-left: 17px; padding: 6px 0; color: #757575; text-align: center; }
.paging .num a:first-child { margin-left: 0; }
.paging .num a.active { color: #ff7b00; } .paging .num .current-page {display: inline-block; color: #ff7b00; padding: 6px 0; vertical-align: middle; }
.paging .num .pisa { display: inline-block; margin: 0 5px; padding: 6px 0; vertical-align: middle; }
.paging .num .total-page { display: inline-block; padding: 6px 0; vertical-align: middle; }
.paging .btn-prev { display: inline-block; width: 30px; height: 30px; background: url(http://www.skens.com/images/m/kr/sk/common/paging-btn-prev.png) no-repeat; background-size: 30px 30px; vertical-align: middle; }
.paging .btn-next { display: inline-block; width: 30px; height: 30px; background: url(http://www.skens.com/images/m/kr/sk/common/paging-btn-next.png) no-repeat; background-size: 30px 30px; vertical-align: middle; }

/* 메세지영역 */
.msg { margin-bottom: 25px; padding: 20px; border-top: 2px solid #333; background-color: #f8f8f8; line-height: 1.5; }
.msg .title { display: block; font-weight: bold; font-size: 13px; }
.msg .title em { color: #d80034; font-style: normal; }
.msg .desc { display: block; margin-top: 11px; font-size: 12px; }

/* 게시판 */

/* 검색영역 */
.board-srch { margin-bottom: 18px; padding: 15px; border-top: 2px solid #333; background-color: #f8f8f8; font-size: 0; text-align: center; }
.board-srch.type1 > div { display: table; width: 100%; }
.board-srch.type1 > div > div { display: table-cell; }
.board-srch.type1 .category { width: 82px; padding-right: 4px; box-sizing: border-box; padding-right: 4px; }
.board-srch.type1 .category .select { width: 82px; text-align: left; }
.board-srch.type1 input[type="text"] { width: 100%; height: 30px; box-sizing: border-box; }
.board-srch.type1 .btn-srch { width: 80px; box-sizing: border-box; padding-left: 4px; }

.board-srch.type2 > div { margin-top: 5px; }
.board-srch.type2 > div:first-child { margin-top: 0; }
.board-srch.type2 .category { display: table; width: 100%; }
.board-srch.type2 .category .select { display: table-cell; width: 50%; box-sizing: border-box; padding-left: 4px; text-align: left; }
.board-srch.type2 .category .select:first-child { padding-left: 0; }
.board-srch.type2 .srch { display: table; width: 100%; }
.board-srch.type2 .srch .input-srch { display: table-cell; }
.board-srch.type2 .srch .input-srch input[type="text"] { width: 100%; height: 30px; box-sizing: border-box; }
.board-srch.type2 .srch .btn-srch { display: table-cell; width: 80px; padding-left: 4px; }

/* 검색결과 개수 */
.board-list .total { margin-bottom: 9px; color: #333; font-weight: bold; font-size: 12px; }
.board-list .total em { color: #d80034; font-style: normal; }

/* 리스트 */
.board-list ul { border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
.board-list ul li { border-top: 1px solid #eaeaea; }
.board-list ul li:first-child { border-top: 0; }
.board-list ul li a { display: block; padding: 19px 0 12px; }
.board-list ul li a .subject { display: block; overflow: hidden; color: #333; font-weight: bold; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.board-list ul li a .subject .category { margin-right: 4px; color: #7f5f2e; }
.board-list ul li a .desc { display: -webkit-box; overflow: hidden; margin-top: 8px; color: #555; font-size: 12px; line-height: 1.5; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.board-list ul li a .date { display: block; margin-top: 15px; color: #999; font-size: 12px; }

/* 상세보기 */
.board-view .title { padding: 14px 0; border-top: 2px solid #333; border-bottom: 1px solid #eaeaea; }
.board-view .title .subject { display: block; color: #333; font-weight: bold; font-size: 12px; }
.board-view .title .subject .category { margin-right: 4px; color: #7f5f2e; }
.board-view .title .date { margin-top: 8px; color: #999; font-size: 12px; }
.board-view .article { padding: 10px 0 35px; border-bottom: 1px solid #d8d8d8; word-break: break-all; }
.board-view .article img { max-width: 100%; }
.board-view .btn-wrap { margin-top: 20px; }

/* FUNCTIONAL CLASS */

.hidden {
    overflow: hidden;
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 10px;
    height: 25px;
}

label.hidden {
    display: none;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.bg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(http://www.skens.com/images/m/kr/sk/common/bg_000_5.png) repeat;
}

.modal-open {
    overflow: hidden;
}

/* COMMON AREA STYLE */

body {
    height: 100%;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    /*font-family: "malgun gothic";*/ /* HICT 수정 */
}

/* 
    contents라는 class는 본문영역 한군데에만 사용되어야 한다.
    작은범위의 내용을 담을 때는 s를 뺀 content로 사용해야한다.
    contents에 지정된 id는 Skip Navigation의 용도로만 사용해야 하며
    id에는 스타일을 지정해서는 안된다.

 */


/* 2017-08-09 HICT 수정 */
.path-wrap { position: fixed; top: 66px; right: 0; left: 0; z-index: 9;}
.path.lv1 { position: relative; z-index: 20; background-color: #de7b14; }
.path.lv1 a { display: block; height: 45px; line-height: 45px; font-size: 20px; color:#fff; font-weight: bold; padding-left: 25px;  letter-spacing: -1px; background: url(http://www.skens.com/images/m/kr/sk/common/path-lv1-arrow.png) no-repeat 100% 0; background-size: 38px 86px;}
.path.lv1.active a{background-position: 100% -43px;}
.path.lv1.active ul { display: block; }
.path.lv1 ul { display: none; position: absolute; top: 45px; right: 0; left: 0; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
.path.lv1 ul li {background: #151515; border-bottom: 1px solid #232323;}
.path.lv1 ul li a{background: none;}
.path.lv1 ul li.active a {color: #de7b14;}

.path.lv2.type2 { display: table; position: relative; width: 100%;}
.path.lv2 > div { position: relative; z-index: 10; }
.path.lv2.type2 > div { display: table-cell; width: 50%;}
.path.lv2.type2 > div + div{border-left: 1px solid #e4e4e4;}
.path.lv2 > div .current-path { display: block; box-sizing: border-box; height: 45px; line-height: 45px; padding-left: 25px;  border: 1px #e4e4e4; border-style: solid none; background: #ececec url(http://www.skens.com/images/m/kr/sk/common/path-lv2-arrow.png) no-repeat 100% 0; background-size: 38px 86px; color: #63616d; font-weight: bold; font-size: 12px; letter-spacing: -1px; }

.path.lv2 > div.active .current-path { background-position: 100% -43px; background-size: 38px 86px; }
.path.lv2.type1 > div:last-child .current-path { background-color: #fff;}
.path.lv2.type2 > div:last-child .current-path { background-color: #fff;}
.path.lv2 > div ul { display: none; position: absolute; right: 0; left: 0; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; background-color: #fff; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
.path.lv2 > div ul li { border-top: 1px solid #ececec; }
.path.lv2 > div ul li:first-child { border-top: 0; }
.path.lv2 > div.active ul { display: block; }
.path.lv2 > div ul li a { display: block; padding: 13px 25px; color: #444; font-size: 12px;}
.path.lv2 > div ul li.active a {color: #de7b14;}

.contents { padding: 177px 25px 75px; background-color: #fff; }


/* 이용약관 */
.terms { padding-top: 90px; }
.terms .sticky-line { position: fixed; top: 64px; right: 0; left: 0; height: 3px; background-color: #d80034; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
.terms .section-wrap { padding: 25px 20px 35px; border: 1px solid #e8e8e8; border-top: 2px solid #333; }
.terms .section { margin-top: 15px; }
.terms .section:first-child { margin-top: 0; }
.terms .section h3 { margin-bottom: 10px; color: #333; font-weight: bold; font-size: 12px; }
.terms .section ul li { margin-top: 6px; line-height: 1.5; }
.terms .section ul li:first-child { margin-top: 0; }
.terms .btn-wrap { text-align: center; margin-top: 20px; }
.terms .version { margin-top: 20px; text-align: right; }
.terms .version span { display: block; color: #333; font-weight: bold;}

/* 에러페이지 */
.error { padding-top: 250px; background: url(http://www.skens.com/images/m/kr/sk/common/bg-error.png) no-repeat center 100px; background-size: 165px 125px; }
.error .sticky-line { position: fixed; top: 64px; right: 0; left: 0; height: 3px; background-color: #d80034; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
.error .error-wrap { max-width: 296px; margin: 0 auto; text-align: center; }
.error p.title { margin-bottom: 20px; font-weight: bold; font-size: 17px; }
.error p { color: #555; font-size: 12px; }
.error p em { color: #e70128; font-style: normal; }
.error .btn-wrap { margin-top: 30px; }

.loading{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: #fff;
  opacity: 0.8;
  display: none;
}
.loading img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loading.active{
  display: block;
}