@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap");

/* ------------------------------------------
	공통 스타일
------------------------------------------ */
html {
  background: #cde0f5;
  background-attachment: fixed;
}
body {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", "Noto Sans KR", sans-serif;
  letter-spacing: -0.015em;
  background: url(../images/bg_top_object.png), url(../images/bg_foot_object.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-attachment: fixed;
}
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111;
}
a:hover {
  transition: all 0.3s;
}
b {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  visibility: hidden;
  overflow: hidden;
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0;
}
figcaption {
  font-size: 12px;
  text-align: center;
  color: #155cde;
}

#sCttxt_bd .con_box li br {
  height: 0;
}
.c01 {
  color: #36259b;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.f-red {
  color: #f12020;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.pb10 {
  margin-bottom: 10px;
}
.pb20 {
  margin-bottom: 20px;
}

.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}

::selection {
  color: #222 !important;
  background: #cce1ff;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex_btw {
  justify-content: space-between;
}
.flex_cnt {
  justify-content: center;
}

.bg-box {
  padding: 16px;
  background-color: #e7f1fb;
}

input,
textarea {
  font-family: "Lato", "Noto Sans KR", sans-serif;
}

.alert {
  position: fixed;
  top: 2em;
  right: 1em;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}
.alert a {
  position: relative;
  display: block;
  padding: 1em 2em;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  background: #ee759b;
  border-radius: 5em;
  box-shadow: 0px 0px 6px 0px #ffeec5;
  z-index: 999;
}
.alert a:hover {
  background: #6b923a;
  color: #fff;
}
.alert a:before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  right: 50px;
  border-left: 10px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 15px solid #ee759b;
}
.alert a:hover:before {
  border-bottom: 15px solid #6b923a;
}

#mCont_wrap {
  display: block;
  box-sizing: border-box;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 200px 0;
}

#header {
  position: relative;
  margin-bottom: 5px;
}
#header .bg_item_object {
  position: absolute;
  left: 33%;
  bottom: -137px;
  /*z-index: 1;*/
}
.wzLogo {
  padding-left: 14px;
  border-left: 8px solid #ee759b;
  font-family: "Lato", sans-serif;
  background: url("../images/bg_header_object.png") no-repeat right top;
  padding-right: 172px;
}
.wzLogo a {
  letter-spacing: -0.015em;
  color: #222;
  /*color:#111;*/
  font-family: "Lato", sans-serif;
}
.wzLogo .wzLogo_kyci {
  font-size: 12px;
  /* color: #fff; */
  color: #222222;
}
.wzLogo .wzLogo_subtit {
  font-size: 30px;
  font-weight: 500;
}
.wzLogo .wzLogo_tit {
  font-size: 74px;
  line-height: 1em;
}
.wzLogo .wzLogo_tit strong {
  color: #ee759b;
  font-weight: normal;
}

/* table-style01 */
.table-style01 table thead tr {
  border-bottom: 2px solid #fbfbfb;
}
.table-style01 table thead th {
  padding: 8px;
  background-color: #d1e2f4;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  border-right: 1px solid #fff;
}
.table-style01 table tbody tr th {
  padding: 8px 12px;
  background-color: #e3ecf5;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-style01 table tbody tr:last-child th {
  border-bottom: none;
}
.table-style01 table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-style01 table tbody td {
  padding: 8px;
  background-color: #fbfbfb;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #555;
  border-right: 1px solid #e5e5e5;
}
.table-style01 table tbody tr:first-child td:last-child {
  border-right: none;
}
#sCttxt_bd .con_box .table-style01 table tbody br {
  height: 0;
}

/* .wzLogo{position:absolute; width:420px; height:110px; top:44px; left:0px;}
.wzLogo a{display:block; width:438px; height:110px; 
		  background:url(../images/wzLogo.png) no-repeat;} */
.kyciLogo {
}
.kyciLogo a {
  display: block;
  width: 192px;
  height: 35px;
  background: url(../images/kyciLogo_bk.png) no-repeat center center;
}

.select {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 8px;
  right: 0px;
  text-align: right;
  z-index: 999;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-width: 150px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 1px 0;
  border: 0;
  /* border-radius: 7px; */
  background: rgba(255, 255, 255, 1) url(../images/select_arrow.png) no-repeat 95% 50%;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
  font-family: "Lato", "Noto Sans KR", sans-serif;
  font-size: 13px;
  border-radius: 5em;
}

#mCttxt_wrap {
  position: relative;
}
#mCttxt_bd {
  position: relative;
  height: auto;
  padding: 10px 0 0;
  margin: 0 auto;
  /* background: #fff; */
  box-sizing: border-box;
  /* box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.33); */
  border-radius: 1em;
}

#mCttxt_bd .alert .xi-bell {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  40% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

