@charset "utf-8";

/* -----------------------------------
	@폰트
------------------------------------- */
html,
body,
/* h1,
h2,
h3,
h4,
h5,
h6, */
dl,
dt,
dd,
ul,
ol,
li,
iframe,
a,
img,
embed,
hgroup,
form,
fieldset,
label,
input,
textarea,
select,
button,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  font-family: "Nanum Gothic", gulim, Tahoma, Arial, Sans-serif;
  font-size: 13px;
}
.fontNanumSquare {
  font-family: "NanumSquare", Sans-serif;
} /* 나눔스퀘어 (개별클래스) */
/* .naF_go{font-family:'Nanum Gothic',Sans-serif;} */ /* 나눔고딕 (개별클래스) */

/* -----------------------------------
	@기본설정
------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
iframe,
a,
img,
embed,
hgroup,
form,
fieldset,
label,
input,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  border: 0;
}
:focus {
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #000;
} /*크롬 input 자동배경컬러 제거*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* -----------------------------------
	@공통설정
------------------------------------- */
/*일반*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc !important;
}
.trans {
  transition: all 0.4s;
}

/*배너 공통*/
.flex-direction-nav {
} /* < >버튼 */
.flex-direction-nav a {
  position: absolute;
  display: block;
  bottom: 0 !important;
  width: 28px;
  height: 28px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 10;
}
.flex-direction-nav a i {
  color: #fff;
  font-size: 14px;
}
.flex-direction-nav .flex-prev {
  right: 28px;
  border-radius: 8px 0 0 0;
}
.flex-direction-nav .flex-next {
  right: 0;
  padding-left: 5px;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  -ms-filter: alpha("opacity=0");
  cursor: default;
}
/*배너 로딩
	.mainban.loading, .sideban.loading, .topban.loading{background:url('../img/loading.gif') no-repeat center center;}
	.mainban.loading{height:400px;}
	.sideban.loading{height:251px;}
	.topban.loading{height:90px;}
	*/
.loading_mb .load,
.loading_sb .load,
.loading_tb .load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/loading.gif") no-repeat center center;
  background-color: #fff;
  z-index: 1;
}

/* 툴팁 */
.story_tooltip {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  background-color: #999;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s, visibility 0.2s;
  -moz-transition: all 0.4s, visibility 0.2s;
  -webkit-transition: all 0.4s, visibility 0.2s;
  opacity: 0;
}
/* after */
.story_tooltip:after {
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #999;
}
/* hover */
.story_newConnect li:nth-of-type(1) a:hover .story_tooltip.sitenew,
.story_newConnect li:nth-of-type(2) a:hover .story_tooltip.current_con,
.story_search:hover .story_tooltip.search {
  opacity: 1;
  visibility: visible;
}
/* 위치 */
.story_tooltip.sitenew,
.story_tooltip.current_con {
  top: 35px;
}
.story_tooltip.search {
  top: 45px;
  left: 70px;
}
.story_tooltip.sitenew {
  left: -12px;
}
.story_tooltip.current_con {
  left: -18px;
}

/* -----------------------------------
	@상단 프로모션배너
-------------------------------------*/
#top_proban_wrap00 {
  position: relative;
  background-color: #fff;
  height: 49px;
  z-index: 20;
}
.proban_link {
  position: relative;
  display: block;
  height: 100%;
}
.top_proban_day {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}
.top_proban_day .day {
  vertical-align: top;
  color: #ccc;
}
.top_proban_close {
  position: absolute;
  display: block;
  right: 9px;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background-color: transparent;
}
.top_proban_close:hover {
  background-color: #000;
}
.top_proban_close i {
  font-size: 18px;
  color: #fff;
}

/* -----------------------------------
	@로고+로그인+메뉴+검색(gnb)
------------------------------------- */
.gnb1_area_wrap00 {
  position: relative;
  z-index: 2;
}
.gnb1_area_wrap0 {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 150px;
  z-index: 2;
}
.gnb1_area_wrap0 ul {
}
.gnb1_area_wrap0 p {
}

