﻿@charset "utf-8";

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #000; font-family: 'Noto Sans KR', 'Noto Sans', 'Malgun Gothic', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input { font-family: inherit; }
#viewport { min-height: 100%; background-color: #fff; padding-bottom: 20px; }
#viewport > #main_view { max-width: 100%; width: 100%; }
#container .contents_wrap { min-height: 0; }
#container .contents:after { content: ''; display: block; overflow: hidden; clear: both; }
#footer { background: #fff; }
#footer #btn_site_top { position: fixed; bottom: 10px; right: 10px; z-index: 0; width: 40px; height: 40px; border: none; border-radius: 50%; background: #000; font-size: 0; opacity: 0; transition: all .2s ease-in-out; }
#footer #btn_site_top:before { content: '^'; font-size: 16px; font-weight: bold; color: #fff; }
#footer #btn_site_top.on { opacity: .6; z-index: 1000; }
.fixed-call { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; text-align: right; pointer-events: none; }
.fixed-call a { display: inline-block; pointer-events: auto; }
.fixed-call img { max-height: 36px; vertical-align: top; }
.footer-blank { min-height: 100px; }
.legal-footer {
  padding: 0 20px;
  color: #d3d3d3;
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
  word-break: keep-all;
}
.legal-footer p {
  margin: 0 0 14px;
}
.legal-footer p:last-child {
  margin-bottom: 0;
}
.legal-footer .legal-warning {
  color: #ff6969;
  font-weight: 700;
}
[data-aos] {
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: .4s;
  transition-timing-function: ease;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos^="fade"] {
  opacity: 0;
}
[data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos^="zoom"] {
  opacity: 0;
}
[data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(.6);
}
[data-aos^="flip"] {
  backface-visibility: hidden;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-left"].aos-animate,
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.lead-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.row {
	margin:0;
	padding:0;
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.row > div {
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.row > div > div {
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.row > div > div > .col {
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align:top;
	font-size:15px;
}
.row > div > .col > div > div{
	height:auto;
	word-break:break-all;
}

@media all and (min-width: 1024px) {
	.d_col_1 {
		width:16.66%;
	}
	.d_col_1_2 {
		width:20%;
	}
	.d_col_1_5 {
		width:25%;
	}
	.d_col_1_8 {
		width:30%;
	}
	.d_col_2 {
		width:33.33%;
	}
	.d_col_2_4 {
		width:40%;
	}
	.d_col_3 {
		width:50%;
	}
	.d_col_3_6 {
		width:60%;
	}
	.d_col_4 {
		width:66.66%;
	}
	.d_col_4_2 {
		width:70%;
	}
	.d_col_4_5 {
		width:75%;
	}
	.d_col_4_8 {
		width:80%;
	}
	.d_col_5 {
		width:83.33%;
	}
	.d_col_6 {
		width:100%;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.t_col_1 {
		width:16.66%;
	}
	.t_col_1_2 {
		width:20%;
	}
	.t_col_1_5 {
		width:25%;
	}
	.t_col_1_8 {
		width:30%;
	}
	.t_col_2 {
		width:33.33%;
	}
	.t_col_2_4 {
		width:40%;
	}
	.t_col_3 {
		width:50%;
	}
	.t_col_3_6 {
		width:60%;
	}
	.t_col_4 {
		width:66.66%;
	}
	.t_col_4_2 {
		width:70%;
	}
	.t_col_4_5 {
		width:75%;
	}
	.t_col_4_8 {
		width:80%;
	}
	.t_col_5 {
		width:83.33%;
	}
	.t_col_6 {
		width:100%;
	}
	.row  > div.white-space {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}


@media all and (max-width: 767px) {
	.m_col_1 {
		width:16.66%;
	}
	.m_col_1_2 {
		width:20%;
	}
	.m_col_1_5 {
		width:25%;
	}
	.m_col_1_8 {
		width:30%;
	}
	.m_col_2 {
		width:33.33%;
	}
	.m_col_2_4 {
		width:40%;
	}
	.m_col_3 {
		width:50%;
	}
	.m_col_3_6 {
		width:60%;
	}
	.m_col_4 {
		width:66.66%;
	}
	.m_col_4_2 {
		width:70%;
	}
	.m_col_4_5 {
		width:75%;
	}
	.m_col_4_8 {
		width:80%;
	}
	.m_col_5 {
		width:83.33%;
	}
	.m_col_6 {
		width:100%;
	}
	.row  > div.white-space {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}
/*     2176315 : 맞춤형 컨텐츠      */
.empty__2176315__ {padding:20px 10px;background:#fafafa;}
.empty__2176315__ p {margin:0;padding:0;}
.empty__2176315__ .title {font-size:18px;font-weight:bold;color:blue;text-align:center}
.empty__2176315__ dt {margin-bottom:5px;font-size:15px;font-weight:bold;}
.empty__2176315__ dd {margin:0;font-size:13px;}
.empty__2176315__ dd ul li {padding-left:15px;}
.row {overflow:hidden;}

/*     2176325 : BLANK 컨텐츠      */
.blank__2176325__ {box-sizing:border-box;display:block;position:relative;width:100%;height:50px}
.blank__2176325__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176325__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176325__ {height:25px}
}

/*     2176335 : 이미지      */
.img__2176335__ {max-width:100%}
.img__2176335__ * {box-sizing:border-box}
.img__2176335__ a {display:block;vertical-align:top}
.img__2176335__ img {width:px;vertical-align:top}

/*     2176345 : 이미지      */
.img__2176345__ {max-width:100%}
.img__2176345__ * {box-sizing:border-box}
.img__2176345__ a {display:block;vertical-align:top}
.img__2176345__ img {width:px;vertical-align:top}

/*     2176355 : 이미지      */
.img__2176355__ {max-width:100%}
.img__2176355__ * {box-sizing:border-box}
.img__2176355__ a {display:block;vertical-align:top}
.img__2176355__ img {width:px;vertical-align:top}

/*     2176375 : 이미지      */
.img__2176375__ {max-width:100%}
.img__2176375__ * {box-sizing:border-box}
.img__2176375__ a {display:block;vertical-align:top}
.img__2176375__ img {width:300px;vertical-align:top}

/*     2176385 : 스크롤 버튼 이미지      */
.scroll_info__2176385__ {display:table;width:100%}
.scroll_info__2176385__ p {display:table-cell;height:60px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}

.img__2176385__ {max-width:100%;text-align:center}
.img__2176385__ * {box-sizing:border-box}
.img__2176385__ > a {display:table;width:100%;border:1px solid rgba(0, 0, 0, .2);background:#3abbe9;}
.img__2176385__ > a > span {display:table-cell;height:35px;padding:10px 15px;font-size:14px;font-weight:700;color:#ffffff;text-align:center;line-height:1.3em;letter-spacing:-.03em;vertical-align:middle;}

@media all and (min-width:768px){
	.img__2176385__ > a > span {padding:10px 15px;font-size:15px;}
}

@media all and (min-width:1024px){
	.img__2176385__ > a > span {height:50px;padding:15px 25px;font-size:36px;}
}

/*     2176395 : 스크롤 컨텐츠 블록 설정      */
.block_option__2176395__ {display:table;width:100%}
.block_option__2176395__ p {display:table-cell;height:100px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}

/*     2176405 : 셀 설정      */
.cell_option__2176405__ {display:table;width:100%}
.cell_option__2176405__ p {display:table-cell;height:100px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}

@media (max-width:1023px){
	.col__2176405__ {margin:0 -15px;}
}

@media (min-width:1024px){
	.col__2176405__ {}
}

/*     2176415 : BLANK 컨텐츠      */
.blank__2176415__ {box-sizing:border-box;display:block;position:relative;width:100%;height:80px}
.blank__2176415__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176415__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176415__ {height:50px}
}

/*     2176425 : 맞춤전송폼      */
.myreg_form__2176425__ {padding:30px 15px;}
.myreg_form__2176425__ .title_wrap {margin-bottom:20px;}
.myreg_form__2176425__ .title_wrap .title1 {margin:0;padding:0;font-size:20px;font-weight:bold;color:#051527;line-height:25px;letter-spacing:-.03em;}
.myreg_form__2176425__ .title_wrap .title2 {margin:5px 0 0;padding:0;font-size:15px;color:#051527;line-height:20px;letter-spacing:-.03em;opacity:.4;}

.form__2176425__ .form_title {margin:25px 0 10px;padding:0;font-size:18px;font-weight:700;color:#051527;line-height:20px;letter-spacing:-.03em;}
.form__2176425__ .form_title:first-child {margin-top:0;}
.form__2176425__ > ul {margin:0;padding:0;}
.form__2176425__ > ul > li {margin:0;padding:0;list-style-type:none;}
.form__2176425__ > ul > li > dl {box-sizing:border-box;display:table;width:100%;height:55px;margin:0;padding:10px 5px;border-bottom:1px solid #051527}
.form__2176425__ > ul > li > dl > dt {display:table-cell;width:100px;margin:0;padding:0;font-size:15px;color:#051527;line-height:22px;vertical-align:middle;letter-spacing:-.03em;}
.form__2176425__ > ul > li > dl > dt i {margin-left:5px;font-style:normal;color:#f50000;}
.form__2176425__ > ul > li > dl > dd {display:table-cell;margin:0;padding:0;font-size:15px;color:#888;line-height:22px;vertical-align:middle;letter-spacing:-.03em;}
.form__2176425__ > ul > li > dl > dd input[type='text'],
.form__2176425__ > ul > li > dl > dd input[type='password'],
.form__2176425__ > ul > li > dl > dd input[type='number'] {box-sizing:border-box;height:35px;padding:0 10px;border:4px solid #051527;background:transparent;font-size:15px;color:#888;vertical-align:middle;}
.form__2176425__ > ul > li > dl > dd select {height:35px;background:transparent;font-size:15px;color:#051527;vertical-align:middle;}
.form__2176425__ > ul > li > dl > dd textarea {box-sizing:border-box;width:100%;padding:10px;border:4px solid #fff;background:transparent;font-size:15px;color:#fff;vertical-align:middle;}
.form__2176425__ > ul > li > dl > dd input[type='radio'],
.form__2176425__ > ul > li > dl > dd input[type='checkbox'] {margin:0 5px 0 0}
.form__2176425__ > ul > li > dl > dd a,
.form__2176425__ > ul > li > dl > dd button,
.form__2176425__ > ul > li > dl > dd input[type='button'] {box-sizing:border-box;display:inline-block;position:relative;height:35px;margin:2px 0 2px 5px;padding:0 15px;background:#000;font-family:'Malgun Gothic',sans-serif;font-size:13px;color:#fff;font-weight:bold;line-height:35px;vertical-align:middle;cursor:pointer;}
.form__2176425__ > ul > li > dl > dd label {margin-right:15px;cursor:pointer;}
.form__2176425__ > ul > li > dl > dd #s_v3 {width:100%;}
.form__2176425__ > ul > li > dl > dd .form_help_text {display:block;margin-top:5px;font-size:13px;color:#666;line-height:18px;letter-spacing:-.03em;}
.form__2176425__ > ul > li:nth-child(1) > dl {padding-top:0;}

.privacy__2176425__ {position:relative;margin-top:10px;}
.privacy__2176425__ .argree_text {margin:0;padding:0;}
.privacy__2176425__ .argree_text input[type='checkbox'] {margin:0 3px 0 0;}
.privacy__2176425__ .argree_text label {font-size:14px;color:#888;line-height:20px;letter-spacing:-.03em;cursor:pointer;}
.privacy__2176425__ .argree_text .btn_privacy_view {margin:0 0 0 5px;padding:0;border:none;background:none;font-size:14px;font-weight:bold;color:#051527;line-height:20px;letter-spacing:-.03em;}
.privacy__2176425__ .form_privacy_layer {box-sizing:border-box;display:none;position:absolute;bottom:30px;left:0;width:280px;border:4px solid #333;background:#fff;}
.privacy__2176425__ .form_privacy_layer.on {display:block;}
.privacy__2176425__ .form_privacy_layer > dl {margin:0;padding:0;}
.privacy__2176425__ .form_privacy_layer > dl > dt {position:relative;margin:0;padding:10px 15px;background:#e5e5e5;font-size:14px;font-weight:bold;color:#101010;line-height:18px;letter-spacing:-.03em;}
.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close {position:absolute;top:0;right:0;width:38px;height:38px;margin:0;padding:0;border:none;background:none;font-size:0;}
.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close:before {content:'';display:block;position:absolute;top:-1px;right:0;bottom:0;left:0;width:16px;height:1px;margin:auto;background:#101010;transform:rotate(-45deg);}
.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close:after {content:'';display:block;position:absolute;top:-1px;right:0;bottom:0;left:0;width:16px;height:1px;margin:auto;background:#101010;transform:rotate(45deg);}
.privacy__2176425__ .form_privacy_layer > dl > dd {overflow-y:auto;max-height:150px;margin:0;padding:10px 15px;font-size:13px;color:#666;line-height:17px;letter-spacing:-.03em;}
.privacy__2176425__ .form_privacy_layer > dl p {margin:0;padding:0;}

.myreg_form__2176425__ .form_btns {margin-top:20px;}
.myreg_form__2176425__ .form_btns button {box-sizing:border-box;position:relative;width:100%;height:50px;margin:0;padding:0;border:none;background:#051527;font-size:16px;font-weight:bold;color:#fff;line-height:23px;letter-spacing:-.03em;vertical-align:top;}
.myreg_form__2176425__ .form_btns button:before {content:'';display:block;position:absolute;top:calc(50% - 1px);right:25px;width:25px;height:1px;background:#fff;}
.myreg_form__2176425__ .form_btns button:after {content:'';display:block;position:absolute;top:calc(50% - 4px);right:25px;width:7px;height:1px;background:#fff;transform:rotate(45deg);}

.myreg_form__2176425__ .captcha_str { vertical-align: middle; }
.myreg_form__2176425__ .captcha_input { margin-left: 10px; }

@media all and (min-width:768px){
	.form__2176425__ {overflow:hidden;}
	.form__2176425__ > ul {margin-left:-20px;}
	.form__2176425__ > ul:after {content:'';display:block;clear:both;}
	.form__2176425__ > ul > li {box-sizing:border-box;float:left;width:50%;padding-left:20px;}
	.form__2176425__ > ul > li.full_width {width:100%;}
}

@media all and (min-width:1024px){
	.myreg_form__2176425__ {position:relative;padding:50px;}
	.myreg_form__2176425__ .title_wrap {margin-bottom:35px;}
	.myreg_form__2176425__ .title_wrap .title1 {font-size:32px;line-height:32px;}
	.myreg_form__2176425__ .title_wrap .title2 {margin-top:10px;font-size:22px;line-height:26px;}

	.form__2176425__ .form_title {margin:35px 0 15px;font-size:18px;line-height:25px;}
	.form__2176425__ > ul {margin-left:-50px;}
	.form__2176425__ > ul > li {padding-left:50px;}
	.form__2176425__ > ul > li > dl {padding:20px 5px;}
	.form__2176425__ > ul > li > dl > dt {width:150px;font-size:26px;font-weight:700;line-height:22px;}
	.form__2176425__ > ul > li > dl > dd input[type='text'],
	.form__2176425__ > ul > li > dl > dd input[type='password'],
	.form__2176425__ > ul > li > dl > dd input[type='number'] {height:45px;}
	.form__2176425__ > ul > li > dl > dd select {height:45px;font-size:16px;}
	.form__2176425__ > ul > li > dl > dd textarea {height:45px;font-size:22px;}
	.form__2176425__ > ul > li > dl > dd input[type='radio'],
	.form__2176425__ > ul > li > dl > dd input[type='checkbox'] {font-size:16px;}
	.form__2176425__ > ul > li > dl > dd a,
	.form__2176425__ > ul > li > dl > dd button,
	.form__2176425__ > ul > li > dl > dd input[type='button'] {height:45px;font-size:14px;line-height:45px;}
	.form__2176425__ > ul > li > dl > dd .form_help_text {margin-top:10px;font-size:14px;line-height:20px;}
	.form__2176425__ > ul > li:nth-child(2) > dl {padding-top:0;}

	.privacy__2176425__ {margin-top:15px;}
	.privacy__2176425__ .argree_text label {font-size:16px;line-height:22px;}
	.privacy__2176425__ .argree_text .btn_privacy_view {font-size:16px;line-height:22px;}
	.privacy__2176425__ .form_privacy_layer {width:550px;}
	.privacy__2176425__ .form_privacy_layer > dl > dt {padding:15px 20px;font-size:15px;line-height:20px;}
	.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close {width:50px;height:50px;}
	.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close:before {width:20px;}
	.privacy__2176425__ .form_privacy_layer > dl > dt .btn_layer_close:after {width:20px;}
	.privacy__2176425__ .form_privacy_layer > dl > dd {max-height:200px;padding:15px 20px;font-size:14px;line-height:18px;}

	.myreg_form__2176425__ .form_btns {position:absolute;top:50px;right:50px;margin-top:0;text-align:right;}
	.myreg_form__2176425__ .form_btns button {display:inline-block;width:auto;height:65px;padding:0 110px 0 25px;font-size:20px;line-height:25px;}
	.myreg_form__2176425__ .form_btns button:before {width:35px;}
	.myreg_form__2176425__ .form_btns button:after {top:calc(50% - 5px);width:9px;}
}

/*     2176435 : BLANK 컨텐츠      */
.blank__2176435__ {box-sizing:border-box;display:block;position:relative;width:100%;height:80px}
.blank__2176435__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176435__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176435__ {height:40px}
}

/*     2176445 : BLANK 컨텐츠      */
.blank__2176445__ {box-sizing:border-box;display:block;position:relative;width:100%;height:100px}
.blank__2176445__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176445__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176445__ {height:25px}
}

/*     2176455 : 타이틀 텍스트      */
.title__2176455__ {font-size:0; }
.title__2176455__ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:18px; font-weight:700; color:#06131f; letter-spacing:-.01em; line-height:1.4em; vertical-align:top;
}
.title__2176455__ p .point_color {color:#44c2c9;font-weight:700}


@media all and (min-width:768px){
	.title__2176455__ p {font-size:24px;}
}

@media all and (min-width:1024px){
	.title__2176455__ p {font-size:36px;}
}

/*     2176465 : 타이틀 텍스트      */
.title__2176465__ {font-size:0; }
.title__2176465__ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:18px; font-weight:700; color:#44c2c9; letter-spacing:-.01em; line-height:1.4em; vertical-align:top;
}
.title__2176465__ p .point_color {color:#06131f;font-weight:700}


@media all and (min-width:768px){
	.title__2176465__ p {font-size:24px;}
}

@media all and (min-width:1024px){
	.title__2176465__ p {font-size:36px;}
}

/*     2176475 : 장문 텍스트      */
.textarea__2176475__ p {
	display:block;margin:0;padding:0;
	font-size:20px;font-weight:normal;color:#444444;letter-spacing:0;line-height:1.5em;
}

@media all and (min-width:1024px){
	.textarea__2176475__ p {font-size:28px}
}

/*     2176485 : 이미지      */
.img__2176485__ {max-width:100%}
.img__2176485__ * {box-sizing:border-box}
.img__2176485__ a {display:block;vertical-align:top}
.img__2176485__ img {width:300px;vertical-align:top}

/*     2176495 : 텍스트 + 배경      */
.text_over_img__2176495__ {
	display:block; position:relative; background-color:#004c82;
	background-image:url('assets/bg_pattern15012214003.png'); background-repeat:repeat; vertical-align:top;
}
.text_over_img__2176495__ * {box-sizing:border-box;}
.text_over_img__2176495__ .text_inner {display:table; width:100%; table-layout:fixed; text-decoration:none;}
.text_over_img__2176495__ .caption {display:table-cell; padding:18px;}
.text_over_img__2176495__ .caption > span {display:block; position:relative; z-index:10; margin:0; letter-spacing:-0.03em;}
.text_over_img__2176495__ .caption .subject {display:inline-block; background-color:#004c82; vertical-align:top;}
.text_over_img__2176495__ .caption .subject:before {content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0, 0, 0, .2);}
.text_over_img__2176495__ .caption .subject > span {display:block; position:relative; z-index:20; padding:8px 12px; font-size:16px; font-weight:bold; color:#fff; line-height:1.5em;}
.text_over_img__2176495__ .caption .content {margin-top:12px; padding:0 5px; font-size:14px; color:#fff; line-height:1.5em;}

.text_top__2176495__ .caption {vertical-align:top; text-align:left;}
.text_mid__2176495__ .caption {vertical-align:middle; text-align:center;}
.text_bot__2176495__ .caption {vertical-align:bottom; text-align:right;}

@media all and (min-width:768px){
	.text_over_img__2176495__ .caption {padding:25px;}
	.text_over_img__2176495__ .caption .subject > span {padding:10px 15px; font-size:18px;}
	.text_over_img__2176495__ .caption .content {font-size:15px;}
}

@media all and (min-width:1024px){
	.text_over_img__2176495__ .caption {padding:5%;}
	.text_over_img__2176495__ .caption .subject > span {padding:12px 20px;}
	.text_over_img__2176495__ .caption .content {margin-top:20px;}

	.text_sml__2176495__ .caption .subject > span {font-size:20px;}
	.text_sml__2176495__ .caption .content {font-size:15px;}
	.text_med__2176495__ .caption .subject > span {font-size:24px;}
	.text_med__2176495__ .caption .content {font-size:16px;}
	.text_big__2176495__ .caption .subject > span {font-size:28px;}
	.text_big__2176495__ .caption .content {font-size:18px;}
}

/*     2176505 : 공백      */
.empty__2176505__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.empty__2176505__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176505__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176505__ {height:60px}
}

@media all and (min-width:1024px){
	.empty__2176505__ {height:80px}
}

/*     2176515 : 타이틀 텍스트      */
.text__2176515__ p {
	display:block;margin:0;padding:0;
	font-size:18px;font-weight:bold;color:#000000;letter-spacing:0;line-height:1;
}
.text__2176515__ p a {color:#000000}

@media all and (min-width:1024px){
	.text__2176515__ p {font-size:30px}
}

/*     2176525 : 이미지 리스트 (타일형)      */
.img_tile__2176525__ {overflow:hidden}
.img_tile__2176525__ .img_inner {padding:1px;box-sizing:border-box;}
.img_tile__2176525__ .img_inner:after {content:'';display:block;clear:both}
.img_tile__2176525__ * {box-sizing:border-box}
.img_tile__2176525__ .item {float:left;position:relative;width:100%;min-height:290px;margin:-0.5px;padding:20px 15px;border:1px solid #ddd;box-sizing:border-box;text-align:center;transition:.2s background-color;}
.img_tile__2176525__ .item:hover {background-color:#f8f8f8;}
.img_tile__2176525__ .item a {display:block}
.img_tile__2176525__ .figure {display:block}
.img_tile__2176525__ .figure img {width:75%;max-width:120px;vertical-align:top}
.img_tile__2176525__ .caption {display:block;margin-top:10px}
.img_tile__2176525__ .caption > span {display:block}
.img_tile__2176525__ .caption > span.subject {margin:8px 0;font-weight:bold;color:#000000}
.img_tile__2176525__ .caption > span.content {margin:5px 0;font-weight:bold;color:#444444}
.img_tile__2176525__ .btn_more {display:block;height:40px;padding:0 10px;background-color:#e4162a;color:#fff;font-size:13px;text-align:center;line-height:40px;}

.text_m_sml__2176525__ .caption > span.subject {font-size:14px;line-height:1.4em}
.text_m_sml__2176525__ .caption > span.content {font-size:13px;line-height:1.5em}
.text_m_med__2176525__ .caption > span.subject {font-size:16px;line-height:1.4em}
.text_m_med__2176525__ .caption > span.content {font-size:14px;line-height:1.4em}
.text_m_big__2176525__ .caption > span.subject {font-size:18px;line-height:1.4em}
.text_m_big__2176525__ .caption > span.content {font-size:15px;line-height:1.5em}

.col_m_1__2176525__ .item {width:100%}
.col_m_2__2176525__ .item {width:50%}
.col_m_3__2176525__ .item {width:33.3333%}
.col_m_4__2176525__ .item {width:25%}
.col_m_1__2176525__ .item,
.col_m_2__2176525__ .item2n,
.col_m_3__2176525__ .item3n,
.col_m_4__2176525__ .item4n {clear:both}

@media (min-width:768px){
	.col_m_1__2176525__ .item,
	.col_m_2__2176525__ .item2n,
	.col_m_3__2176525__ .item3n,
	.col_m_4__2176525__ .item4n {clear:none}

	.col_t_1__2176525__ .item {width:100%}
	.col_t_2__2176525__ .item {width:50%}
	.col_t_3__2176525__ .item {width:33.3333%}
	.col_t_4__2176525__ .item {width:25%}
	.col_t_5__2176525__ .item {width:20%}
	.col_t_6__2176525__ .item {width:16.6666%}
	.col_t_1__2176525__ .item,
	.col_t_2__2176525__ .item2n,
	.col_t_3__2176525__ .item3n,
	.col_t_4__2176525__ .item4n,
	.col_t_5__2176525__ .item5n,
	.col_t_6__2176525__ .item6n {clear:both}
}

@media (min-width:1024px){
	.img_tile__2176525__ .item {padding:25px}
	.img_tile__2176525__ .caption {margin-top:15px}
	.img_tile__2176525__ .caption > span.content {display:block;margin:15px 0 35px;padding:0 15px;box-sizing:border-box;}
	.img_tile__2176525__ .btn_more {height:50px;line-height:50px;font-size:16px;}

	.text_sml__2176525__ .caption > span.subject {font-size:14px;line-height:1.3em}
	.text_sml__2176525__ .caption > span.content {font-size:13px;line-height:1.3em}
	.text_med__2176525__ .caption > span.subject {font-size:16px;line-height:1.4em}
	.text_med__2176525__ .caption > span.content {font-size:14px;line-height:1.5em}
	.text_big__2176525__ .caption > span.subject {font-size:18px;line-height:1.4em}
	.text_big__2176525__ .caption > span.content {font-size:15px;line-height:1.5em}

	.col_t_1__2176525__ .item,
	.col_t_2__2176525__ .item2n,
	.col_t_3__2176525__ .item3n,
	.col_t_4__2176525__ .item4n,
	.col_t_5__2176525__ .item5n,
	.col_t_6__2176525__ .item6n {clear:none}

	.col_pc_1__2176525__ .item {width:100%}
	.col_pc_2__2176525__ .item {width:50%}
	.col_pc_3__2176525__ .item {width:33.3333%}
	.col_pc_4__2176525__ .item {width:25%}
	.col_pc_5__2176525__ .item {width:20%}
	.col_pc_6__2176525__ .item {width:16.6666%}
	.col_pc_1__2176525__ .item,
	.col_pc_2__2176525__ .item2n,
	.col_pc_3__2176525__ .item3n,
	.col_pc_4__2176525__ .item4n,
	.col_pc_5__2176525__ .item5n,
	.col_pc_6__2176525__ .item6n {clear:both}
}

/*     2176535 : 공백      */
.empty__2176535__ {box-sizing:border-box;display:block;position:relative;width:100%;height:10px}
.empty__2176535__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176535__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176535__ {height:px}
}

@media all and (min-width:1024px){
	.empty__2176535__ {height:40px}
}

/*     2176545 : 공백      */
.empty__2176545__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.empty__2176545__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176545__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176545__ {height:60px}
}

@media all and (min-width:1024px){
	.empty__2176545__ {height:80px}
}

/*     2176555 : 타이틀 텍스트      */
.text__2176555__ p {
	display:block;margin:0;padding:0;
	font-size:18px;font-weight:bold;color:#000000;letter-spacing:0;line-height:1;
}
.text__2176555__ p a {color:#000000}

@media all and (min-width:1024px){
	.text__2176555__ p {font-size:30px}
}

/*     2176565 : 공백      */
.empty__2176565__ {box-sizing:border-box;display:block;position:relative;width:100%;height:10px}
.empty__2176565__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176565__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176565__ {height:px}
}

@media all and (min-width:1024px){
	.empty__2176565__ {height:40px}
}

/*     2176575 : 표 2.0      */
.table__2176575__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__2176575__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:1px solid #dddddd}
.table__2176575__ * {box-sizing:border-box}
.table__2176575__ table {width:100%;margin-top:-1px;table-layout:auto;}
.table__2176575__ tr {border-bottom:1px solid #dddddd;}
.table__2176575__ tr:first-child {border-bottom:0;}
.table__2176575__ td {height:50px;padding:5px 10px;background:#fff;font-size:16px;font-weight:normal;color:#333;text-align:left;}
.table__2176575__ td.empty__2176575__ {padding:50px 20px}

@media all and (max-width:767px){
	.table__2176575__ > .table_inner {width:380px}
}

@media all and (min-width:768px) and (max-width:1023px){
	.table__2176575__ > .table_inner {width:px}
}

@media all and (min-width:1024px){
	.table__2176575__ > .table_inner {width:px}
}

/*     2176585 : 공백      */
.empty__2176585__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.empty__2176585__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176585__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176585__ {height:60px}
}

@media all and (min-width:1024px){
	.empty__2176585__ {height:80px}
}

/*     2176595 : 공백      */
.empty__2176595__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.empty__2176595__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176595__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176595__ {height:60px}
}

@media all and (min-width:1024px){
	.empty__2176595__ {height:80px}
}

/*     2176605 : 타이틀 텍스트      */
.text__2176605__ p {
	display:block;margin:0;padding:0;
	font-size:18px;font-weight:bold;color:#000000;letter-spacing:0;line-height:1;
}
.text__2176605__ p a {color:#000000}

@media all and (min-width:1024px){
	.text__2176605__ p {font-size:30px}
}

/*     2176615 : 이미지 리스트 (타일형)      */
.img_tile__2176615__ .img_wrap {margin:0 -10px;}
.img_tile__2176615__ .img_wrap:after {content:''; display:block; clear:both;}
.img_tile__2176615__ * {box-sizing:border-box;}
.img_tile__2176615__ .item {float:left; position:relative; width:100%; padding:10px;}
.img_tile__2176615__ .item .item_inner {padding:25px;background:#fff;text-align:center}
.img_tile__2176615__ .item .item_inner:after {content:'';display:block;clear:both;}
.img_tile__2176615__ .item a {display:block; text-decoration:none;}
.img_tile__2176615__ .item a:after {content:'';display:block;clear:both;}
.img_tile__2176615__ .figure {display:block;max-width:22px;margin:0 auto;}
.img_tile__2176615__ .figure img {max-width:100%; vertical-align:top;}
.img_tile__2176615__ .caption {display:block;margin-top:10px;}
.img_tile__2176615__ .caption > span {display:block;}
.img_tile__2176615__ .caption > span.subject {font-size:16px; font-weight:bold; color:#000000; line-height:1.6em; letter-spacing:-.03em;}
.img_tile__2176615__ .caption > span.content {position:relative; padding-top:5px; font-size:14px; color:#666666; line-height:1.3em; letter-spacing:-.03em;}

.col_m_1__2176615__ .item {width:100%;}
.col_m_2__2176615__ .item {width:50%;}
.col_m_3__2176615__ .item {width:33.3333%;}
.col_m_4__2176615__ .item {width:25%;}
.col_m_1__2176615__ .item,
.col_m_2__2176615__ .item2n,
.col_m_3__2176615__ .item3n,
.col_m_4__2176615__ .item4n {clear:both;}

@media (min-width:768px){
	.img_tile__2176615__ .item {text-align:center;}
	.img_tile__2176615__ .figure {width:auto;max-width:46px;}
	.img_tile__2176615__ .caption > span.subject {font-size:16px; line-height:1.5em;}
	.img_tile__2176615__ .caption > span.content {font-size:14px; line-height:1.5em;}

	.col_m_1__2176615__ .item,
	.col_m_2__2176615__ .item2n,
	.col_m_3__2176615__ .item3n,
	.col_m_4__2176615__ .item4n {clear:none;}

	.col_t_1__2176615__ .item {width:100%;}
	.col_t_2__2176615__ .item {width:50%;}
	.col_t_3__2176615__ .item {width:33.3333%;}
	.col_t_4__2176615__ .item {width:25%;}
	.col_t_5__2176615__ .item {width:20%;}
	.col_t_6__2176615__ .item {width:16.6666%;}
	.col_t_1__2176615__ .item,
	.col_t_2__2176615__ .item2n,
	.col_t_3__2176615__ .item3n,
	.col_t_4__2176615__ .item4n,
	.col_t_5__2176615__ .item5n,
	.col_t_6__2176615__ .item6n {clear:both;}
}

@media (min-width:1024px){
	.img_tile__2176615__ .item .item_inner {padding:50px 40px;}
	.img_tile__2176615__ .caption {margin-top:25px;padding-left:0;}
	.img_tile__2176615__ .caption > span.content:before {width:40px; height:3px;}

	.text_sml__2176615__ .caption > span.subject {font-size:16px; line-height:1.5em;}
	.text_sml__2176615__ .caption > span.content {font-size:14px; line-height:1.5em;}
	.text_med__2176615__ .caption > span.subject {font-size:22px; line-height:1.5em;}
	.text_med__2176615__ .caption > span.content {font-size:15px; line-height:1.5em;}
	.text_big__2176615__ .caption > span.subject {font-size:28px; line-height:1.5em;}
	.text_big__2176615__ .caption > span.content {font-size:17px; line-height:1.6em;}

	.col_t_1__2176615__ .item,
	.col_t_2__2176615__ .item2n,
	.col_t_3__2176615__ .item3n,
	.col_t_4__2176615__ .item4n,
	.col_t_5__2176615__ .item5n,
	.col_t_6__2176615__ .item6n {clear:none;}

	.col_pc_1__2176615__ .item {width:100%;}
	.col_pc_2__2176615__ .item {width:50%;}
	.col_pc_3__2176615__ .item {width:33.3333%;}
	.col_pc_4__2176615__ .item {width:25%;}
	.col_pc_5__2176615__ .item {width:20%;}
	.col_pc_6__2176615__ .item {width:16.6666%;}
	.col_pc_1__2176615__ .item,
	.col_pc_2__2176615__ .item2n,
	.col_pc_3__2176615__ .item3n,
	.col_pc_4__2176615__ .item4n,
	.col_pc_5__2176615__ .item5n,
	.col_pc_6__2176615__ .item6n {clear:both;}
}




/*     2176625 : 공백      */
.empty__2176625__ {box-sizing:border-box;display:block;position:relative;width:100%;height:10px}
.empty__2176625__.build_edit_mode {min-height:10px;border:1px dashed red}
.empty__2176625__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (min-width:768px){
	.empty__2176625__ {height:px}
}

@media all and (min-width:1024px){
	.empty__2176625__ {height:40px}
}

/*     2176635 : BLANK 컨텐츠      */
.blank__2176635__ {box-sizing:border-box;display:block;position:relative;width:100%;height:100px}
.blank__2176635__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176635__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176635__ {height:50px}
}

/*     2176645 : 이미지 리스트      */
.img_tile__2176645__:after {content:''; display:block; clear:both;}
.img_tile__2176645__ * {box-sizing:border-box;}
.img_tile__2176645__ .item {float:left; position:relative; top:0; width:100%; padding:10px; transition:.2s top ease-out;}
.img_tile__2176645__ .item:hover {top:-10px;}
.img_tile__2176645__ .item a {display:block; text-decoration:none;}
.img_tile__2176645__ .figure {display:block;}
.img_tile__2176645__ .figure img {max-width:100%; vertical-align:bottom;}
.img_tile__2176645__ .caption {display:block; margin-top:10px;}
.img_tile__2176645__ .caption > span {display:block; line-height:1.4em; letter-spacing:-.03em;}
.img_tile__2176645__ .caption > span.subject {font-size:15px; font-weight:300; color:#444444;}
.img_tile__2176645__ .caption > span.content {margin-top:10px; font-size:20px; font-weight:700; color:#444444;}

.col_m_1__2176645__ .item {width:100%;}
.col_m_2__2176645__ .item {width:50%;}
.col_m_3__2176645__ .item {width:33.3333%;}
.col_m_4__2176645__ .item {width:25%;}
.col_m_5__2176645__ .item {width:20%;}
.col_m_6__2176645__ .item {width:16.6666%;}

.col_m_1__2176645__ .item,
.col_m_2__2176645__ .item2n,
.col_m_3__2176645__ .item3n,
.col_m_4__2176645__ .item4n,
.col_m_5__2176645__ .item5n,
.col_m_6__2176645__ .item6n {clear:both;}

@media all and (min-width:768px){
	.img_tile__2176645__ .caption {margin-top:20px;}

	.text_sml__2176645__ .caption > span.subject {font-size:14px;}
	.text_sml__2176645__ .caption > span.content {font-size:13px;}
	.text_med__2176645__ .caption > span.subject {font-size:16px;}
	.text_med__2176645__ .caption > span.content {font-size:13px;}
	.text_big__2176645__ .caption > span.subject {font-size:22px;}
	.text_big__2176645__ .caption > span.content {font-size:32px;}

	.col_m_1__2176645__ .item,
	.col_m_2__2176645__ .item2n,
	.col_m_3__2176645__ .item3n,
	.col_m_4__2176645__ .item4n,
	.col_m_5__2176645__ .item5n,
	.col_m_6__2176645__ .item6n {clear:none;}

	.col_t_1__2176645__ .item {width:100%;}
	.col_t_2__2176645__ .item {width:50%;}
	.col_t_3__2176645__ .item {width:33.3333%;}
	.col_t_4__2176645__ .item {width:25%;}
	.col_t_5__2176645__ .item {width:20%;}
	.col_t_6__2176645__ .item {width:16.6666%;}

	.col_t_1__2176645__ .item,
	.col_t_2__2176645__ .item2n,
	.col_t_3__2176645__ .item3n,
	.col_t_4__2176645__ .item4n,
	.col_t_5__2176645__ .item5n,
	.col_t_6__2176645__ .item6n {clear:both;}
}

@media all and (min-width:1024px){
	.col_t_1__2176645__ .item,
	.col_t_2__2176645__ .item2n,
	.col_t_3__2176645__ .item3n,
	.col_t_4__2176645__ .item4n,
	.col_t_5__2176645__ .item5n,
	.col_t_6__2176645__ .item6n {clear:none;}

	.col_pc_1__2176645__ .item {width:100%;}
	.col_pc_2__2176645__ .item {width:50%;}
	.col_pc_3__2176645__ .item {width:33.3333%;}
	.col_pc_4__2176645__ .item {width:25%;}
	.col_pc_5__2176645__ .item {width:20%;}
	.col_pc_6__2176645__ .item {width:16.6666%;}

	.col_pc_1__2176645__ .item,
	.col_pc_2__2176645__ .item2n,
	.col_pc_3__2176645__ .item3n,
	.col_pc_4__2176645__ .item4n,
	.col_pc_5__2176645__ .item5n,
	.col_pc_6__2176645__ .item6n {clear:both;}
}

/*     2176665 : BLANK 컨텐츠      */
.blank__2176665__ {box-sizing:border-box;display:block;position:relative;width:100%;height:100px}
.blank__2176665__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2176665__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2176665__ {height:50px}
}

/*     2370545 : BLANK 컨텐츠      */
.blank__2370545__ {box-sizing:border-box;display:block;position:relative;width:100%;height:50px}
.blank__2370545__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2370545__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2370545__ {height:25px}
}

/*     2370555 : HTML 편집기      */
.html__2370555__ * {line-height:1.4em}

/*     2370565 : BLANK 컨텐츠      */
.blank__2370565__ {box-sizing:border-box;display:block;position:relative;width:100%;height:50px}
.blank__2370565__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__2370565__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__2370565__ {height:50px}
}


/* Local clone polish */
.form_privacy_layer button { cursor: pointer; }
.form__2176425__ input::placeholder { color: #888; opacity: 1; }
.img__2176335__, .img__2176345__, .img__2176355__, .img__2176375__, .img__2176485__ { text-align: inherit; }
.img_tile__2176525__ .img_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.img_tile__2176525__ .item {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 312px;
  word-break: keep-all;
}
.img_tile__2176525__ .caption > span.content {
  word-break: keep-all;
  overflow-wrap: normal;
}
@media all and (max-width: 767px) {
  .row > div.white-space { padding-left: 15px !important; padding-right: 15px !important; }
.row.hero-row > div.white-space, .row.cta-row > div.white-space { padding-left: 0 !important; padding-right: 0 !important; }
.debt-copy-row { padding: 0 15px; }
.table__2176575__ { padding-left: 5px; }
}
@media all and (min-width: 768px) {
  #viewport { padding-bottom: 0; }
}
.img_tile__2176615__ .caption > span.subject {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  letter-spacing: 0;
}
@media all and (max-width: 767px) {
  .img_tile__2176525__ .item {
    min-height: 255px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .img_tile__2176615__ .item .item_inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .img_tile__2176615__ .caption > span.subject {
    font-size: 11px;
    line-height: 1.35em;
  }
}
@media all and (min-width: 1024px) {
  .text_med__2176615__ .caption > span.subject {
    font-size: 19px;
  }
}