#mCttxt_bd ul {
  display: block;
  margin: 5px 0 0 0px;
  padding: 0px;
}
#mCttxt_bd ul li {
  text-align: center;
}
#mCttxt_bd .hover_box a:hover,
#mCttxt_bd .hover_box a:focus,
#mCttxt_bd .hover_box a:active {
  color: #fff;
}
#mCttxt_bd .hover_box a span {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 103px;
  margin: 0.5em 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #f0eff9;
  border-radius: 0.5em;
}
#mCttxt_bd .hover_box a span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #cde0f5;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 9;
}
#mCttxt_bd .hover_box a:hover span:before,
#mCttxt_bd .hover_box a:focus span:before,
#mCttxt_bd .hover_box a:active span:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 5px;
}

.cont_count {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 14px;
  margin: 20px;
  color: #666;
}
.cont_count .text-total {
  font-size: 16px;
  color: #333;
}
.cont_count .text-today {
  font-size: 16px;
  color: #333;
}

.cont_box {
  box-sizing: border-box;
}

.ctmntt {
  display: block;
  margin: 0 0 3px 0;
  font-size: 19px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.015em;
  text-align: center;
}

.ctmntt b {
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #6b923a;
}

/*상담원공지,동정*/
#cont_top_l {
  width: calc(50% - 5px);
}
#cont_top_l > div {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px;
  background: #ffffff;
  /* border: 1px solid #eaeaea; */
  border-radius: 1em;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
}
#cont_top_l a {
  display: block;
  padding: 0.8em 1.3em;
  /* padding: 14px 20px; */
  margin-bottom: 0.3em;
  font-size: 0.95em;
  text-align: left;
  color: #333;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.5em;
}
#cont_top_l a:hover {
  color: #fff;
  background: #cde0f5;
}
.main_move a {
  display: block;
  padding: 1em;
  margin-bottom: 0.3em;
  font-size: 0.95em;
  text-align: left;
  color: #333;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.5em;
}
/*디딤센터 소식*/
#cont_top_r {
  width: calc(50% - 5px);
}
#cont_top_r > div {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 18px;
  background: #ffffff;
  /* border: 1px solid #eaeaea; */
  border-radius: 1em;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
}
#cont_top_r .main_center {
  box-sizing: border-box;
  width: 100%;
}
#cont_top_l .main_center.main_notice.main_tips.main_move .ctmntt {
  padding: 0 0 10px 0;
  /* border-bottom:1px solid #eaeaea; */
}

#cont_top_l .main_center .ctmntt,
.main_notice .ctmntt,
.main_tips .ctmntt,
.main_move .ctmntt {
  padding: 0 0 10px 0;
  /* border-bottom:1px solid #eaeaea; */
}

#cont_top_l .main_notice a:hover {
  color: #333;
  background: #cde0f5;
}
#cont_top_r .main_move a:hover {
  color: #333;
  background: #cde0f5;
}

#cont_top_r .main_center a {
  display: block;
  position: relative;
  padding: 0.8em 1em;
  margin-bottom: 0.3em;
  font-size: 0.95em;
  text-align: left;
  color: #333;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.5em;
}
#cont_top_r .main_center a:hover {
  color: #333;
  background: #cde0f5;
}
#cont_top_r .main_center a:hover h4 {
  color: #fff;
  transition: all 0.2s;
}
#cont_top_r .main_center a:hover p {
  color: #fff;
}
#cont_top_r .main_center a h4 {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cont_top_r .main_center a p {
  width: 100%;
  padding-top: 5px;
  color: #7e8994;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*유용한정보*/
#cont_top_l .tips_box {
  box-sizing: border-box;
  width: 100%;
  margin: 11px 0 0;
}
#cont_top_l .tips_box a {
  box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 0;
  height: 100%;
  padding: 20px 110px 20px 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
}
#cont_top_l .tips_box a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 101px;
  height: 105px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#cont_top_l .tips_box01 a:before {
  background-image: url("../images/tips01-1.jpg");
}
#cont_top_l .tips_box02 a:before {
  background-image: url("../images/tips02-1.jpg");
}
#cont_top_l .tips_box03 a:before {
  background-image: url("../images/tips03.jpg");
}
#cont_top_l .tips_box04 a:before {
  background-image: url("../images/tips04.jpg");
}
#cont_top_l .tips_box05 a:before {
  background-image: url("../images/tips05.jpg");
}
#cont_top_l .tips_box06 a:before {
  background-image: url("../images/tips06.jpg");
}
#cont_top_l .tips_box07 a:before {
  background-image: url("../images/tips07-1.jpg");
}
#cont_top_l .tips_box08 a:before {
  background-image: url("../images/tips08-1.jpg");
}