/*[새글+접속자]*/
.story_newConnect {
  position: absolute;
  right: 150px;
  top: 33px;
  z-index: 3;
}
.story_newConnect ul {
}
.story_newConnect li {
  float: left;
  padding-right: 10px;
}
.story_newConnect li a {
  position: relative;
  padding: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.story_newConnect li:nth-of-type(1) > a i:nth-of-type(2) {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 15px;
  color: #c23e30;
  font-weight: 800;
}

/*[회원정보]*/
.story_login {
  position: absolute;
  right: 36px;
  top: 41px;
  z-index: 3;
}
.story_login ul {
}
.story_login li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.story_login li:first-child {
  padding-left: 0;
  border-left: 0;
}
.story_login li:last-child {
  padding-right: 0;
}
.story_login li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.story_login li a:hover {
  text-decoration: underline;
}

.story_logo {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  text-align: center;
}

.story_search {
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 280px;
  height: 51px;
  z-index: 2;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.story_search .inputText {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 51px;
  padding-left: 60px;
  background-color: #f7f7f7;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  border: 0 !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.story_search .submit {
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 51px;
  font-size: 13px;
  color: #333;
  font-weight: 800;
  letter-spacing: -0.06em;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}

.story_search .fa-search {
  position: absolute;
  left: 26px;
  bottom: 15px;
  font-size: 22px;
  color: #999;
}

/*[TOP배너]*/
/*롤링*/
.story_pm_topban {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 340px;
  height: 90px;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 3;
}
.topban {
  position: relative;
  background: #fff;
}
.topban .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.topban .slides img {
  /* width:100%; height:auto; */
  display: block;
}
.topban .slides:after {
  content: ".";
  line-height: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.story_pm_topban .flex-direction-nav a {
  width: 22px;
  height: 22px;
  line-height: 24px;
}
.story_pm_topban .flex-direction-nav a i {
  font-size: 12px;
}
.story_pm_topban .flex-direction-nav .flex-prev {
  right: 22px;
  border-radius: 8px 0 0 0;
}
.story_pm_topban .flex-direction-nav .flex-next {
  right: 0;
  padding-left: 5px;
}
.story_pm_topban .story_pm_ban_imgbox {
  position: relative;
  width: 360px;
}
.story_pm_topban .story_pm_ban_imgbox a {
  width: 360px;
  height: 80px;
  display: block;
  overflow: hidden;
}
.story_pm_topban .story_pm_ban_imgbox a img {
  display: block;
}

/*[TOP메뉴+전체메뉴]*/
.topmenu1_wrap00_Fheight {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  z-index: 2;
} /*탑메뉴 고정시 빈공백*/
.topmenu1_wrap00_Fheight.fixed {
  z-index: 9999999999999999999;
}
.topmenu1_wrap00 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  z-index: 2;
}
.topmenu1_wrap00.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.topmenu1_wrap0 {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 50px;
  z-index: 2;
}
.topmenu1_wrap0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu1_wrap0 a {
  text-decoration: none;
  font-size: 12px;
}
.topmenu1_wrap0 p {
  margin: 0;
  padding: 0;
}
/*홈버튼*/
.home_btn {
  position: absolute;
  display: block;
  left: 5px;
  bottom: -2px;
  width: 58px;
  height: 50px;
  line-height: 61px;
  text-align: center;
}
.home_btn i {
  color: #c23e30;
  font-size: 26px;
}
/*TOP메뉴*/
.story_menu {
  position: absolute;
  top: 0;
  left: 65px;
}
.story_menu.fixed {
  left: 15px;
}
.story_menu ul.topnav {
  position: relative;
  text-transform: none;
} /*1차메뉴 ul*/
.story_menu ul.topnav li.mnav_li {
  position: relative;
  float: left;
}
.story_menu ul.topnav li.mnav_li:first-child {
  margin-left: 0;
}
.story_menu ul.topnav a.mnav {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 52px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
} /*1차메뉴*/
/* .story_menu.fixed ul.topnav a.mnav{color:#fff;} */
.story_menu ul.topnav a.mnav:hover {
  color: #c23e30;
}
.story_menu ul.topnav a.mnav.active {
  color: #fff200;
  text-decoration: none;
}
.story_menu ul.subnav_d02_m {
  /*2차메뉴 ul*/ /*에니메이션 디폴트*/
  position: absolute;
  top: 35px;
  left: -10px;
  padding: 10px 15px;
  width: 154px;
  background-color: #fff;
  text-transform: none;
  clear: both;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  transition: all 0.4s, visibility 0.2s;
  opacity: 0;
}
.story_menu ul.topnav li.mnav_li:hover ul.subnav_d02_m {
  top: 45px;
  opacity: 1;
  visibility: visible;
} /*오버시 에니메이션*/
.story_menu li.subnav_d02 {
  position: relative;
}
.story_menu li.subnav_d02 a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
} /*2차메뉴*/
.story_menu li.subnav_d02 a.on2 {
  color: #000;
  background-color: #ededed;
} /*2차 활성시*/
.story_menu li.subnav_d02 a.on2_no {
  color: #4f4f4f;
} /*2차 기본*/
.story_menu li.subnav_d02 a.on2_no:hover {
  color: #000;
  font-weight: 700;
}
.story_menu ul.subnav_d03_m {
  /*3차메뉴 ul*/ /*에니메이션 디폴트*/
  position: absolute;
  top: -20px;
  right: -140px;
  padding: 10px 15px;
  width: 140px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  transition: all 0.4s, visibility 0.2s;
  opacity: 0;
}
.story_menu ul.topnav ul.subnav_d02_m li.subnav_d02:hover ul.subnav_d03_m {
  top: -10px;
  opacity: 1;
  visibility: visible;
} /*오버시 에니메이션*/
.story_menu li.subnav_d03 {
  position: relative;
}
.story_menu li.subnav_d03 a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  font-size: 13px;
} /*3차메뉴*/
.story_menu li.subnav_d03 a.on3 {
  color: #000;
  background-color: #ededed;
}
.story_menu li.subnav_d03 a.on3_no {
  color: #4f4f4f;
}
.story_menu li.subnav_d03 a.on3_no:hover {
  color: #000;
  font-weight: 700;
}
.story_menu ul.topnav li.mnav_blank {
  margin: 16px 0 0 15px;
  color: #333;
}
.story_menu ul.topnav li.mnav_blank i {
  font-size: 20px;
  vertical-align: middle;
}
.story_menu ul.topnav li.mnav_blank a {
  margin-left: 5px;
  padding: 4px;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 4px;
}
/*전체메뉴*/
.allmenu_btn {
  position: absolute;
  display: block;
  right: 25px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
} /*오픈 버튼*/
.allmenu_btn i {
  font-size: 24px;
  color: #333;
}
.allmenu_list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0 15px 80px;
  width: 1024px;
  background-color: #fff;
  overflow: hidden;
  display: none;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
} /*리스트*/
.allmenu_list .allmenu_close {
  position: absolute;
  display: block;
  right: 32px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  z-index: 2;
  border-radius: 15px;
} /*닫기 버튼*/
.allmenu_list .allmenu_close i {
  font-size: 32px;
  color: #999;
}
.allmenu_list ul.allmenu_ul {
  overflow: hidden;
} /*1,2차그룹 ul*/
.allmenu_list li.section_group {
  float: left;
  padding-left: 49px;
} /*사이간격*/
.allmenu_list li.section_group:first-child {
  padding-left: 0;
}
.allmenu_list a.section_1dep {
  display: block;
  padding-bottom: 4px;
  color: #333;
  font-size: 17px;
  font-weight: 800;
} /* 1차 */
.allmenu_list a.section_1dep:hover {
}
.allmenu_list li.section_group ul {
  margin-top: 5px;
}
.allmenu_list a.section_2dep {
  color: #999;
  font-size: 13px;
  line-height: 22px;
} /* 2차 */
.allmenu_list a.section_2dep:hover {
  color: #000;
}
/*메뉴 그림자*/
.gnb1_area_menu_shadow {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 1px;
  z-index: 1;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.18);
}

