/*:root {
  --cerise: #ed0f69;
  --dgr: #ada7a7;
  --vdgr: #4e4c4c;
  --mobile: #0091D4;
  --power: #f6921e;
  --gas: #49af75;
}*/
@import url(https://use.typekit.net/ewi1bjn.css);
@import url(/assets/fonts/font-awesome/css/font-awesome.css);

a, b, body, dd, div, dl, dt, em, h1, h2, h3, h4, h5, h6, html, li, ol, p, span, textarea, ul {font-family: 'myriad-pro', sans-serif !important;}


/*scrollbar*/
@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f0f3f5;
    border-radius: 7px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    /*background: #ada7a7;*/
    background: rgba(10, 10, 10, 0.24);
    border-radius: 15px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #707070;
  }
}

element {
	width: 100vw;
}

.is-dgr { color: #ada7a7 !important; }
.is-vdgr { color: #4e4c4c !important; }
.is-vdg { color: #707070; }
.is-darkgray { color: #5f5d5d; }
.is-pink { color: #ed0f69 !important; }
.is-white { color: #ffffff !important; }
.is-gold { color: #b79f57; }
.is-bg-white { background-color: #fff; }
.is-bg-lgb { background-color: #f0f3f5;	 /*Light grayish blue*/ }
.is-bg-vdgr { background-color: #4e4c4c; }
.is-bg-ws {	background-color: #fcf5f5; } /*white smoke*/
.is-bg-gb { background-color: #f7f5f5; } /*Humbrol 35 Gloss Varnish*/

.padding-45 { padding: 39px 24px; } 
.padding-top-6 { padding-top: 6.5px; }
.padding-top-12 { padding-top: 12px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40, .p-btw-btn { padding-top: 40px; } 
.padding-top-50 { padding-top: 50px; }
.padding-top-70 { padding-top: 70px; }
.padding-bottom-6 { padding-bottom: 6px; }
.pl-4 {padding-left: 4px;}
.pl-12 { padding-left: 12px; }
.pl-20 { padding-left: 20px; }
.pr-12 { padding-right: 12px; }
.pr-20 { padding-right: 20px; }
.p-12 { padding: 12px; }
.p-20 { padding: 20px; }

.margin-top-30 { margin-top: 30px; }
.margin-bottom-15 {	margin-bottom: 15px; }
.margin-bottom-30 { margin-bottom: 30px; }

.w-100 { width: 100%; }
.float-right { float: right;position: relative;left: -50%; }
.float-left { float: left; position: relative; left: 50%; }
.f-left { float: left; }
.f-right { float: right; }
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.ws-break { white-space: normal !important; }
.hide { display: none; }

a.under, .underline { text-decoration: underline; }
a.no-hover:hover, a.no-hover:focus, a.no-hover:hover, a.no-hover.focus {
  color: inherit !important;
  cursor: default;
  text-decoration: none;
}
a.hover-primary:hover { color: #ed0f69 !important; }
.overline:before { width: 40px; border: 1px solid #ed0f69; height: 1px; content: ''; display: block; }

.sitemap-line:after {content: ''; display: block; height: 2px; width: 78px; background: #ed0f69; margin-top:5px; margin-left: 43px;}
.ellipsis { overflow: hidden; white-space: nowrap; text-decoration: ellipsis; }

.section.no-spacing { padding: 0; }
.divTable {
	display: table;
	width: 100%;	
}
.divTable.bottom .row .cell:not(.no-border) {
    border-bottom: 1px solid #ada7a7;
}
.divTable.bottom.line-w .row .cell:not(.no-border) {
	border-bottom: 1px solid white;
}
.divTable.border .row:not(:last-child) .cell:not(.no-border) {
    border-bottom: 1px solid #ada7a7;
}
.divTable.border .row .cell,
.divTable.bottom .row .cell {
	padding: 21px 5px 6px 24px;
}
.divTable .head .row .cell {
	font-weight: bold;
	text-align: center;
}
.divTable .body {
    display: table-row-group;
}
.divTable .row {
    display: table-row;
}
.divTable .cell, .divTableHead {
    display: table-cell;
    padding: 3px 3px;
}
.divTable.s-collapse .cell, .divTable.s-collapse .divTableHead { padding: 0 3px; line-height: 1.3; }
.divTable .cell.right, .cell.right { text-align: right; }
.divTable .cell.is-primary span { color: #ed0f69; }
.divTable .cell.is-primary span.icon { color: #4e4c4c; }
.divTable.is-rounded { border-radius: 10px; }

.columns .column .divTable, .columns .column .divTable .row, .columns .column .divTable .row .cell { height: 100%; }
.divTable .cell.middle { vertical-align: middle; }
.divTable .cell.bottom { vertical-align: bottom; }

.divTable.row-b.is-primary { border: 1.2px solid #ed0f69; }
.divTable.row-b.t-round { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.divTable.row-b.b-round { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top:0; }
.divTable.active.b-round { border-radius: 0; }
.divTable.row-b.is-primary.active { background-color: #ed0f69; }
.divTable.row-b.is-primary.active .cell { color:#fff; }
.divTable.row-b .row .cell { padding: 10px; }
.divTable.row-b .row:not(:last-child) .cell { border-bottom: 1.2px solid #ada7a7; }
.divTable.round { border-radius: 8px; }
.divTable.in-row { padding: 0 13px 20px; background-color: #ed0f69; display: none; }
.divTable.active + .divTable.in-row { padding: 0 13px 20px; background-color: #ed0f69; display: inline-table; }
.divTable.active.b-round + .divTable.in-row { border-bottom-left-radius: 8px;border-bottom-right-radius: 8px; }

.divTable.active .cell .is-checkradio[type=checkbox]:checked+label::before,
.divTable.active .cell .is-checkradio[type=checkbox]:checked+label:before,
.divTable.active .cell .is-checkradio[type=radio]:checked+label::before,
.divTable.active .cell .is-checkradio[type=radio]:checked+label:before {
    border: none;
}
.divTable.active .cell .is-checkradio[type=radio]+label::after,
.divTable.active .cell .is-checkradio[type=radio]+label:after,
.divTable.active .cell .is-checkradio[type=checkbox]+label::after,
.divTable.active .cell .is-checkradio[type=checkbox]+label:after {
    left: -5px;
    -webkit-transform: scale(1.2); 
    width: 1.6rem;
    transform: scale(1.35);
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f058";
}

.textarea.is-rounded {
	width: 100%;
    border-radius: 15px;
    border-color: #ada7a7;
    border: none;
}
.zigzag {
  	height: 17px;
    width: 100%;
    background: linear-gradient(-135deg, #f0f3f5 15px, transparent 0) 0 5px, linear-gradient(135deg, #f0f3f5 15px, #fff 0) 0 5px;
    background: -webkit-linear-gradient(-135deg, #f0f3f5 10px, transparent 0) 0 5px, -webkit-linear-gradient(135deg, #fff 20px, transparent 0) 0 5px;
    background-color: #f0f3f5;
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.zigzag.end {
	transform: rotate(180deg);
}
.table.inside-border {
	border-collapse: collapse;
}
.table.inside-border thead.center tr th {
	/*border-top: 1px solid #0091D4;*/
	/*border-bottom: 1px solid #0091D4;*/
	text-align: center;
	white-space: nowrap;
}
.table.inside-border tr th, .table.inside-border tr td {
	border:1px solid #ada7a7;
	vertical-align: middle;
}
.table.inside-border tr th:first-child, .table.inside-border tr td:first-child  {
	border-left: 0;
}
.table.inside-border tr th:last-child, .table.inside-border tr td:last-child {
	border-right: 0;
}
.table.inside-border tr:last-child td, .table.inside-border tr:last-child th {
	border-bottom-width: 1px;
}
.table.no-border tr th, .table.no-border tr td {
	border: none;
}
.table.no-padding tr th, .table.no-padding tr td {
	padding: .25rem 0;
}
.table tbody.right-without-fst tr td:not(:first-child) {
	text-align: right;
}
.table tr.no-bottom td {
	border-bottom: hidden;
}
.table tr.no-bottom.padding-none td {
  padding-bottom: 0;
}
.table tr.no-bottom.padding-none + tr td {
  padding-top: 0;
}
.table.outlined {
	border:1.6px solid #ee1466;	
}


div.checkbox-wrapper { float:left;line-height: 2.5;}
div.checkbox-wrapper label { float: left; width: 85%; text-align: left; }
div.checkbox-wrapper span { float: right; width: 10%; text-align: right; }
div.checkbox-wrapper.clearboth { clear: both }

div.checkbox-wrapper label:before {
    border-color: #c6c6c6;
}

div.checkbox-wrapper input[type=checkbox]:before, div.checkbox-wrapper input[type=radio]:before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    position: relative;
    left: -2px;
    top: -2px;
    background-color: #fff;
    border-width: thin;
    border-radius: 100%;
}
div.checkbox-wrapper input[type=checkbox]:checked:after, div.checkbox-wrapper input[type=radio]:checked:after {
	content: '';
    width: 0.375rem;
    display: inline-block;
    height: 0.6rem;
    top: 0.405rem;
    left: 0.6rem;
    position: relative;
    top: -1.2rem;
    left: 4px;
    transform: rotate(45deg);
    border-width: .1rem;
    border-style: solid;
    border-color: #4e4c4c;
    border-top: 0;
    border-left: 0;
}
.is-checkradio[type=checkbox][disabled], .is-checkradio[type=radio][disabled] {
    cursor: not-allowed;
}
.is-checkradio[type=checkbox][disabled]+label::after, .is-checkradio[type=checkbox][disabled]+label::before, .is-checkradio[type=checkbox][disabled]+label:after, .is-checkradio[type=checkbox][disabled]+label:before, .is-checkradio[type=checkbox][disabled]+label:hover, .is-checkradio[type=radio][disabled]+label::after, .is-checkradio[type=radio][disabled]+label::before, .is-checkradio[type=radio][disabled]+label:after, .is-checkradio[type=radio][disabled]+label:before, .is-checkradio[type=radio][disabled]+label:hover {
    cursor: not-allowed;
}
.is-checkradio[type=checkbox][disabled]+label, .is-checkradio[type=radio][disabled]+label {
    opacity: .5;
    cursor: not-allowed;
}
.is-checkradio[type="radio"],
.is-checkradio[type="checkbox"] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: absolute;
    opacity: 0;
}

.is-checkradio[type="radio"] + label,
.is-checkradio[type="checkbox"] + label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    /*margin: .5em;*/
    padding: .1rem .5rem;
    border-radius: 0;
    margin: 0 1rem 0 0;
}
.is-checkradio[type="radio"] + label, .is-checkradio[type="checkbox"] + label {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-left: 2rem;
}
.is-checkradio[type=checkbox].is-rtl+label, .is-checkradio[type=radio].is-rtl+label {
    margin-right: 0;
    margin-left: .5rem;
}
.is-checkradio[type=checkbox].is-rtl+label, .is-checkradio[type=radio].is-rtl+label {
    padding-left: 0;
    padding-right: 2rem;
}
.is-checkradio[type=checkbox]+label::before, .is-checkradio[type=checkbox]+label:before, .is-checkradio[type=radio]+label::before, .is-checkradio[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #fff;
    border: .1rem solid #ed0f69;
}
.is-checkradio.small[type=checkbox]+label::before, .is-checkradio.small[type=checkbox]+label:before, .is-checkradio.small[type=radio]+label::before, .is-checkradio.small[type=radio]+label:before {
    top: 2px;
}
.is-checkradio[type=checkbox].is-rtl+label::before, .is-checkradio[type=checkbox].is-rtl+label:before, .is-checkradio[type=radio].is-rtl+label::before, .is-checkradio[type=radio].is-rtl+label:before {
    left: auto;
    right: 0;
}
.is-checkradio[type=checkbox]:checked+label::after, .is-checkradio[type=checkbox]:checked+label:after, .is-checkradio[type=radio]:checked+label::after, .is-checkradio[type=radio]:checked+label:after {
    display: inline-block;
}
.is-checkradio[type=checkbox]+label::after, .is-checkradio[type=checkbox]+label:after, .is-checkradio[type=radio]+label::after, .is-checkradio[type=radio]+label:after {
    position: absolute;
    display: none;
    content: '';
    top: 0;
}
.is-checkradio.small[type=checkbox]+label::after, .is-checkradio.small[type=checkbox]+label:after, .is-checkradio.small[type=radio]+label::after, .is-checkradio.small[type=radio]+label:after {
    top: 2px;
}
.is-checkradio[type=radio]+label::after, .is-checkradio[type=radio]+label:after,
.is-checkradio[type=checkbox]+label::after, .is-checkradio[type=checkbox]+label:after {
    border-radius: 50%;
    background: #ed0f69;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.is-checkradio.square[type=radio]+label::after, .is-checkradio.square[type=radio]+label:after,
.is-checkradio.square[type=checkbox]+label::after, .is-checkradio.square[type=checkbox]+label:after { border-radius: 5px; }
.is-checkradio[type=radio]+label::after, .is-checkradio[type=radio]+label::before, .is-checkradio[type=radio]+label:after, .is-checkradio[type=radio]+label:before,
.is-checkradio[type=checkbox]+label::after, .is-checkradio[type=checkbox]+label::before, .is-checkradio[type=checkbox]+label:after, .is-checkradio[type=checkbox]+label:before {
    width: 1.55rem;
    height: 1.55rem;
}
.is-checkradio.small[type=radio]+label::after, .is-checkradio.small[type=radio]+label::before, .is-checkradio.small[type=radio]+label:after, .is-checkradio.small[type=radio]+label:before,
.is-checkradio.small[type=checkbox]+label::after, .is-checkradio.small[type=checkbox]+label::before, .is-checkradio.small[type=checkbox]+label:after, .is-checkradio.small[type=checkbox]+label:before {
    width: 1.25rem;
    height: 1.25rem;
}

.is-checkradio[type=radio].is-rtl+label::after, .is-checkradio[type=radio].is-rtl+label:after,
.is-checkradio[type=checkbox].is-rtl+label::after, .is-checkradio[type=checkbox].is-rtl+label:after {
    left: auto;
    right: 0;
}
.is-checkradio[type=radio]+label::before, .is-checkradio[type=radio]+label:before,
.is-checkradio[type=checkbox]+label::before, .is-checkradio[type=checkbox]+label:before { border-radius: 50%; }
.is-checkradio.square[type=radio]+label::before, .is-checkradio.square[type=radio]+label:before,
.is-checkradio.square[type=checkbox]+label::before, .is-checkradio.square[type=checkbox]+label:before { border-radius: 5px; }
.is-checkradio[type=checkbox]:checked+label::before, .is-checkradio[type=checkbox]:checked+label:before, .is-checkradio[type=radio]:checked+label::before, .is-checkradio[type=radio]:checked+label:before {
    border: .1rem solid #ed0f69;
}
.is-checkradio[type=checkbox]:checked+label::before, .is-checkradio[type=checkbox]:checked+label:before, .is-checkradio[type=radio]:checked+label::before, .is-checkradio[type=radio]:checked+label:before {
    -webkit-animation-name: none;
    animation-name: none;
}
input[type=checkbox], input[type=radio] { margin: 5px 5px; }
input[type='radio']:after {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    top: -4px;
    left: -4px;
    position: relative;
    content: '';
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ada7a7;
}
input[type='radio']:checked:after {
    border-radius: 50%;
    top: -4px;
    left: -4px;
    position: relative;
    content: '';
	box-shadow: inset 0 0 0 3px #fff;/*, inset 0 0 0 8px #ed0f69;*/
    background-color: #ed0f69;
    border: 1px solid #ed0f69;
}

.rtl input[type='radio']:after { left: 4px; }
.rtl input[type='radio']:checked:after { left: 4px; }

.radio+.radio {
    margin-left: 1em;
}

.checkbox [type="checkbox"]:after {
    width: 1.25rem;
    height: 1.25rem;
    top: -2px;
    left: -4px;
    position: relative;
    content: '';
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ada7a7;
    border-radius: 5px;
}

.checkbox [type="checkbox"]:checked:after {
	top: -2px;
    left: -4px;
    border-radius: 5px;
    position: relative;
    font-family: 'FontAwesome';
    font-weight: 900;	
    content: '\f00c';
    border: 1px solid #ed0f69;
    background: #ed0f69;
    color: #fff;
    padding: 1px 3px;
}

/*toggle switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 25px;
  top: 11px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid;
  /*box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);*/
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  top: 2px;
  bottom: 4px;
  background-color: #ed0f69;
  -webkit-transition: .4s;
  transition: .4s;
}
input.input-switch:checked + .slider { background-color: #fff; }
input.input-switch:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.toggle-switch .switch-lb { margin: -2px .5rem; color: #989898 !important; }
.toggle-switch .switch-lb.active { color: #ed0f69 !important; }
/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

section dt, dd { padding: 10px; }
section dt { margin-bottom: 5px; }
section dt span { width: 5px; height: 5px; vertical-align: middle; margin-right: 10px; }
/*dt.on  { color: #ed0f69 !important; }*/
section dd { margin-bottom: 5px; display: none; }
section dt.myPlan {
	color: #ed0f69 !important;
	font-weight: bold;
}

section .container p.is-primary,
section .container h1.is-primary,
section .container h2.is-primary,
section .container h3.is-primary,
section .container h4.is-primary,
section .container h5.is-primary,
section .container h6.is-primary,
section .container div.is-primary,
section .container span.is-primary,
.text-primary {	color: #ed0f69; }
.text-dark { color: #0c0c0c; }
.is-mobile:not(.columns):not(.button) { color: #0091D4; }
.is-power {	color: #f6921e; }
.is-gas { color: #49af75; }

section .container .is-lighter { color: #707070; }

/*input*/
/*input 오른쪽에 위아래 버튼 없애기 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] { -moz-appearance:textfield;}
/* input end */

.current-location a { color: inherit; }
.works-latest .works-latest-item .works-latest-item-meta h5 a, .works-latest .works-latest-item .works-latest-item-meta h3 a, .works-latest .works-latest-item .works-latest-item-meta h5, .works-latest-item .works-latest-item-meta h3 {
opacity: 1;
}

.tp-caption.small_text, .tracking-steps-section .heading-title-top { color: rgba(255,255,255,.85); }

.tracking-section .heading-title-top { color: rgba(255,255,255,.85); }

.tracking-section .help {
    color: rgba(255,255,255,.85);
}

.tracking-steps-section .steps .step-item .step-details p:not(.step-title) {
    color: rgba(255,255,255,.85);
}

.clients-section .heading-title.style-3 {
    color: rgba(255,255,255,.9);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a, body.footer-background.dark-color:not(.primary-color) .footer-bottom-content p {
    /* color: rgba(255,255,255,.85); */
    font-size: 13px;
    line-height: 0.92;
    color: #4e4c4c;
}

body .image-hover figure img {
 min-height: auto!important;
}

 /* 메인 화면 이미지 */ 
.tp-bgimg-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.default-img {
    width: auto;
    height: 100%;
    visibility: inherit;
    z-index: 1;
}
.default-img.main {
	background: url(/assets/imgs/main.png);
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.default-img.business {
	background: url(/assets/imgs/business.png);
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.default-img.iptv {
	background: url(/assets/imgs/iptv.png);
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.default-img.main:after, .default-img.business:after  {
	content: '';
    background: url(/assets/imgs/main-smile.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: 10% 60%;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}
.tp-wrap {
	position: relative;
    top: 38%;
    left: 20.2%;
}

body .tp-caption.main, .tp-caption.business {
    visibility: inherit;
    text-align: left;
	opacity: 1;
}
body .tp-caption.main.top_text {
	z-index:2;
	font-weight: normal;
	line-height: 3;
	letter-spacing: 1.7px;
	color: #ed0f69;
}
body .tp-caption.main.middle_text {
	animation-delay: 1s;
	animation: slide-top ease 2s;
    font-size: 4.5rem;
    margin-top: 0px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 300;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 0 8px;
}
body .tp-caption.main.last_text, body .tp-caption.business.last_text {
	font-size: 1.5rem;
	line-height: 4.21;
	letter-spacing: 36px;
	color: #ffffff;
	animation: slide-top ease 2s;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 0 8px;
}
body .tp-caption.business.last_text {
	letter-spacing: 25px;
}

.main .main-title { font-size: 1.6875rem; font-weight: 600; color: #414141; }
.main .main-subject { font-size: 2.5rem; font-weight: 700; color: #ed0f69; line-height: 1; }
.main .main-body { font-size: 1.25rem; color: #595a5c; }
@media screen and (max-width: 769px), print {
	.main .main-title { font-size: 1.25rem; text-align: center; }
	.main .main-subject { font-size: 1.5625rem; text-align: center; }
	.main .main-body { font-size: 1rem; text-align: center; }
    .columns.reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .columns-style-about .owl-dots { text-align: center !important; margin-top: 20px;} 

    .bmm-70 {position: relative; bottom: -68px;}
}

/* 메인 화면 이미지 끝 */
/*iptv*/
.site.is-iptv {
	background-color: #5f5d5d;
}
.is-iptv .introduction {
    background-color: #5f5d5d;
}
.is-iptv .hero.dark {
	background-color: #333333;
}
.rev_slider.iptv {
	background-color: #333333;
}
.header-middle-logo {
    position: relative;
	bottom: -23em;
	left: 10%;
}
.header-bottom-logo {
    position: relative;
	bottom: -24em;
    left: 10%;
    display: inline-flex;
	align-items: center;
}
.header-bottom-logo img {
	padding-right: 10px;
	width: 100px;
}
.header-bottom-logo .white {
    color: #fff;
	text-shadow: 1px 1px #707070;
}
hr.line-pink {
	background-color: #ed0f69;
    width: 40px;
    margin: 20px auto 10px;
}

.divTable.bordered.inside {
	border-collapse: collapse;
}
.divTable.bordered.inside .row {
	border: 1px solid #707070;
    border-left-width: 0;
    border-right-width: 0;
}
.divTable.bordered.inside .cell:first-child {
	box-shadow: -1px 0 0 #707070 inset;
}
/*iptv end*/

/*로그인*/
#loginForm h6 {
  font-size: 1.125rem !important;
}
#
/*로그인끝*/

@media screen and (max-width:768px) {

	.page-title.join:before {
		background-size: cover;
	    background-position: left;
	}

	body .works-latest .works-latest-item .works-latest-item-meta h3 {
	     font-size: 18px;
	}
	body .image-hover figure img {
	     min-height: auto!important;
	}
	.fullscreen-container:not(.iptv) {
		height: 1200px !important;
	}
	.default-img.main {
		height:85%;
		background-position: 66% center;
	}
	.default-img.main:after, .default-img.business:after {
    	background: url(/assets/imgs/mobile-megatel-logo.svg);
    	background-repeat: no-repeat;
	    -webkit-background-size: contain;
    	-moz-background-size: contain;
    	-o-background-size: contain;
	    background-size: contain;
	    background-position: -30px 55%;
	    width: 120%;
	    height: 120%;
	}
	.testimonials.position-up {
    	top: -200px !important;
	}

	body .tp-wrap {
	    left: auto !important;
	    top: 48%;
	}
	body .tp-inner-align {
	    display: table;
    	margin: auto;
	}
	body .tp-caption.main.top_text {
	    font-size: 1rem !important;
	}
	body .tp-caption.main.middle_text {
	    font-size: 3.8rem !important;
	    margin-top: 0px!important;
	}
	body .tp-caption.main.last_text {
		font-size: 1rem !important;
	    letter-spacing: 6px !important;
	}
	body .tp-caption.business.last_text {
		font-size: 1rem !important;
	    letter-spacing: 3px !important;
	}
	.Component215-7 {
		background-position: -120px 0px !important;
		opacity: 0.69;
	}
	body .testimonials.columns-style-2 .testimonials-item.padding-45 {
		margin: 15px;
	}
	
	body .container.shop-detail .content .select {
		width: 100%;
	}
	body .container.shop-detail .content select {
		width: 100%;
	}
}
@media screen and (min-width: 1088px) {
	header .top-logo-pink.white {
		content: url("/assets/imgs/logo-white.svg");
	}
	section .step-box {
		margin: 0 auto;
	}

	.iptv .testimonials-item .badge {
		top: 70px !important;
	}
}
@media screen and (min-width: 1400px) {
	.page-title.wifi {
		background-position-y: -200px !important;
	}
}
@media screen and (min-width: 1650px) {
	.default-img.main:after {
    	background-position: center center;
	}
	.default-img.business:after {
    	background-position: center center;
	}
	.page-title.wifi {
		background-position-y: -300px !important;
	}
}
@media screen and (min-width: 2100px) {
	.default-img.main:after {
    	background-position: center bottom;
	}
	.tp-wrap {
	    left: 30.2%;
	}
    .hero {
        background-position-y: -190px !important;
    }
	.page-title.gas {
		-webkit-background-size: 100% 150% !important;
    	-moz-background-size: 100% 150% !important;
    	-o-background-size: 100% 150% !important;
	    background-size: 100% 150% !important;
	}
	.page-title.wifi {
		background-position-y: -400px !important;
	}
}


/*header desktop */
.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:hover:not(.hide-on-scroll):not(.show-on-scroll)  {/*.header-transparent-overlay header.responsive-on-scroll, body.header-sticky.hide-on-scroll.header-transparent-overlay header.show-on-scroll, body.header-sticky.show-on-scroll.header-transparent header.hide-on-scroll, body.header-sticky.show-on-scroll.header-transparent header.responsive-on-scroll, body.header-sticky.show-on-scroll.header-transparent header.show-on-scroll, body.header-sticky.show-on-scroll.header-transparent-overlay header.hide-on-scroll, body.header-sticky.show-on-scroll.header-transparent-overlay header.responsive-on-scroll, body.header-sticky.show-on-scroll.header-transparent-overlay header.show-on-scroll*/
	background: #fff;
}
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:hover:not(.hide-on-scroll):not(.show-on-scroll) .main-menu .level-right .main-navigation > ul > li > a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:hover:not(.hide-on-scroll):not(.show-on-scroll) .main-menu .level-right .main-navigation > ul > li > a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:hover:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons > li > a,
header:hover .main-navigation li.disable {
/*body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-menu:hover > ul > li > a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-menu:hover > ul > li > a {*/
	color: #4e4c4c;
}
.header-menu-icons a:hover .icon i, .nav-menu-dropdown li a:hover .icon i {
	filter: invert(29%) sepia(100%) saturate(7388%) hue-rotate(328deg) brightness(95%) contrast(94%);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

/*body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:hover:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons:before, body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons:before {
    border-right: 1px solid #4e4c4c;
}*/
/*header.biz-header .main-menu {
	height: 88px;
}
header.biz-header .header-menu-icons {
	display:none;
}*/
header:hover .header-menu-icons i {
	filter: invert(28%) sepia(4%) saturate(244%) hue-rotate(314deg) brightness(96%) contrast(86%);
}
header .level.opened .main-navigation li.disable {
	display: none !important;
}
header.responsive-on-scroll .level-top {
	display: block !important;
	font-weight: 600;
	padding-left: 25px;
}
header.responsive-on-scroll .level-top a { 
	color: #4e4c4c;
}
header.responsive-on-scroll .level-top a:active, header.responsive-on-scroll .level-top a:focus,
header.responsive-on-scroll .level-top a.active { 
	color: #ed0f69;
}
header.responsive-on-scroll a { 
	font-size: 0.8125rem;
}
header:not(.responsive-on-scroll) .main-navigation .icon { 
	display: none;
}

/*@media screen and (max-width: 1279px) and (min-width: 1088px) {*/
@media screen and (min-width: 1088px) {

    .sub-menu {
        max-width: 960px;
        width: 960px;
    }    
    .sub-menu .level-left figure img {
    	max-width: 305px;
    }
    .sub-menu .level-right {
    	top: -21px;
    }
    body.header-menu-border-bottom header .main-navigation > ul > li:not(.disable) > a:hover {
		color: #ed0f69 !important;
	}
	header .main-navigation li.disable {
	    padding: 11px 0;
	    margin: 18px 0;
	    color: white;
	}
	header .main-navigation li.disable:hover { 
		color: #4e4c4c;
	}

	ul.header-menu-icons.default > li:last-child {
	    margin-right: 90px;
	}
	.sub-menu .level-right {
		align-items: flex-start;
		position: relative;
	    top: -60px;
	}
	.sub-menu nav > ul {
		display: inline-flex;
		width: 100%;
	}
	.sub-menu nav > ul > li {
	    display: inline-block;
	    font-size: 13px;
	    font-weight: 600;
	    vertical-align: top;
	    text-align: center;
	    width: 20%;
	}
	.sub-menu figure img {
		max-width: 395px;
	}
	.sub-menu .right-bar {
		border-left: 1px solid #ada7a7;
		padding: 0 0 0 20px;
	}
	.sub-menu .menu-tree > li {
		text-align: left;
		padding: 0 0 3px 0;
	}
	.sub-menu .menu-tree > li > a, .sub-menu nav ul > li > a {
		color: #767575;
	}
	.sub-menu .menu-tree > li > a:hover, .sub-menu nav ul > li > a:hover, .sub-menu .right a:hover {
		color: #ed0f69;
	}

	.level.main-menu .level-left {
		width: 35%;
	}
	.level.main-menu .level-right {
		width: 65%;
	}
	.level.main-menu .level-right .nav-wrap {
		width: 85%;
	}
	/*.level.main-menu .level-right .nav-wrap:not(:hover) {
		text-shadow: rgba(0, 0, 0, 0.4) 1px 0 8px;
	}*/
	.level.main-menu .level-right .header-menu-icons.default {
		width: 15%;
	}
	header .main-navigation > ul > li {
		font-size: 14px;
	}

	header:not(.responsive-on-scroll) .level.main-menu:not(.eng-menu) .level-right .nav-wrap .menu > li:not(:last-child) {
		width: 20%;
		text-align: left;
	}
	header:not(.responsive-on-scroll) .level.main-menu:not(.eng-menu) .level-right .nav-wrap .menu > li:nth-child(3) {
		width: 16%;
		text-align: left;
	}
	header:not(.responsive-on-scroll) .level.main-menu:not(.eng-menu) .level-right .nav-wrap .menu > li:nth-child(4) {
		width: 16%;
	}
	header .eng-menu .main-navigation > ul > li:nth-child(1), header .eng-menu .main-navigation > ul > li:nth-child(6){ 
		width: 22%;
	}
	header .eng-menu .main-navigation > ul > li:nth-child(2) {
		width: 17%;
	}
	header .eng-menu .main-navigation > ul > li:nth-child(3) {
		width: 20%;
	}
	header .eng-menu .main-navigation > ul > li:nth-child(4) {
		width: 14%;
	}
	
	.eng-menu.sub-menu nav > ul > li:nth-child(1), .eng-menu.sub-menu nav > ul > li:nth-child(1) {
		width: 22%;
	}
	.eng-menu.sub-menu nav > ul > li:nth-child(2) {
		width: 17%;
	}
	.eng-menu.sub-menu nav > ul > li:nth-child(3) {
		width: 20%
	}
	.eng-menu.sub-menu nav > ul > li:nth-child(4) {
		width: 14%;
	}
	header .eng-menu.sub-menu .right {
	    width: 15%;
	}
	.level .level-right .nav-wrap ul > li.disable {
		width: 5% !important;
	}
	.level.main-menu .level-right .nav-wrap .menu > li:last-child {
		width: auto;
	}
	.sub-menu .level-left {
		width: 35%;
	}
	.sub-menu .level-right {
		width: 65%;
	}
	.sub-menu .level-right .nav-wrap {
		width: 85%;
	}
	.sub-menu .level-right .right-bar {
		width: 20%;
	}
	.sub-menu {
	    margin: 0 auto;
	    position: relative;
	}
	header .sub-menu .right {
	    font-size: 13px;
	    width: 15%;
	}
	header .sub-menu .right a {
	font-weight: 600;
	color: #767575;
	}

	header .sub-menu .top-lang li {
	    left: -10px;
	    position: relative;
	    background: #fcfcfc;
	    min-width: 90px;
	}
	header .sub-menu .top-lang li:hover, header .sub-menu .top-lang li:active {
		background: #fdf5f9;
	}
}
@media screen and (min-width: 1280px) {
	.sub-menu {
    	max-width: 1170px;
    	width: 1170px;
	}
	.eng-menu.sub-menu nav > ul > li {
		/*width: auto;
		padding: 5px 25px 0 30px;*/
	}
	.eng-menu.sub-menu nav > ul > li:nth-child(1) {
	/*	left: 10px;
    position: relative;*/
	}
	.eng-menu.sub-menu nav > ul > li:nth-child(4) {
		/*width: 0;*/
	}
}

.header-bottom-menu {
	background: #fff;
}

header .hamburger-menu.expanded .icon-hamburger-menu {
	margin-left: 58px;
}
header .hamburger-menu .icon .icon-search-mobile {
	padding: 0 15px;
}

header .hamburger-menu .icon-search-mobile,
header .hamburger-menu .icon-profile-mobile {
	display: block;
}
header .hamburger-menu.expanded .icon-search-mobile,
header .hamburger-menu.expanded .icon-profile-mobile {
	display: none;
}

section.services:hover,
section.services:focus {
	background-color: #f0f3f5;
}


/*상단 화면 경로*/
.current-location {
	font-size: 1rem;
	line-height: 1.25;
	text-align: left;
	color: #ada7a7;
	padding: 22px 0 0 24.5px;
	font-weight: normal;
	display: flex;
}
.current-location.back {
	color: #0c0c0c;
}

/* 슬라이드 */

.promotion-icon {
    min-height: 120px;
}

.promotion-icon.icon-b {
    background: url("/assets/imgs/icon/promo-b.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-bp {
    background: url("/assets/imgs/icon/promo-bp.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-bw {
    background: url("/assets/imgs/icon/promo-bw.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
    background-position: bottom center;
}
.promotion-icon.icon-bwp {
    background: url("/assets/imgs/icon/promo-bwp.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-bpg {
    background: url("/assets/imgs/icon/promo-bpg.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-bwpg {
    background: url("/assets/imgs/icon/promo-bwpg.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-bhpg {
    background: url("/assets/imgs/icon/promo-bhpg.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-blp {
    background: url("/assets/imgs/icon/promo-blp.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-mobile {
    background: url("/assets/imgs/icon/promo-mobile.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;
}
.promotion-icon.icon-gas {
	background: url("/assets/imgs/icon/promo-gas.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;	
}
.promotion-icon.icon-power {
	background: url("/assets/imgs/icon/promo-power.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;	
}
.promotion-icon.icon-phone {
	background: url("/assets/imgs/icon/promo-phone.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: bottom center;	
}


.container .button {
    font-weight: bold;
}
.container .button.is-white {
	background-color: #fff;
	color: #ed0f69;
}
.container .button.baseline {
    position: fixed;
    bottom: 10%;
}

.top-bar {
    border-top: 5px solid #ed0f69;
    width: 65%;
    margin: 0 auto;
}

.testimonials.mobile .top-bar {	border-top: 5px solid #0091D4; }

.testimonials .testimonials-item figure img { width: 100%; height: 100%; border-radius: 0; }

/*비즈니스 슬라이드 */
.testimonials .testimonials-item.biz-power .top-bar { border-top: 5px solid #f6921e; }
.testimonials .testimonials-item.biz-gas .top-bar {	border-top: 5px solid #49af75; }


/*뱃지*/
.badge-wrap { display: flex; justify-content: space-between; }
.badge-wrap .badge {
	margin-bottom: 5px;
}
.testimonials-item .badge {
	width: 0px;
	height: 0px;
	border-bottom: 121px solid transparent;
	border-left: 139px solid #ed0f69;
}
.testimonials.mobile .testimonials-item .badge { border-left: 139px solid #0091D4; }

.iptv .testimonials-item .badge { top: 55px; }
.testimonials-item .badge.gray { border-left: 139px solid #ada7a7; }
.blog-post:focus .testimonials-item .badge,
.blog-post:hover .testimonials-item .badge {
	border-left: 139px solid #ed0f69;
}

.testimonials-item .badge div {
    width: 80px;
    transform: rotate(317deg);
    position: absolute;
    left: -132px;
    top: 24px;
    font-size: 1rem;
    content: 'Most Popular';
    font-weight: bold;
    color: white;
    line-height: 1rem;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
    text-align: center;
}


.testimonials.carousel-items-2 .testimonials-item h6 {
	width: 80%;
    margin: 0 auto;
    line-height: 2;
}

.testimonials.columns-style-3 {
    max-width: 350px;
    margin: 0 auto;
}
.testimonials.columns-style-3 .testimonials-item .cell {
	width: 50%;
	height: 120px;
    vertical-align: middle;
}
.testimonials.columns-style-3 .testimonials-item img {
	margin: 0 auto;
	max-height: 70px;
    max-width: 110px;
	width: auto;
	height: auto;
	border-radius: 0;
}

.testimonials.carousel-items-2 .testimonials-item, .is-iptv .testimonials.carousel-items-1 .testimonials-item { margin: 0 auto; }
.testimonials .bundle-center {
	margin: 0px auto;
	padding-top: 15px;
}
.testimonials .bundle-right {
    margin: 15px 20px 0 0;
    text-align: right;
}
.testimonials.columns-style-4 .bundle-right { max-width: 100px; }
.testimonials.position-up { top: -100px; }
.testimonials.columns-style-2 .testimonials-item {
    border: 1.5px solid #ed0f69;
    border-radius: 17px;
    min-height: 420px;
    max-width: 370px;
    overflow: hidden;
}
.testimonials.columns-style-2.mobile .testimonials-item {
    border: 1.5px solid #0091D4;
}
.testimonials .testimonials-item.biz-power {
	border: 1.5px solid #f6921e;
}
.testimonials .testimonials-item.biz-gas {
	border: 1.5px solid #49af75;
}

.testimonials.columns-style-2 .testimonials-item:hover span.is-inverted {
	color: #ed0f69;
}
.testimonials:not(.gray).columns-style-2 .testimonials-item .button:hover {
    border:1px solid #ed0f69;
}
.testimonials.columns-style-2.mobile .testimonials-item .button:hover {
    border:1px solid #0091D4;
}
.testimonials.columns-style-2 .testimonials-item.biz-power .button:hover {
	background-color: transparent;
    color: #f6921e;
    border:1px solid #f6921e;
}
.testimonials.columns-style-2 .testimonials-item.biz-gas .button:hover {
	background-color: transparent;
    color: #49af75;
    border:1px solid #49af75;
}
.testimonials.dark.columns-style-2 .testimonials-item {
	background-color: transparent; 
}
.testimonials.dark.columns-style-2 .testimonials-item hr {
	border-bottom: 1px solid #ed0f69;
    margin: 0 15px 1.225rem 15px;
    background-color: transparent;
}

.testimonials .title-wrap {
	width: 85%;
    margin: 0 auto;
    border-radius: 26px;
    background-color: #fcf5f5;
    white-space: nowrap;
}
.testimonials .title-wrap .item-title {
    font-size: 3.06rem;
    color: #ed0f69;
    font-weight: bold;
}
.testimonials .title-wrap.h142 { height: 142px; }
.testimonials.columns-style-2 .title-wrap {
    padding-bottom: 10px;
    min-height: 105px;
}
.testimonials.columns-style-2 .title-wrap.center {
	display: table;
	height: 105px;
}
.testimonials.columns-style-2 .title-wrap.center .item-title {
	display: table-cell;
	vertical-align: middle;
}

.testimonials.columns-style-2 .title-wrap .item-title-long {
	font-size: 1.625rem;
	line-height: 1.4;
	padding-top: 15px;
	color: #ed0f69;
    font-weight: bold;
}
.testimonials .title-wrap .item-title-long.fit-center {
    margin: 0 auto;
    align-self: center;
}
.testimonials.columns-style-4 .testimonials-item .box-title + .title-wrap.small-line .item-title { height: 80px; }

.testimonials.mobile .title-wrap { background-color: #e6f7ff; }
.testimonials.dark .testimonials-item .button {
	background-color: #ed0f69;
	border:1px solid #ed0f69;
	color: #ffffff;
}
.testimonials.dark .testimonials-item .button:hover,
.testimonials.dark .testimonials-item .button:active,
.testimonials.dark .testimonials-item .button:focus {
	background-color: transparent;
	border:1px solid #ed0f69;
	color: #ed0f69;
}
.is-iptv .testimonials.columns-style-2 .testimonials-item {
	border-width: 2px;
}
.is-iptv .testimonials.gray .top-bar {
	border-top: 5px solid #ada7a7;
}
.is-iptv .testimonials.gray.columns-style-2 .testimonials-item {
	background-color: transparent;
	border: 2px solid #ada7a7;
	color: #ffffff;
}
.is-iptv .testimonials.gray.columns-style-2 .testimonials-item hr {
	border-bottom: 1px solid #707070;
    margin: 0 15px 1.225rem 15px;
    background-color: transparent;
}
.is-iptv .testimonials.gray .badge {
	border-left: 139px solid #ada7a7;
}
.is-iptv .testimonials .item-title {
	color:#ffffff;
	font-weight: bold;
}
.is-iptv .testimonials .item-contents h3 {
	line-height: 2.5;
}
.is-iptv .testimonials.gray .testimonials-item h3 {
	font-weight: normal !important;
}
.is-iptv .testimonials.gray .testimonials-item .button {
	background-color: transparent;
	border: 1.3px solid #ada7a7;
	color: #ffffff;
}
.is-iptv .testimonials.gray .testimonials-item .button:hover,
.is-iptv .testimonials.gray .testimonials-item .button:active,
.is-iptv .testimonials.gray .testimonials-item .button:focus {
	background-color: #ada7a7;
	border:1px solid #ada7a7;
	color: #ffffff;
}
.is-iptv .testimonials.gray .owl-dots .owl-dot.active span, 
.is-iptv .testimonials.gray .owl-dots .owl-dot:hover span {
	background: #707070;
}
.is-iptv .testimonials .item-title {
	font-size: 49px;
}

.testimonials.mobile .item-title { color: #0091D4; }
.testimonials-item.biz-power .item-title { color: #f6921e; }
.testimonials-item.biz-gas .item-title { color: #49af75; }
.item-title em {
	font-style: normal;
	line-height: 1.57;
}
.item-title em.super {
	vertical-align: super;
}
.testimonials .testimonials-item p {
	font-size: 0.8125rem;
	line-height: 1.75;
	color: #4e4c4c;
	font-weight: 600;
}
.testimonials .testimonials-item p .small {
	font-size: 0.6875rem;
	color: #767575;
}
.testimonials.columns-style-2 .testimonials-item #itemContent {
	height: 145px;
	width: 100vw;
    vertical-align: middle;
    display: table-cell;
}
.testimonials.columns-style-2 .testimonials-item #itemContent p {
	display: block;
}
.testimonials.columns-style-2 .testimonials-item hr {
	border-bottom: 1px solid rgba(237, 15, 105, 0.31);
	/*margin: 0.5rem 0 0.5rem 0;*/
	/*margin: 0 15px 1.225rem 15px;*/
	margin: 0;
}
.testimonials.columns-style-2 .testimonials-item hr + a.button {
	margin-top: 10px;
}
.testimonials.columns-style-2 .testimonials-item hr.is-primary {
	border-bottom: 1px solid #ed0f69;
	margin: 0;
}
.testimonials.mobile.columns-style-2 .testimonials-item hr {
	border-bottom: 1px solid #0091D4;
}

.testimonials.columns-style-2 .testimonials-item.padding-45 a {
	width: 50%;
}
.testimonials.columns-style-2 .testimonials-item a {
	margin: 0px;
	width: 70%;
}

.testimonials.columns-style-4 {	padding: 25px 0; }
.testimonials.columns-style-4 .testimonials-item  {
	max-width: 292px;
    min-height: 430px;
    border: 2px solid #ed0f69;
    border-radius: 28px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.testimonials.columns-style-4 .owl-stage  { margin: 0 auto; }
.testimonials.columns-style-4 .testimonials-item .box-title  {
	max-width: 195px; margin:0 auto; position: relative;
}
.testimonials.columns-style-4 .bundle-center {	padding-bottom: 32px; }
.testimonials.columns-style-4 .testimonials-item .top-title { margin-top: -50px; }
.testimonials.columns-style-4 .testimonials-item .title-wrap { height: 109px; display: table; }
.testimonials.columns-style-4 .testimonials-item .box-title + .title-wrap {	margin-top: -15px; }
.testimonials.columns-style-4 .testimonials-item .box-title + .title-wrap .item-title { padding-top: 15px; }
.testimonials.columns-style-4 .testimonials-item .title-wrap .item-title { font-size: 2.75rem; }
.testimonials.columns-style-4 .testimonials-item .title-wrap .item-title-long { padding-top:10px; font-size: 1.625rem; font-weight: 700; color: #ed0f69; display: table-row; text-align: center; vertical-align: middle; line-height: 1.2; }
.testimonials.columns-style-4 .testimonials-item .title-wrap .item-title-long div { display: table-cell; }
.testimonials.columns-style-4 .testimonials-item .title-wrap #item-content {  }

.testimonials.columns-style-4 .testimonials-item .back-top { padding: 1.5rem 1rem .5rem; }
/*.back-top .close-inverse { position: absolute; right: 20px; top: 15px; width: 32px; height: 32px; opacity: 0.3; }
.back-top .close-inverse:hover { opacity: .8; }
.back-top .close-inverse:before, .close-inverse:after { position: absolute; left: 15px; content: ' '; height: 15px; width: 2px; background-color: #5f5d5d; }
.back-top .close-inverse:before { transform: rotate(45deg); }
.back-top .close-inverse:after { transform: rotate(-45deg); }*/
.testimonials.columns-style-4 .testimonials-item .back-tit { font-size: 1.125rem; color: #ed0f69; font-weight: 700; }
.testimonials.columns-style-4 .testimonials-item .back-ctn-wrapper { display: table; height:  180px;/*height: 205px;*/ }
.testimonials.columns-style-4 .testimonials-item .back-ctn { color: #5f5d5d; padding: 0 2rem; font-size: 13px; text-align: left; display: table-cell; vertical-align: middle; }
.testimonials.columns-style-4 .testimonials-item .back-ctn p { color: #5f5d5d !important; font-weight: 400 !important; }
.testimonials.columns-style-4 .testimonials-item .back-ctn p .small { font-size: 0.75rem; }
.testimonials.columns-style-4 .testimonials-item .divide-hr { margin: .5rem 1.8rem; }
.testimonials.columns-style-4 .testimonials-item .back-bottom-area { padding-top: .8rem; }
.testimonials.columns-style-4 .testimonials-item .top-area { min-height: 96px; }
.testimonials.columns-style-4 .testimonials-item .middle-area { min-height: 210px; }

.owl-carousel.columns-style-6 .testimonials-item { border: 1.5px solid #ed0f69; border-radius: 17px; max-width: 370px; overflow: hidden; }
.owl-carousel.columns-style-6.navs .owl-nav { top: 57%; }
.owl-carousel.columns-style-6 .testimonials-item.active { background-color: #ed0f69; }
.owl-carousel.columns-style-6 .testimonials-item.active div { color: #fff; }
.owl-carousel.columns-style-6 .testimonials-item .button { min-width: 200px; width: 70%; }
.owl-carousel.columns-style-6 .testimonials-item.active .button { background-color: #fff !important; color: #ed0f69 !important; }
.owl-carousel.columns-style-6.navs.nav-arrow .owl-nav { margin-top: -50px !important; width: 115%; left: -9%; }

.testimonials.mobile .testimonials-item { border: 2px solid #0091D4; } 
.testimonials.mobile .testimonials-item .back-tit { color: #0091D4; }

.testimonials.mobile .owl-dots .owl-dot.active span, .testimonials.mobile .owl-dots .owl-dot:hover span { background: #0091d4; }
.testimonials.mobile.navs .owl-nav .owl-next.disabled:before, .testimonials.mobile.navs .owl-nav .owl-prev.disabled:before,
.testimonials.mobile.navs .owl-nav .owl-next:before, .testimonials.mobile.navs .owl-nav .owl-prev:before  { color: #0091d4; }

.testimonials.nav-arrow .owl-dots .owl-dot.active span, .testimonials.nav-arrow .owl-dots .owl-dot:hover span, 
.testimonials.nav-arrow .owl-dots .owl-dot span { background: #ed0f69; }

.testimonials.columns-style-2:not(.nav-arrow) .owl-nav { width: 110%; left: -5%; }
.testimonials.columns-style-4:not(.nav-arrow) .owl-nav { width: 105%; left: -3%; }
.testimonials.navs.nav-arrow .owl-nav { margin-top: 0; }
.testimonials.navs.nav-arrow .owl-nav .owl-next:before, .testimonials.navs.nav-arrow .owl-nav .owl-prev:before { opacity: 1; color: #ed0f69; }
.testimonials.navs.nav-arrow .owl-prev:before { content: url(/assets/imgs/icon/nav-left.svg);letter-spacing: 0;font-size: 2rem; }
.testimonials.navs.nav-arrow .owl-next:before { content: url(/assets/imgs/icon/nav-right.svg);letter-spacing: 0;font-size: 2rem; }
.testimonials.nav-arrow.gray-dots .owl-dots .owl-dot span, .owl-carousel.gray-dots .owl-dots .owl-dot span { background: #a2a2a2; }
.columns-style-about .testimonials-item { padding-left: 20px; padding-right: 20px; } 
.columns-style-about .owl-dots { text-align: left; margin-top: 0; padding-left: 20px; } 
@media screen and (min-width: 1024px) {
	.owl-carousel.navs.nav-arrow .owl-nav .owl-prev { left: 2rem; }
	.owl-carousel.navs.nav-arrow .owl-nav .owl-next { right: 1.2rem; }
}

/* 슬라이드 끝 */

.page-title:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.17);
}
.page-title.join:before {
/*	background: url("/assets/imgs/join-smile.png");
	background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;*/
    background:transparent;
}
.responsive-layout .page-title {
	background-position-y: 55px !important;
}
.page-title.login {
	background: url("/assets/imgs/login.jpg") no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.page-title.join {
	background: #ed0f69;
}
.page-title.broadband {
	background: url("/assets/imgs/broadband.png") no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.page-title.wifi {
    background: url("/assets/imgs/broadband-wifi.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.freedom {
    background: url("/assets/imgs/mobile-freedom.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.international {
    background: url("/assets/imgs/mobile-international.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.smart {
    background: url("/assets/imgs/mobile-smart.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.mega {
    background: url("/assets/imgs/power.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.gas {
    background: url("/assets/imgs/gas.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.contact {
    background: url("/assets/imgs/contactus.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.fees {
    background: url("/assets/imgs/fees.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.helpdesk {
    background: url("/assets/imgs/helpdesk.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title.tnc {
    background: url("/assets/imgs/tnc.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title h6 {
	color: #ffffff;
	font-weight: 600;
	position: relative;
	top: 65px;
}

.responsive-layout .page-title
.heading-img-wrapper {
	object-fit: contain;
	margin: auto;
}
.heading-title.style-3.line-pink:after {
	content: "";
	display: block;
	width: 45px;
	border-bottom: 2px solid #ed0f69;
	margin: 10px auto;
}

section.introduction .accordions .beefup .beefup__body.content h6 {
	font-size: 13px;
    font-weight: bold;
    line-height: 3.69;
    color: #5f5f5f;
    
}
section.introduction .accordions .beefup .beefup__body.content p {
	font-size: 13px;
    line-height: 1.54;
    color: #ada7a7;
    margin: 0;
    text-align: left;
}
.accordions.sm .beefup__head {
	padding: 12px 35px 12px 10px;
}
.accordions.sm .beefup.is-open .beefup__head {
	overflow: auto;
    white-space: normal;
}
.accordions.sm .beefup__body {
	padding: 0 7px;
}
.accordions:not(.no-bottom) .beefup.is-open .beefup__head {
    border-bottom: 1px solid;
}
.accordions .beefup.important {
	border: none;
}
.accordions .beefup.important .beefup__head {
	background: #f0f3f5;
}
.box-item > div {
	margin: 0 auto;
    width: 60px;
    height: 60px;
}
.box-item.img-wide > div {
	width: 107px;
}
.box-with-img {
  max-width: 325px; margin: 0 auto; text-align: center;
}

/* 모바일 기기약정 */
.container .box-rect,
.sub-menu .box-rect {
	background-color: #4e4c4c;
    color: #fff;
    line-height: 2.8;
    border: 1px solid transparent;
}
.container .box-rect.pad {
	padding-left: 25px;
}
.container .box-rect.normal { line-height: 1.5; padding: 1rem; }
.container .box-rect.small {
	line-height: 2;
}
.container .box-rect.white {
	background-color: #fff;
	border: 1px solid #4e4c4c;
	color: #4e4c4c;
}
.container .box-rect.name-tag {
  border-radius: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 47px;
  height: 49px;
  margin: 0 auto;
  max-width: 278px;
}
.container .box-rect.is-primary {
	background-color: #ed0f69;
	color: #fff;
}
.container .box-rect.is-mobile { 
	background-color: #0091D4;
	color: #fff;
}
.container .box-rect.vdg { 
	background-color: #707070;
	color: #ffffff;
}
.container .box-rect.gray {
	background-color: #f0f3f5;
	color: #4e4c4c;
}
.container .box-rect.lightgray {
	background-color: #fcf5f5;
	color: #ada7a7;
}
.container .box-rect.pink {
	background-color: #fcf5f5;
	color: #ed0f69;
}
.container .box-rect.bg-lgb {
	background: #f0f3f5;
	color: #4e4c4c;
}
.container .box-rect.thin {
    line-height: 1.8;
}
.container .box-rect.is-rounded-little { 
	border-radius: 10px;
}
.container .box-rect.is-rounded-normal { 
	border-radius: 15px;
}
.container .box-rect.is-rounded-big { 
	border-radius: 25px;
}
.container .box-rect.is-btn-style {
	border-radius: 50px;
	line-height: 1;
	padding: 10px 30px 10px 30px;
}
.container .box-rect.selected,
.container .blog-post:hover .box-rect,
.sub-menu .box-rect.selected {
	background-color: #ed0f69;
}

.container .box-rect.hover {
    cursor: pointer;
}
.container .box-rect.hover:hover, .container .box-rect.hover:focus {
    background-color: #fcf5f5;
    color: #ed0f69;
    border: 1px solid #ed0f69;
}
.container .blog-post {
	text-align: center;
	box-shadow: 0 5px 30px 0 #00000012;
}
.container .blog-post.round {
	border-radius: 29px;
	border-style: solid;
    border-color: white;
    border-width: thin;
    overflow: hidden;
}
.container .blog-post hr {
	border-bottom: .5px solid #ada7a7;
	margin: 10.5px 0;
}
.container .blog-post img {
	width: 240px;
	height: 252px;
	object-fit: contain;
	margin: 0 auto;
}

.container .entry-header {
	width: 111px;
	height: 37px;
	border-radius: 18px;
	background-color: #ed0f69;
	margin: 0 auto;
	position: relative;
    top: -60px;
    padding: 0px !important;
}
.container .entry-header div {
	font-weight: bold;
	line-height: 2;
	color: #ffffff;
}
.container .entry-content h5 {
	color: #5f5f5f;
}
.container .entry-content h6 {
	font-weight: 500;
	line-height: 1.5;
	color: #4e4c4c;
}
.container .entry-content p {
    font-size: 12px !important;
    line-height: 2;
    color: #5f5f5f;
}
.container .blog-post .button {
    width: 80%;
    font-size: 1rem;
    height: 50px;
}

/* 기기약정 상세보기 */
.container.shop-detail {
	text-align: center;
}
.container.shop-detail .columns .column p {
	line-height: 1.5;
}
.container.shop-detail .content .select {
	margin-bottom: 1.75rem;
	text-align: left;
}
.container.shop-detail .content p {
	font-size: 12px;
	line-height: 2;
	color: #4e4c4c;
}
.container.shop-detail .content a.button {
	font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    height: 50px;
}

.flex-control-nav.flex-control-thumbs {
	display:none;
}
/* 기기약정 상세보기 끝 */


/* 전기 */
/*section .table-wrapper {
	width: 100%;
	overflow-x: auto;
}*/

section .table-wrapper.responsive-table {
	width: 100%;
	overflow-x: auto;
}
section .table-wrapper table tr:not(.no-border):first-child {
	border-top: 1px solid #ed0f69;
}
section .table-wrapper.gray table tr:first-child {
	border-top: 1px solid #5F5F5F;
}
section .table-wrapper table tr.no-top-border {
	border-top-style: none;
}
section .table-wrapper table th {
	color: #4e4c4c;
    font-weight: normal;
}
section .table-wrapper table tr td {
	color: #4e4c4c;
	text-align: right !important;
	white-space: nowrap;
}
section .table-wrapper table tr td.break-word {
	white-space: normal;
    word-break: keep-all;
}
section .table-title {
	background-color: #f0f3f5;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}
section .table-bottom {
	background-color: #f0f3f5;
	font-weight: bold;
	padding: 0 .75em;
	line-height: 3;
	margin-bottom: 5px;
}
section .table-bottom.pink {
	background-color: #fcf5f5;
}
section .table-bottom.pink div,
section .table-bottom.pink span {
	color: #ed0f69;
}
section .table-bottom.bg-color {
	text-align: center;
	background-color: #ed0f69;
}
section .table-bottom.bg-color div {
	color: #fff;
}
section .table-bottom div:not(:last-child) {
	float: left;
}
section .table-bottom .price {
	text-align: right;
}
section .table.is-bottom tbody tr:last-child td, section .table.is-bottom tbody tr:last-child th {
    border-bottom-width: thin;
}
.step-box {
	padding: 30px 17px 30px;
	background-color: #fff;
	max-width: 760px;
  margin: 0 auto;
}
.step-box.small-row {
	line-height: 1;
}
section .step-box.pad {
	padding: 21px;
}
.step-box.is-opened {
	color: #fff !important;
	background-color: #ed0f69;
}
.step-box.is-opened p {
	color: #fff !important;
}
section .step-box.is-rounded {
	border-radius: 15px;
}
section .step-box.is-rounded.is-dgr {
	color: #ada7a7;
}
section .step-box.is-outline {
	border: 1px solid #ed0f69;
}
section .step-box.is-outline-dash {
	border: 1px dashed #ed0f69;
}
section .step-box.is-primary {
	color: #ed0f69;
}
section .step-box:hover .box-round {
	background-color: #ed0f69;
}
section .step-box:hover .box-round h4 {
	color: #fff;
}
section .step-box .box-round {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #f0f3f5;
    margin: 0 auto;
    border-radius: 2rem;
}
section .step-box .box-round h4 {
	line-height: 1.2;
}
section .control input:not(.is-rounded) {
	border-color: white;
	border-bottom: 1px solid #ada7a7;
}
section .step-box input:not(.is-rounded):focus {
	border-color: white;
	border-bottom: 1px solid #4e4c4c;
}
section.services .control.has-icons-left:not(.is-rounded):focus .icon,
section.services .control .has-icons-left:not(.is-rounded):focus .icon,
section.services .control.has-icons-right:not(.is-rounded):focus .icon,
section.services .control .has-icons-right:not(.is-rounded):focus .icon {
    color: #4e4c4c;
}
section.services .control.has-icons-left:focus .fa-question-circle,
section.services .control.has-icons-left:hover .fa-question-circle {
	color: #ed0f69;
}
.ad-info {
	min-width: 278px;
	margin: 0 auto;
}
.ad-info img {
	width: 110px;
}
.ad-info h6 {
	line-height: 1.5;
	font-weight: normal;
}
/*dropdown*/
/*.control .field.dropdown-select {
	line-height: 1;
	color: #ada7a7;
}*/
.control .field.dropdown-select:focus,
.control .field.dropdown-select:hover {	color: #4e4c4c; }
.control .dropdown.label span {	padding-left: 7.5px; }
.control .dropdown:focus .select:not(.is-multiple):not(.is-loading)::after,
.control .dropdown:hover .select:not(.is-multiple):not(.is-loading)::after {
	border-color: #4e4c4c;
}
.control .dropdown .select:not(.is-multiple):not(.is-loading)::after {
	border-color: #ada7a7;
	top: 50%;
}
.control .dropdown.is-active .select:not(.is-multiple):not(.is-loading)::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.control .dropdown.chk-circle.is-active .dropdown-trigger .select:not(.is-multiple):not(.is-loading)::after{
	-webkit-transform: rotate(180deg) scale(.8);
	transform: rotate(180deg) scale(.8);
	top:11%;
}
.control .dropdown.chk-circle .select:not(.is-multiple):not(.is-loading)::after {
	border: none !important;
    top: 20%;
	margin-top: unset;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	width: unset;
	height: unset;
}
.control .dropdown.chk-circle.gray .select:not(.is-multiple):not(.is-loading)::after {
	content: url(/assets/imgs/icon/chevron-circle-down.svg);
}
.control .dropdown.chk-circle.pink .select:not(.is-multiple):not(.is-loading)::after {
	content: url(/assets/imgs/icon/chevron-circle-down-pink.svg);
}
.control .dropdown-trigger {
	width: 100%;
	overflow: hidden;
}
.control .dropdown-trigger .select {
    border: 1px solid #ada7a7;
    border-radius: 7px;
    /*height: 3.875em;*/
    padding: .8em;
    width: 100%;
}
.control .dropdown.chk-circle .dropdown-menu .dropdown-content {
	background-color: #f0f3f5;
}
.control .dropdown-menu {
    width: 100%;
    background-color: #F0F3F5;
}
.control .dropdown-menu .dropdown-content {
    border: none;
}
.control .dropdown-menu a.dropdown-item:hover {
	background-color: #fff;
}
.control .dropdown-menu .dropdown-divider {
	background-color: #ada7a7;
}
.dropdown.is-active .dropdown-menu {
	/*height: 300px;*/
	max-height: 220px;
	overflow-y: auto;
}

.control .dropdown .select div:first-child {
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
    margin-right: 1.5em;
    white-space: nowrap;
}
.control .dropdown:not(.chk-circle) .select div:last-child {
	font-size: 13px;
}
.control .dropdown:not(.chk-circle):focus .select div:first-child,
.control .dropdown:not(.chk-circle):hover .select div:first-child {
	color: #4e4c4c;
}
.control .dropdown:not(.chk-circle):focus .select div:last-child,
.control .dropdown:not(.chk-circle):hover .select div:last-child {
	color: #676565;
}

.control .dropdown.chk-circle.pink .dropdown-trigger .select { background-color: #fff; border: 2px solid #ed0f69; color:#ed0f69; }
.control .dropdown.chk-circle.gray .dropdown-trigger .select { background-color: #f0f3f5; border-color: #f0f3f5; }
/*.control .dropdown.chk-circle.gray .dropdown-trigger .select:not(.is-multiple):not(.is-loading)::after { border-color: #ed0f69; }*/
.control .dropdown.chk-circle .is-active .dropdown-trigger .select:not(.is-multiple):not(.is-loading)::after { -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.control .dropdown.chk-circle .is-active .dropdown-trigger .select {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.control .dropdown.chk-circle.is-active .dropdown-menu {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.control .dropdown.chk-circle.is-active .dropdown-content {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.control .dropdown.chk-circle .dropdown-menu a.dropdown-item {
	color: #ada7a7;
    margin: .5rem 1.2rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
}
.control .dropdown.chk-circle .dropdown-menu a.dropdown-item:hover {
	background-color: #fcf5f5;
	color: #ed0f69;
}
/* dropdown end */
	
.next-step {
	text-align: center;
    height: 110px;
    line-height: 6.5;
    background-color: #f0f3f5;
}
.next-step.white {
	background-color: #fff;
}
.next-step a {
    font-weight: bold;
    color: #4e4c4c;
}

/* 가입신청 */

.join .hero-body .container, .join .container { /*max-width: 760px;*/width: 100%; }
.hero.join.is-large .hero-body {
	padding-top: 8rem;
}
.hero.join .hero-body .container h2 { font-size: 1.875rem; color: #fff; }
.hero.join .hero-body .container h2 .icon.is-large { font-size: 1.5rem; }
.join .heading-title { font-weight: 400; }

.join .promotion { max-width: 760px; margin: 0 auto; }
.hero.join .hero-body .container h2 .icon.is-large { width: 1.125rem; height: 2.4rem; vertical-align: text-top; } 
.control.has-icons-left .icon.is-primary, .control.has-icons-right .icon.is-primary { color: #ed0f69; }

.section.join .control:not(.has-icons-left) input, .join input.normal { border-radius: 7px; border: none; font-size: 18px; border-bottom: 0 !important; }
.section.join .control input.line-only { border-bottom: 2px solid #ada7a7 !important; border-radius: 0; }
.join .field-label.field-l { margin-right: 0; border-radius: 7px;}
.join .field-label.field-l label { line-height: 2.3;font-size: 18px;padding-left: 12px; text-align: left; width: 100%; white-space: nowrap; }
.join label.fit-content { width: 100%; white-space: nowrap; }
.join-summary { font-size: 13px; color: #ada7a7; padding: .4rem; }
.columns.col-small .column { padding: 0.12rem; }
.columns.col-small .column.pl-12 { padding-left: 12px !important }

.join .dropdown-item { font-size: 1.125rem; }

@media (min-width: 1024px) {
	.side-left { max-width: 360px; }
	.side-left { position: sticky; top: 1rem; }
}
@media (min-width: 1025px) {
	.join .field-label.field-l { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
	.join .input.field-r { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
	.join-summary { font-size: 13px; color: #ada7a7; padding: .875rem; }
	.hero.join .hero-body .container h2 .icon.is-large { width: 3.125rem; height: 4.125rem; font-size: 2.5rem; }
	.hero.join .hero-body .container h2 { font-size: 3.125rem; color: #fff; }
}
.af_list {
	max-height: 250px;
    overflow-y: auto;
    max-width: 760px;
    width: 100%;
    border-radius: 7px;
}
ul.af_list li.af_item {
	font-size: 0.875rem;
	padding: 10px !important;
	color: #ed0f69;
}
button.style-none {
	border: 0;
	background: none;
}
.join .button.completed { color:#fff; background-color: #ada7a7; border:none; }

.feedback-good img { content: url(/assets/imgs/feedback-good.png); }
.feedback-bad img { content: url(/assets/imgs/feedback-bad.png); }
.feedback-good.active img { content: url(/assets/imgs/feedback-good-act.png); }
.feedback-bad.active img { content: url(/assets/imgs/feedback-bad-act.png); }

.section.join .button.next-step {
	color: #fff !important;
    background-color: #ed0f69;
    width: 100%;
    height: 79px;
    line-height: 1;
    font-size: 1.125rem;
}
.step-item {
	z-index: 500;
    position: sticky !important;
    top: 10px;
    background-color: #fff;
}
.team.style-1 div.button {
	min-width: 300px;
}
.section-step.is-close { background-color: #ada7a7; color: #fff !important; }
.step-box .divide-title {
	margin-left: -17px;
	margin-right: -17px;
	margin-bottom: 15px; 
	padding: 10px 0 10px 12px;
	font-size: 1.375rem;
	font-weight: 600;
}
.step-box .divide-title span {
	font-size: 1.375rem;
}
.step-box-open {
	background-color: #fff;
	padding:0 1.5rem;
	max-width: 760px;
    margin: 0 auto;
}
.step-box-open .divide-title {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: 15px; 
	padding: 10px 0 10px 12px;
	font-size: 1.5625rem;
	font-weight: 600;
}
section.bg-lightgray {
	padding: 1.7875rem 1.5rem;
	background-color: #f0f3f5;
}
@media screen and (max-width:768px) {
	section.bg-lightgray {
		padding: 1.7875rem .7rem;
	}
	.join .button { padding-left: .75rem; padding-right: .75rem; width: 100%;  }
  .heading-title.style-2.overline { text-align: center; }
  .heading-title.style-2.overline:before { margin: 0 auto; }
}
section.step-box-open:after {
	position: absolute;
    top: -38px;
    left: 48%;
    margin-top: -1px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    padding: 0;
    content: '';
}
.multiline-span .has-icons-left {
	float: left;
}
.multiline-span .font-13 {
	margin-left: 25px;
    display: block;
    padding-top: 3px;
}
.checked-circle {
	position: relative;
    z-index: 300;
    right: -20px;
    top: 17px;
    color: #ada7a7;
}

body .normal-letter {
    color: #5f5f5f;
    padding-left: 28px;
    line-height: 1;
    text-align: left;
}
/*
.custom-select { width: 100%; }
.custom-select select {	border: none; background-color: #f0f3f5;min-width: 100%;line-height: 1; }
.custom-select:after, .custom-select::after { border-color: #ed0f69 !important; }
.control.has-icons-left .custom-select select { font-size: 1.125rem;	padding-left: 1rem;	padding-right: 0; }
*/
.icon.bg-white {
	background: #fff;
    padding: 5px;
    border-radius: 50%;
}
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #f0f3f5;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
	border: 3px solid #ed0f69;
border-radius: 2px;
border-right: 0;
border-top: 0;
content: " ";
height: .625em;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center;
transform-origin: center;
width: .625em;
right: 10px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 14px;
  transform: rotate(135deg);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #4e4c4c;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f0f3f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 220px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #fcf5f5;
  color: #ed0f69 !important;
}

.check-circle:before { font-family: 'FontAwesome'; content: '\f058'; font-size: 1.7rem; line-height: 1; }
.check-circle span { display:none; }


.popover { position: relative; display: inline-block; }
.popover:focus { outline: transparent; }
.popover .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #404040;
  color: #fff;
  border-radius: 6px;
  padding: 15px;
  font-size: 14px;
  pointer-events: none;
  /* Position the tooltip */
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: auto;
}
.popover:hover .tooltiptext, .popover.active .tooltiptext { visibility: visible; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card.inverse .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card.inverse .flip-card-front .badge, .flip-card.inverse .flip-card-front .button, .flip-card.inverse .flip-card-front .box-title {
	display: none !important;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
/*가입신청끝*/

/*terms & conditions*/
ul.style-dot {
	list-style: disc outside;
	padding-left: 20px;
}
ul.is-wide li {
	padding: 5px 0;
}
.container.terms a:not(.plain), .link-gold {
	font-weight: 700;
	/*text-decoration: underline;*/
	color: #b79f57 !important;
}
.container.terms a.normal {
	color: inherit !important;;
	text-decoration: none;
}
.container.terms .under {
	text-decoration: underline;
}
.border-list {
	border-top: 1px solid #5f5f5f;
}
.border-list:last-child {
	border-bottom: 1px solid #5f5f5f;
}
.border-top-bottom {
    color: #4e4c4c;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-weight: 600;
}
.border-top-bottom::after {
    float: right;
    line-height: 2.5;
}
.border-list .border-top-bottom:after {
	font-family: 'simple-line-icons';
    font-size: 11px;
    font-size: 0.6875rem;
}
.border-list .border-top-bottom.right:after {
    content: "\e606";
    top: 40%;
}
.border-list .inner {
	border-top: 1px solid #5f5f5f;
	padding: 0 24px 20px 24px;
}

.terms h5 {
	color: #4e4c4c;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: -7px;
}
.terms h6 {
	color: #707070;
	font-size: 0.75rem;
	padding-top: 15px;
}
.terms-policy {
	counter-reset: section;
}
.terms-policy h5 {
	counter-reset: subsection;
}
.terms-policy h5:before {
	counter-increment: section;
	content: counter(section) ". ";
	font-weight: bold;
}
.terms-policy h6:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) " ";
	font-weight: bold;
}
.terms-policy.single-num {
	counter-reset: subsection;
}
.terms-policy.single-num h5 {
	counter-reset: none;
}
.terms-policy.single-num h5:before {
	content: '';
}
.terms-policy.single-num h6:before {
	counter-increment: subsection;
	content: counter(subsection) ". ";
	font-weight: bold;
}
.terms-policy ul.roman {
	/*list-style: upper-roman;*/
	list-style: none;
}
.terms ul li {
	padding: 7px 0;
}

/*terms & conditions end*/

footer .footer-social-links {
	text-align: center;
}

footer .columns .column.is-6-tablet .widget-title,
footer .columns .column.mobile.is-6-tablet,
footer .columns .column.is-6-tablet .lang-option {
	display: none;
}
footer .is-6-tablet #footer-logo {
	/*display: none !important;*/
}

footer .columns .column.is-6-tablet .mobile,
footer .footer-logo-mobile.column.is-6-tablet {
	display: block !important;
	text-align: left;
}
footer .footer-logo-mobile.column.is-6-tablet #lang {
	text-align: center;
	left: -15px;
}

footer .site-header-top {
	background-color: #202020 !important;
}
footer .site-header-top .nav-menu-dropdown > li > a {
	color: #5f5f5f !important;
}
footer .nav-menu-dropdown.style-2 > li > a:after {
    font-family: 'simple-line-icons';
    top: 30%;
    left: 95%;
    padding-left: 10%;
}
footer .footer-logo-mobile .nav-menu-dropdown > li > ul {
	top: 95%;
}
footer .footer-social-links li a {
	text-align: center;
}
footer .footer-social-links li em {
	font-style: inherit;
	font-size: 12px;
	line-height: 0.75;
	letter-spacing: normal;
	color: #4e4c4c;
}
footer .footer-social-links li:hover em {
	color: #ed0f69;
}

footer .widget-title {
	font-size: 13px;
	color: #ffffff;
}
footer .line-pink:after {
	content: "";
	display: block;
	width: 28px;
	border-bottom: 2px solid #ed0f69;
	margin: 5px 0;
}
/*footer .widget-links ul li:before { 200130
	content: ' ';
}*/
.footer-mobile {
	display: none;
}

@media screen and (max-width: 1088px) {
	.footer-desktop {
		display: none;
	}
	.footer-mobile {
		display: block;
	}
}
.sub.has-icons-left {
	position: relative;
	top: 0;
}
.sub.has-icons-left span {
	padding-left: 35px;
}
.sub.has-icons-left span:last-child {
	padding-left: 50px;
}
.sub.has-icons-left .icon.is-nano {
	height: 1.6rem !important;
}



.button.fill-round {
	border-radius: 7px;
	border: 2px solid #ed0f69;
	background-color: #ed0f69;
	color: #fff;
}
.button.fill-round.is-mobile {
	border: 2px solid #0091D4;
	background-color: #0091D4;
}
.button.outline-round {
	border-radius: 7px;
	border: 2px solid #ed0f69;
	background-color: transparent;
	color: #ed0f69;
}
.button.outline-round.is-mobile {
	border: 2px solid #0091D4;
	color: #0091D4;
}
.button.fill-round:focus, .button.fill-round:hover, .button.fill-round:active {
	border: 2px solid #ed0f69 !important;
	background-color: transparent !important;
	color: #ed0f69 !important;
}
.button.fill-round.is-mobile:focus, .button.fill-round.is-mobile:hover, .button.fill-round.is-mobile:active {
	border: 2px solid #0091D4 !important;
	color: #0091D4 !important;
}
.button.block {
	display: inline-block;
	line-height: 1;
	margin: 0 auto;
}

@media screen and (min-width: 1088px) {
	.button.outline-round:hover { border-color: #ed0f69 !important; background-color: #ed0f69 !important; color: #fff !important;	}
	.button.outline-round.is-mobile:hover { border-color: #0091D4 !important; background-color: #0091D4 !important;	color: #fff !important;	}
}
.button.outline-round.checked {
	border: 2px solid #ed0f69 !important;
	background-color: #ed0f69 !important;
	color: #fff !important;
}
.button.is-small {
	height: 2.8125rem;
}
.button.bold {
	font-weight: 700;
	font-size: 1.25rem;
}


.font-11 { font-size: 0.6875rem; }
.font-12 { font-size: 0.75rem; }
.font-13 { font-size: 0.8125rem; }
.font-14 { font-size: 0.875rem; }
.font-15 { font-size: 0.9375rem; }
.font-16 { font-size: 1rem; }
.font-18 { font-size: 1.125rem; }
.font-20 { font-size: 1.25rem; }
.font-21 { font-size: 1.3125rem; }
.font-23 { font-size: 1.4375rem; }
.font-24 { font-size: 1.5rem; }
.font-25 { font-size: 1.5625rem; }
.font-26 { font-size: 1.625rem; }
.font-28 { font-size: 1.75rem; }
.font-30 { font-size: 1.875rem; }
.font-32 { font-size: 2rem; }
.font-35 { font-size: 2.1875rem; }
.font-40 { font-size: 2.5rem; }
.font-60 { font-size: 3.75rem; }
.font-65 { font-size: 4.0625rem; }
.font-86 { font-size: 5rem; }

.weight-600 { font-weight: 600; }
.weight-900 { font-weight: 900; }
.bold { font-weight: 700; } 

.font-line { text-decoration: line-through; }
.icon.is-round {
    border-radius: 100%;
    border-style: solid;
    border-width: thick;
    background: #4e4c4c;
    color: white;
}
.icon.right {
    float:right;
    margin:10px;
}

.error {
	color: #ed0f69;
	font-size: 14px;
}

.container div .button.is-full {
	min-width: 160px;
}
.container div .button.is-full-center {
	min-width: 200px;
}

/*user guide*/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-fix-size img {
	max-width: 420px;
	width: 100%;
}
.above-img {
	font-weight: normal !important;
}

.heading-img-wrapper {
	/*text-align: center;*/
	max-width: 735px;
	margin: 0 auto;
}
/*userguide end*/
.tabs.no-border a {
	border: none !important;
}

.tabs.is-primary.is-toggle a { border-color: #ed0f69 !important; }

.tabs.width-small {
	max-width: 450px;
	margin: 0 auto;
}
.pointer {
	cursor: pointer;
}
.pointer.hover:hover {
	color: #ed0f69;
}



@media screen and (max-width:768px) {

	/*html, body {
		font-size: 12px;
	}*/
	.page-title.join:before {
		background-size: cover;
	    background-position: left;
	}
	.hero.join.is-large .hero-body { padding-bottom: 8rem; }
	.hero.join .hero-body .container h3 { font-size: 15px; }

	.popover { -webkit-touch-callout: none !important; }
	.icon { -webkit-user-select: none !important; }

	.popover .tooltiptext {
	    position: fixed;
	    left: 50%;
    	top: 35%;
    	margin-left: -150px;
    	margin-right: -150px;
	}
}


/*modal*/
body.modal-open {
	/*height: 100vh;*/
	overflow: hidden;
	 position:absolute;
     width:100%;
     height:100%;
}
.modal-card-head {
	background-color: #ed0f69;
}
.modal-card-title {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding-left: 24px;
    line-height: 1.5;
}
.modal .button.is-primary {
	margin: 0 auto;
}
/*.delete::before, .modal-close::before, .delete::after, .modal-close::after*/
.modal.notice .modal-card-foot {
	display: flex;
    justify-content: space-between;
}
.modal .modal-card-foot .delete::before, .modal .modal-card-foot .delete::after {
	background-color: #ada7a7;
}
.modal .modal-card-foot .delete:hover::before, .modal .modal-card-foot .delete::after {
	background-color: #ada7a7;
}
.modal .modal-card-foot .delete:hover, .modal .modal-card-foot .delete:hover, .modal .modal-card-foot .delete:focus, .modal .modal-card-foot .modal-close:focus {
    background-color: rgba(0,0,0, 0.1);
}
.modal .container { width: 100%; }
#_warn {
	text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding-left: 30px;
    font-size: 2.5rem;
}
/*.modal .modal-background {
	content:;
}*/

#Progress_Loading .modal-background {
	background: rgba(50, 50, 50, 0.7);
}
#Progress_Loading img {
	position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    /*top: calc(50% - 145px);
    left: calc(50% - 163px);*/

    /*transition: transform 2s ease .2s;*/
}
#Progress_Loading img {
	width: 81px;
	height: 123px;

/*    width: 320px;
    height: 250px;*/
}

.datepicker {
	background: #fff;
	border: 1px solid #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #ddd;
}

.datepicker-dropdown:before { content: none; /* #f0f3f5*/ }
.datepicker-dropdown:after { content: none; }
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background-color: #eceff1;
	background-image: none;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #ed0f69;
	background-image: none;
}
.datepicker-inline {
    width: 100%;
}
.datepicker table {
    width: 100%;
}



/*landing page*/
.carousel-wrapper {
	background: #ed0f69;
	min-height: 644px;
	text-align: center;
	padding-top: 34px;
	/*padding-bottom: 22px;*/

	background-image: url("/assets/imgs/landing/landing-bg.png");
	background-size: cover;
	background-position: center;
}
.carousel-wrapper.bg-gas {
	background: #44ba8c;
}
.carousel-wrapper.bg-power {
	background: #f6921e;
}
.carousel-wrapper figure {
	margin: 0 auto;
}
.carousel-wrapper .site-logo-inner {
	max-width: 110px;
	max-height: 35px;
}
.winner-award {
	background: #fff;
	line-height: 66px;
	height: 66px;
	border-radius: 15px;
	margin: 0 15px 0 15px;
	max-width: 330px;
}
.winner-award div {
	display: flex;
	align-items: center;
	justify-content: space-around;	
	margin: 0 auto;
}
.winner-award figure img {
	width: 30px;
	height: 39px;
	vertical-align: middle;
}
.together-text {
	max-width: 196px;
	max-height: 149px;
}
.style-with-image .owl-stage {
	/*margin: 0 auto;*/
}
.style-with-image img {
	margin: 26px 0 !important;
	border-radius: 0 !important;
	height: 207px !important;
	width: auto !important;
}
.style-with-image .btn-style {
	width: 142px;
	height: 34px;
	font-size: 1.25rem;
	font-weight: bold;
	background: #fff;
}
.btn-style.is-primary {
	color:#ed0f69;
}
.btn-style.is-gas {
	color:#44ba8c;
}
.btn-style.is-power {
	color:#f6921e;
}
.style-with-image .btn-style.is-rounded {
	border-radius: 25px;
}
.owl-prev > span, .owl-next > span { display:none; }
.owl-carousel.style-with-image .owl-dots .owl-dot.active span, .owl-carousel.style-with-image .owl-dots .owl-dot:hover span {
	background: #fff;
}
.owl-carousel.style-with-image .owl-dots .owl-dot span {
	background: #ada7a7;
	opacity: 1;
}
.owl-carousel.style-with-image .owl-nav {
	/*width: 248px;
	position: unset !important;*/
	width: 248px;
    margin: 0 auto;
    top: -160px;
    height: 30px;
    left: 0; 
    position: relative !important;
}
.owl-carousel.style-with-image .owl-prev {
	/*left: 0;*/
}
.owl-carousel.style-with-image .owl-next {
	right: 8px;
}
.owl-carousel.style-with-image.navs .owl-nav .owl-next:before, .owl-carousel.style-with-image.navs .owl-nav .owl-prev:before {
	color: #fff;
	opacity: 1;
}
.owl-carousel.style-with-image .owl-nav .disabled {
	opacity: 1;
	cursor: pointer;
}
.owl-carousel.style-with-image.navs .owl-nav .owl-next.disabled:before, .owl-carousel.style-with-image.navs .owl-nav .owl-prev.disabled:before {
	color: #fff;
}

.owl-carousel.top-round-border {
	background-color: #fff;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	max-width: 330px;
	margin: 0 auto;
}
.owl-carousel.top-round-border .btn-style {
	width: 80%;
	height: 34px;
	font-size: 1.0625rem;
	font-weight: bold;
	background: #ed0f69;
}
.owl-carousel.top-round-border .owl-dots .owl-dot.active span, .owl-carousel.style-with-image .owl-dots .owl-dot:hover span {
	background: #ed0f69;
}
.owl-carousel.top-round-border .owl-dots .owl-dot span {
	background: #ada7a7;
	opacity: 1;
}
.owl-carousel.top-round-border .owl-dots {
    padding-bottom: 20px;
}
.landing-icon {
	text-align: center;
}
.landing-icon img {
	width: 32px;
	height: 32px;
    margin: 5px;
}
.title-wrap.is-outlined {
	height: 90px;
	min-height: 90px;
	max-width: 307px;
	border: 5px solid #ed0f69;
}
.fit-icon .box-item > div {
	height: 80px;

}
.fit-icon div > img {
	height: 100%;
	width: auto;
}
.card-header {
	max-width: 295px;
    height: 47px;
    background: #ada7a7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
.card-header div {
	width: 100%;
	line-height: 47px;
}
.card-header.bg-primary {
	background: #ed0f69;
}
.card-content {
	background: #fff;
	margin: 0 auto;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-width: 295px;
    text-align: center;
}
.card-content figure img {
	width: 55px;
	height: 92px;
}
.card-content figure img:not(:last-child) {
	margin-right: 22px;
}
.boxes-style-4 .box-item p {
	margin: 0 auto;
}
/*landing page end*/

.datepicker { background: #f0f3f5; border: none; border-radius: 10px; padding: 12px; }
.datepicker-dropdown.dropdown-menu { min-width: 16rem; }
.datepicker .table-condensed { width: 95%;margin: 0 auto; }
.datepicker .table-condensed th.datepicker-switch { text-align: center; }
.datepicker .table-condensed td.disabled { color: #ada7a7; }
 .datepicker table tr td.disabled:hover { background-color: #fcf5f5; }
.datepicker .table-condensed td.old.day { color: #cacaca !important; }
.datepicker .table-condensed td.day { text-align: center;border-radius: 5px; padding:3px; }
.datepicker .table-condensed td.new.day { color: #ada7a7 !important; }
.datepicker .table-condensed td.today { color: #096ae2 !important; }
.datepicker .table-condensed td.day:hover, .datepicker .table-condensed td.active.day { background-color: #ed0f69;color:#fff; }
.datepicker .table-condensed th.dow { color: #a6a6a6;text-align: center; }
.datepicker .table-condensed td span.month { padding:5px; }