﻿
  /*content-section-b*/
  .browser-section .main-download-img {
    padding-left:0px;
    padding-right:0px;
  }

  .browser-section .app-browser-section-content {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0px;
  }

  #pc_download_btn {
    cursor:pointer;
  }
  #app_download_btn_g {
    cursor:pointer;
  }
  #app_download_btn_a {
    cursor:pointer;
  }

  .browser-section {
    display:none;
  }

  .download-section {
    padding-top:75px;
  }

  .download-section .download-section-title{
    font-family:NanumGothicBold;
    font-size:20px;
    color:#373737;
  }

  .download-section .download-btn-wrap img {
    width:100px;
  }


/* PC & Tablet */
  @media (min-width: 768px) {
    .browser-section {
        width: 100%;
        background-image: url('/images/download/20240911download-background.png');
        background-size: 100% 100%;
        padding-top: 124px;
        padding-bottom: 15px;
    }

    /*content-section-b*/
    .browser-section .app-browser-section-content {
      position: absolute;
      top: 20%;
      width: 100%;
      left: 0px;
    }

    .browser-section .app-browser-section-content .browser-section-title {
      font-family:NanumGothicBold;
      font-size:54px;
      color:#373737;
    }

    .browser-text {
      font-family:NanumGothic;
      font-size:21px;
      color:#cacaca;
    }

    .browser-margin {
      margin-top:20px;
      margin-bottom:20px;
    }

    .browser-section {
      display:block;
    }


    .download-section .download-section-title{
      font-family:NanumGothicBold;
      font-size:54px;
      color:#373737;
    }

    .download-section .download-btn-wrap img {
      width:173px;
    }

    .browser__section--contents {
        width: 800px;
        margin: 0px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .browser__section--title {
        width: 100%;
        text-align: center;
        font-size: 54px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    .browser__section--install {
        margin-top: 24px;
    }

    .browser__section--install--list {
        list-style: none;
        margin-bottom: 16px;
        font-weight: bold;
        letter-spacing: -0.05em;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

    .browser__section--install--list:last-child {
        margin-bottom: 0px;
    }

    .browser__section--install--list img {
        width: 120px;
        height: 32px;
        margin-left: 24px;
        cursor: pointer;
    }

    #pc_to_chromeex {
        width: 30px;
        height:30px;
        margin: 0 6px;
    }
    .browser__section--install--order {
        width: 24px;
        height: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #2e6dd0;
        border-radius: 50%;
        font-weight: bold;
        margin-right: 8px;
    }

    .browser__section--main-image {
        width: 646px;
        height: 444px;
        margin: 0 auto;
    }

    .download-section {
        padding-top: 124px;
    }
 
  }

  /* PC Only */
@media (min-width: 992px) {
    /*content-section-b*/
    .browser-section .app-browser-section-content {
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0px;
    }

    .browser-section .app-browser-section-content .browser-section-title {
        font-family: NanumGothicBold;
        font-size: 54px;
        color: #373737;
    }

    .browser-text {
        font-family: NanumGothic;
        font-size: 21px;
        color: #cacaca;
    }

    .browser-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .browser-section {
        display: block;
    }



    .download-section .download-section-title{
      font-family:NanumGothicBold;
      font-size:54px;
      color:#373737;
    }

  }