/*[GNB 타입 구분컬러]*/
.gnb1_area_top_bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  z-index: 1;
}
.gnb1_area_top_bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #c23e30;
  z-index: 1;
}

/* -----------------------------------
	@컨텐츠
------------------------------------- */
.story_allcon_wrap0 {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  background-color: #fff;
  z-index: 1;
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.contents_area_wrap0 {
  overflow: hidden;
}
/* .con_left_line{position:absolute; left:221px; top:0; width:1px; height:100%; background-color:#e6e6e6;} .con_right_line{position:absolute; right:221px; top:0; width:1px; height:100%; background-color:#e6e6e6;} 사이드영역 배경bg */
/*미리보기 문구*/
.contents_area_wrap0 .pt_preMbox {
  margin-top: 20px;
  padding-top: 80px;
  height: 578px;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.contents_area_wrap0 .pt_preLbox {
  margin-top: 20px;
  padding-top: 180px;
  height: 1000px;
  border: 1px solid #ccc;
  border-left: 0;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.contents_area_wrap0 .pt_preRbox {
  padding-top: 180px;
  height: 1000px;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}

/*[메인 프로모션 최신글]*/
.main_ban3case .mainban_pointbg {
  position: absolute;
  top: 0;
  left: -28px;
  width: 56px;
  height: 315px;
  background-color: #fff;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
}
/* tap */
.main_ban3case ul.mainban_tab {
  position: absolute;
  top: 64px;
  left: -18px;
}
.main_ban3case ul.mainban_tab li {
  position: relative;
  margin-bottom: 30px;
}
.main_ban3case ul.mainban_tab li > i {
  display: block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #868585;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.main_ban3case ul.mainban_tab li > i:hover {
  background-color: #f5f5f5;
  color: #c23e30;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.main_ban3case ul.mainban_tab li > h2 {
  position: absolute;
  top: -18px;
  left: -28px;
  padding: 0 10px;
  line-height: 22px;
  background-color: #c23e30;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border-radius: 2px 25px 2px 25px;
  -moz-border-radius: 2px 25px 2px 25px;
  -webkit-border-radius: 2px 25px 2px 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
}
.main_ban3case ul.mainban_tab li.active > h2 {
  opacity: 1;
  visibility: visible !important;
}
.main_ban3case ul.mainban_tab li.active:nth-of-type(2) > h2 {
  left: -35px;
}
.main_ban3case ul.mainban_tab li.active:nth-of-type(3) > h2 {
  left: -40px;
}
.main_ban3case ul.mainban_tab li:nth-of-type(2) > h2,
.main_ban3case ul.mainban_tab li:nth-of-type(3) > h2 {
  opacity: 0;
  visibility: hidden;
}
.main_ban3case ul.mainban_tab li.active:nth-of-type(2) > h2 {
  opacity: 1;
  visibility: visible !important;
}
.main_ban3case ul.mainban_tab li.active:nth-of-type(3) > h2 {
  opacity: 1;
  visibility: visible !important;
}
.main_ban3case ul.mainban_tab li.active > i:hover {
  background-color: transparent;
}
.main_ban3case ul.mainban_tab li.active > i {
  color: #c23e30;
  cursor: default;
}
.main_ban3case ul.mainban_tab li.active > i > span {
  visibility: hidden !important;
}
/* panel */
.main_ban3case ul.mainban_panel {
  position: relative;
  margin: 0 45px;
}
.main_ban3case ul.mainban_panel li {
}
/* 내용(각각의 스킨 css 적용됨) */

/*[중앙컨텐츠]*/
.story_contents_box {
  position: relative;
  float: left;
  width: 980px;
  padding: 15px 38px 0 45px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 15;
}
/*컨텐츠배너*/
.mainban_area_wrap {
  position: relative;
  margin: 40px 0 12px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.mainban_area_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainban_area_wrap p {
  position: relative;
  margin: 0;
  padding: 0;
}
.mainban_area_wrap a {
  text-decoration: none;
}
.mainban_area_wrap,
.flexslider {
  height: auto;
} /*공통 배너높이*/
.mainban {
  position: relative;
  background: #fff;
}
/* .mainban .slides>li:first-child{display:block; -webkit-backface-visibility: visible;} */
.mainban .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.mainban .slides img {
  /* width:100%; height:auto; */
  display: block;
}
.mainban .slides:after {
  content: ".";
  line-height: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
/*
	.mainban .flex-direction-nav{} 
	.mainban .flex-direction-nav a{
		position:absolute; display:block; top:50%; margin-top:-20px; width:45px; height:45px; line-height:45px; background-color:#fff; text-align:center; overflow:hidden; transition:all .4s; z-index:10;
		border-radius:25px; 
			-moz-border-radius:25px;
			-webkit-border-radius:25px;
		box-shadow:0 10px 40px rgba(0,0,0,.09);
			-moz-box-shadow:0 10px 40px rgba(0,0,0,.09);
			-webkit-box-shadow:0 10px 40px rgba(0,0,0,.09);
	}
	.mainban .flex-direction-nav a i{color:#999; font-size:14px;}
	.mainban .flex-direction-nav a:hover i{color:#c23e30;}
	.mainban .flex-direction-nav .flex-prev{left:0;}
	.mainban .flex-direction-nav .flex-next{right:0; padding-left:5px;}
	.mainban .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover{background-color:#eee;}
	.mainban .flex-direction-nav .flex-disabled{opacity:0!important; filter:alpha(opacity=0); -ms-filter:alpha('opacity=0'); cursor:default;}
	*/
/*서브 타이틀*/
.story_contents_box .con_title {
  margin: 30px 0 20px 0;
  font-size: 24px;
  font-weight: 800;
}
.story_contents_box .con_title .con_title_icon {
  display: inline-block;
  margin: 2px 12px 0 5px;
  width: 6px;
  height: 20px;
  background-color: #ccc;
  vertical-align: top;
  border-radius: 3px;
}
/*컨텐츠 area*/
.contents_area,
.contents_area .skinDiv {
  position: relative;
}
/* 라인+패딩 추가시 css
	.contents_area .skinDiv .latest_mq1, .contents_area .skinDiv .latest_mq2, .contents_area .skinDiv .latest_mq3{
		padding:20px; border:1px solid #eee;
		border-radius:6px; 
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
	}
	*/

/*[SIDE컨텐츠_우측]*/
.story_side_contents_R {
  position: relative;
  float: right;
  margin-top: 55px;
  width: 300px;
  overflow: hidden;
  z-index: 15;
}
.story_side_contents_R .paddSide {
  padding: 10px 45px 8px 0;
} /*사이드영역 패딩값*/
/*SIDE배너_우측*/
.story_pm_sideban {
  position: relative;
  margin: 14px 45px 15px 0;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  border-radius: 8px;
}

.banner_tele a img {
  border-radius: 8px;
}

.sideban {
  position: relative;
  background: #fff;
}
.sideban .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.sideban .slides img {
  width: 100%;
  height: auto;
  display: block;
}
.sideban .slides:after {
  content: ".";
  line-height: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

/* -----------------------------------
	@풋터
------------------------------------- */
/*[펼침메뉴]*/
.openmenu_wrap00 {
  position: relative;
  margin-top: 60px;
  background-color: #353940;
  clear: both;
  z-index: 1;
  display: none;
}
.openmenu_wrap0 {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  padding: 25px 0;
  overflow: hidden;
}
.openmenu_wrap0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.openmenu_wrap0 a {
  text-decoration: none;
}
.openmenu_wrap0 a:hover {
  text-decoration: underline;
}
.openmenu_wrap0 p {
  margin: 0;
  padding: 0;
}
/*(1,2차그룹 묶음)*/
ul.openmenu_ul {
}
ul.openmenu_ul li.om_section_group {
  position: relative;
  float: left;
  padding-left: 98px;
} /* 메뉴그룹 사이간격 */
ul.openmenu_ul li.om_section_group:first-child {
  padding-left: 0;
}
/*(1차)*/
ul.openmenu_ul a.om_section_1dep {
  position: relative;
  display: inline-block;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  white-space: nowrap;
} /*1차*/
ul.openmenu_ul a.om_section_1dep:hover {
}
/*(2차)*/
ul.openmenu_ul a.om_section_2dep {
  position: relative;
  color: #999;
  line-height: 20px;
  white-space: nowrap;
} /*2차*/
ul.openmenu_ul a.om_section_2dep:hover {
}
/*[카피라이트]*/
.footer_Util_wrap00 {
  position: relative;
  background-color: #353940;
  clear: both;
  z-index: 1;
}
.footer_Util_wrap0 {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  padding: 30px 0;
  border-top: 1px solid #444;
  overflow: hidden;
}
.footer_Util_wrap0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_Util_wrap0 a {
  text-decoration: none;
}
/*카피라이터 텍스트*/
.story_copytxt {
  position: relative;
}
.story_copytxt p {
  margin: 0;
  padding: 0;
  line-height: 23px;
  color: #999;
}
/*유틸메뉴*/
.story_utilMenu {
  position: absolute;
  top: 30px;
  right: 0;
}
.story_utilMenu ul {
}
.story_utilMenu ul li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #444;
}
.story_utilMenu ul li:first-child {
  border-left: 0;
}
.story_utilMenu ul li:last-child {
  padding-right: 0;
}
.story_utilMenu ul li a {
  color: #999;
}
.story_utilMenu ul li a:hover {
  text-decoration: underline;
}
/*SNS*/
.story_snsLink {
  position: absolute;
  top: 70px;
  right: 0;
}
.story_snsLink ul li {
  float: left;
  padding: 0 5px;
}
.story_snsLink ul li:last-child {
  padding-right: 0;
}
.story_snsLink ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 50px;
  background-color: #3f444c;
  text-align: center;
  border-radius: 6px;
}
.story_snsLink ul li a i {
  color: #ccc;
  font-size: 20px;
}

/* -----------------------------------
	@모바일메뉴
------------------------------------- */
/*[모바일버튼]*/
.story_menu_MobileBtn {
  position: fixed;
  right: 8px;
  top: 12px;
  width: 50px;
  height: 50px;
  line-height: 43px;
  text-align: center;
  background-color: rgba(238, 242, 245, 0);
  display: none;
  z-index: 3;
}
.story_menu_MobileBtn i {
  font-size: 26px;
  color: #fff;
  vertical-align: middle;
}
/*[모바일메뉴]*/
html.sb-scroll-lock {
  overflow: hidden;
} /* 모바일버튼 클릭시 페이지스크롤 show/hide */
.story_mobileM_G {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #222;
  display: none;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.story_mobileM_G ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_mobileM_G p {
  position: relative;
  margin: 0;
  padding: 0;
}
.story_mobileM_G a {
  text-decoration: none;
}
.story_mobileM_G_bg {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
  cursor: pointer;
}
/*모바일메뉴 닫기*/
.story_mobileM_G_close {
  position: fixed;
  right: 30%;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 62px;
  padding-left: 3px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  z-index: 199;
  display: none;
}
.story_mobileM_G_close i {
  color: #fff;
  font-size: 23px;
}
/*모바일_로그인*/
.story_mobileM_login {
  position: relative;
}
.story_mobileM_login ul {
}
.story_mobileM_login li {
  float: left;
  width: 33.3%;
  border-left: 1px solid #292929;
}
.story_mobileM_login li:first-child {
  border-left: 0;
}
.story_mobileM_login li .Log,
.story_mobileM_login li a.Mem,
.story_mobileM_login li .Lang {
  display: block;
  height: 60px;
  line-height: 48px;
  padding-top: 12px;
  text-align: center;
  color: #b3b3b3;
  font-size: 13px;
  background-color: #161616;
  font-weight: 700;
}
.story_mobileM_login li .Log_popup,
.story_mobileM_login li .Mem_popup,
.story_mobileM_login li .Lang_popup {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 80px;
  z-index: 10;
  display: none;
}
.story_mobileM_login li .Log_popup li,
.story_mobileM_login li .Mem_popup li,
.story_mobileM_login li .Lang_popup li {
  width: 49.38%;
  border-right: 1px solid #565656;
  border-bottom: 1px solid #565656;
}
.story_mobileM_login li .Log_popup li a,
.story_mobileM_login li .Mem_popup li a,
.story_mobileM_login li .Lang_popup li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background-color: #656565;
  font-weight: 700;
}
.story_mobileM_login li i {
  display: block;
  margin-bottom: -12px;
  color: #fff;
  font-size: 18px;
}
.story_mobileM_login li + li i {
}
.story_mobileM_login li + li + li i {
}
/*[모바일_검색]*/
.story_mobileM_search {
  position: relative;
  height: 42px;
  border-bottom: 1px solid #131313;
  background-color: #c23e30;
  clear: both;
}
.story_mobileM_search .form_story_mobileM_search {
  position: relative;
}
.story_mobileM_search .form_story_mobileM_search .inputText,
.story_mobileM_search .form_story_mobileM_search .submit {
  color: #cfcfcf;
  font-size: 14px;
  border: 0;
  font-weight: 700;
}
.story_mobileM_search .form_story_mobileM_search .inputText {
  width: 90%;
  background-color: #c23e30;
  height: 30px;
  padding: 14px 0 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.story_mobileM_search .form_story_mobileM_search .submit {
  position: absolute;
  top: 0;
  right: 8px;
  background-color: #c23e30;
  color: #fff;
  width: 42px;
  height: 41px;
  cursor: pointer;
}
.story_mobileM_search > .fa-search {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 18px;
  color: #fff;
}
/*[모바일_기타정보]*/
.story_mobileM_loginEtc {
  position: relative;
}
.story_mobileM_loginEtc ul {
  margin: 15px 15px 0 0;
  overflow: hidden;
}
.story_mobileM_loginEtc li {
  float: right;
}
.story_mobileM_loginEtc li:first-child {
  padding-left: 10px;
}
.story_mobileM_loginEtc li a {
  color: #b3b3b3;
  font-size: 13px;
}
/*[모바일_메뉴]*/
.story_mobileM_menu {
  position: relative;
  clear: both;
  zoom: 1;
}
.story_mobileM_menu_no {
  position: relative;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 21px;
  clear: both;
}
.story_mobileM_menu .mbM_sleft_d_01_m .fa-plus,
.story_mobileM_menu .mbM_sleft_d_01_m .fa-chevron-down,
.story_mobileM_menu .mbM_sleft_d_01_m .fa-chevron-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding-right: 25px;
  color: #d0d0d0;
  font-size: 10px;
  text-align: right;
  cursor: pointer;
}
/*└1차메뉴*/
.story_mobileM_menu ul.mbM_sleft_d_01_m {
  margin: 10px 0 0 0;
  zoom: 1;
} /*ul*/
.story_mobileM_menu li.mbM_sleft_d_01 {
  position: relative;
  border-bottom: 1px solid #2d2d2d;
}
.story_mobileM_menu li.mbM_sleft_d_01:first-child {
}
.story_mobileM_menu li.mbM_sleft_d_01_active {
  border-top: 0;
} /*li 활성시*/
.story_mobileM_menu li.mbM_sleft_d_01 > a {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
} /*1차*/
.story_mobileM_menu li.mbM_sleft_d_01 a.dep1 {
  display: block;
  padding-top: 0;
}
.story_mobileM_menu li.mbM_sleft_d_01 span.on1_active,
.story_mobileM_menu li.mbM_sleft_d_01 span.on1_no {
  cursor: pointer;
}
.story_mobileM_menu li.mbM_sleft_d_01 .on1_active {
  color: #fff;
  background-color: #1b1b1b;
}
.story_mobileM_menu li.mbM_sleft_d_01 .on1_no {
  color: #fff;
}
/*└2차메뉴*/
.story_mobileM_menu ul.mbM_sleft_d_02_m {
  padding: 7px 0 7px 0;
  zoom: 1;
  background-color: #333;
  display: none;
} /*ul*/
.story_mobileM_menu li.mbM_sleft_d_02 > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 15px;
} /*2차*/
.story_mobileM_menu li.mbM_sleft_d_02 span.on2_active,
.story_mobileM_menu li.mbM_sleft_d_02 span.on2_no {
  cursor: pointer;
}
.story_mobileM_menu li.mbM_sleft_d_02 .on2_active {
  color: #fff;
}
.story_mobileM_menu li.mbM_sleft_d_02 .on2_no {
  color: #b4b4b4;
}
.story_mobileM_menu li.mbM_sleft_d_02 .fa-angle-right {
  padding-right: 3px;
}

/* -----------------------------------
	@플러그인
------------------------------------- */
/*[다크모드]*/
.story_dark {
  position: absolute;
  right: 70px;
  bottom: 11px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background-color: #eee;
  color: #fff;
  text-align: center;
  z-index: 3;
  border-radius: 20px;
  transition: all 0.4s;
}
.story_dark:hover {
  background-color: #ccc;
}
.story_dark i {
  font-size: 14px;
  color: #333;
}
.story_dark i::after {
  content: "다크모드";
  margin-left: 3px;
  font-size: 13px;
}

/*[위+아래 이동]*/
.story_movetop {
  position: fixed;
  right: 0;
  top: 370px;
  z-index: 3;
}
.story_movetop .story_mt {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #353940;
}
.story_movetop .story_mt:hover {
  background-color: #606060;
}
.story_movetop .story_mt i {
  font-size: 24px;
  color: #fff;
}

.story_mt i.xi-bookmark,
.story_mt i.xi-star {
  font-size: 14px;
  color: #fff;
}

.story_favorite_start {
  position: fixed;
  left: 0;
  top: 172px;
  z-index: 3;
}
.story_favorite_start ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_favorite_start li {
  position: relative;
}
.story_favorite_start li .story_favorite,
.story_favorite_start li .story_start {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.story_favorite_start li .story_favorite i,
.story_favorite_start li .story_start i {
  font-size: 14px;
  color: #fff;
}
.story_favorite_start li .story_favorite {
  background-color: #6f6f6f;
}
.story_favorite_start li .story_start {
  background-color: #626262;
}
.story_favorite_start li .story_favorite:hover,
.story_favorite_start li .story_start:hover {
  background-color: #333;
}

/* -----------------------------------
	@세팅
------------------------------------- */
.story_set {
  position: fixed;
  right: 0;
  top: 470px;
  z-index: 99999999999999999999999999999999999999;
}
.story_set > button {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 4px 0 0 4px;
}
.story_set > button:hover {
  background-color: #333;
}
.story_set > button i {
  font-size: 18px;
  color: #fff;
  vertical-align: top;
  padding-top: 6px;
}
.story_set > a {
  display: block;
  float: right;
  margin: 25px 8px 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #353940;
  color: #fff;
  text-align: center;
  border-radius: 50%;
} /*메뉴얼 링크*/
.story_set > a:hover {
  background-color: #606060;
}
.story_set > a i {
  font-size: 18px;
  color: #fff;
  vertical-align: top;
  padding-top: 6px;
}
/* 세팅박스 */
.story_set_list {
  position: fixed;
  top: 80px;
  right: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}
.story_set_box {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 800px;
  background-color: #fff;
  z-index: 2;
}
.story_set_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_set_box p {
  position: relative;
  margin: 0;
  padding: 0;
}
.story_set_box a {
}
.story_set_box a:hover {
}
.story_set_box .db_modify {
  text-align: center;
}
.story_set_box .db_modify a {
  display: inline-block;
  margin-top: 300px;
  padding: 15px;
  background-color: #ff0000;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
.story_set_box .db_modify span {
  display: block;
  margin-top: 30px;
  font-size: 25px;
}
.story_set_box_close {
  position: fixed;
  right: 760px;
  top: 85px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  background-color: #333;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 199;
}
.story_set_box_close i {
  color: #fff;
  font-size: 18px;
}
.story_set_box_close:hover {
  background-color: #ff0000;
}
/* tap */
.story_set_box ul.tab {
  overflow: hidden;
}
.story_set_box ul.tab li {
  float: left;
  width: 20%;
}
.story_set_box ul.tab li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-family: "NanumSquare", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #868585;
  border-bottom: 1px solid #333;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s;
}
.story_set_box ul.tab li a:hover {
  background-color: #444;
  color: #fff;
}
.story_set_box ul.tab li a.selected {
  background-color: #444;
  border-bottom: 0;
  color: #fff;
  font-weight: 800;
  cursor: default;
}
/* panel */
.story_set_box ul.panel {
  padding: 0 20px 20px 20px;
  height: 720px;
  overflow: auto;
  clear: both;
}
.story_set_box ul.panel li {
}
.story_set_box ul.panel p {
}
.story_set_box ul.panel .section {
  position: relative;
  padding: 5px 0 15px 0;
  border-top: 1px solid #e0e0e0;
}
.story_set_box ul.panel .section.side {
  padding-bottom: 33px;
}
.story_set_box ul.panel .section.lineNO {
  border-top: 0;
}
.story_set_box ul.panel h2 {
  height: 40px;
  line-height: 40px;
  font-family: "NanumSquare", Sans-serif;
  font-size: 17px;
  color: #333;
  font-weight: 800;
}
.story_set_box ul.panel h2 i {
  margin-right: 5px;
}
.story_set_box ul.panel table {
  width: 100%;
  padding: 0 16px;
}
.story_set_box ul.panel th,
.story_set_box ul.panel td {
  color: #333;
}
.story_set_box ul.panel th {
  width: 100px;
  padding-top: 10px;
  vertical-align: top;
  font-weight: 800;
}
.story_set_box ul.panel td {
  padding: 3px 0;
  font-size: 14px;
  line-height: 24px;
}
.story_set_box ul.panel td.pointS_color {
  border-bottom: 1px solid #4e4e4e;
}
.story_set_box ul.panel input.radio:nth-of-type(2) {
  margin-left: 5px;
}
.story_set_box ul.panel input.text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  border-radius: 3px;
}
.story_set_box ul.panel input.text:hover {
  background-color: #efefef;
  border: 1px solid #333;
}
.story_set_box ul.panel .disc {
  color: #888;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
.story_set_box ul.panel .file_img {
  width: 250px;
  height: auto;
}
.story_set_box ul.panel .section.latest {
  border-top: 0;
}
.story_set_box ul.panel .section.latest .disc {
  padding: 10px 10px 20px 10px;
}
.story_set_box ul.panel .section.latest .tip {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  font-size: 13px;
  color: #ff0000;
  border-radius: 4px;
  cursor: pointer;
}
.story_set_box ul.panel .section.latest .tip.screen {
  right: 80px;
  color: #000;
}
.story_set_box ul.panel .section.latest .tip.screen:nth-of-type(2) {
  right: 200px;
}
.story_set_box ul.panel .section.latest .tip i {
  vertical-align: middle;
}
.story_set_box ul.panel .section.latest .tip .tip_show {
  position: relative;
  margin-top: 10px;
  padding: 15px;
  line-height: 24px;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  z-index: 999999999999999999999;
}
.story_set_box ul.panel .section.latest .tip .tip_show span {
  color: #ff0000;
}
.story_set_box ul.panel .section.latest .tip .tip_show i {
  position: absolute;
  top: -23px;
  right: 10px;
  font-size: 18px;
}
.story_set_box ul.panel table.latest {
  padding: 0;
  border: 1px solid #eee;
}
.story_set_box ul.panel table.latest tr:first-child {
  background-color: #eee;
  height: 40px;
  text-align: center;
}
.story_set_box ul.panel table.latest tr:first-child label {
  color: #ff0000;
}
.story_set_box ul.panel table.latest td {
  border-left: 1px solid #eee;
  padding: 0 5px;
}
.story_set_box ul.panel table.latest td:first-child {
  border-left: 0;
}
.story_set_box ul.panel table.latest input.text {
  display: block;
}
.story_set_box ul.panel table.latest div.f_left {
  float: left;
  width: 50%;
  padding: 0 3px;
}
.story_set_box ul.panel table.latest div.f_clear {
  clear: left;
}
.story_set_box ul.panel table.latest div.f_left.side {
  width: 20%;
}
.story_set_box ul.panel .section.Mmenu_side .Mmenu_side_space {
  height: 20px;
}
.story_set_box ul.panel .section.Mmenu_side .th_Mmenu_side {
  width: 80px;
}
.story_set_box ul.panel .section.Mmenu_side .td_Mmenu_side {
  width: 150px;
  padding-right: 10px;
}
.story_set_box ul.panel .section.Mmenu_side .th_Mmenu_side2 {
  width: 50px;
}
.story_set_box ul.panel .discTop {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  line-height: 28px;
  border-radius: 8px;
}
.story_set_box ul.panel .discTop.matop {
  margin-top: 30px;
}
.story_set_box ul.panel .discTop span {
  color: #ff0000;
}
.story_set_box ul.panel .discTop hr {
  margin: 20px 0;
}
.story_set_box ul.panel .section.Mmenu_side .discTop {
  margin-bottom: 20px;
}
.story_set_box .btnSet {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
} /* font-size:0; => button태그 공백제거 */
.story_set_box .btnSet button {
  width: 50%;
  height: 40px;
  background-color: #333;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.story_set_box .btnSet button:hover {
  background-color: #ff0000;
}
.story_set_box .btnSet button:nth-of-type(1) {
  background-color: #999;
}
.story_set_box .theme_ver {
  position: fixed;
  top: 127px;
  right: 78px;
  padding: 2px 5px;
  color: #333;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
}
/* 세팅인트로 */
/* 관리자 로그인후 */
.story_set_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99999999999999999999999999999999999999999999999999;
}
.story_set_intro > div {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 970px;
  height: 700px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.story_set_intro div div {
  position: relative;
  float: left;
  height: 100%;
}
.story_set_intro div div:first-child {
  width: 80%;
  padding: 15px 30px;
}
.story_set_intro div div + div {
  width: 20%;
  background-color: #eee;
}
.story_set_intro h3 {
  position: relative;
  line-height: 30px;
  font-size: 17px;
  font-family: "NanumSquare", Sans-serif;
}
.story_set_intro h3.point {
  color: #ff0000;
}
.story_set_intro h3.point.color1 {
  color: #0059d3;
}
.story_set_intro p {
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 15px;
}
.story_set_intro div div + div button {
  display: block;
  width: 100%;
  height: 280px;
  background-color: #ff0000;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}
.story_set_intro div div + div button:hover {
  background-color: #333;
}
.story_set_intro div div + div button i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.story_set_intro div div + div p {
  line-height: 30px;
  padding: 20px;
  font-size: 13px;
}
.story_set_intro div div + div p span label {
  margin-left: 3px;
  font-weight: 800;
}
.story_set_intro div div + div p a {
  position: absolute;
  top: 60px;
  right: 20px;
  padding: 1px 10px;
  background-color: #ccc;
  color: #333;
  font-weight: 700;
  border-radius: 4px;
}
.story_set_intro div div + div p b {
  float: right;
  margin-top: 300px;
  display: block;
}
/* 비회원 화면 */
.story_set_intro_logout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99999999999999999999999999999999999999999999999999;
}
.story_set_intro_logout > div {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 970px;
  height: 480px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.story_set_intro_logout div div:first-child {
  height: 80%;
  padding: 15px 30px;
}
.story_set_intro_logout div div:first-child h3 {
  padding-top: 80px;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}
.story_set_intro_logout div div + div {
  height: 20%;
  background-color: #eee;
  line-height: 95px;
  background-color: #ff0000;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.mt-25 {
  margin-top: 25px;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100% !important;
}
