@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Default
-------------------------------------------------------------------*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    list-style: none;
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}


@media screen and (min-width:1141px) {

    /* header */
    .header {
        width: 1140px;
        margin: 0 auto;
        height: 140px;
    }

    .header .logo-area{
        width: 120px;
        height: 140px;
        float: left;

    }
    .header .logo-area .logo-content{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .header .logo-area .logo-content .search-input{
        display: none;
    }
    .header ul{
        float: left;
        width: 630px;
        height: 100%;
        margin-left: 60px;
    }
    .header ul li{
        float: left;
        height: 100%;
        margin-right: 40px;
    }
    .header ul li a{
        font-size: 21px;
        font-weight: 600;
        line-height: 140px;
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        color: #333 !important;
        text-decoration: none;
    }

    .header .search-area{
        float: right;
        height: 100%;
        position: relative;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .header .search-area .search-input{
        width: 86%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #000;
        padding-right: 30px;
        background-size: 20px;
        outline: none;
    }
    .header .search-area button{
        position: absolute;
        width: 24px;
        height: 24px;
        top: 64px;
        right: -4px;
        border: none;
        background: url(../img/main/search-b.png) no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .wrapper .container {
        width: 100%;
        min-height: 200px;
    }

    .adurecolor-dark {
        color: #1e7c54;
    }

    .adurecolor-normal {
        color: #00b16a;
    }

    .adurecolor-light {
        color: #25ef98;
    }

    .hidden {
        display: none;
    }

    /* Footer */

    .footer{
        clear: both;
        width: 100%;
        height: 350px;
        background-color: #F2F2F2;
    }

    .footer .footer-area-mob{
        display: none;
    }

    .footer .footer-area{
        width: 1140px;
        height: 100%;
        margin: 0 auto;
        padding: 40px 0;

    }

    .footer .footer-area .footer-inner{
        width: 50%;
        height: 100%;
        float: left;
        position: relative;
    }

    .footer .footer-area .footer-inner .logo{
        width: 120px;
        position: absolute;
        top: 10px;
    }

    .footer .footer-area .footer-inner .custom-select {
        position: absolute;
        width: 370px;
        height: 46px;
        cursor: pointer;
        float: right;
        background-color: #FFF;
        border-radius: 5px;
        bottom: 80px;
        left: 0;
        border: 1px solid #cecece;
    }

    .footer .footer-area .footer-inner .custom-select .selected-option {
        height: 50px;
        font-weight: 500;
        font-size: 15px;
        color: #d0d0d0;
        padding: 5px 15px;
        line-height: 36px;
    }

    .footer .footer-area .footer-inner .selected-option, .option {
        display: block;
        height: 44px;
        line-height: 30px;
        color: #d0d0d0;
        padding: 5px 15px;
    }

    .footer .footer-area .footer-inner .select-options {
        position: absolute;
        width: 100%;
        height: auto;
        border-top: none;
        z-index: 1;
        background: #fff;
        margin-top: -142px;
    }

    .footer .footer-area .footer-inner .select-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .footer .footer-area .footer-inner .link-group{
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .footer .footer-area .footer-inner .link-group a{
        font-weight: 600;
        font-size: 14px;
        padding: 0 3px;
    }
    .footer .footer-area .footer-inner .link-group p{
        font-weight: 400;
        font-size: 12px;
        color: #8f8f8f;
        margin-top: 6px;
    }

    .footer .footer-area .footer-inner .form-group {
        width: 465px;
        height: 170px;
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        padding: 13px 10px;
        float: right;
    }

    .footer .footer-area .footer-inner .input-name {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #d0d0d0;
        padding: 0 10px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
    }

    .footer .footer-area .footer-inner .input-email {
        width: 360px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #d0d0d0;
        padding: 0 10px;
        font-weight: 500;
        font-size: 16px;
    }

    .input-name::placeholder,
    .input-email::placeholder {
        color: #9e9e9e;
    }

    .footer .footer-area .footer-inner .input-btn {
        width: 153px;
        height: 50px;
        background-color: #00ad63;
        border: 1px solid #00ad63;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
    }

    .footer .footer-area .footer-inner .sns-link{
        position: absolute;
        right: 0;
        bottom: 18px;
    }
    .footer .footer-area .footer-inner .sns-link a{
        width: 34px;
        height: 34px;
        margin-left: 10px;
        display: inline-block;
    }
    .footer .footer-area .footer-inner .sns-link a img{
        width: 100%;
        height: 100%;
    }

    .footer .footer-area .footer-inner .text-contact{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .footer .footer-area .footer-inner .text-contact p{
        font-weight: 500;
        font-size: 13px;
        color: #929292;
    }

    .footer-inner #stb_subscribe {
        width: 100% !important;
        height: 100% !important;
        background: none;
        padding: 0;
        margin: 0 !important;
        border: none !important;
    }

    .footer-inner #stb_subscribe .stb_form_set {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        height: 50px;
    }

    .footer-inner #stb_subscribe .stb_form_set .stb_form_set_input {
        background: #fff !important;
        font-size: 15px;
        border-radius: 5px;
        height: 50px;
    }

    .footer-inner #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
        color: #b9b9b9;
    }

    .footer-inner #stb_subscribe .stb_form_set .stb_form_set_input#stb_email {
        width: 61% !important;
    }

    .footer-inner .stb_form_set_submit {
        position: absolute;
        top: 64px;
        right: -8px;
        width: 32%;
    }

    .footer-inner .stb_form_set_submit .submit_button {
        width: 90% !important;
        border-radius: 5px !important;
        height: 50px !important;
        font-size: 16px !important;
        cursor: pointer;
        background-color: #00B16A;
        color: #FFF !important;
    }

    .footer-inner .form_policy #stb_policy {
        width: 17px !important;
        height: 17px !important;
    }

    .footer-inner .form_policy .stb_form_modal_open_btn {
        position: absolute;
        bottom: 3px;
        left: 26px;
        color: #999999 !important;
        font-size: 13px !important;
    }

    .footer-inner .stb_form_result {
        padding-top: 15px !important;
        position: absolute !important;
    }

    .footer-inner .stb_form_msg_error {
        padding-top: 15px !important;
        position: absolute !important;
    }

    .mob-search{
        display: none;
    }
    .form_policy{
        margin-top: 15px !important;
        position: relative;
    }

    /*.footer {
        width: 100%;
        !*height: 400px;*!
        background-color: #f2f2f2;
    }

    .footer .footer-area {
        width: 1140px;
        height: 350px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .footer .footer-area .footer-inner {
        width: 570px;
        height: 100%;
        float: left;
    }

    .footer .footer-area .footer-inner .inner-top {
        width: 100%;
        height: 200px;
        padding: 20px 0;
    }

    .footer .footer-area .footer-inner .inner-top .sns-link{
        width: 190px;
        height: 40px;
        margin-top: 60px;
        padding-left: 10px;
        display: flex;
        justify-content: space-between;
    }
    .footer .footer-area .footer-inner .inner-top .sns-link a{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }



    .footer .footer-area .footer-inner .inner-top .logo {
        width: 140px;
    }



    .form-group {
        position: relative;
    }

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        bottom: 32px;
        left: 15px;
        height: 20px;
        width: 20px;
        background-color: #FFF;
        border: 1px solid #d0d0d0;
    }

    .custom-checkbox .check-text {
        position: absolute;
        bottom: 30px;
        left: 43px;
        color: #9e9e9e;
    }

    .custom-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked ~ .checkmark {
        background-color: #00ad63;
    }

    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom-checkbox .checkmark:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .footer .footer-area .footer-inner .inner-bottom {
        width: 100%;
        height: 90px;
        padding: 20px 0;
    }

    .footer .footer-area .footer-inner .inner-bottom.left a {
        color: #2B2C31;
        font-size: 16px;
        font-weight: 500;
    }

    .footer .footer-area .footer-inner .inner-bottom.left p {
        color: #C1C1C1;
        font-size: 14px;
        font-weight: 400;
    }

    .footer .footer-area .footer-inner .inner-bottom .link-group {
        width: 100%;
        height: 100%;
        padding: 0;
        float: right;
    }

    .footer .footer-area .footer-inner .inner-bottom .link-group > a {
        margin-right: 10px;
        float: left;
        margin-top: 8px;
    }

    .footer .footer-area .footer-inner .inner-bottom .link-group > a img {
        width: 34px;
    }


    */
}