@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');

/* ------------------------------------------
	공통 스타일
------------------------------------------ */
body{margin:0px; padding:0px; font-family:'Lato','Noto Sans KR',sans-serif; letter-spacing:-0.025em;}
div, p, ul, li {margin:0; padding:0;}
img {border:0;}
ul {list-style:none;}
a{text-decoration:none; color:#333;}
a:hover{transition:all 0.3s;}
b {font-weight:500;}
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:#263594;}
.mt10 {margin-top:10px}
.mt20 {margin-top:20px}
.ml20{margin-left:20px}
.ml40{margin-left:40px}
.mb10{margin-bottom:10px}

.al {text-align:left}
.ar {text-align:right}
.ac {text-align:center}

::selection {
    color: #fff;
    background: #f76361;
}

.flexbox {
	display:-ms-flexbox;
	display:-webkit-flexbox;
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
}

input, textarea {
	 font-family:'Lato','Noto Sans KR',sans-serif;
}

#bd_wrap{position:fixed; width:100%; height:100%; top:0px; left:0px;
         background:#f0d8c1 url(../images/bg.jpg) no-repeat; 
		 background-position:bottom center; background-size:auto;
		 z-index:1;}
#bd_sld{position:fixed; width:100%; height:100%; top:0px; left:0px;
         /* background:url(../images/bg_sl.png); */
		 z-index:2;}
		 
#mCont_wrap{
			box-sizing:border-box;position:absolute; width:1060px; height:100%; left:50%; 
            margin-left:-530px; padding:30px 0 0 0; 
			backg round:url(../images/ftrimg.png) no-repeat; background-position:left bottom; z-index:999;}

#header {
	position:relative;
	margin-bottom:20px;
}
.wzLogo {
	padding-left:14px;
	border-left:8px solid #263594;
	font-family:'Lato', sans-serif;
}
.wzLogo a {
	letter-spacing:-0.025em;
	color:#fff;
	font-family: 'Lato', sans-serif;
}
.wzLogo .wzLogo_kyci {
	font-size:12px;
	color:#fff;
}
.wzLogo .wzLogo_kyci b {
	color:#fff;
}
.wzLogo .wzLogo_subtit {
	font-size:30px;
	font-weight:500;
}
.wzLogo .wzLogo_tit {
	font-size:74px;
	line-height:1em;
}
.wzLogo .wzLogo_tit strong {
	color:#263594;
	font-weight:normal;
}

/* .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.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 12px 0px rgba(0, 0, 0, 0.33);
	font-family:'Lato', 'Noto Sans KR', sans-serif;
	font-size:13px;
}

#mCttxt_wrap {    
}
#mCttxt_bd {
    position: relative;
    width: 1060px;
    height: auto;
    padding: 54px 20px 30px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.33);
}

#mCttxt_bd .alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#mCttxt_bd .alert a {
	display:block;
	color:#fff;
    text-align: center;
    font-size: 0.9em;
    background: #ffab12;
    padding: 0.6em 0;
}
#mCttxt_bd .alert a:hover {
	background:#263594;
}
#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 .hover_box a:hover, 
#mCttxt_bd .hover_box a:focus,
#mCttxt_bd .hover_box a:active {
	color:#263594;
}
#mCttxt_bd .hover_box a span {
	display: inline-block;
	width:100%;
	max-width:173px;
	height:100px;
	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;
	border:1px solid #efebe5;
    background: #f0eff9;
}
#mCttxt_bd .hover_box a span:before {	
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #263594;
  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_box {
	box-sizing:border-box;
}

.ctmntt { display:block; margin:0 0 3px 0; font-size:19px; font-weight:500; 
color:#253077; letter-spacing:-2px; }	

.ctmntt b { display: inline-block; font-weight:500; letter-spacing: -1px; color:#f8605f; }

/*상담원공지,동정*/
#cont_top_l {
	width:49%;
}
#cont_top_l > div {
	box-sizing: border-box;
    width: 100%;
    padding: 14px 20px;
    background: #f3f3ff;
    border: 1px solid #ebf3ff;
}
#cont_top_l .ctmntt {
	padding:0 0 6px 0; 
	border-bottom:1px solid #bed1f1;
}
#cont_top_l a {
	display:block;
	padding:5px 0;
	font-size:14px;
	color:#404861;
	letter-spacing:-0.025em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#cont_top_l a:hover {
	color:#f76361;
}