#cont_top_l .tips_box a:hover {
  color: #333;
  background: #cde0f5;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
}
#cont_top_l .tips_box a h4 {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cont_top_l .tips_box a p {
  width: 100%;
  padding-top: 5px;
  color: #7e8994;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cont_top_l .tips_box a:hover h4 {
  color: #333;
  transition: all 0.2s;
}
#cont_top_l .tips_box a:hover p {
  color: #333;
}
/*main_청소년소식~독자한마디*/

#cont_btm {
  width: 100%;
  margin-top: 10px;
}
#cont_btm > div {
  box-sizing: border-box;
  width: calc(25% - 10px);
  padding-top: 1em;
  text-align: center;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
}
#cont_btm > div img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#cont_btm .ctmntt {
  font-size: 16px;
}
#cont_btm a {
  display: block;
  padding-bottom: 1em;
}
#cont_btm p {
  text-align: center;
  font-size: 13px;
  color: #111;
}
#cont_btm .v_line {
}

/*******************************************************************************서브페이지*********************************************************************************/

/*서브페이지 관련*/
#sCttxt_wrap {
  position: relative;
  height: auto;
  margin: 1em auto;
}
#sCttxt_wrap.flexbox {
  justify-content: space-between;
}
#sCttxt_bd {
  position: relative;
  box-sizing: border-box;
  width: 826px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
  border-radius: 1em;
}

/*서브페이지 레프트 메뉴*/
#sLmenu {
  width: 280px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px #d9dfe4;
  border-radius: 1em;
}
#sLmenu dl {
  margin: 0px 0 0 0;
  padding: 0 10px 20px 10px;
  width: auto !important;
  text-align: left !important;
  line-height: 18px !important;
}
#sLmenu dt {
  width: auto !important;
  height: auto !important;
  font-weight: 500;
  font-size: 18px !important;
  color: #000;
  padding: 24px 4px 10px 4px !important;
  margin: 0px !important;
}
#sLmenu dd {
  width: auto !important;
  padding: 0 !important;
  margin: 0px !important;
  background: #edf0f3;
}
#sLmenu dd a {
  display: block;
  letter-spacing: -0.015em;
  font-size: 14px !important;
  padding: 8px 8px;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sLmenu dd a:hover {
  color: #333;
  background: #cde0f5;
  transition: all 0.2s;
}

/*서브페이지 탑버튼*/
#back-top {
  position: fixed;
  width: 30px;
  height: 83px;
  top: 187px;
  left: 50%;
  margin-left: 500px;
}
#back-top a {
  display: block;
  width: 30px;
  height: 83px;
  background: url(../images/topbtn.jpg);
}

/*서브페이지 타이틀*/
h2.sub_title {
  margin-top: 0;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  /* border-top: 2px solid #155cde; */
  letter-spacing: -0.015em;
  padding-top: 37px;
  /* line-height: 39px; */
  text-align: center;
}
h2.sub_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 24px auto 20px;
  background: #ee759b;
}
#sCttxt_bd .con_wrap h3 {
  position: relative;
  display: block;
  font-size: 28px;
  letter-spacing: -0.015em;
  color: #000;
  /* margin-left: 4px; */
  /* padding: 0 0 14px 14px; */
  margin-bottom: 30px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

/*서브페이지 본문*/
#sCttxt_bd dl {
  position: relative;
  margin: 1em 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #494949;
}
#sCttxt_bd dt,
dd {
  margin: 0px;
  padding: 0px;
}
#sCttxt_bd dt {
  height: auto;
  color: #78bd68;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 3px;
}
#sCttxt_bd dd {
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 14px;
  color: #555;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
}
#sCttxt_bd dd a {
  display: inline-block;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#sCttxt_bd dd.tbl_ty02 {
  margin: 0 0 20px 0;
  padding: 0 0 0 1em;
}
#sCttxt_bd .con_wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #494949;
  line-height: 15px;
  padding: 16px 30px 40px;
}
/*#sCttxt_bd .con_wrap span{display:block;  font-size:18px;} */

#sCttxt_bd .con_box {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  word-break: keep-all;
  text-align: justify;
  text-justify: inter-word;
  line-height: 26px;
}
#sCttxt_bd .con_box br {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
}
#sCttxt_bd .con_box > p {
  /* padding-bottom:16px; */
}
#sCttxt_bd .con_box span {
  font-size: 14px;
  color: #fff;
}
#sCttxt_bd .con_box img {
  max-width: 100%;
}
#sCttxt_bd .con_box .flexbox img {
  width: 49%;
  margin-top: 14px;
}
#sCttxt_bd .con_box .corp_img {
  margin: 5px;
}
#sCttxt_bd .con_box .corp_txt {
  margin-bottom: 15px;
}
#sCttxt_bd .con_box a {
  color: #0927cc;
}
#sCttxt_bd div.webmgz_contents {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 20px;
  color: #494949;
  line-height: 15px;
}

