@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: url('./SUIT-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: url('./SUIT-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('./SUIT-Light.woff2') format('woff2');
}

}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}ol, ul {
  list-style: none;
}blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}.SliderArea .Slider .Columns-1 .Rows {
    flex-basis: 100%;
    text-align: center;
    color: white;
}a {
  text-decoration: none;
}body,th,td,input,select,textarea,button {
color:#333;
font-size:17px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: "SUIT";
font-weight:400;
}img {
  max-width: 100%;
}.Inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}.Background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}.HeaderArea {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #eee;
}.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}.Header .Logo img {
  width: 200px;
}.Header .Menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}.Header .Menu ul li a {
  font-size: 1rem;
  color: black;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  background-color: transparent;
  font-weight: 400;
}.Header .Menu ul li a:hover {
  transition: .5s;
  background-color: #0b8ccc;
  color: white;
}.Header .Menu ul .Active a {
  transition: .5s;
  background-color: #0b8ccc;
  color: white;
}


.logo-card img {
    width: 100%;
	width: 200px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.logo-video{
    width: 210px;
    height: -webkit-fill-available;
}


.Padding {
  padding: 80px 20px;
}.SliderArea {
  /* background-color: #0b8ccc; */
  background-image: url("../images/SliderBG.jpg");
  padding: 80px 20px;
}.SliderArea .Slider {
  display: flex;
  flex-direction: column;
}.SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.SliderArea .Slider .Columns-1 .SliderText01 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: white;
    color: #0b8ccc;
    border-radius: 30px;
    padding: 10px 25px;
}.SliderArea .Slider .Columns-1 .SliderText02 {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
  line-height: 1.4;
}.SliderArea .Slider .Columns-1 .SliderText03 {
  font-size: 1.2rem;
  font-weight: 400;
}.SliderArea .Slider .Columns-2 {
  margin-top: 70px;
}.SliderArea .Slider .Columns-2 .Rows {
  flex-basis: calc(100% / 3);
  margin-right: 20px;
}.SliderArea .Slider .Columns-2 .Rows:last-child {
  margin-right: 0px;
}.SliderArea .Slider .Columns-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-height: 70px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.SliderArea .Slider .Columns-2 img {
  margin-right: 10px;
}.InfoArea .Info {
  display: flex;
  justify-content: center;
  align-items: stretch;
}.InfoArea .Info .Rows {
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
  flex-basis: calc(100% / 2 - 60px);
  border-radius: 15px;
}.InfoArea .Info .Rows-1 {
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.InfoArea .Info .Rows-1 a {
  color: white;
}.InfoArea .Info .Rows-2 {
  color: #3b1a1d;
  background-color: #f9e10b;
}.InfoArea .Info .Rows .InfoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}.InfoArea .Info .Rows .InfoText01 img {
  margin-right: 10px;
}.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
}.InfoArea .Info .Rows .InfoText02 a {
  color: white;
}.InfoArea .Info .Rows .InfoText03 {
  font-size: 1.2rem;
  font-weight: 500;
}.InfoArea .Info .Rows-1 .InfoText03 {
  color: white;
}.Background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}.ServiceArea {
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.ServiceT {
  font-size: 2rem;
  font-weight: bold;
}.ServiceD {
  font-size: 1.2rem;
  margin: 10px 0px 30px 0px;
}.ServiceArea .ServiceList {
  display: flex;
  justify-content: center;
  align-items: stretch;
}.ServiceArea .ServiceList .Rows {
  margin: 0 10px;
  flex-basis: calc(100% / 3 - 20px);
  padding: 50px;
  background-color: white;
  border-radius: 30px;
  box-sizing: border-box;
}.ServiceArea .ServiceList .Rows .ServiceListText01 {
  border-radius: 30px;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.1rem;
}.ServiceArea .ServiceList .Rows .ServiceListText02 {
  margin: 30px 0px;
}.ServiceArea .ServiceList .Rows .ServiceListText02 img {
  min-height: 186px;
}.ServiceArea .ServiceList .Rows .ServiceListText03 {
  color: #0b8ccc;
  font-size: 2.5rem;
  font-weight: bold;
}.ServiceArea .ServiceList .Rows p {
  color: grey;
  margin-top: 5px;
}.HelpArea .HelpList .Rows {
  margin: 0 10px;
}.ReviewArea {
  text-align: center;
  background-color: #eee;
}.ReviewList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}.ReviewList .Rows {
  margin: 10px;
  flex-basis: calc(100% / 2 - 20px);
}.ReviewList .Rows img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.KakaoArea {
  text-align: center;
  background-color: #eee;
}.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 26px 0px 50px 0px;
  color: #3b1a1d;
}.InfoArea .Info .Rows .InfoText022 a {
  color: white;
}.KakaoHow {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
  color: #f9e10b;
  background-color: #3c1b1c;
  padding: 8px 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}.KakaoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.KakaoList .Rows p {
  margin-top: 10px;
  border-radius: 15px;
  padding: 15px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.KakaoList .Rows b {
  font-size: 1.2rem;
}.KakaoList .Rows {
  margin: 0 5px;
}.LiveArea {
  color: white;
  text-align: center;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.LiveArea .Live .LiveT {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
}.LiveArea .Live .LiveD {
  font-size: 1.1rem;
  margin: 10px 0px 30px 0px;
}.LiveStream {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px 20px;
  border-radius: 30px;
  color: black;
  overflow: hidden;
}.FormArea {
	margin:0 auto;
	text-align: center;
	background-color: #607994;
}.FormArea .title{
padding-bottom:30px;
color:#061e3e;
text-align:center;
}.FormArea .title p{
font-family:"Gms";
font-weight:700;
font-size:42px;
color:#fff;
line-height:1.4em;
}.ba5-right{
width:94%;
max-width:900px;
margin:0 auto;
background:#fff;
border-radius:20px;
padding:50px;
box-sizing:border-box;
}.b5r-tit{
text-align:center;
color: #424242;
font-size: 20px;
font-weight: 400;
margin-bottom:20px;
}.b5r-tit span{
display:block;
font-weight:700;
color:#d41;
}.b5r-tit img{
width:180px;
margin-bottom:10px;
}.b5r-con{
text-align:center;
color: #424242;
font-size: 20px;
font-weight: 400;
margin-bottom:20px;
}.ba5-right li{
display:flex;
background:#fff;
height:82px;
align-items: center;
box-sizing:border-box;
gap:10px;
border-bottom:1px #e0e0e0 solid;
}.ba5-right li p{
font-weight:600;
font-size:24px;
flex-shrink: 0;
width: 120px;
}.ba5-right li p em{
font-weight:800;
color:#e56626;
 
}.ba5-right li input[type="text"],
.ba5-right li input[type="number"],
.ba5-right li select{
text-align:center;
border:0;
background:#e9ecf3;
border-radius:10px;
height:40px;
padding:0 10px;
box-sizing:border-box;
flex-grow: 1;
}.ba5-right li input[type="number"]::-webkit-inner-spin-button, 
.ba5-right li input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}.ba5-right li input[type="number"] {
    -moz-appearance: textfield;
}.ba5-right li input[type="radio"]{
border:0;
background:#e9f3ed;
border-radius:10px;
height:20px;
width:20px;
padding:0 5px;
box-sizing:border-box;
display:none;
}.ba5li-radio{
flex-grow: 1;
display:flex;
background:#e9ecf3;
border-radius:10px;
}.ba5li-radio label{
width:50%;
text-align:center;
box-sizing:border-box;
padding:10px;
}.ba5li-radio input[type="radio"]:checked+label{
background:rgb(222, 78, 20);
border-radius:10px;
color:#fff;
}.ba5-check #check{
display:none;
}.ba5-check{
display:flex;
color:#666;
font-size:20px;
font-weight:300;
align-items: center;
margin-top:10px;
}.ba5-check label{
display:flex;
gap:5px;
align-items: center;
}.ba5-check a{
font-weight:600;
color:#666;
}.ba5-check #check+label span{
background-repeat: no-repeat;
background-image: url("../images/check-off.png");}.ba5-check #check:checked+label span{
background-image: url("../images/check-on.png");
}.ba5-check label span{
display: block;
width:25px; 
height:25px; 
background-size:cover;
}.ba5-btn{
margin-top:40px;
}.ba5-btn a{
display:flex;
align-items: center;
justify-content: center;
border-radius:20px;
background:#607994;
height:65px;
color:#fff;
font-size:20px;
font-weight:700;
gap:5px;
transition: all 0.2s linear;
}.ba5-btn a:hover{
background:#2350c3;
}.ba5-btn a i{
font-size:24px;
}.layer-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    overflow: auto;
    display: none;
}.layer-popup .layer-pop-area {
    width: 70%;
    max-width: 800px;
    height: 80vh;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -45vh;
    padding: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.84);
    box-sizing: border-box;
}.layer-popup .layer-tit {
    font-weight: 600;
    font-size: 1.25em;
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    width: 100%;
    padding: 0 15px 20px;
}.layer-popup .layer-content {
    color: #555;
    height: 85%;
    overflow-y: scroll;
    box-sizing: border-box;
}.layer-popup .close-box {
    position: absolute;
    right: -50px;
    top: 0px;
    z-index: 99;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #de4d14;
    font-size: 32px;
}.close-btn {
	display: block;
	width: 100px;
	margin: 30px auto;			
	padding: 10px;
	background-color: #0056b3;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}.close-btn:hover {
	background-color: #003d80;
}@media (max-width: 768px) {
.layer-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        overflow: hidden;
    }.layer-popup .layer-pop-area {
        width: 90% !important;
        max-width: 600px !important;
        height: auto !important;
        padding: 20px !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin-left: 0 !important; /* 데스크탑용 margin 제거 */
        margin-top: 0 !important;  /* 데스크탑용 margin 제거 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
        box-sizing: border-box !important;
    }.layer-popup .container {
        overflow-y: auto;
        max-height: 70vh;
    }.close-btn {
		display: block;
		width: 100px;
		margin: 30px auto;			
		padding: 10px;
		background-color: #0056b3;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		text-decoration: none;
		cursor: pointer;
	}.close-btn:hover {
		background-color: #003d80;
	}.layer-popup .close-box {
        display: none;
    }}.Notice {
  width: 100%;
  height: 250px;
  overflow: hidden;
}.Rolling {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 50px;
}.Rolling li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 30px;
  text-align: center;
}.Rolling li .Rows, .OptionHead .Rows {
  width: 160px;
}.Rolling li .Rows-5 {
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  border-radius: 30px;
  color: white;
  padding: 5px 0px;
  font-weight: bold;
}.OptionHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}.FooterArea {
  color: white;
  text-align: center;
  padding: 50px 20px;
  background-color: black;
}.FooterArea .Footer {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}.AboutBread {
  background-image: url("../images/AboutBread.jpg");
}.BreadArea {
  color: white;
  text-align: center;
  padding: 100px 20px;
}.Bread {
  font-size: 1.8rem;
  font-weight: bold;
}.About {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
}.About .Rows {
  margin: 0 20px;
  padding: 50px 20px;
  flex-basis: calc(100% / 2 - 40px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.About .Rows .ABThumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}.About .Rows .ABText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}.About .Rows .ABText02 {
  font-size: 1rem;
  line-height: 1.5;
}.PriColor {
  color: #0b8ccc;
  font-size: inherit;
}.AboutMoreArea {
  background-color: #eee;
}.AboutMoreArea .AboutMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.AboutMoreArea .AboutMore .Rows .AboutMoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}.AboutMoreArea .AboutMore .Rows .AboutMoText02 {
  font-size: 1.1rem;
}.AboutMoreArea .AboutMore .Rows a {
  display: inline-block;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  color: white;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
}.AboutMoreArea .AboutMore .Rows a:hover {
  transition: .5s;
  background-color: black;
}.ProductArea .ProBest {
  display: flex;
  justify-content: center;
  align-items: center;
}.ProductArea .ProBest .Rows {
  flex-basis: calc(100% / 2);
}.ProductArea .ProBest .Rows img {
  display: block;
  margin: 0 auto;
}.ProductArea .ProBest .Rows-1 {
  border-radius: 30px;
  padding: 50px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
}.ProductArea .ProBest .Rows-2 {
  padding: 0px 50px;
}.ProductArea .ProBest .Rows-2 .ProBestText01 {
  font-size: 1.1rem;
}.ProductArea .ProBest .Rows-2 .ProBestText02 {
  font-size: 2rem;
  font-weight: bold;
  color: #0b8ccc;
  margin: 5px 0px 30px 0px;
}.ProductArea .ProBest .Rows-2 .ProBestText03 {
  font-size: 1.2rem;
}.ProStep {
  display: flex;
  text-align: center;
  margin-top: 50px;
}.ProStep .Rows {
  margin-right: 30px;
}.ProStep .Rows:last-child {
  margin-right: 0px;
}.ProStep .Rows p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}.ProTip {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}.ProTip .Columns {
  margin-bottom: 10px;
  font-size: 1rem;
}.ProTip .Columns:last-child {
  margin-bottom: 0px;
}.ProTip .Number {
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  background-color: #eee;
  padding: 10px 25px;
}.ProTip .PriColor {
  font-weight: bold;
}.ProductArea-2 {
  background-color: #eee;
}.ProductArea-2 .ProTip .Number {
  background-color: black;
  color: white;
}.ProductArea-3 .ProBest .Rows-1 {
  background-color: #e9e4f6;
}.ProductArea-3 .ProBest .Rows-2 .ProBestText02 {
  color: black;
  margin: 0px 0px 0px 0px;
}.ProductArea-3 .ProBest .Rows-2 .ProBestText01 {
  color: #6626ee;
  margin: 10px 0px 30px 0px;
}.ProBottomArea .ProBottom img {
  display: block;
  margin: 0 auto;
  width: 500px;
}.RequestBread {
  background-image: url("../images/RequestBread.jpg");
}.Request {
  text-align: center;
}.RequestStep {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}.RequestStep .Rows {
  flex-basis: calc(100% / 3);
  margin: 0 10px;
}.RequestStep .Rows .RequestThumb img {
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.RequestStep .Rows .RequestNumber {
  margin: 20px 0px 10px 0px;
  font-size: 1.5rem;
  color: grey;
  font-weight: bold;
}.RequestStep .Rows .RequestDescr {
  font-size: 1.1rem;
}.RequestStep .Rows p {
  margin-top: 10px;
  color: grey;
}.RequestAlertArea {
  text-align: center;
  background-color: #ffeb34;
}.RequestAlertArea .RequestAlert .RequestATitle {
  font-size: 1.8rem;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}.RequestAlertArea .RequestAlert .RequestADescr {
  font-size: 1.1rem;
}.RequsetKakao {
  background-color: white;
}.RequsetKakao .KakaoList .Rows p {
  background-color: #ffeb34;
}.FnBread {
  background-image: url("../images/FnBread.jpg");
}.FnListArea {
  text-align: center;
}.accordion-list {
  text-align: left;
  border-top: 2px solid #777;
}.accordion-list .accordion-item {
  border-bottom: 1px solid #ddd;
}.accordion-list .accordion-item .accordion-link {
  display: block;
  position: relative;
  padding: 25px 20px;
  transition: all 0.3s;
}.accordion-list .accordion-item.active .accordion-link {
  background-color: #fff;
}.accordion-list .accordion-item .accordion-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #999;
}.accordion-list .accordion-item.active .accordion-link::before {
  background-color: #15989f
}.accordion-list .accordion-name {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 40px;
  font-size: 17px;
  font-weight: bold;
  color: black;
}.accordion-list .accordion-name .icon {
  color: #0b8ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}.accordion-list .accordion-item .accordion-desc {
  display: none;
  padding: 30px 40px;
  background-color: #f9f9f9;
  color: #777;
}.Floting {
  display: none;
}.Floting a {
  display: block;
}.AlertBox {
  display: inline-block;
  font-size: .9rem;
  margin-top: 20px;
  text-align: center;
}button {
  border: 0;
  background: none;
  cursor: pointer;
}.main_popup {
  position: fixed;
  z-index: 1005;
  /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
  /* box-shadow: 0px 13px 40px -6px #061626; */
  top: 100px;
  left: 300px;
  display: none;
  margin: 20px;
  border: 2px solid #333;
}.main_popup.on {
  display: block;
  background-color: #fff;
}.main_popup .img_wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 31px;
  right: 17px;
  font-size: 0;
  border: 0;
  /* background: white; */
  color: black;
}.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}@media (max-width: 768px) {.ba5-right {
        width: 94%;
        padding: 20px;
        border-radius: 10px;
    }.ba5-right li {
        flex-wrap: wrap; /* 입력 필드들이 한 줄에 꽉 차면 줄바꿈 */
        justify-content: flex-start;
        align-items: center;
		height: 100px;
    }.ba5-right li p {
        width: 100%; /* 라벨을 위로 올리기 위해 100% 너비로 변경 */
        text-align: left;
        font-size: 16px;
        margin-bottom: 0px;
    }.ba5-right li input[type="text"],
    .ba5-right li input[type="number"],
    .ba5-right li select {
        width: 25%; /* 입력 필드 크기를 적절히 조정 */
        height: 40px;
        margin-bottom: 25px; /* 필드 간격 추가 */
        text-align: center;
    }.ba5li-radio {
        flex-wrap: wrap;
    }.ba5li-radio label {
        width: 100%;
        padding: 10px;
    }.ba5-check {
        flex-wrap: wrap;
        font-size: 16px;
    }.ba5-check a {
        font-size: 14px;
    }.ba5-btn a {
        height: 50px;
        font-size: 18px;
    }.b5r-tit img {
        width: 150px;
    }.b5r-tit p {
        font-size: 16px;
    }.b5r-tit span {
        font-size: 14px;
    }}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}ol, ul {
  list-style: none;
}blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}.SliderArea .Slider .Columns-1 .Rows {
    flex-basis: 100%;
    text-align: center;
    color: white;
}a {
  text-decoration: none;
}body,th,td,input,select,textarea,button {
color:#333;
font-size:17px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: "SUIT";
font-weight:400;
}img {
  max-width: 100%;
}.Inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}.Background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}.HeaderArea {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #eee;
}.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}.Header .Logo img {
  width: 200px;
}.Header .Menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}.Header .Menu ul li a {
  font-size: 1rem;
  color: black;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  background-color: transparent;
  font-weight: 400;
}.Header .Menu ul li a:hover {
  transition: .5s;
  background-color: #0b8ccc;
  color: white;
}.Header .Menu ul .Active a {
  transition: .5s;
  background-color: #0b8ccc;
  color: white;
}.Padding {
  padding: 80px 20px;
}.SliderArea {
  /* background-color: #0b8ccc; */
  background-image: url("../images/SliderBG.jpg");
  padding: 80px 20px;
}.SliderArea .Slider {
  display: flex;
  flex-direction: column;
}.SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.SliderArea .Slider .Columns-1 .SliderText01 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: white;
    color: #0b8ccc;
    border-radius: 30px;
    padding: 10px 25px;
}.SliderArea .Slider .Columns-1 .SliderText02 {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
  line-height: 1.4;
}.SliderArea .Slider .Columns-1 .SliderText03 {
  font-size: 1.2rem;
  font-weight: 400;
}.SliderArea .Slider .Columns-2 {
  margin-top: 70px;
}.SliderArea .Slider .Columns-2 .Rows {
  flex-basis: calc(100% / 3);
  margin-right: 20px;
}.SliderArea .Slider .Columns-2 .Rows:last-child {
  margin-right: 0px;
}.SliderArea .Slider .Columns-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-height: 70px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.SliderArea .Slider .Columns-2 img {
  margin-right: 10px;
}.InfoArea .Info {
  display: flex;
  justify-content: center;
  align-items: stretch;
}.InfoArea .Info .Rows {
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
  flex-basis: calc(100% / 2 - 60px);
  border-radius: 15px;
}.InfoArea .Info .Rows-1 {
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.InfoArea .Info .Rows-1 a {
  color: white;
}.InfoArea .Info .Rows-2 {
  color: #3b1a1d;
  background-color: #f9e10b;
}.InfoArea .Info .Rows-2 a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}.InfoArea .Info .Rows .InfoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}.InfoArea .Info .Rows .InfoText01 img {
  margin-right: 10px;
}.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
}.InfoArea .Info .Rows .InfoText02 a {
  color: white;
}.InfoArea .Info .Rows .InfoText03 {
  font-size: 1.2rem;
  font-weight: 500;
}.InfoArea .Info .Rows-1 .InfoText03 {
  color: white;
}.Background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}.ServiceArea {
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.ServiceT {
  font-size: 2rem;
  font-weight: bold;
}.ServiceD {
  font-size: 1.2rem;
  margin: 10px 0px 30px 0px;
}.ServiceArea .ServiceList {
  display: flex;
  justify-content: center;
  align-items: stretch;
}.ServiceArea .ServiceList .Rows {
  margin: 0 10px;
  flex-basis: calc(100% / 3 - 20px);
  padding: 50px;
  background-color: white;
  border-radius: 30px;
  box-sizing: border-box;
}.ServiceArea .ServiceList .Rows .ServiceListText01 {
  border-radius: 30px;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.1rem;
}.ServiceArea .ServiceList .Rows .ServiceListText02 {
  margin: 30px 0px;
}.ServiceArea .ServiceList .Rows .ServiceListText02 img {
  min-height: 186px;
}.ServiceArea .ServiceList .Rows .ServiceListText03 {
  color: #0b8ccc;
  font-size: 2.5rem;
  font-weight: bold;
}.ServiceArea .ServiceList .Rows p {
  color: grey;
  margin-top: 5px;
}.HelpArea .HelpList .Rows {
  margin: 0 10px;
}.ReviewArea {
  text-align: center;
  background-color: #eee;
}.ReviewList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}.ReviewList .Rows {
  margin: 10px;
  flex-basis: calc(100% / 2 - 20px);
}.ReviewList .Rows img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.KakaoArea {
  text-align: center;
  background-color: #eee;
}.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 26px 0px 50px 0px;
  color: #3b1a1d;
}.InfoArea .Info .Rows .InfoText022 a {
  color: white;
}.KakaoHow {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
  color: #f9e10b;
  background-color: #3c1b1c;
  padding: 8px 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}.KakaoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.KakaoList .Rows p {
  margin-top: 10px;
  border-radius: 15px;
  padding: 15px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}.KakaoList .Rows b {
  font-size: 1.2rem;
}.KakaoList .Rows {
  margin: 0 5px;
}.LiveArea {
  color: white;
  text-align: center;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}.LiveArea .Live .LiveT {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
}.LiveArea .Live .LiveD {
  font-size: 1.1rem;
  margin: 10px 0px 30px 0px;
}.LiveStream {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px 20px;
  border-radius: 30px;
  color: black;
  overflow: hidden;
}.FormArea {
	width:100%;
	margin:0 auto;
	text-align: center;
	background-color: #607994;
}.FormArea .title{
padding-bottom:30px;
color:#061e3e;
text-align:center;
}.FormArea .title p{
font-family:"Gms";
font-weight:700;
font-size:42px;
color:#fff;
line-height:1.4em;
}.b5r-tit{
text-align:center;
color: #424242;
font-size: 20px;
font-weight: 400;
margin-bottom:20px;
}.b5r-tit span{
display:block;
font-weight:700;
color:#d41;
}.b5r-tit img{
width:180px;
margin-bottom:10px;
}.ba5-right li p em{
font-weight:800;
color:#e56626;
 
}.ba5-right li input[type="text"],
.ba5-right li input[type="number"],
.ba5-right li select{
text-align:center;
border:0;
background:#e9ecf3;
border-radius:10px;
height:40px;
padding:0 10px;
box-sizing:border-box;
flex-grow: 1;
}.ba5-right li input[type="number"]::-webkit-inner-spin-button, 
.ba5-right li input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}.ba5-right li input[type="number"] {
    -moz-appearance: textfield;
}.ba5-right li input[type="radio"]{
border:0;
background:#e9f3ed;
border-radius:10px;
height:20px;
width:20px;
padding:0 5px;
box-sizing:border-box;
display:none;
}.ba5li-radio{
flex-grow: 1;
display:flex;
background:#e9ecf3;
border-radius:10px;
}.ba5li-radio label{
width:50%;
text-align:center;
box-sizing:border-box;
padding:10px;
}.ba5li-radio input[type="radio"]:checked+label{
background:rgb(222, 78, 20);
border-radius:10px;
color:#fff;
}.ba5-check #check{
display:none;
}.ba5-check{
display:flex;
color:#666;
font-size:20px;
font-weight:300;
align-items: center;
margin-top:10px;
}.ba5-check label{
display:flex;
gap:5px;
align-items: center;
}.ba5-check a{
font-weight:600;
color:#666;
}.ba5-check #check+label span{
background-repeat: no-repeat;
background-image: url("../images/check-off.png");}.ba5-check #check:checked+label span{
background-image: url("../images/check-on.png");
}.ba5-check label span{
display: block;
width:25px; 
height:25px; 
background-size:cover;
}.ba5-btn{
margin-top:40px;
}.ba5-btn a{
display:flex;
align-items: center;
justify-content: center;
border-radius:20px;
background:#607994;
height:65px;
color:#fff;
font-size:20px;
font-weight:700;
gap:5px;
transition: all 0.2s linear;
}.ba5-btn a:hover{
background:#2350c3;
}.ba5-btn a i{
font-size:24px;
}.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 999;
overflow: auto;
display:none;
}.layer-pop-area{
width:70%;
width:800px;
height:80vh;
background:#fff;
position:absolute;
left:50%;
margin-left:-400px;
top:50%;
margin-top:-45vh;
padding:30px;
box-shadow: 2px 2px 10px rgba(0,0,0,.84);
box-sizing:border-box;

}.layer-tit{
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
width:100%;
padding:0 15px 20px;
}.layer-content{
color:#555;
height:85%;
overflow-y:scroll;
box-sizing:border-box;
}.close-box{
position:absolute;
right:-50px;
top:0px;
z-index:99;
width:50px;
height:50px;
display:flex;
justify-content: center;
align-items: center;
color:#fff;
background:#de4d14;
font-size:32px;
}.Notice {
  width: 100%;
  height: 250px;
  overflow: hidden;
}.Rolling {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 50px;
}.Rolling li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 30px;
  text-align: center;
}.Rolling li .Rows, .OptionHead .Rows {
  width: 160px;
}.Rolling li .Rows-5 {
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  border-radius: 30px;
  color: white;
  padding: 5px 0px;
  font-weight: bold;
}.OptionHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}.FooterArea {
  color: white;
  text-align: center;
  padding: 50px 20px;
  background-color: black;
}.FooterArea .Footer {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}.AboutBread {
  background-image: url("../images/AboutBread.jpg");
}.BreadArea {
  color: white;
  text-align: center;
  padding: 100px 20px;
}.Bread {
  font-size: 1.8rem;
  font-weight: bold;
}.About {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
}.About .Rows {
  margin: 0 20px;
  padding: 50px 20px;
  flex-basis: calc(100% / 2 - 40px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.About .Rows .ABThumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}.About .Rows .ABText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}.About .Rows .ABText02 {
  font-size: 1rem;
  line-height: 1.5;
}.PriColor {
  color: #0b8ccc;
  font-size: inherit;
}.AboutMoreArea {
  background-color: #eee;
}.AboutMoreArea .AboutMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.AboutMoreArea .AboutMore .Rows .AboutMoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}.AboutMoreArea .AboutMore .Rows .AboutMoText02 {
  font-size: 1.1rem;
}.AboutMoreArea .AboutMore .Rows a {
  display: inline-block;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  color: white;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
}.AboutMoreArea .AboutMore .Rows a:hover {
  transition: .5s;
  background-color: black;
}.ProductArea .ProBest {
  display: flex;
  justify-content: center;
  align-items: center;
}.ProductArea .ProBest .Rows {
  flex-basis: calc(100% / 2);
}.ProductArea .ProBest .Rows img {
  display: block;
  margin: 0 auto;
}.ProductArea .ProBest .Rows-1 {
  border-radius: 30px;
  padding: 50px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
}.ProductArea .ProBest .Rows-2 {
  padding: 0px 50px;
}.ProductArea .ProBest .Rows-2 .ProBestText01 {
  font-size: 1.1rem;
}.ProductArea .ProBest .Rows-2 .ProBestText02 {
  font-size: 2rem;
  font-weight: bold;
  color: #0b8ccc;
  margin: 5px 0px 30px 0px;
}.ProductArea .ProBest .Rows-2 .ProBestText03 {
  font-size: 1.2rem;
}.ProStep {
  display: flex;
  text-align: center;
  margin-top: 50px;
}.ProStep .Rows {
  margin-right: 30px;
}.ProStep .Rows:last-child {
  margin-right: 0px;
}.ProStep .Rows p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}.ProTip {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}.ProTip .Columns {
  margin-bottom: 10px;
  font-size: 1rem;
}.ProTip .Columns:last-child {
  margin-bottom: 0px;
}.ProTip .Number {
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  background-color: #eee;
  padding: 10px 25px;
}.ProTip .PriColor {
  font-weight: bold;
}.ProductArea-2 {
  background-color: #eee;
}.ProductArea-2 .ProTip .Number {
  background-color: black;
  color: white;
}.ProductArea-3 .ProBest .Rows-1 {
  background-color: #e9e4f6;
}.ProductArea-3 .ProBest .Rows-2 .ProBestText02 {
  color: black;
  margin: 0px 0px 0px 0px;
}.ProductArea-3 .ProBest .Rows-2 .ProBestText01 {
  color: #6626ee;
  margin: 10px 0px 30px 0px;
}.ProBottomArea .ProBottom img {
  display: block;
  margin: 0 auto;
  width: 500px;
}.RequestBread {
  background-image: url("../images/RequestBread.jpg");
}.Request {
  text-align: center;
}.RequestStep {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}.RequestStep .Rows {
  flex-basis: calc(100% / 3);
  margin: 0 10px;
}.RequestStep .Rows .RequestThumb img {
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}.RequestStep .Rows .RequestNumber {
  margin: 20px 0px 10px 0px;
  font-size: 1.5rem;
  color: grey;
  font-weight: bold;
}.RequestStep .Rows .RequestDescr {
  font-size: 1.1rem;
}.RequestStep .Rows p {
  margin-top: 10px;
  color: grey;
}.RequestAlertArea {
  text-align: center;
  background-color: #ffeb34;
}.RequestAlertArea .RequestAlert .RequestATitle {
  font-size: 1.8rem;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}.RequestAlertArea .RequestAlert .RequestADescr {
  font-size: 1.1rem;
}.RequsetKakao {
  background-color: white;
}.RequsetKakao .KakaoList .Rows p {
  background-color: #ffeb34;
}.FnBread {
  background-image: url("../images/FnBread.jpg");
}.FnListArea {
  text-align: center;
}.accordion-list {
  text-align: left;
  border-top: 2px solid #777;
}.accordion-list .accordion-item {
  border-bottom: 1px solid #ddd;
}.accordion-list .accordion-item .accordion-link {
  display: block;
  position: relative;
  padding: 25px 20px;
  transition: all 0.3s;
}.accordion-list .accordion-item.active .accordion-link {
  background-color: #fff;
}.accordion-list .accordion-item .accordion-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #999;
}.accordion-list .accordion-item.active .accordion-link::before {
  background-color: #15989f
}.accordion-list .accordion-name {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 40px;
  font-size: 17px;
  font-weight: bold;
  color: black;
}.accordion-list .accordion-name .icon {
  color: #0b8ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}.accordion-list .accordion-item .accordion-desc {
  display: none;
  padding: 30px 40px;
  background-color: #f9f9f9;
  color: #777;
}.Floting {
  display: none;
}.Floting a {
  display: block;
}.AlertBox {
  display: inline-block;
  font-size: .9rem;
  margin-top: 20px;
  text-align: center;
}button {
  border: 0;
  background: none;
  cursor: pointer;
}.main_popup {
  position: fixed;
  z-index: 1005;
  /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
  /* box-shadow: 0px 13px 40px -6px #061626; */
  top: 100px;
  left: 300px;
  display: none;
  margin: 20px;
  border: 2px solid #333;
}.main_popup.on {
  display: block;
  background-color: #fff;
}.main_popup .img_wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 31px;
  right: 17px;
  font-size: 0;
  border: 0;
  /* background: white; */
  color: black;
}.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.phone-li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-li > p {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}
.phone-inputs {
  display: flex;
  align-items: center;
  gap: 8px;

  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.phone-inputs select {
  flex: 0 0 72px;
  max-width: 72px;
  box-sizing: border-box;
}
.phone-inputs .dash {
  flex: 0 0 auto;
  line-height: 1;
}

.phone-inputs input {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  box-sizing: border-box;
}

.b5r-con ul li.form-li{
  display: flex !important;
  align-items: center !important;
  gap: 12px;
}
.inputBox{
width:100% !important;
}
.field{
width:100%;}
/* 라벨 폭 통일 */
.b5r-con ul li.form-li > p{
  margin: 0 !important;
  flex: 0 0 120px;       /* 라벨 폭 통일(필요 시 조절) */
  white-space: nowrap;
  line-height: 1.2;
}

/* 오른쪽 입력영역은 남은 공간 전부 사용 */
.b5r-con ul li.form-li > .field,
.b5r-con ul li.form-li > .phone-inputs{
  flex: 1 1 auto;
  min-width: 0;
}

/* 이름 input은 폭 100%로(휴대폰처럼 꽉 차게) */
.b5r-con ul li.form-li > .field input{
  width: 100%;
  box-sizing: border-box;
}

/* 휴대폰 입력 3종 한 줄 유지 */
.b5r-con ul li.form-li > .phone-inputs{
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* 휴대폰 select 고정폭 */
.b5r-con ul li.form-li > .phone-inputs select{
  flex: 0 0 100px;
  max-width: 100px;
  box-sizing: border-box;
}

/* 휴대폰 input 2개는 남은 공간 균등 */
.b5r-con ul li.form-li > .phone-inputs input{
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  box-sizing: border-box;
}

@media all and (max-width:767px) {
.inputBox{width:100%}
.b5r-con ul li.form-li > p{
width:auto;}
.Header .Search {
    display: none;
  }.main_popup.on {
    display: block;
    background-color: #fff;
  }.main_popup {
    position: fixed;
    z-index: 1005;
    top: 35px;
    left: 0px;
    display: none;
    margin: 20px;
  }.main_popup .img_wrap {
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    white-space: nowrap;
  }.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
    font-size: 1rem;
  }.FooterArea {
    color: white;
    text-align: center;
    padding: 50px 20px;
    background-color: black;
    margin-bottom: 35px;
  }.Floting {
    position: fixed;
    bottom: -5px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }.Header {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 10px; */
  }.Header .Logo {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
  }.Header .Menu {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding: 10px 0px;
  }.Header .Menu ul li a {
    font-size: .9rem;
    padding: 5px 10px;
    background-color: #0b8ccc;
    color: white;
    margin: 0 5px;
  }.SliderArea .Slider .Columns-1 {
    align-items: center;
  }.SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
    flex-wrap: wrap;
  }.Padding {
    padding: 40px 0;
  }.SliderArea {
    text-align: center;
    padding: 30px 20px;
  }.SliderArea .Slider .Columns-1 {
    flex-direction: column-reverse;
  }.SliderArea .Slider .Columns-1 .SliderText02 {
    font-size: 1.5rem;
  }.SliderArea .Slider .Columns-2 .Rows {
    margin: 2.5px;
    flex-basis: calc(100% / 3 - 5px);
  }.SliderArea .Slider .Columns-2 a {
    padding: 5px;
    flex-direction: column;
    font-size: .9rem;
  }.SliderArea .Slider .Columns-2 img {
    width: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
  }.SliderArea .Slider .Columns-2 {
    align-items: flex-start;
  }.SliderArea .Slider .Columns-1 .Rows:nth-child(2) {
    margin-bottom: 30px;
  }.SliderArea .Slider .Columns-1 .Rows-2 {
    display: none;
    width: 250px;
  }.SliderArea .Slider .Columns-1 .SliderText01 {
    font-size: 1rem;
  }.SliderArea .Slider .Columns-1 .SliderText03 {
    font-size: 1rem;
  }.Logo {
    text-align: center;
  }.Logo img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }.br_pc {
    display: none;
  }.br_m {
    display: block;
  }.SliderArea .Slider .Columns-2 {
    margin-top: 30px;
  }.InfoArea .Info {
    justify-content: space-between;
  }.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    white-space: nowrap;
  }.InfoArea .Info .Rows .InfoText01 img {
    width: 30px;
    margin-bottom: 10px;
  }.InfoArea .Info .Rows .InfoText03 {
    font-size: 1.2rem;
  }.InfoArea .Info .Rows .InfoText01 {
    font-size: .9rem;
  }.InfoArea .Info .Rows .InfoText01 {
    flex-direction: column;
  }.InfoArea .Info .Rows .InfoText03 a {
    padding: 5px;
  }.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
    font-size: 1rem;
  }.InfoArea .Info .Rows {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
    margin: 2.5px;
    flex-basis: calc(100% / 2 - 5px);
  }.InfoArea .Info .Rows .InfoText01 img {
    margin-right: 0px;
  }.InfoArea .Info .Rows .InfoText03 a, .InfoArea .Info .Rows .InfoText03 {
    display: none;
    font-size: 1rem;
    margin-top: 20px;
  }.AlertBox {
    display: block;
  }.MainInfo .AlertBox{
    color: #3b1a1d;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 2.5px 0px 2.5px;
    font-weight: 500;
  }.ServiceArea .ServiceList .Rows {
    margin: 0 5px;
  }.HelpArea .HelpList .Rows {
    margin: 5px;
    flex-basis: calc(100% / 2 - 10px);
  }.ReviewList .Rows {
    flex-basis: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }.ReviewList .Rows:last-child {
    margin-bottom: 0px;
  }.KakaoList {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }.KakaoList .Rows {
    flex-basis: 100%;
    margin-bottom: 30px;
  }.KakaoList .Rows:last-child {
    margin-bottom: 0px;
  }.KakaoList .Rows img {
    width: 200px;
  }.KakaoList .Rows p {
    width: 200px;
    margin: 5px auto 0px auto;
    padding: 10px;
    font-size: .9rem;
  }.KakaoList .Rows b {
    font-size: .9rem;
  }.KakaoHow {
    font-size: 1rem;
  }.ServiceT {
    font-size: 1.7rem;
  }.ServiceD {
    font-size: 1rem;
  }.ServiceArea .ServiceList {
    flex-wrap: wrap;
  }.ServiceArea .ServiceList {
    justify-content: center;
  }.ServiceArea .ServiceList .Rows {
    padding: 10px;
    margin: 5px;
    flex-basis: calc(100% / 3 - 10px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
  }.ServiceArea .ServiceList .Rows .ServiceListText01 {
    font-size: .9rem;
    border-radius: 0px;
    background-color: unset;
    padding: 0px;
    order: 2;
    margin: 10px 0px 5px 0px;
    font-weight: 500;
  }.ServiceArea .ServiceList .Rows .ServiceListText02 {
    margin: 0px;
    order: 1;
  }.ServiceArea .ServiceList .Rows .ServiceListText02 img {
    min-height: 46px;
    width: 55px;
  }.ServiceArea .ServiceList .Rows .ServiceListText03 {
    order: 3;
    font-size: 1rem;
  }.ServiceArea .ServiceList .Rows p {
    display: none;
  }.OptionHead .Rows-4, .Rolling .Rows-4 {
    display: none;
  }.Rolling li .Rows, .OptionHead .Rows {
    font-size: .8rem;
  }.Rolling li {
    font-size: .8rem;
  }.LiveStream {
    padding: 20px 0px;
    border-radius: 30px;
  }.Rolling li .Rows-5 {
    margin: 0 15px;
  }.LiveArea .Live .LiveT {
    font-size: 1.7rem;
  }.About {
    flex-wrap: wrap;
  }.About .Rows {
    padding: 30px 20px;
    margin: 0px 0px 30px 0px;
    flex-basis: 100%;
  }.About .Rows:last-child {
    margin: 0px;
  }.About .Rows img {
    width: 130px;
  }.About .Rows .ABThumb {
    min-height: unset;
  }.About .Rows .ABText02 {
    font-size: .9rem;
  }.BreadArea {
    padding: 30px 20px;
  }.AboutMoreArea .AboutMore {
    text-align: center;
    flex-wrap: wrap;
  }.AboutMoreArea .AboutMore .Rows {
    flex-basis: 100%;
  }.AboutMoreArea .AboutMore .Rows:nth-child(1) {
    margin-bottom: 30px;
  }.Header .Menu ul .Active a {
    background-color: black;
  }.ProductArea .ProBest {
    flex-wrap: wrap;
    text-align: center;
  }.ProductArea .ProBest .Rows {
    flex-basis: 100%;
  }.ProductArea .ProBest .Rows img {
    width: 300px;
  }.ProductArea .ProBest .Rows-1 {
    padding: 0px 5px;
  }.ProductArea .ProBest .Rows-2 {
    padding: 50px 0px 0px 0px;
  }.ProductArea .ProBest .Rows-2 .ProBestText02 {
    font-size: 1.5rem;
  }.ProductArea .ProBest .Rows-2 .ProBestText03 {
    font-size: 1rem;
  }.ProStep {
    flex-wrap: wrap;
    justify-content: center;
  }.ProStep .Rows {
    margin: 5px;
    flex-basis: calc(100% / 3 - 10px);
  }.ProStep .Rows p {
    font-size: .9rem;
  }.ProTip .Columns {
    text-align: center;
    font-size: 1rem;
  }.ProTip .Number {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }.ProTip .Columns {
    margin-bottom: 30px;
  }.ProBottomArea .ProBottom img {
    width: 250px;
  }.RequestStep {
    flex-wrap: wrap;
  }.RequestStep .Rows .RequestThumb img {
    width: 250px;
  }.RequestStep .Rows {
    margin: 0px 0px 30px 0px;
    flex-basis: 100%;
  }.RequestStep .Rows:last-child {
    margin-bottom: 0px;
  }.RequestStep .Rows .RequestDescr {
    font-size: .9rem;
  }.RequestStep .Rows p {
    font-size: .9rem;
  }.RequestStep .Rows .RequestNumber {
    margin: 10px 0px 10px 0px;
    font-size: 1.2rem;
  }.RequestAlertArea .RequestAlert .RequestATitle {
    font-size: 1.5rem;
  }.accordion-list .accordion-name {
    font-size: .9rem;
  }.accordion-list .accordion-item .accordion-desc {
    padding: 20px;
    font-size: .9rem;
  }.InfoText04{
    display: block;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 500;
  }}@media all and (min-width:768px) and (max-width:1023px) {.br_pc {
    display: none;
  }.br_m {
    display: block;
  }.AlertBox {
    display: none;
  }.InfoText04{
    display: none;
  }}@media all and (min-width:1024px) {.br_pc {
    display: block;
  }.br_m {
    display: none;
  }.AlertBox {
    display: none;
  }.InfoText04{
    display: none;
  }}
  