@media all and (max-width:767px) {
  .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: 15px 20px 55px 20px
  }

  .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 {
    flex-direction: column; /* 수직 정렬 */
    align-items: stretch; /* 자식 요소들이 전체 너비를 차지하도록 */
}

  .Header .Logo {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
  }
  .SliderArea .Slider .Columns-1 .SliderText03
  {
    text-align: center;
  }
  .Header .Menu {
    border-top: 3px solid #0c6dff;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

  .Header .Menu ul li a {
    font-size: .9rem;
    padding: 5px 10px;
    color: black;
    margin: 0 5px;
  }

  .SliderArea .Slider .Columns-1 {
    align-items: center;
  }

  .SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
    flex-wrap: wrap;
  }

  .Padding {
    padding: 20px 0px 0px 0px;
  }

  .SliderArea {
    text-align: center;
    padding: 30px 20px;
  }

  .SliderArea .Slider .Columns-1 {
    flex-direction: column-reverse;
  }

  .SliderArea .Slider .Columns-1 .SliderText02 {
    font-size: 1.5rem;
    text-align: center;
  }
  .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: 20%;
    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 .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 0px;
    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;
    color: #3b1a1d;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin: 4px 2.5px 0px 2.5px;
    font-weight: 500;
  }

  .ServiceArea .ServiceList .Rows {
    margin: 0 5px;
  }

  .HelpArea .HelpList {
    flex-wrap: wrap;
  }

  .HelpArea .HelpList .Rows {
    margin: 5px;
    flex-basis: calc(100% / 2 - 10px);
  }
  .KakaoList {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  
  .KakaoList > * {
    flex: 0 0 calc(33.33% - 10px); /* 한 줄에 3개씩 나열, 간격을 위해 약간의 마진 */
    margin: 5px;
    box-sizing: border-box;
  }

  .Space {
    display: block;
    padding-top: 50px;
    border-bottom: 1px solid black;
  }

  .KakaoList .Rows {
    flex-basis: 100%;
    margin-bottom: 3px;
  }

  .KakaoList .Rows:last-child {
    margin-bottom: 0px;
  }

  .KakaoList .Rows img {
    width: 270px;
  }

  .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 5px;
    margin: 0px 0px 30px 0px;
    flex-basis: 100%;
  }

  .About .Rows:last-child {
    margin: 0px;
  }

  .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 {
  }

  .ProductArea .ProBest {
    flex-wrap: wrap;
    text-align: center;
  }

  .ProductArea .ProBest .Rows {
    flex-basis: 100%;
  }

  .ProductArea .ProBest .Rows img {
    width: 250px;
  }

  .ProductArea .ProBest .Rows-1 {
    padding: 0px 5px;
  }

  .ProductArea .ProBest .Rows-2 {
    padding: 50px 0px 0px 0px;
  }

  .ProductArea .ProBest .Rows-2 .ProBestText02 {
    font-size: 1.7rem;
  }

  .ProductArea .ProBest .Rows-2 .ProBestText03 {
    font-size: 1rem;
  }

  .ProStep {
    flex-wrap: wrap;
    justify-content: center;
    margin-top : 20px;
  }

  .ProStep .Rows {
    margin: 5px;
    flex-basis: calc(100% / 3 - 10px);
  }

  .ProStep .Rows p {
    font-size: .9rem;
  }
  .ProStep1 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top : 20px;
  }

  .ProStep1 .Rows {
    margin: 5px;
    flex-basis: calc(100% / 3 - 10px);
  }

  .ProStep1 .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;
  }

  .ProBottomArea {
    background-image: none;
  }

  .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;
  }
}

/* Tablet (ÃƒÂªÃ‚Â°Ã¢â€šÂ¬ÃƒÂ«Ã‚Â¡Ã…â€œÃƒÂ­Ã‚ÂÃ‚Â­ 768px ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ¬Ã†â€™Ã‚Â, 1023px ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ­Ã¢â‚¬Â¢Ã‹Å“) */
@media all and (min-width:768px) and (max-width:1023px) {
  .br_pc {
    display: none;
  }

  .br_m {
    display: block;
  }

  .AlertBox {
    display: none;
  }

  .Space {
    display: none;
  }

  .InfoText04{
    display: none;
  }
}

/* PC Desktop (ÃƒÂªÃ‚Â°Ã¢â€šÂ¬ÃƒÂ«Ã‚Â¡Ã…â€œÃƒÂ­Ã‚ÂÃ‚Â­ 1024 ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ¬Ã†â€™Ã‚Â) */
@media all and (min-width:1024px) {
  .br_pc {
    display: block;
  }

  .br_m {
    display: none;
  }

  .AlertBox {
    display: none;
  }

  .Space {
    display: none;
  }

  .InfoText04{
    display: none;
  }
}