#sCttxt_bd .con_box .con_btn {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-align: center;
  padding: 15px 80px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #bbb;
  box-shadow: 0px 0px 4px 0px #d9dfe4;
}
#sCttxt_bd .con_box .con_btn:hover {
  color: #fff;
  background: #ee759b;
}
#sCttxt_bd .con_box a {
  text-decoration: underline;
}
#sCttxt_bd .con_box h4 {
  padding: 1em 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
#sCttxt_bd .con_box blockquote {
  font-style: italic;
}
#sCttxt_bd .mini_con_box {
  position: relative;
  padding: 2em 1.5em;
  margin: 15px 0px;
  background: #edf0f3;
  border-radius: 1em;
  overflow: hidden;
  z-index: 1;
}
.mini_con_box:before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -50%;
  display: inline-block;
  width: 130%;
  height: 130%;
  background: #fff;
  border-radius: 100em;
  z-index: -1;
  opacity: 0.5;
}
#sCttxt_bd .mini_con_box h4 {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
}
#sCttxt_bd .mini_con_box .mini_tit {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0.5em 0;
  font-size: 1.2em;
  box-shadow: 0 -0.5em 0 #465aa7 inset;
}

#sCttxt_bd .mini_cmt {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
}
#sCttxt_bd .mini_cmt .mini_tit {
  box-shadow: 0 -0.5em 0 #b4fbf1 inset;
}

#sCttxt_bd .panel_con_box .panel_who {
  position: relative;
  padding: 2em;
  margin: 15px 0px;
  background: #edf0f3;
  border-radius: 1em;
  overflow: hidden;
  z-index: 1;
}
#sCttxt_bd .panel_con_box .panel_who:before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -50%;
  display: inline-block;
  width: 130%;
  height: 130%;
  background: #fff;
  border-radius: 100em;
  z-index: -1;
  opacity: 0.5;
}
#sCttxt_bd .panel_con_box .panel_who {
  display: flex;
  justify-content: center;
  padding: 2em 0;
  text-align: Center;
}
#sCttxt_bd .panel_con_box .panel_who > div {
  margin: 0 1em;
}
#sCttxt_bd .panel_con_box .panel_photo {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
}
#sCttxt_bd .panel_con_box .panel_info {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#sCttxt_bd .panel_con_box .panel_info strong {
  display: block;
}
#sCttxt_bd .panel_con_box .panel_qna {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #eaeaea;
}
#sCttxt_bd .panel_qna dt,
#sCttxt_bd .panel_qna dd {
  padding-left: 2em;
  font-size: 15px;
}
#sCttxt_bd .panel_qna dt {
  text-indent: -2em;
  text-align: left;
}
#sCttxt_bd .panel_qna dd p {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top: 0.7em;
}
#sCttxt_bd .panel_qna dd p b {
  color: #78bd68;
}

.tbl_box {
  padding: 10px 0;
}
.topline {
  border-top: 1px solid #ccc !important;
}
.chttb01 {
  width: 100%;
  margin: 5px 0px;
  border-top: 2px solid #0085db;
  border-bottomt: 1px solid #ccc;
  border-collapse: collapse;
}
.chttb01 thead th {
  background: #f7fafc;
  border-left: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  line-height: 18px;
  padding: 14px 4px;
}
.chttb01 thead th:first-child,
.chttb01 tbody td:first-child {
  border-left: 0;
}
.chttb01 tbody th:first-child {
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  font-weight: 100;
}
.chttb01 td {
  padding: 5px 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.chttb01 td.rows {
  border-right: 1px solid #ccc !important;
}
.chttb01 td.lft {
  text-align: justify !important;
}
.booktitle {
  display: block;
  padding-bottom: 20px;
  font-size: 30px;
  color: #494949;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.subtitle {
  display: block;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 28px;
  font-size: 20px;
  color: #494949;
  line-height: 27px;
  text-align: justify !important;
  text-justify: inter-cluster !important;
}

.box_white {
  padding: 1em;
  background: #fff;
}

/*서브_기고*/
.con_contri .con_box {
  padding: 1em;
}
.contri_writer {
  padding: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  text-align: right;
  line-height: 1.5em;
  border-top: 2px solid #155cde;
  background: #f3f3f3;
}
.contri_writer b {
  font-size: 18px;
}

.qna_q {
  display: block;
  text-align: justify !important;
  letter-spacing: -0.015em;
}
.qna_q img {
  margin: 5px;
  float: left;
}
.qna_a2 {
  display: block;
  margin-top: 40px;
  text-align: justify !important;
  letter-spacing: -0.015em;
}
.qna_a2 img {
  margin: 5px;
  float: left;
}
.story {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
}

/*sub_이달의퀴즈*/
#sCttxt_bd .con_box .q_info {
  position: relative;
  padding: 2em;
  margin: 15px 0px;
  text-align: center;
  background: #edf0f3;
  border-radius: 1em;
  overflow: hidden;
  z-index: 1;
}
#sCttxt_bd .con_box .q_info:before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -50%;
  display: inline-block;
  width: 130%;
  height: 130%;
  background: #fff;
  border-radius: 100em;
  z-index: -1;
  opacity: 0.5;
}
#sCttxt_bd .con_box .q_info h4 {
  display: inline-block;
  width: 120px;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #78bd68;
  border-radius: 5em;
}
.q_info p strong {
  color: #78bd68;
}
#sCttxt_bd .con_box .q_ref {
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5em;
  color: #155cde;
  border: 1px dashed #155cde;
  background: #fff;
}
.q_wrap {
  margin: 20px 0;
  padding: 2em 1em;
  background: #f4f4f4;
}
.q_title {
  display: block;
  margin-bottom: 5px;
  font-size: 42px;
  color: #4f2f29;
}
.q_inner {
}
.q_inner strong {
  display: block;
  padding: 5px 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.q_cont {
  padding: 10px;
  margin: 1.5em 0 0;
  font-size: 15px;
  text-align: left;
  background: #fff;
  /* border: 1px solid #ebeff0; */
  border-radius: 1em;
}
.q_cont b {
  font-size: 18px;
  color: #155cde;
}
.q_blank {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  background: #064623;
}
.note_box_mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  background: #064623;
  border-radius: 50px;
  text-align: center;
}
.q_hint {
  padding: 10px;
  margin: 0.5em 0 0;
  font-size: 15px;
  background: #dfe7ef;
  border-radius: 1em;
  border: 1px dashed #fff;
}
.q_hint em {
  position: relative;
  font-weight: bold;
  z-index: 3;
}
.q_hint em:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.7em;
  background: #8ca1ff;
  z-index: -1;
}