/*유용한정보*/ 
#cont_top_r {
	width:49%;
}
#cont_top_r .tips_box {	
	box-sizing:border-box;
	width:100%;
	margin:10px 0 0;
}
#cont_top_r .tips_box a {
	box-sizing:border-box;
	position:relative;
	display:block;
	font-size:0;
	height:100%;
	padding:14px 90px 14px 14px;
	border:1px solid #ebf3ff;
	background:#fff;
	overflow:hidden;
}
#cont_top_r .tips_box a:before {
	content:"";
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:78px;
	height:78px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#cont_top_r .tips_box01 a:before {
	background-image:url('../images/tips01.png');
}
#cont_top_r .tips_box02 a:before {
	background-image:url('../images/tips02.png');
}
#cont_top_r .tips_box03 a:before {
	background-image:url('../images/tips03.jpg');
}
#cont_top_r .tips_box04 a:before {
	background-image:url('../images/tips04_01.png');
}
#cont_top_r .tips_box05 a:before {
	background-image:url('../images/quiz.jpg');
}
#cont_top_r .tips_box a:hover {
	background-color:#f76361;
	border: 1px solid #f76361;
}
#cont_top_r .tips_box a:hover h4 {
	color:#fff;
	transition:all 0.2s;
}
#cont_top_r .tips_box a:hover p {
	color:#fff;
}
#cont_top_r .tips_box a h4 {
	display:inline-block;
	max-width:100%;
	font-size:16px;
	font-weight:400;
	color:#404861;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#cont_top_r .tips_box a p {
	width:100%;
	padding-top:8px;
	color:#8da1ad;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*main_청소년소식~독자한마디*/

#cont_btm {
	width:100%;
	margin-top:20px;
}
#cont_btm > div {
	box-sizing:border-box;
	width:calc(20% - 1px);
	text-align:center;
}
#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;
}
#cont_btm p {
	text-align:center;
	font-size:13px;
	color:#333;
    letter-spacing: -0.065em;
}
#cont_btm .v_line {
	width:1px;
	background:#ebeff0;
}



/*******************************************************************************서브페이지*********************************************************************************/



/*서브페이지 관련*/
#sCttxt_wrap{
	position:relative; 
	height:auto;
	margin:0 auto; 
	padding:14px 0;    
}
#sCttxt_bd{
	position:relative; 
	box-sizing:border-box;
	width:780px; 
	/* padding:20px 0px 20px 0px; 	 */
	background:#fff;
}

/*서브페이지 레프트 메뉴*/
#sLmenu{
	width:260px;
	background:#fff;
	box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.33);
}
#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;background:#fff !important;}
#sLmenu dd {width:auto !important; padding:0 !important; margin:0px !important; background:#f3f3f3;  }
#sLmenu dd a {
	display:block;
	letter-spacing:-0.025em;
	font-size:14px !important; 
	padding:8px 8px;
	margin-bottom:1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sLmenu dd a:hover{color:#f76361; border-left:3px solid #f76361; 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 #f76361; */
    letter-spacing: -0.025em;
    padding-top: 24px;
    /* line-height: 39px; */
    text-align: center;
}
h2.sub_title:after {
	content:"";
	display:block;
	width:30px;
	height:2px;
	margin:24px auto 20px;
	background:#f76361;
}
#sCttxt_bd .con_wrap h3 {
	position: relative;
    display: block;
    font-size: 32px;
    letter-spacing: -0.025em;
    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{
	text-align:left; border-left:1px solid #ebeff0;
	box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.33);
}
#sCttxt_bd dl{position:relative;margin:8px 0; width:100%; height:100%;font-size:20px; color:#494949;}
#sCttxt_bd dt, dd{margin:0px; padding:0px;}
#sCttxt_bd dt { height:auto; color:#263594; 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;}
#sCttxt_bd dd a{display:block; color:#555; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#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: #555;
    font-weight: normal;
    word-break: keep-all;
    text-align: justify;
    letter-spacing: -0.015em;
    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 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:#f76361;}
#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: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 80px;
    background: #f76361;
    cursor: pointer;
    border-radius: 50px;
	text-decoration:none;
}
#sCttxt_bd .con_box .con_btn:hover{background:#263594;}
#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 {
	padding:20px;
	margin:15px 0px;
	background:#f4f4f4;
}
#sCttxt_bd .mini_con_box h4 {
	text-align:center;
	padding:15px 0;
	font-size:16px;
	color:#000;
}

#sCttxt_bd .panel_con_box {
	display:flex;
	justify-content:space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
	padding:1em 0;
}
#sCttxt_bd .panel_con_box .panel_img {
	padding-top:1em;
}
#sCttxt_bd .panel_con_box .panel_img span {
	display:block;
	text-align:right;
}
#sCttxt_bd .panel_con_box .panel_img strong {
	color:#263594;
}
#sCttxt_bd .panel_con_box .panel_qna {
	margin-left:1em;
	padding-left:1em;
	width:65%;
	border-left:1px solid #ddd;
}
#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;
}


.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.8px;}
.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 #263594;
	background:#f3f3f3;
}
.contri_writer b {
	font-size:18px;
}


