@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Default
-------------------------------------------------------------------*/

@media screen and (max-width:1140px){

    /* common */
    * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        font-family: "Noto Sans", sans-serif;
        list-style: none;
        color: #333;
        box-sizing: border-box;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    /* Header */
    .header {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .header .logo-area{
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        border-bottom: 1px solid #ccc;
    }
    .header .logo-area .logo-content{
        display: flex;
        align-items: center;
        flex: 1;
    }
    .header .logo-area .logo-content:nth-last-child(1){
        justify-content: end;
    }
    .header .logo-area .logo-content .logo-image{
        width: 77px;
    }
    .header .logo-area .logo-content .search-input{
        width: 180px;
        height: 34px;
        border: none;
        border-bottom: 1px solid #000;
        position: absolute;
        right: 30px;
        padding: 0 30px 0 10px;
        outline: none;
        border-radius: 0;
    }
    .header .logo-area .logo-content .mob-search{
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        z-index: 9;
    }
    .header .logo-area .logo-content .mob-search img{
        width: 100%;
    }
    .header .search-area{
        display: none;
    }
    .header ul{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 60px;
        margin: 0 auto;
        gap: 10px;
        overflow-x: scroll;
    }
    .header ul li{
        flex: 1;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
    .header ul li a{
        font-size: 15px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }

    /* Footer */
    .footer{
        width: 100%;
        background: #F2F2F2;
        margin-top: 10px;
    }

    .footer .footer-area{
        display: none;
    }

    .footer .footer-area-mob{
        width: 100%;
        padding: 20px 20px;
    }

    .footer .footer-area-mob .footer-logo{
        display: flex;
        width: 100%;
        height: 40px;
        justify-content: center;
        align-items: center;
    }
    .footer .footer-area-mob .footer-logo img{
        width: 77px;
    }

    .footer .footer-area-mob .footer-subscribe{
        width: 100%;
        margin: 20px 0;
        border: 1px solid #CECECE;
        border-radius: 15px;
        overflow: hidden;
    }

    .footer #stb_subscribe{
        width: 100% !important;
        border: none !important;
        background: none !important;
        padding: 20px 20px !important;
    }

    .footer #stb_subscribe .stb_form_set{
        padding-bottom: 15px !important;
    }
    .footer #stb_subscribe .stb_form_set_input{
        display: block !important;
        width: 100% !important;
        padding: 10px 10px !important;
        border: solid 1px #DDDDDD !important;
        border-radius: 5px !important;
        background: #fff !important;
        margin: 0 !important;
    }
    .footer #stb_subscribe .stb_form_set_input::placeholder{
        color: #212121;
        opacity: 25%;
    }
    .footer #stb_subscribe .form_policy{
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center !important;
        background: none !important;
    }
    .footer #stb_subscribe .form_policy label{
        position: relative;
    }
    .footer #stb_subscribe #stb_policy{
        position: absolute !important;
        top: 4px !important;
        left: 0 !important;
    }
    .footer #stb_subscribe .stb_form_modal_open_btn{
        color: #999999 !important;
        text-indent: 20px;
        background: none !important;
    }
    .footer #stb_subscribe .stb_form_set_submit{
        width: 100% !important;
        height: 40px !important;
        text-align: center !important;
        margin: 10px 0;
    }
    .footer #stb_subscribe .stb_form_set_submit .submit_button{
        width: 160px !important;
        height: 33px !important;
        border: 1px solid #009864;
        background-color: #00B16A;
        border-radius: 5px;
        font-size: 14px;
        letter-spacing: -0.54px;
    }
    .footer #stb_subscribe .stb_form_modal_title{
        text-align: left;
    }
    .footer-privacy{
        width: 350px;
        height: 50px;
        margin: 0 auto;
    }
    .footer-privacy a{
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -0.54px;
        color: #2B2C31;
        padding: 0 2px;
    }
    .footer-privacy p{
        color: #C1C1C1;
        font-size: 12px;
        letter-spacing: 0;
        margin-top: 10px;
    }

    .footer-link{
        width: 100%;
        margin: 30px auto;
    }

    .footer-link .link-group{
        width: 260px;
        margin: 20px auto;
        display: flex;
        height: 30px;
    }
    .footer-link .link-group a{
        display: flex;
        flex: 1;
        margin: 0;
        justify-content: center;
        align-items: center;
    }
    .footer-link .link-group a img{
        width: 30px;
        height: 30px;
    }

    .custom-select {
        position: relative;
        width: 270px;
        height: 40px;
        cursor: pointer;
        background-color: #FFF;
        border-radius: 5px;
        margin: 30px auto;
        padding: 0 15px;
    }

    .custom-select .selected-option {
        height: 40px;
        font-weight: 500;
        font-size: 15px;
        color: #d0d0d0;
        line-height: 40px;
        padding: 0;
    }

    .selected-option, .option {
        display: block;
        height: 44px;
        line-height: 30px;
        color: #d0d0d0;
        padding: 5px 15px;
    }

    .select-options {
        position: absolute;
        width: 270px;
        height: auto;
        border-top: none;
        z-index: 1;
        background: #fff;
        margin-top: -130px;
        left: 0;
    }
    .hidden {
        display: none;
    }
    .select-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }
}