/*규제개혁*/
.better_cont {
  padding: 10px;
  background: #f4f4f4;
}
.better_cont p {
  margin-bottom: 5px;

  font-weight: 600;
}
.better_cont p a {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.better_cont p a:hover {
  color: #101a24 !important;
  background: #d7e9fd;
}
#sCttxt_bd .con_box .better_cont img {
  margin-top: 0;
}

/*ucc*/
.con_mov {
  position: relative;
  width: 640px;
  height: 360px;
  text-align: center;
  background: #f3f3f3;
}
.con_mov i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: -15px auto 0;
  font-size: 30px;
  color: #155cde;
  z-index: 1;
}
.con_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*희망한마디*/

p.hope_cont {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 28px 0;
  letter-spacing: 0;
  font-size: 22px;
  color: #222;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 5px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2em 2em 0 2em;
}
p.hope_cont br {
  font-size: 0;
}
p.hope_result {
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 30px;
  padding: 20px;
  color: #fff;
  background: #008190;
}
#sCttxt_bd .mini_cmt

/*서브페이지 한줄평 폼*/
.cmt_info {
  padding: 20px;
  text-align: left;
  background: #fff;
}
.cmt_info p {
  position: relative;
  margin: 5px 0;
  padding-left: 14px;
}
.bar {
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 8px;
  height: 2px;
  vertical-align: middle;
  background: #155cde;
}

#coment_form {
  margin-top: 10px;
  background: #fff;
}
#coment_form .coment_sch {
  display: flex;
  justify-content: sapce-between;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 18px;
}

#coment_form .cmt_input {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coment_form .cmt_input p {
  width: 49%;
}
#coment_form label {
  display: inline-block;
  width: 49%;
  font-size: 15px;
  font-weight: 500;
  color: #064623;
}
#coment_form input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ebeff0;
}
#coment_form input[type="number"]::-webkit-outer-spin-button,
#coment_form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#coment_form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 10px;
  margin: 10px 0;
  font-size: 15px;
  border: 1px solid #ebeff0;
  font-family: "Noto Sans KR", sans-serif;
}
#coment_form .txt_count {
  display: block;
  width: 100%;
  text-align: right;
}

#coment_form .note_box {
  display: block;
  color: #064623;
  font-size: 14px;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px dashed #064623;
}

#coment_form a.cmt_ent {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  margin-top: 20px;
  background: #155cde;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}
#coment_form a.cmt_ent:hover {
  background: #155cde;
}

#coment_wrap {
  display: block;
  padding: 20px;
  margin-top: 40px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 1em;
}

#coment_wrap h4 {
  padding: 0 !important;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border-bottom: 2px solid #064623;
  display: inline-block;
}
#coment_wrap li {
  display: block;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 1em;
}
#coment_wrap li strong {
  margin-bottom: 10px;
  font-size: 16px;
  color: #c04824;
}
/*
#coment_wrap li strong:after {
	content: "";
	display: block;
	height: 0.5em;
	width: 100%;
	background: #f26d45;
	margin-top: -0.7em;
}
*/
#coment_wrap li small a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 13px;
  cursor: pointer;
}
#coment_wrap li span {
  display: block;
  color: #aaa;
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}

