.wrapper {
    width: 1024px;
    font-size: 100%;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 206px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("https://assets.trost.co.kr/images/idk/manual_top-min.png");
    text-align: center;
}

.top h1 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 74px;
}

.top h3 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 28px;
    font-weight: bold;
}

.page_title {
    margin-top: 85px;
    margin-bottom: 87px;
    font-size: 21px;
    color: #666;
}

.page_img {
    width: 100%;
}

.page_content {
    width: 100%;
    height: 100%;
    margin-bottom: 148px;
    text-align: center;
    color: #000000;
}

@media (min-width: 1024px) {
    .page_content {
        /*width:655px;*/
        margin: 0 auto 148px auto;
    }
}

@media (max-width: 1023px) {
    .page_content {
        max-width: 600px;
        padding: 0 16px;
        margin: 0 auto 50px auto
    }
}

.page_content h2 {
    margin-bottom: 25px
}

.terms_text {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.flipanel_div {
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
    text-align: left;
}

.page_content p {
    font-size: 16px;
    line-height: 1.71;
    color: #616161;
    margin-bottom: 61px;
}

.c_title {
    width: 656px;
    color: #666;
    font-size: 22px;
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}

input.c_input, textarea.c_input {
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 6px;
    width: 100%;
    max-width: 656px;
    padding: 14px 15px 15px 15px;
    font-size: 19px;
    color: black;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

textarea.form-support__textarea {
    height: 200px;
    font-size: 16px;
    line-height: 1.7
}

.c_input[name="phone"] {
    margin-bottom: 16px
}

select.c_input {
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 12px 15px 15px 15px;
    font-size: 19px;
    color: black;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    max-width: 656px;
    height: 53px;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

.page_content button {
    width: 656px;
    height: 45px;
    border: 1px solid #FEA45A;
    border-radius: 12px;
    padding: 11px;
    background: #FEA45A;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 11px;
}

.panel, .flip {
    padding: 5px;
    cursor: pointer;
}

.panel {
    display: none;
    padding: 8px 80px 18px 40px;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
    color: #777;
    font-weight: normal;
    word-break: keep-all;
}

.flip {
    position: relative;
    line-height: 1.7;
    padding: 16px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}

table.faq_table {
    margin: 25px auto 0 auto;
    width: 100%;
    border-collapse: collapse;
    color: #2c2c2c;
    text-align: left;
}

table.faq_table td {
    padding: 10px 10px 10px 15px;
    line-height: 1.4rem;
}

table.faq_table .msg {
    color: #000;
    font-size: 0.9rem;
    background: #F8F8F8;
}

@media (min-width: 1023px) {
    .page_content p {
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .wrapper {
        width: 100%;
        font-size: 100%;
    }

    .top {
        width: 100%;
        height: 140px;
        background-image: url("https://assets.trost.co.kr/images/idk/about_top2.png");
        background-size: 100% 100%;
        text-align: center;
    }

    .top h1 {
        font-size: 3rem;
    }

    .top h3 {
        font-size: 1.5rem;
    }

    .page_title {
        width: 90%;
        margin: 55px auto;
        word-break: keep-all;
    }

    .page_content {
        margin-bottom: 50px;
    }

    .page_content p {
        margin: 45px auto;
        font-size: 14px;
    }

    .c_title {
        width: 100%;
        color: #666;
        font-size: 1rem;
    }

    input.c_input, textarea.c_input {
        border: 1px solid #999999;
        border-radius: 6px;
        color: black;
        margin-bottom: 25px;
        display: inline-block;

        width: 100%;
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    select.c_input {
        border: 1px solid #999999;
        border-radius: 6px;
        color: black;
        margin: 0 0 25px 0;
        display: inline-block;
        height: 53px;
        width: 100%;
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .page_content button {min-width: 250px;
        padding: 1em .8em;
        width: 100%;
        border-radius: 12px;
        font-size: 1rem;
    }

    .terms_text {
        width: 80%;
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin: 0 auto;
    }

    .panel {
        padding: 1rem 1rem;
        display: none;
        font-size: 0.8rem;
        line-height: 22px;
        cursor: pointer;
        color: #717070;
    }

    .flip {
        font-size: 0.9rem;
    }
}

.refund-type-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #727272
}

.refund-type-table th {
    text-align: center;
}

.refund-type-table th,
.refund-type-table td {
    padding: 8px;
    border: 1px solid #e0e0e0
}

.refund-type-table > thead > tr > th:first-child {
    width: 120px;
}

.flip.is-new:after {
    content: 'NEW';
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
    font-size: 14px;
    color: red
}

.arrow_faq {
    position: absolute;
    right: 24px;
    top: 20px;
    border-bottom: 2px solid #F57C00;
    border-right: 2px solid #F57C00;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faq-lnb {
    overflow: hidden;
    margin: 36px auto;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2
}

.faq-lnb > li {
    float: left;
    width: 20%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
}

.faq-lnb > li > a {
    display: block;
}

@media (max-width: 1024px) {
    .faq-lnb > li {
        font-size: 13px;
        word-break: keep-all;
    }
}

.faq-lnb > li:hover {
    background: #f8f8f8;
}

.faq-contents-wrap {
    margin: 24px auto 60px auto;
    text-align: left;
}

.flip span {
    margin-right: 8px;
    color: #F57C00;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .arrow_faq {
        display: none;
        width: 25px;
    }
}

.txt_link {
    text-decoration: underline;
    color: #f68700;
    font-weight: normal;
}

.drop-down-btn__select {
    position: relative;
    min-width: 300px;
    padding: .8em .8em;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 2px solid #666;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.drop-down-btn {
    position: relative;
    height: 50px;
    text-align: right
}

.drop-down-btn:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 16px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.drop-down-btn__select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.refund-reason {
    max-width: 656px;
    margin: 0 auto;
    position: relative;
}

.refund-reason__checkbox {
    position: absolute;
    right: 100px;
}

.not-check__checkbox {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 2px red inset;
            box-shadow: 0 0 0 2px red inset;
}

.refund-content-link {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    color: #2e75b5;
    text-decoration: underline;
}

.is-hide {
    display: none !important;
}

.is-open-notice {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.is-close-notice {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 1024px) {
    .drop-down-btn__select {
        font-size: 16px;
        margin-bottom: 20px;

    }

    .drop-down-btn:after {
        top: 22px;
    }
}


/*# sourceMappingURL=../../../sourcemaps/about/terms/new/new.css.map*/