.qna_q{display:block;text-align:justify !important; letter-spacing:-0.12em }
.qna_q img{margin:5px; float:left;}	
.qna_a2{display:block;margin-top:40px;text-align:justify !important;letter-spacing:-0.12em}
.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 {
	padding:20px;
	text-align:center;
	background:#f3f3f3;
}
#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:#f76361;
}
.q_info p strong {
	color:#263594;
}
#sCttxt_bd .con_box .q_ref {
	padding:5px 10px;
	margin-top:20px;
	font-size:13px;
	line-height:1.5em;
	color: #f76361;
    border: 1px dashed #f76361;
	background:#fff;
}
.q_wrap {
	margin:20px 0;
	padding:20px 0 0;
	background:#f4f4f4;
}
.q_title {	
	display: block;
	margin-bottom:5px;
	font-size:42px;
	color:#f76361;
}
.q_inner {
	padding:20px 0 0;
}
.q_inner strong {
	display:block;
	padding:5px 0 10px;
	font-size:16px;
	font-weight:500;
}
.q_cont {	
	padding: 10px;
	margin-bottom:5px;
	font-size:15px;
	text-align:left;
    padding-left: 2em;
	background: #fff;
	border: 1px solid #ebeff0;
}
.q_cont b {
	font-size:18px;
	color:#263594;
}
.q_blank {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin:0 1px;
	color:#fff;
	text-align:center;
	line-height:20px;
    border-radius:50px;
	background:#263594;
}
.note_box_mark {
	display:inline-block;
	width:18px; 
	height:18px;
	font-weight:500; 
	line-height:18px; 
	color:#fff; 
	background: #f76361; 
	border-radius:50px;
	text-align:center;
}


/**/

/*규제개혁*/
.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:#263594;
	z-index:1;
}
.con_mov iframe {
	position:absolute;
	top:0;
	left:0; right:0;
	z-index:2;
}


/*희망한마디*/
.hope_msg {
}
.hope_msg > p.hope_cont {		
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 20px;
    padding: 28px 0;
    letter-spacing: 0;
    color: #222;
    background: #f3f3f3;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.hope_msg > p.hope_cont br {
	font-size:0;
}
.hope_msg > p.hope_result {
	box-sizing:border-box;
	width:100%;
	margin:30px auto 30px;
	padding:20px;
	color:#fff;
	background:#263594;
}


/*서브페이지 한줄평 폼*/
.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:#263594;
}

#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:#4740ca}
#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:#f76361;font-size:14px; padding:5px 0 5px 10px;margin-bottom:10px;background:#fff; border:1px dashed #f76361;}

#coment_form a.cmt_ent{
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-weight:500; 
	padding:10px 50px; 
	margin-top:20px;
	background:#f76361; 
	cursor:pointer;
	border-radius:5px;
	text-decoration:none;
}
#coment_form a.cmt_ent:hover{background:#f76361;}
					  

#coment_wrap{ display:block; padding:20px; margin-top:40px;  background:#f3f3f3; text-align:center;}

#coment_wrap h4 {
	padding:0 !important;
	margin-bottom:8px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #f76361;
    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;
}
#coment_wrap li strong {
	margin-bottom:10px;
	font-size:16px;
	color:#f76361;
}
#coment_wrap li strong:after {
	content: "";
    display: block;
    height: 0.7em;
    width: 100%;
    background: #ffe2b1;
    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.5px; line-height:18px}
.write_st01 h4.tit_01{display:block; border:1px solid #263594;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:#263594 }
.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; margin-top:20px; padding-bottom:20px;}
.tbl_ty02 h4 {}
.tbl_ty02 table {width: 100%; border-bottom:1px solid #ebeff0;border-top: 2px solid #f76361;}
.tbl_ty02 table caption {display: table-caption;}
.tbl_ty02 th, .tbl_ty02 td {padding:1em;line-height:16px;font-size: 13px; border:1px solid #ebeff0;}
.tbl_ty02 th {text-align: center;color: #111;background: #ffedde;;}
.tbl_ty02 tbody th {color: #4c4d4f;}
.tbl_ty02 td {text-align: center;word-break: keep-all; background:#fff;}
.tbl_ty02 thead th {border-bottom: 1px solid #ebeff0;;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:#263594;}
.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:#263594}


.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 #263594;
}
#sCttxt_bd .con_box .penel_detail {
	width:55%;
}
#sCttxt_bd .con_box .penel_detail h5 {
	margin-bottom:5px;
	font-size:24px;
	color:#263594;
	font-weight:normal;
}
#sCttxt_bd .con_box .penel_detail h4 {
	margin-bottom:10px;
	font-size:28px;
	font-weight:normal;
	color:#263594;
}
#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:#263594;
	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: #f76361;
    margin-left: 0.5em;
}

#mCt_ft {
	padding:10px 0;
	display:flex;
	font-size:12px;
	color:#fff;
}
#mCt_ft div {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid rgba(255,255,255,0.5);
}