#com h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.26em;
}
.dotnone {
  background: none !important;
}
.write_st01 {
  letter-spacing: -0.015em;
  line-height: 18px;
}
.write_st01 h4.tit_01 {
  display: block;
  border: 1px solid #155cde;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 600;
}
.write_st01 h5.tit_02 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 8px 2px 8px;
  color: #155cde;
}
.write_st01 h6.tit_03 {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 100;
  padding: 12px 18px 4px !important;
  margin: 0 !important;
  font-weight: 500;
}
.write_st01 ul {
  font-size: 15px;
  padding-left: 40px;
  padding-bottom: 5px;
}
.write_st01 p,
.write_st01 ul li {
  line-height: 1.8em;
  display: block;
}
.write_st01 p.exp01 {
  background: url(../images/bul_exp01.gif) 0 10px no-repeat;
  padding-left: 10px;
  margin-left: 14px;
  text-indent: 0;
  font-size: 13px;
  color: #777;
}
.write_st01 p.exp01_1 {
  font-size: 12px;
  padding-left: 24px;
  color: #777;
}
.write_st01 p.exp02 {
  background: url(../images/bul_exp02.gif) 0 12px no-repeat;
  padding-left: 10px;
}
.write_st01 p.exp03 {
  margin-left: 15px;
  color: #999;
  line-height: 18px;
  padding-bottom: 10px;
}
.write_st01 p.ref:before {
  content: "*";
  display: inline-block;
  padding-left: 6px;
  margin-right: 5px;
}

.write_st01 li.bg_line01 {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 4px 20px;
}

.pdL05 {
  padding-left: 5px;
}
span.add_exp {
  font-size: 14px;
  padding: 30px;
}
.txt_clr01 {
  clear: both;
  height: 20px;
}
.tbl_ty01 {
  margin-left: 40px;
  display: block;
}
.tbl_ty01 table {
  width: 90%;
}
.tbl_ty01 th,
.tbl_ty01 td {
  padding: 6px;
  border: 1px solid #d0d0d0;
  line-height: 20px;
  font-size: 14px;
}
.tbl_ty01 th {
  text-align: center;
  color: #111;
  background: #f9f9f9;
}
.tbl_ty01 tbody th {
  color: #4c4d4f;
}
.tbl_ty01 td {
  text-align: center;
  word-break: keep-all;
}
.tbl_ty01 thead th {
  border-bottom: 1px solid #acc3d3;
  border-top: 1px solid #acc3d3;
  padding: 10px;
  background: #f5f7f9;
}

.tbl_ty02 {
  display: block;
  padding-bottom: 5px;
}
.tbl_ty02 h4 {
}
.tbl_ty02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2em;
}
.tbl_ty02 table caption {
  display: table-caption;
}
.tbl_ty02 th,
.tbl_ty02 td {
  padding: 1em;
  font-size: 0.9em;
  border: 0;
}
.tbl_ty02 thead th {
  text-align: center;
  color: #fff;
  background: #c04824;
}
.tbl_ty02 tbody th {
  background: #f26d45;
  text-align: center;
}
.tbl_ty02 td {
  text-align: center;
  word-break: keep-all;
  background: #fff;
}
.tbl_ty02 thead th {
  padding: 10px;
}

caption.cap_visible {
  visibility: visible;
  overflow: auto;
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  color: #111;
}
.chttb02 {
  position: relative;
  margin: 5px 0px;
  border-top: 1px solid #8c8c8c !important;
  border-left: 1px solid #8c8c8c !important;
  border-collapse: collapse;
}
.chttb02 th {
  padding: 5px;
  background: #e7e7e7;
  text-align: center !important;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}
.chttb02 td {
  text-align: left !important;
  padding: 8px;
  vertical-align: top !important;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}
.chttb02 td li {
  font-size: 12px !important;
  padding-bottom: 5px;
}
.chttb02 td.lft {
  text-align: justify !important;
}

p.refer {
  display: block;
  color: #666;
  padding: 6px 10px 0 15px;
  font-size: 0.9em;
  line-height: 1em;
}
p.source01 {
  display: block;
  color: #828282;
  font-size: 14px !important;
  line-height: 24px;
}
p.next01 {
  display: block;
  font-size: 14px !important;
}
.fsblue01 {
  color: #419eea;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: bold;
}
.prgraph_st01 {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.font_red {
  color: #155cde;
}
.font_st02 {
  color: #03c;
}
.font_st03 {
  padding: 50px 0 10px 0;
  font-weight: 600;
}
.font_st04 {
  line-height: 24px;
}
.dpinline {
  display: inline-block !important;
}
.tac {
  text-align: center;
}
.fbold {
  font-weight: 600;
}
.lh30 {
  line-height: 30px;
}
.lh18 {
  line-height: 18px;
}
.lh16 {
  line-height: 16px;
}

.hover_box_st01 {
  display: block;
  padding: 20px 40px;
  margin: 20px 0;
  background: #fff0e2;
}

.font_cmt01 {
  font-size: 12px;
}
.font_cmt02 {
  font-size: 12px;
  color: #155cde;
}

.btn_down {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  width: 120px;
  background: #03c;
  color: #fff !important;
  border-radius: 5px;
  font-size: 0.85em;
}
.pb30 {
  padding-bottom: 30px;
}

/*청소년고객자문단*/
#sCttxt_bd .con_box .panel_intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f5f5f5;
  border: 5px double #155cde;
}
#sCttxt_bd .con_box .penel_detail {
  width: 55%;
}
#sCttxt_bd .con_box .penel_detail h5 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #155cde;
  font-weight: normal;
}
#sCttxt_bd .con_box .penel_detail h4 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: normal;
  color: #155cde;
}
#sCttxt_bd .con_box .penel_detail p {
  word-break: keep-all;
}
#sCttxt_bd .con_box .panel_intro .penel_img {
  width: 40%;
  margin-top: 0;
}
#sCttxt_bd .con_box .panel_intro .penel_img img {
  margin-top: 0px;
}
#sCttxt_bd .con_box .con_QA {
  margin: 15px 0;
  padding: 15px;
}
#sCttxt_bd .con_box .con_QA .flexbox p {
  width: 49%;
}
#sCttxt_bd .con_box .con_QA .flexbox p img {
  margin-top: 0;
}
#sCttxt_bd .con_box .con_QA_tit {
  padding: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #155cde;
  border-bottom: 1px dotted #ebeff0;
}
#sCttxt_bd .con_box .con_info_box {
  padding: 12px;
  margin: 12px 0;
  margin-bottom: 7px;
  font-size: 14px;
  background: #fff0e2;
}
#sCttxt_bd .con_box .con_info_box h6 {
  margin: 0;
  font-size: 14px;
}
#sCttxt_bd .con_box .con_info_box p {
  padding-left: 12px;
  font-size: 13px;
  text-align: left;
}

#sCttxt_bd a.img_open {
  position: relative;
  display: block;
}
#sCttxt_bd a.img_open i {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
#sCttxt_bd a.img_open:hover i {
  display: block;
}

#sCttxt_bd .end_mark {
  font-weight: bold;
  font-size: 0.6em;
  text-align: justify;
  color: #465aa7;
  margin-left: 0.5em;
}

#mCt_ft {
  padding: 20px 0;
  display: flex;
  font-size: 12px;
  color: #111;
}
#mCt_ft div {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.line-gap {
  width: 100%;
  margin: 2.4rem 0;
  clear: both;
  border-top: 1px dotted #ccc;
}

.m-center {
  margin: 0 auto;
  display: block;
}

/*카드뉴스*/
.card_wrap {
  padding: 5%;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
}
.card_wrap .card_items {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.card_wrap .card_items img {
}
.card_wrap .slick-prev,
.card_wrap .slick-next {
  top: 50%;
  width: 70px;
  height: 70px;
  bottom: inherit;
}
.card_wrap .slick-prev {
  left: -70px;
}
.card_wrap .slick-next {
  right: -70px;
}
.card_wrap .slick-prev:before,
.card_wrap .slick-next:before {
  color: #243c98 !important;
  font-size: 70px;
  opacity: 0.2;
}
.card_wrap .slick-prev:hover:before,
.card_wrap .slick-next:hover:before {
  color: #243c98 !important;
  opacity: 1;
}
.card_wrap .card_page {
  display: block;
  padding-top: 1em;
  font-size: 1.5em;
  color: #666;
}
.card_tail {
  padding: 1em 0;
}
@media screen and (max-width: 1000px) {
  .card_wrap .slick-prev,
  .card_wrap .slick-next {
    width: 50px;
    height: 50px;
  }
  .card_wrap .slick-prev {
    left: -50px;
  }
  .card_wrap .slick-next {
    right: -50px;
  }
  .card_wrap .slick-prev:before,
  .card_wrap .slick-next:before {
    font-size: 50px;
  }
  .card_wrap .card_page {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .card_info {
    font-size: 0.75em;
  }
  .card_wrap .slick-prev,
  .card_wrap .slick-next {
    width: 30px;
    height: 30px;
  }
  .card_wrap .slick-prev {
    left: -30px;
  }
  .card_wrap .slick-next {
    right: -30px;
  }
  .card_wrap .slick-prev:before,
  .card_wrap .slick-next:before {
    font-size: 30px;
    opacity: 1;
  }
  .card_wrap .card_page {
    font-size: 1em;
  }
}
/*카드뉴스 슬라이드 추가*/
.card_info {
  padding: 1.5em;
  text-align: center;
  color: #777;
  border-top: 2px solid #243c98;
  border-bottom: 1px solid #ddd;
}
.card_info .card_tit {
  color: #333;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 600;
}
.card_info .card_tit:after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  margin: 1em auto;
  background: #ddd;
}
.card_wrap {
  padding: 5%;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
}
.card_wrap .card_items {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.card_wrap .card_items img {
}
.card_wrap .slick-prev,
.card_wrap .slick-next {
  top: 50%;
  width: 70px;
  height: 70px;
  bottom: inherit;
}
.card_wrap .slick-prev {
  left: -70px;
}
.card_wrap .slick-next {
  right: -70px;
}
.card_wrap .slick-prev:before,
.card_wrap .slick-next:before {
  color: #243c98 !important;
  font-size: 70px;
  opacity: 0.2;
}
.card_wrap .slick-prev:hover:before,
.card_wrap .slick-next:hover:before {
  color: #243c98 !important;
  opacity: 1;
}
.card_wrap .card_page {
  display: block;
  padding-top: 1em;
  font-size: 1.5em;
  color: #666;
}
.card_tail {
  padding: 1em 0;
}
@media screen and (max-width: 1000px) {
  .card_wrap .slick-prev,
  .card_wrap .slick-next {
    width: 50px;
    height: 50px;
  }
  .card_wrap .slick-prev {
    left: -50px;
  }
  .card_wrap .slick-next {
    right: -50px;
  }
  .card_wrap .slick-prev:before,
  .card_wrap .slick-next:before {
    font-size: 50px;
  }
  .card_wrap .card_page {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .card_info {
    font-size: 0.75em;
  }
  .card_wrap .slick-prev,
  .card_wrap .slick-next {
    width: 30px;
    height: 30px;
  }
  .card_wrap .slick-prev {
    left: -30px;
  }
  .card_wrap .slick-next {
    right: -30px;
  }
  .card_wrap .slick-prev:before,
  .card_wrap .slick-next:before {
    font-size: 30px;
    opacity: 1;
  }
  .card_wrap .card_page {
    font-size: 1em;
  }
}

/* list */
/*.list-style01 {margin: 0 0 1.5rem 0;}*/
.list-style01 > li {
  background: url("/news/2022_01/images/bullet04.png") no-repeat left 7px;
  text-align: left;
  padding-left: 20px;
  /*margin: 0.3rem 0 0.7rem;*/
}
.list-style01 > li + li {
  margin-top: 2px;
}
/*.list-style01 {margin: 0.3rem 0 0.7rem;}*/

.list-style02 li {
  position: relative;
  padding-left: 14px;
  line-height: 1.7;
}
.list-style02 li + li {
  margin-top: 6px;
}
.list-style02 li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5a5a5a;
  position: absolute;
  top: 11px;
  left: 4px;
}

.tit-small {
  font-size: 18px;
}

/* 20221017 CWY */
#cont_top_r .tips_box {
  margin: 10px 0 0;
}

#cont_top_r .tips_box a h4 {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cont_top_r .tips_box a p {
  width: 100%;
  padding-top: 5px;
  color: #7e8994;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cont_top_l .main_notice a {
  display: block;
  position: relative;
  padding: 0.8em 1em;
  margin-bottom: 0.3em;
  font-size: 0.95em;
  text-align: left;
  color: #333;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.5em;
}

/* 20231012 hph  */
/* 이달의 웹툰/영화/드라마/공연 스타일 수정 */

#sCttxt_bd .mov_box dt span {
  color: #ee759b;
  font-size: 16px;
  padding: 3px 25px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 1px solid #ee759b;
}
#sCttxt_bd .mov_box dd {
  padding-left: 0.5rem;
}
#sCttxt_bd .mov_box dd {
  margin-bottom: 2em;
}
.con_wrap dl .tag {
  display: inline-block;
  color: #fff;
  padding: 4px 20px;
  font-size: 15px;
  margin: 2px;
  font-weight: 100;
  background-color: #ee759b;
  border-radius: 4px;
  font-weight: 100;
}

/* ========================== 20231218 psm ========================== */
/* ========================== 알아두면 유용한 정보 표 ========================== */
.con_box .news-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.con_box .news-box .top {
  display: flex;
  background-color: #dae1e8;
  border-radius: 4px 4px 0 0;
}
.con_box .news-box .top .box {
  padding: 8px 16px;
}
.con_box .news-box .top .box.left {
  width: 30%;
  border-right: 1px solid #fff;
}
.con_box .news-box .bottom {
  padding: 24px;
  background-color: #f6f6f6;
  border-radius: 0 0 4px 4px;
}
.con_box .news-box .bottom .title {
  font-size: 25px;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 16px;
}
