@charset "utf-8";

html, body{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body a{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body button{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body select{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body input{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body textarea{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

html, body label{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222222;
}

main{
    width: 100%;
}

.banner-wrap{
    width: calc(100% - 100px);
    height: 190px;
    box-sizing: border-box;
    border-radius: 20px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_bn_bg.png) center no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}

.title-banner .title{
    font-family: 'Hakgyo_Allimjang';
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 20px;
}

.title-banner .path{
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-banner .path li{
    padding-left: 15px;
}

.title-banner .path li::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_path_arrow.png) center no-repeat;
    margin-right: 15px;
}

.title-banner .path li:first-child{
    position: relative;
    top: -2px;
    padding-left: 0;
}

.title-banner .path li:first-child::before{
    display: none;
}

.contents-wrap{
    width: calc(100% - 40px);
    box-sizing: border-box;
    max-width: 1440px;
    padding-top: 60px;
    margin: 0 auto;
}

.cont-wrap{
    margin-bottom: 80px;
}

/*  */

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.txt-essential{
    font-size: 0;
    text-indent: -9999999999px;
}

.info-table-wrap table th.essential-mark{
    display: table-cell;
    word-break: keep-all;
}

.essential-mark::after{
    content: "*";
    display: inline-block;
    color: #e62b2b;
}

.txt-red{
    color: #e62b2b;
}

.txt-green{
    color: #0fa850;
}

.txt-dgreen{
    color: #138a5f;
}

.txt-blue{
    color: #2f86f2;
}

.txt-orange{
    color: #ff8042;
}

.txt-gray{
    color: #555555;
}

.pdt-10{
    padding-top: 10px;
}

.pdt-50{
    padding-top: 50px;
}

.pdb-10{
    padding-bottom: 10px;
}

.pdb-25{
    padding-bottom: 25px;
}

.pdb-50{
    padding-bottom: 50px;
}

.mgt-50{
    margin-top: 50px;
}

.mgb-15{
    margin-bottom: 15px;
}

.mgb-45{
    margin-bottom: 45px;
}

.mgb-50{
    margin-bottom: 50px;
}

.mgb-60{
    margin-bottom: 60px;
}

.mgl-15{
    margin-left: 15px;
}

.mgr-0{
    padding-right: 0;
}

.mgr-15{
    margin-right: 15px;
}

input{
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    font-family: 'Pretendard';
    letter-spacing: -0.03em;
}

input[type='text'].datepicker{
    width: 260px;
    border-radius: 6px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_date_ic.png) calc(100% - 20px) center no-repeat;
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
}

input[type='text'].datepicker::placeholder{
    color: #222;
}

.ui-datepicker-trigger{
    display: none;
}

textarea{
    width: 100%;
    height: 110px;
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    font-family: 'Pretendard';
    letter-spacing: -0.03em;
    resize: none;
}

.data-cont{
    width: 50%;
    min-width: 300px;
    position: relative;
}

.data-cont input[type=file]{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 12px;
}

.data-cont:last-child input[type=file]{
    margin-bottom: 25px;
}

.data-cont .file-label{
    color: #222;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.data-cont .file-label::after{
    content: "파일선택";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
    position: absolute;
    right: -122px;
}

div::-webkit-scrollbar{
    width: 4px;
    background-color: #d9d9d9;
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 3px;
}

div::-webkit-scrollbar{
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 3px;
}

/*  */

/* 탄소중립마일리지 소개 */

.cont-title{
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: -0.03em;
}

.cont-txtbox{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background-color: #fafafa;
    position: relative;
}

.cont-txtbox .txtbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-txtbox .txtbox::before{
    content: "";
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 30px;
    border: 1px solid #d7d7d7;
    background: url(/resources/morenCMS/site/www/images/sub/sub_mileage_ic.png) center no-repeat #fff;
}

.cont-txtbox .txtbox > div{
    width: calc(100% - 400px);
}

.cont-txtbox .txtbox-tit{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.cont-txtbox .txtbox-mtit span{
    color: #138a5f;
    font-weight: 700;
    display: inline;
}

.cont-txtbox .txtbox > div.apply-link{
    width: 240px;
}

.apply-link a{
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 8px;
    background-color: #138a5f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-link a::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_link_arrow_wh.png) center no-repeat;
    margin-left: 15px;
}

.cont-txt .txt-tit{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.cont-txt .txt-tit::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_title_ic.png) center no-repeat;
    margin-right: 10px;
}

.txt-list li{
    padding-bottom: 12px;
    padding-left: 7px;
    position: relative;
}

.txt-list li.list-dot::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 10px;
}

.txt-list li:last-child{
    padding-bottom: 0;
}

.cont-txtbox2{
    display: flex;
    justify-content: space-between;
}

.cont-txtbox2 .cont-txtbox{
    width: calc((100% - 46px) / 3);
    border-radius: 30px 30px 0 30px;
    padding: 27px 40px;
}

.cont-txt .txtbox-tit.incent{
    display: flex;
    align-items: center;
}


.cont-txt .txtbox-tit.incent::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_check_ic.png) center no-repeat;
    margin-right: 8px;
}

.cont-txt .txtbox-tit.incent.txt-green::before{
    background-color: #29a075;
}

.cont-txt .txtbox-tit.incent.txt-blue::before{
    background-color: #2f86f2;
}

.cont-txt .txtbox-tit.incent.txt-orange::before{
    background-color: #ff8042;
}

.txt-list li.circle{
    position: relative;
    left: -10px;
    padding: 8px;
    padding-left: 38px;
}

.txt-list li.circle::before{
    content: "01";
    display: flex;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #848484;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px;
}

.txt-list li:nth-child(2).circle::before{
    content: "02";
}

.txt-list li:nth-child(3).circle::before{
    content: "03";
}

.txt-list li:nth-child(4).circle::before{
    content: "04";
}

.txt-list li:nth-child(5).circle::before{
    content: "05";
}

/* 탄소중립마일리지 소개 */

/* 탄소중립마일리지 신청 - step01 */

.cont-step{
    padding-bottom: 70px;
}

.cont-step ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-step ul li{
    width: calc((100% - 104px) / 3);
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 32px;
    position: relative;
    color: #555555;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-step ul.join-step li{
    width: calc((100% - 140px) / 5);
}

.cont-step ul li::after{
    content: "";
    display: block;
    width: 12px;
    height: 18px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_step_ic_off.png) center no-repeat;
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
}

.cont-step ul.join-step li::after{
    right: -25px;
}

.cont-step ul li:last-child:after{
    display: none;
}

.cont-step ul li.on{
    background-color: #29a075;
    color: #fff;
    font-weight: 700;
    border-color: #29a075;
}

.cont-step ul li.on::after{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_step_ic_on.png);
}

.cont-step ul li span::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #d7d7d7;
    margin: 0 14px;
    position: relative;
    top: 1px;
}

.cont-step ul li.on span::after{
    background-color: #fff;
}

.cont-mission .mission-list > li{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.cont-mission .mission-list > li:hover{
    border-color: #29a075;
    box-shadow: 2px 8px 10px rgba(41, 160, 117, 0.05);
}

.cont-mission .mission-list .mission-check{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_check_ic.png) center no-repeat #c6c6c6;
}

.cont-mission .mission-list > li:hover .mission-check{
    background-color: #29a075;
}

.cont-mission .mission-list .mission-tit{
    font-size: 20px;
    font-weight: 700;
    width: calc(18% - 32px);
    padding: 0 40px;
    box-sizing: border-box;
}

.cont-mission .mission-list > li:hover .mission-tit{
    color: #29a075;
}

.cont-mission .mission-list .txt-list{
    width: 52%;
    box-sizing: border-box;
}

.cont-mission .mission-list .mission-count{
    width: 5%;
    box-sizing: border-box;
    text-align: center;
}

.cont-mission .mission-list .mission-point{
    text-align: center;
    width: 15%;
    box-sizing: border-box;
}

.txt-list li.list-no{
    padding-left: 0;
}

.cont-mission .mission-list .link{
    width: 10%;
}

.cont-mission .mission-list .link a{
    width: 140px;
    height: 44px;
    box-sizing: border-box;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border: 1px solid #e1e1e1;
}

.cont-mission .mission-list .link a::after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_go_arrow_bk.png) center no-repeat;
    margin-left: 10px;
}

.cont-mission .mission-list .link a:hover{
    background-color: #29a075;
    border-color: #29a075;
    color: #fff;
}

.cont-mission .mission-list .link a:hover:after{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_go_arrow_wh.png);
}

.member-type-select-wrap select{
    width: 280px;
    height: 54px;
    padding: 0 20px;
    appearance:none;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: url(/resources/morenCMS/site/www/images/family_arrow.png) calc(100% - 20px) center no-repeat #fff;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}


/* 탄소중립마일리지 신청 - step01 */

/* 탄소중립마일리지 신청 - step02 */

.cont-table table{
    border-top: 1px solid #000;
}

.cont-table table th{
    padding: 25px 10px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f2f6f5;
    word-break: keep-all;
}

.cont-table table td{
    padding: 25px 30px;
    border-bottom: 1px solid #d9d9d9;
    word-break: keep-all;
}

.cont-table table.write-table td{
    padding: 12px 30px;
}

.cont-table table.write-table td textarea{
    margin: 5px 0;
}

.cont-table table.write-table td.data-box{
    padding: 20px 30px;
}

.all-agree-wrap{
    margin: 30px 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.all-agree-wrap input[type=checkbox]{
    width: 24px;
    height: 24px;
    appearance: none;
    background: url(/resources/morenCMS/site/www/images/sub/sub_agree_null.png) center no-repeat;
    cursor: pointer;
}

.all-agree-wrap input[type=checkbox]:checked{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_agree_check.png);
}

.cont-agreebox{
    width: 100%;
}

.cont-agreebox .agree-box{
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin-bottom: 20px;
}

.cont-agreebox .agree-box .agree-txt{
    height: 100%;
    overflow-y: scroll;
    line-height: 1.6em;
    padding-right: 15px;
}

.cont-agreebox .check-agree{
    display: flex;
    /* align-items: center; */
}

.cont-agreebox input[type=checkbox]{
    width: 24px;
    height: 24px;
    appearance: none;
    background: url(/resources/morenCMS/site/www/images/sub/sub_agree_null.png) center no-repeat;
    cursor: pointer;
}

.cont-agreebox input[type=checkbox]:checked{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_agree_check.png);
}

.btn-wrap{
    text-align: center;
}

.btn-wrap button{
    min-width: 180px;
    padding: 0 75px;
    height: 54px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
    margin-right: 10px;
}

.btn-wrap button:last-child{
    margin-right: 0;
}

.btn-wrap button.next-btn,
.btn-wrap button.listpage-btn,
.btn-wrap button.missionpage-btn{
    background-color: #444;
    color: #fff;
    border-color: #444;
}

/* 탄소중립마일리지 신청 - step02 */

/* 탄소중립마일리지 신청 - step03 */

.cont-txtbox.pd-50{
    padding: 50px;
}

.txt-finish-tit{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
    padding-bottom: 20px;
}

/* 탄소중립마일리지 신청 - step03 */

/* 실천과제 신청내역 */

.cont-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-flex .apply-link{
    position: relative;
    top: -15px;
    width: 240px;
}

.cont-status{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cont-status ul{
    display: flex;
    text-align: center;
    align-items: center;
    height: 150px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.cont-status ul.status-applicate{
    width: calc(70% - 10px);
}

.cont-status ul>li{
    position: relative;
}

.cont-status ul>li::before{
    content: "";
    display: block;
    height: 52px;
    border-right: 1px dashed #ccc;
    position: absolute;
    top: 5px;
    left: 0;
}

.cont-status ul>li:first-child:before{
    display: none;
}

.cont-status ul.status-applicate li{
    width: calc(100% / 5);
}

.cont-status ul.status-mileage{
    width: calc(30% - 10px);
}

.cont-status ul.status-mileage li{
    width: calc(100% / 2);
}

.status-num{
    padding-top: 12px;
}

.status-num span{
    font-weight: 700;
    font-size: 28px;
    word-break: keep-all;
}

.apply-search{
    display: flex;
    align-items: center;
    justify-content: right;
}

.apply-search label{
    font-weight: 700;
    margin-right: 18px;
}

.apply-search select{
    width: 180px;
    height: 54px;
    padding: 0 20px;
    appearance:none;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: url(/resources/morenCMS/site/www/images/family_arrow.png) calc(100% - 20px) center no-repeat;
    margin-right: 30px;
    cursor: pointer;
}

.apply-search input[type='text']{
    border-radius: 6px;
}

.search-box button{
    height: 54px;
    padding: 0 45px;
    border-radius: 6px;
    background-color: #444;
    color: #fff;
    margin-left: 8px;
}

.list-num{
    padding-bottom: 16px;
}

.list-num span{
    font-weight: 700;
}

.apply-table {
    text-align: center;
}

.apply-table td.condition{
    font-weight: 600;
}

.cont-table table.apply-table td{
    padding: 25px 10px;
}

.pagenation-wrap{
    padding-top: 40px;
}

.pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation li{
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.pagenation li.prev-page{
    margin-right: 15px;
}

.pagenation li.next-page{
    margin-left: 15px;
}

.pagenation li a{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
}

.pagenation li.on a{
    background-color: #444;
    color: #fff;
}

.pagenation li.first-page a{
    border: 1px solid #d7d7d7;
    background: url(/resources/morenCMS/site/www/images/sub/sub_page_arrow2.png) center no-repeat;
}

.pagenation li.prev-page a{
    border: 1px solid #d7d7d7;
    background: url(/resources/morenCMS/site/www/images/sub/sub_page_arrow.png) center no-repeat;
}

.pagenation li.last-page a{
    border: 1px solid #d7d7d7;
    background: url(/resources/morenCMS/site/www/images/sub/sub_page_arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.pagenation li.next-page a{
    border: 1px solid #d7d7d7;
    background: url(/resources/morenCMS/site/www/images/sub/sub_page_arrow.png) center no-repeat;
    transform: rotate(180deg);
}

.apply-btn button{
    background-color: #fafafa;
    min-width: 60px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin-right: 6px;
}

.apply-btn button:last-child{
    margin-right: 0;
}

/* 실천과제 신청내역 */

/* 동작 지역상품권 신청 */

.cont-fixed.fixed{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}


.personal-login{
    position: relative;
}

.popup-box{
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.popup-box p{
    background-color: #f2f6f5;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
}

.popup-box .popup-wrap{
    padding: 30px 50px;
}

.popup-box .popup-wrap input[type='text']{
    width: 100%;
    border-radius: 6px;
}

.popup-box .popup-wrap .popup-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popup-box .popup-wrap .popup-btn button{
    width: calc(50% - 5px);
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.popup-box .popup-wrap .popup-btn button.voucher-confirm{
    background-color: #29a075;
    color: #fff;
}

.popup-box .popup-close{
    width: 17px;
    height: 17px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_popup_close.png) center no-repeat;
    position: absolute;
    top: 20px;
    right: 35px;
    cursor: pointer;
}

.personal-login .cont-status ul.status-applicate,
.personal-login .cont-status ul.status-mileage,
.corp-login .cont-status ul.status-applicate,
.corp-login .cont-status ul.status-mileage{
    width: calc(50% - 10px);
}

.personal-login .cont-status ul.status-applicate li,
.personal-login .cont-status ul.status-mileage li{
    width: calc(100% / 4);
}

.corp-login .cont-status ul.status-applicate li,
.corp-login .cont-status ul.status-mileage li{
    width: calc(100% / 3);
}

.apply-search select.mgr-0{
    margin-right: 0;
}

.apply-date input[type='text'].datepicker{
    width: 200px;
}

.apply-date input[type='text'].datepicker.before-date{
    margin-right: 15px;
}

.apply-date input[type='text'].datepicker.after-date{
    margin-left: 15px;
}
/* 동작 지역상품권 신청 */

/* 반려사유 팝업 */

.popup-box.reject-popup{

    width: 100%;

    max-width: 400px;

    min-width: 300px;

}



.popup-box.reject-popup p{

    background-color: #3d6b5f;

    color: #fff;

}



.popup-box.reject-popup .popup-wrap .popup-btn{

    justify-content: center;

}



.popup-box.reject-popup .popup-wrap .popup-btn button{

    width: 100%;

    max-width: 150px;

}



/* 반려사유 확인 버튼 */

.apply-btn .apply-reject-btn{

    background-color: #6c757d;

    color: #fff;

    border: none;

    padding: 5px 12px;

    border-radius: 4px;

    cursor: pointer;

}



.apply-btn .apply-reject-btn:hover{

    background-color: #5a6268;

}

/* 공지사항(커뮤니티) */

.board-search{
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 40px;
}

.board-search label{
    font-weight: 700;
    margin-right: 18px;
}

.board-search select{
    width: 180px;
    height: 54px;
    padding: 0 20px;
    appearance:none;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: url(/resources/morenCMS/site/www/images/family_arrow.png) calc(100% - 20px) center no-repeat #fff;
    margin-right: 10px;
    cursor: pointer;
}

.board-search input[type='text']{
    border-radius: 6px;
}

.board-date input[type='text'].datepicker{
    width: 200px;
    background-color: #fff;
}

.board-date input[type='text'].datepicker.before-date{
    margin-right: 15px;
}

.board-date input[type='text'].datepicker.after-date{
    margin-left: 15px;
    margin-right: 40px;
}

.board-view-wrap{
    border-top: 1px solid #000;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.view-tit{
    padding: 25px 40px;
    font-weight: 700;
    font-size: 20px;
    background-color: #f2f6f5;
}

.view-detail ul{
    display: flex;
    align-items: center;
}

.view-detail > li{
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 40px;
}

.view-detail > li li{
    display: flex;
    align-items: center;
}

.view-detail > li li:first-child::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #989898;
    margin: 0 20px;
}

.view-detail > li.upload-file{
    padding: 15px 40px;
}

.view-detail > li.upload-file > ul{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.view-detail > li.upload-file li:first-child::after{
    margin-left: 12px;
}

.file-name{
    padding-left: 30px;
    padding-right: 20px;
    height: 24px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_file_ic.png) 0 center no-repeat;
}

.upload-file .file-btn button{
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 10px;
    background-color: #fafafa;
    min-width: 100px;
    margin-right: 6px;
}

.upload-file .file-btn button:last-child{
    margin-right: 0;
}

.btn-wrap.view-btn-wrap{
    text-align: right;
}
.btn-wrap.view-btn-wrap button{
    min-width: 130px;
    padding: 0 40px;
}

.view-txt{
    padding: 50px 40px;
    line-height: 1.6em;
}
/* 공지사항(커뮤니티) */

/* 자주묻는질문(커뮤니티) */

.fnq-list{
    border-top: 1px solid #000;
}

.fnq > li{
    border-bottom: 1px solid #d7d7d7;
}

.fnq .fnq-tit{
    padding: 25px 30px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.fnq .fnq-tit::after{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_acco_arrow_gr.png) center no-repeat #fff;
    border: 1px solid #d7d7d7;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.3s;
}

.fnq > li.on .fnq-tit::after{
    background: url(/resources/morenCMS/site/www/images/sub/sub_acco_arrow_wh.png) center 13px no-repeat #444;
    transform: rotate(180deg);
}

.fnq .fnq-answer{
    padding: 25px 30px;
    background-color: #f6f6f6;
    display: none;
}

.fnq .fnq-answer::before{
    content: "A";
    display: inline-block;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #29a075;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5.5px;
    position: relative;
    top: -2px;
}

.fnq .fnq-answer p:first-child{
    display: inline;
    margin: 0;
}

/* 자주묻는질문(커뮤니티) */

/* 내정보 */

.cont-txtbox.login-txtbox{
    width: 580px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 40px 40px 0 40px;
    padding: 150px 20px 50px 20px;
    position: relative;
}

.cont-txtbox.login-txtbox > img{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}


.login-txtbox .txtbox-mtit{
    padding-bottom: 30px;
}

.cont-password{
    width: calc(100% - 60px);
    margin: 0 auto;
}

.cont-password input{
    width: 100%;
    margin-bottom: 10px;
}

.cont-password .confirm-btn{
    width: 100%;
    background-color: #444;
    border-color: #444;
    color: #fff;
}

/* 내정보 */

/* 로그인 */

.check-id{
    display: flex;
    justify-content: left;
}

.check-id input[type=checkbox]{
    width: 24px;
    height: 24px;
    appearance: none;
    background: url(/resources/morenCMS/site/www/images/sub/sub_agree_null.png) center no-repeat;
    cursor: pointer;
    margin-bottom: 30px;
}

.check-id input[type=checkbox]:checked{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_agree_check.png);
}

.cont-password .login-confirm{
    background-color: #29a075;
    border-color: #29a075;
}

.login-find{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-find li{
    display: flex;
    align-items: center;
}

.login-find li::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(68, 68, 68, 0.25);
    margin: 0 15px;
}

.login-find li:first-child:before{
    display: none;
}
/* 로그인 */
/* 회원정보 */

body.fixed{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.info-table-wrap table{
    margin-bottom: 20px;
}

.info-table-wrap .pw-modify-btn{
    width: 130px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    margin-left: 12px;
}

.info-table-wrap .id-flex{
    display: flex;
    align-items: center;
}

.withdrawal{
    text-align: right;
    margin-bottom: 20px;
}

.withdrawal a{
    color: #e62b2b;
    text-decoration: underline;
}

.btn-wrap .mem-modify-btn{
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.info-table-wrap .file-name{
    padding-left: 62px;
    background-position-x: 30px;
}

a.file-down{
    text-decoration: underline;
    color: #2e59e6;
}

.popup-box.password-change-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.08);
    max-width: 622px;
}

.popup-box.password-change-popup .popup-wrap{
    padding: 30px 40px;
}

.pw-write{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pw-write label{
    font-weight: 700;
}

.pw-write input[type='password']{
    width: calc(100% - 150px);
}

.popup-box .caution-txt{
    display: inline-block;
    width: 100%;
    max-width: 542px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    padding: 20px 30px;
    margin: 10px 0;
}

.popup-box .caution-txt p{
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.6em;
}

.popup-box .caution-txt .caution-tit{
    font-weight: 700;
    display: flex;
    padding-bottom: 6px;
    position: relative;
    padding-left: 35px;
}

.popup-box .caution-txt .caution-tit::before{
    content: "";
    display: block;
    width: 22.5px;
    height: 22.5px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_caution_ic.png) center no-repeat #848484;
    position: absolute;
    left: 0;
    top: 2px;
}

.popup-box.password-change-popup .popup-btn,
.popup-box.member-withdrawal-popup .popup-btn{
    justify-content: center;
    margin-top: 20px;
}

.popup-box.password-change-popup .popup-btn button,
.popup-box.member-withdrawal-popup .popup-btn button{
    max-width: 160px;
}

.popup-box.password-change-popup .popup-btn button.pwchange-confirm,
.popup-box.member-withdrawal-popup .popup-btn button.memwd-confirm{
    margin-left: 10px;
    color: #fff;
    background-color: #29a075;
    border-color: #29a075;
}

.popup-box.member-withdrawal-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.08);
    max-width: 622px;
}

.popup-wd{
    margin-bottom: 10px;
}

.wd-write label{
    font-weight: 700;
}

.wd-write textarea{
    margin-top: 15px;
}

/* 회원정보 */
/* 회원정보 수정 */


input[type="text"].email-box{
    border-radius: 6px;
    width: 100%;
}

.address-search button{
    width: 130px;
    height: 53px;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 6px;
    background-color: #444;
    color: #fff;
    margin-left: 8px;
}

input[type="text"].zip-code{
    border-radius: 6px;
    width: 170px;
    margin-right: 8px;
}

input[type="text"].basic-add{
    border-radius: 6px;
    width: 350px

}

input[type="text"].detail-add{
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
}

.btn-wrap button.save-btn{
    color: #fff;
    background-color: #444;
    border-color: #444;
}

/* 회원정보 수정 */
/* 회원가입 */

.email-wrap{
    display: flex;
    align-items: center;
    gap: 5px;
}

.email-wrap select{
    height: 54px;
    padding: 0 20px;
    appearance:none;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: url(/resources/morenCMS/site/www/images/family_arrow.png) calc(100% - 20px) center no-repeat #fff;
    margin-right: 10px;
    cursor: pointer;
}

.join-tit{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}

.choice-wrap{
    padding-top: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.choice-wrap > div{
    width: calc((100% - 40px)/2);
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    background-color: #fafafa;
    padding: 48px 30px 30px 30px;
}

.choice-mtit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 56px;
    border-radius: 0 26px 0 26px;
    color: #fff;
    font-weight: 700;
    background-color: #8d5eb6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

.choice-group .choice-mtit{
    background-color: #455fb6;
}

.choice-wrap > div > ul li{
    width: 100%;
}

.choice-wrap > div > ul li:last-child{
    margin-bottom: 0;
}

.choice-wrap > div > ul li a{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 22px 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.choice-image{
    width: 130px;
    height: 130px;
    border-radius: 30px;
    background: url(/resources/morenCMS/site/www/images/sub/sub_membership_ic01.png) 19px 14px no-repeat #f8ecef;
}

.choice-person > ul li:nth-child(2) .choice-image{
    background: url(/resources/morenCMS/site/www/images/sub/sub_membership_ic02.png) 18px 16px no-repeat #e0f0e8;
}

.choice-group > ul li:nth-child(1) .choice-image{
    background: url(/resources/morenCMS/site/www/images/sub/sub_membership_ic03.png) 24px 16px no-repeat #f9efe7;
}

.choice-group > ul li:nth-child(2) .choice-image{
    background: url(/resources/morenCMS/site/www/images/sub/sub_membership_ic04.png) 35px 12px no-repeat #e8f3f9;
}

.choice-txt{
    width: calc(100% - 230px);
    margin-left: 28px;
    word-break: keep-all;
}

.choice-txt-tit{
    padding-bottom: 12px;
}

.choice-txt p{
    line-height: 1.6em;
}

.choice-txt-tit span{
    font-weight: 700;
    font-size: 26px;
}

.choice-check{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_check_ic.png) center no-repeat #c6c6c6;
    margin-left: 32px;
}

.choice-wrap > div > ul li a:hover,
.choice-wrap > div > ul li.on a{
    border-color: #29a075;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.05);
}

.choice-wrap > div > ul li a:hover .choice-check,
.choice-wrap > div > ul li.on a .choice-check{
    background: url(/resources/morenCMS/site/www/images/sub/sub_check_ic.png) center no-repeat #29a075;
}

.popup-box.proof-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.08);
    max-width: 702px;
}

.proof-write{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.proof-write label{
    font-weight: 700;
    margin-right: 20px;
}

.popup-box .popup-wrap .proof-write input[type='text']{
    width: 210px;
    margin-right: 10px;
}

.popup-box .popup-wrap .proof-write input[type='password']{
    width: 210px;
    margin-left: 10px;
}

.proof-popup .agree-txtbox{
    width: 100%;
    height: 126px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fafafa;
    border: 1px solid #d7d7d7;
    padding: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.proof-popup .agree-txtbox .txtbox{
    height: 100%;
    overflow-y: scroll;
    word-break: keep-all;
    padding-right: 20px;
}

.proof-popup .check-agree{
    display: flex;
    align-items: flex-start;
}

.proof-popup .check-agree input[type=checkbox]{
    width: 24px;
    height: 24px;
    appearance: none;
    background: url(/resources/morenCMS/site/www/images/sub/sub_agree_null.png) center no-repeat;
    cursor: pointer;
}

.check-agree input[type=checkbox]:checked{
    background-image: url(/resources/morenCMS/site/www/images/sub/sub_agree_check.png);
}

.proof-popup .check-agree label{
    width: calc(100% - 34px);
}

.popup-box.proof-popup .popup-btn{
    justify-content: center;
}

.popup-box.proof-popup .popup-btn button{
    max-width: 160px;
}

.popup-box.proof-popup .popup-btn button.proof-confirm{
    margin-left: 10px;
    color: #fff;
    background-color: #29a075;
    border-color: #29a075;
}

.member-join-wrap{
    width: 100%;
    position: relative;
}

.essential-txt{
    color: #e62b2b;
    position: absolute;
    right: 0;
    top: 18px;
}

.member-join-wrap input[type="text"].name-box,
.member-join-wrap input[type="text"].birth-box,
.member-join-wrap input[type="text"].phone-box{
    width: 100%;
    border-radius: 6px;
}

.member-join-wrap input[type="text"].id-box{
    width: calc(100% - 142px);
    border-radius: 6px;
}

.member-join-wrap .duplicate-btn{
    width: 130px;
    height: 53px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    margin-left: 12px;
}

.member-join-wrap .auth-btn{
    width: 130px;
    height: 53px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    margin-left: 12px;
}

.member-join-wrap input[type="password"].pw-box{
    width: 100%;
    border-radius: 6px;
}

.popup-box.duplicate-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.08);
    max-width: 570px;
}

.duplicate-popup .popup-wrap{
    padding: 30px 40px;
}

.duplicate-popup .txtbox{
    display: inline-block;
    width: 100%;
    max-width: 542px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 5px;
}

.duplicate-popup .txtbox p{
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
}

.duplicate-popup .txtbox span{
    font-weight: 700;
}
.duplicate-popup .txtbox .use-id{
    width: calc(100% - 40px);
    max-width: 170px;
    padding: 15px;
    border-radius: 6px;
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.duplicate-popup .another p{
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    line-height: 1.6em;
    text-align: center;
}

.duplicate-popup .another-id{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.duplicate-popup .another-id label{
    font-weight: 700;
    width: 100px;
}

.duplicate-popup .another-id input[type="text"]{
    height: 50px;
    width: calc(100% - 220px);
}

.duplicate-popup .another-id button{
    width: 110px;
    height: 50px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fafafa;
    margin-left: 10px;
}
/* 회원가입 */

/* 아이디 비밀번호 찾기 */

.id-pw-tab ul{
    width: 400px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 27px;
}

.id-pw-tab ul li{
    width: 50%;
    height: 100%;
}

.id-pw-tab ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
}

.id-pw-tab ul li.on a{
    background-color: #29a075;
    color: #fff;
    font-weight: 700;
}

.ident-txtbox,
.pwchange-txtbox,
.pwfinish-txtbox{
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 30px;
    padding: 60px;
}

.txt-ident-tit{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
}

.ident-txtbox .identity{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    width: 100%;
    padding: 25px 10px 10px 10px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    margin: 40px auto;
    margin-bottom: 30px;
}

.ident-txtbox .ident-txt{
    text-align: left;
    margin-left: 40px;
    padding-top: 5px;
}

.ident-txtbox .ident-txt p{
    padding: 18px 0;
}

.ident-txtbox .ident-txt .ident-mtit{
    font-weight: 700;
    font-size: 28px;
    padding: 0;
}

.ident-txtbox .ident-txt button{
    text-align: center;
    width: 100%;
    height: 54px;
    max-width: 200px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
}

.ident-txtbox .caution-tit{
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.ident-txtbox .caution-tit::before{
    content: "";
    display: block;
    width: 22.5px;
    height: 22.5px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_caution_ic.png) center no-repeat #848484;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: -2px;
}

.popup-box.join-popup .no-join p{
    font-weight: 500;
    background-color: transparent;
    padding: 0px 20px;
    line-height: 1.6em;
    font-size: 18px;
    text-align: center;
}

.popup-box.join-popup .no-join p span{
    font-weight: 700;
}

.popup-box.join-popup .popup-wrap .popup-btn{
    justify-content: center;
}

.popup-box.join-popup .popup-wrap .popup-btn .join-btn{
    background-color: #29a075;
    border-color: #29a075;
    width: 160px;
    color: #fff;
}

.id-write-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.id-write-wrap label{
    font-weight: 700;
}

.id-write-wrap input[type="text"]{
    width: 370px;
    border-radius: 6px;
    margin-left: 15px;
}

.pw-write-wrap{
    width: 100%;
    max-width: 545px;
    margin: 0 auto;
    margin-top: 30px;
}

.pw-write-wrap label{
    font-weight: 700;
}

.pw-write-wrap input[type="text"],
.pw-write-wrap input[type="password"]{
    width: 370px;
    border-radius: 6px;
}

.pwchange-txtbox .caution-txt{
    display: inline-block;
    width: 100%;
    max-width: 542px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 30px;
    margin: 10px 0;
    margin-bottom: 40px;
    text-align: left;
}

.pwchange-txtbox .caution-txt p{
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.6em;
}

.pwchange-txtbox .caution-txt .caution-tit{
    font-weight: 700;
    padding-left: 35px;
    position: relative;
}

.pwchange-txtbox .caution-txt .caution-tit::before{
    content: "";
    display: block;
    width: 22.5px;
    height: 22.5px;
    border-radius: 50%;
    background: url(/resources/morenCMS/site/www/images/sub/sub_caution_ic.png) center no-repeat #848484;
    position: absolute;
    left: 0;
    top: 2px;
}

.pwchange-txtbox .btn-wrap button,
.pwfinish-txtbox .btn-wrap button{
    width: calc((100% - 10px) / 2);
    max-width: 180px;
    padding: 0;
    background-color: #fff;
}

.pwchange-txtbox .btn-wrap button.change-btn,
.pwfinish-txtbox .btn-wrap button.loginpage-btn{
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.pwfinish-txtbox .txt p{
    padding: 20px 20px 40px 20px;
}

/* 아이디 비밀번호 찾기 */

@media all and (max-width: 1560px){
    .banner-wrap{
        height: auto;
        width: calc(100% - 40px);
        max-width: 1440px;
    }
}

@media all and (max-width: 1400px){
    .cont-table table th{
        font-size: 16px;
    }

    .cont-table table td{
        font-size: 16px;
    }

    .apply-btn button{
        font-size: 15px;
        padding: 6px 8px;
        margin-right: 4px;
    }

    .apply-search label,
    .board-search label,
    .id-write-wrap label,
    .pw-write-wrap label{
        font-size: 16px;
        margin-right: 15px;
    }

    .apply-search select,
    .email-wrap select,
    .member-type-select-wrap select{
        font-size: 16px;
        height: 42px;
        margin-right: 22px;
    }

    .board-search{
        padding: 25px 15px;
        margin-bottom: 35px;
    }

    .board-search select{
        font-size: 16px;
        height: 42px;
    }

    .apply-search input[type='text'],
    .board-search input[type='text'],
    .member-join-wrap input[type="text"].id-box,
    .member-join-wrap input[type="password"].pw-box,
    .member-join-wrap input[type="text"].name-box,
    .member-join-wrap input[type="text"].birth-box,
    .member-join-wrap input[type="text"].phone-box,
    input[type="text"].email-box,
    input[type="text"].zip-code,
    input[type="text"].basic-add,
    .address-search button,
    input[type="text"].detail-add,
    .id-write-wrap input[type="text"],
    .pw-write-wrap input[type="text"],
    .pw-write-wrap input[type="password"]{
        font-size: 16px;
        height: 42px;
    }

    .search-box button{
        font-size: 16px;
        height: 42px;
    }

    input[type='text'].datepicker{
        height: 42px;
        font-size: 16px;
        margin-right: 15px;
    }

    .board-date input[type='text'].datepicker.after-date{
        margin-right: 25px;
    }

    .data-cont input[type=file]{
        height: 42px;
    }

    .data-cont:last-child input[type=file]{
        margin-bottom: 15px;
    }

    .data-cont .file-label{
        height: 42px;
        font-size: 16px;
    }

    .data-cont .file-label::after{
        height: 42px;
        font-size: 16px;
        width: auto;
        box-sizing: border-box;
        padding: 15px 20px;
        right: -107px;
    }

    .cont-table > table.write-table td textarea{
        font-size: 16px;
    }

    .cont-table > table.write-table td,
    .member-info-wrap .cont-table table th,
    .member-info-wrap .cont-table table td,
    .info-table-wrap .cont-table table th,
    .info-table-wrap .cont-table table td{
        padding: 15px 22px;
    }

    .list-num{
        font-size: 16px;
    }

    .pagenation li{
        width: 35px;
        height: 35px;
    }

    .pagenation li a{
        font-size: 16px;
    }

    .info-table-wrap .pw-modify-btn,
    .member-join-wrap .duplicate-btn,
    .member-join-wrap .auth-btn{
        height: auto;
        width: auto;
        font-size: 16px;
    }

    .withdrawal a{
        font-size: 16px;
    }

    /*  */

    .cont-table table.board-table th,
    .cont-table table.board-table td,
    .board-list-table .list-num{
        font-size: 18px;
    }

    .fnq .fnq-tit{
        padding: 20px 25px;
        font-size: 18px;
    }

    .fnq .fnq-tit::after{
        top: 15px;
    }

    .fnq .fnq-answer{
        padding: 20px 25px;
        font-size: 17px;
    }

    a.file-down{
        padding-left: 40px;
    }

    /*  */

    .popup-box.proof-popup{
        width: calc(100% - 40px);
    }
}

@media all and (max-width: 1324px){
    .cont-step ul.join-step li{
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .cont-step ul.join-step li span{
        display: block;
        width: 100%;
        text-align: center;
    }

    .cont-step ul.join-step li span::after{
        display: none;
    }
}

@media all and (max-width: 1200px){

    .title-banner .title{
        font-size: 38px;
    }

    .cont-title{
        font-size: 30px;
        padding-bottom: 15px;
    }

    .cont-txt .txt-tit{
        font-size: 22px;
    }

    .cont-txtbox{
        padding: 20px 32px;
    }

    .cont-txtbox .txtbox::before{
        width: 100px;
        height: 100px;
    }

    .cont-txtbox .txtbox-tit{
        font-size: 22px;
    }

    /*  */

    .cont-step ul li{
        width: calc((100% - 70px) / 3);
        padding: 16px;
    }

    .cont-step ul li::after{
        right: -25px;
    }

    .cont-mission .mission-list > li{
        padding: 20px 25px;
    }

    .cont-mission .mission-list .mission-check{
        width: 26px;
        height: 26px;
    }

    .cont-mission .mission-list .mission-tit{
        padding: 0 15px;
        font-size: 18px;
        width: calc(22% - 26px);
        word-break: keep-all;
    }

    .cont-mission .mission-list .txt-list{
        font-size: 16px;
        width: 48%;
        box-sizing: border-box;
        padding-right: 15px;
        word-break: keep-all;
    }

    .cont-mission .mission-list .mission-count{
        font-size: 16px;
    }

    .cont-mission .mission-list .mission-point{
        font-size: 16px;
        width: 13%;
    }

    .cont-mission .mission-list .link{
        width: 13%;
    }

    .cont-mission .mission-list .link a{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 16px;
    }

    .cont-table table.board-table th,
    .cont-table table.board-table td,
    .board-list-table .list-num{
        font-size: 16px;
    }

    .board-search{
        flex-wrap: wrap;
        justify-content: center;
    }

    .board-search .board-date{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .join-tit{
        font-size: 30px;
    }

    .choice-txt-tit span{
        font-size: 24px;
    }

    .choice-txt-tit{
        padding-bottom: 10px;
    }

    .choice-txt p{
        font-size: 16px;
    }

    .choice-wrap > div > ul li a{
        padding: 18px 20px;
    }

    .choice-wrap > div{
        padding: 43px 25px 25px 25px;
    }

    .choice-wrap > div > ul li:last-child a{
        margin-bottom: 0;
    }

    .choice-wrap > div{
        width: calc((100% - 20px) / 2);
    }

    .choice-image{
        width: 100px;
        height: 100px;
        background-size: 64px;
        background-position-x: 15px;
    }

    .choice-person > ul li:nth-child(2) .choice-image{
        background-size: 67px;
        background-position-x: 14px;
    }

    .choice-group > ul li:nth-child(1) .choice-image{
        background-size: 64px;
        background-position-x: 20px;
    }

    .choice-group > ul li:nth-child(2) .choice-image{
        background-size: 46px;
        background-position-x: 28px;
    }

    .choice-txt{
        width: calc(100% - 196px);
    }

    .choice-check{
        margin-left: 26px;
    }

    .info-table-wrap .cont-table table td.email-wrap{
        position: relative;
        padding-bottom: 63px;
    }

    .email-wrap select{
        width: calc(100% - 44px);
        position: absolute;
        left: 22px;
        bottom: 15px;
    }


}

@media all and (max-width: 1080px){
    .cont-table table.apply-table th,
    .cont-table table.apply-table td{
        font-size: 14px;
        padding: 12px 6px;
    }

    .apply-btn button{
        font-size: 13px;
    }

    /*  */

    .choice-wrap{
        flex-wrap: wrap;
        padding-top: 60px;
    }

    .choice-wrap > div{
        width: 100%;
    }

    .choice-wrap > div.choice-group{
        margin-top: 43px;
    }

    /* 팝업 */

    .popup-box{
        width: calc(100% - 40px);
        max-width: 380px;
    }

    .popup-box .popup-wrap,
    .popup-box.password-change-popup .popup-wrap{
        padding: 20px 30px;
    }

    .popup-box.proof-popup{
        max-width: 650px;
    }

    .popup-box p{
        font-size: 18px;
    }

    .popup-box.join-popup .no-join p{
        font-size: 18px;
    }

    .proof-write label,
    .pw-write label{
        font-size: 18px;
    }

    .popup-box .popup-wrap input[type='text'],
    .pw-write input[type='password']{
        height: 42px;
        font-size: 16px;
    }

    .popup-box .popup-wrap .proof-write input[type='text'],
    .popup-box .popup-wrap .proof-write input[type='password']{
        height: 42px;
        width: calc(50% - 82px);
        font-size: 16px;
    }

    .proof-popup .check-agree label{
        font-size: 16px;
    }

    .proof-popup .agree-txtbox{
        padding: 15px;
    }

    .proof-popup .agree-txtbox .txtbox{
        font-size: 16px;
        padding-right: 15px;
    }

    .proof-popup .check-agree input[type=checkbox]{
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .popup-box .popup-wrap .popup-btn button,
    .popup-box.proof-popup .popup-btn button{
        font-size: 16px;
        height: auto;
        padding: 15px 30px;
    }


}


@media all and (max-width: 1000px){

    .cont-wrap{
        margin-bottom: 60px;
    }

    .cont-txtbox .txtbox > div{
        width: calc(100% - 122px);
    }

    .cont-txtbox .txtbox > div.apply-link{
        position: absolute;
        top: 20px;
        right: 32px;
        width: auto;
    }

    .cont-txtbox .txtbox > div.apply-link a{
        padding: 10px 26px;
    }

    /*  */

    .cont-step{
        padding-bottom: 50px;
    }
    
    .cont-step ul li{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px;
    }

    .cont-step ul li span{
        display: block;
        width: 100%;
        text-align: center;
    }

    .cont-step ul li span::after{
        display: none;
    }

    .cont-step ul.join-step li{
        font-size: 16px;
    }

    /*  */

    .cont-status{
        flex-wrap: wrap;
    }

    .cont-status ul.status-applicate{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .cont-status ul>li::before{
        top: 30px;
    }

    .cont-status ul.status-mileage{
        width: 100%;
        height: auto;
    }

    .cont-status ul.status-applicate li,
    .cont-status ul.status-mileage li{
        padding: 25px 20px;
    }

    .all-agree-wrap{
        margin: 15px 0;
        padding: 15px 10px;
    }

    .cont-agreebox .agree-box{
        margin-bottom: 15px;
    }

    .cont-agreebox .agree-box .agree-txt{
        font-size: 16px;
    }

    .cont-agreebox input[type=checkbox],
    .all-agree-wrap input[type=checkbox],
    .check-id input[type=checkbox]{
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .cont-agreebox .check-agree label,
    .all-agree-wrap label,
    .check-id label{
        font-size: 16px;
    }

    .apply-list-table .cont-table{
        width: 100%;
    }

    .apply-list-table .table-wrap{
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .apply-list-table .table-wrap.voucher-table{
        overflow-x: visible;
    }

    .apply-table{
        width: 945px;
    }

    .voucher-table .apply-table{
        width: 100%;
    }

    .list-num{
        font-size: 15px;
    }


    .pagenation li{
        width: 30px;
        height: 30px;
    }

    .pagenation li.prev-page{
        margin-left: 10px;
    }

    .pagenation li.next-page{
        margin-right: 10px;
    }

    .pagenation li a{
        font-size: 16px;
    }

    .pagenation li.prev-page a,
    .pagenation li.next-page a{
        background-size: 6px;
    }

    .pagenation li.first-page a,
    .pagenation li.last-page a{
        background-size: 11px;
    }

    .pagenation-wrap{
        padding-top: 25px;
    }

    .cont-flex .apply-link{
        width: auto;
        top: -10px;
    }

    .apply-link a{
        padding: 10px 26px;
    }

    .apply-search label,
    .board-search label,
    .id-write-wrap label,
    .pw-write-wrap label{
        font-size: 15px;
        margin-right: 10px;
    }

    .apply-search select,
    .board-search select,
    .email-wrap select,
    .member-type-select-wrap select{
        font-size: 15px;
        height: 38px;
        padding: 0 10px;
        margin-right: 15px;
    }

    .apply-search input[type='text'],
    .board-search input[type='text'],
    .member-join-wrap input[type="text"].id-box,
    .member-join-wrap input[type="password"].pw-box,
    .member-join-wrap input[type="text"].name-box,
    .member-join-wrap input[type="text"].birth-box,
    .member-join-wrap input[type="text"].phone-box,
    .id-write-wrap input[type="text"],
    .pw-write-wrap input[type="text"],
    .pw-write-wrap input[type="password"]{
        font-size: 15px;
        height: 38px;
        padding: 0 10px;
    }

    .search-box button{
        font-size: 15px;
        height: 38px;
        padding: 0 25px;
        margin-left: 4px;
    }

    .apply-search{
        margin-bottom: 5px;
    }

    .personal-login .cont-status ul.status-applicate, .personal-login .cont-status ul.status-mileage,
    .corp-login .cont-status ul.status-applicate, .corp-login .cont-status ul.status-mileage{
        width: 100%;
    }

    /*  */

    .board-list-table .board-table thead{
        display: none;
    }

    .cont-table table.board-table,
    .cont-table table.board-table tbody{
        display: block;
        width: 100%;
    }

    .cont-table table.board-table tr{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #d7d7d7;
        position: relative;
        padding-left: 60px;
    }

    .board-list-table .board-table td{
        border-bottom: 0;
        padding: 10px;
    }

    .board-list-table .board-table td:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .board-list-table .board-table td:nth-child(2){
        width: 100%;
        font-weight: 700;
        padding-bottom: 0;
    }

    /*  */

    .cont-txtbox.login-txtbox{
        width: 100%;
        max-width: 580px;
    }

    .cont-txtbox.login-txtbox > img{
        width: 110px;
    }

    input[type="text"].zip-code{
        width: calc(40% - 78px);
    }

    input[type="text"].basic-add{
        width: calc(60% - 78px);
    }

    .btn-wrap button,
    .ident-txtbox .ident-txt button,
    .pwchange-txtbox .btn-wrap button,
    .pwfinish-txtbox .btn-wrap button{
        font-size: 16px;
        height: auto;
        padding: 15px 30px;
    }

    .pwchange-txtbox .btn-wrap button,
    .pwfinish-txtbox .btn-wrap button{
        width: auto;
        min-width: 90px;
        box-sizing: border-box;
    }

    .essential-txt{
        font-size: 16px;
    }

    /*  */

    .id-pw-tab ul{
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .id-pw-tab ul li a{
        font-size: 16px;
        padding: 15px;
    }

    .ident-txtbox .identity{
        margin: 30px auto;
    }

    .txt-ident-tit{
        font-size: 28px;
    }

    .ident-txtbox .ident-txt .ident-mtit{
        font-size: 26px;
    }

    .ident-txtbox .ident-txt p{
        padding: 15px 0;
        font-size: 16px;
    }

    .ident-txtbox .caution-tit,
    .popup-box .caution-txt .caution-tit,
    .pwchange-txtbox .caution-txt p{
        font-size: 16px;
        padding-left: 25px;
    }

    .popup-box .caution-txt p{
        font-size: 16px;
    }

    .pwfinish-txtbox .txt p{
        font-size: 16px;
        padding-bottom: 30px;
    }

    .pwchange-txtbox .caution-txt{
        padding: 15px 20px;
        margin-bottom: 30px;
    }

    .pwchange-txtbox .caution-txt .caution-tit{
        padding-top: 0;
        padding-left: 25px;
    }

    .ident-txtbox .caution-tit::before,
    .pwchange-txtbox .caution-txt .caution-tit::before,
    .popup-box .caution-txt .caution-tit::before{
        width: 20px;
        height: 20px;
    }

    .ident-txtbox .ident-txt{
        padding-top: 15px;
    }

    .id-write-wrap{
        margin-top: 20px;
    }

}

@media all and (max-width: 900px){

    .cont-mission .mission-list > li{
        display: block;
    }

    .cont-mission .mission-list .mission-check{
        display: none;
    }

    .cont-mission .mission-list .mission-tit{
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #d7d7d7;
    }

    .cont-mission .mission-list .txt-list{
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eeeeee;
        text-align: left;
    }

    .cont-mission .mission-list .mission-count{
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #eeeeee;
        text-align: left;
    }

    .cont-mission .mission-list .mission-point{
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .cont-mission .mission-list .link{
        width: 100%;
    }

    .cont-mission .mission-list .link a{
        border-radius: 6px;
    }

    .cont-mission .mission-list .mission-tit br{
        display: none;
    }

    .apply-list-wrap .apply-search{
        flex-wrap: wrap;
        justify-content: center;
    }

    .apply-list-wrap .apply-search .apply-date{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .apply-list-wrap .apply-search select{
        width: 380px;
    }

    .apply-date input[type='text'].datepicker.after-date,
    .board-date input[type='text'].datepicker.after-date{
        margin-right: 0;
    }
}

@media all and (max-width: 768px){

    .banner-wrap{
        padding: 35px;
    }

    .title-banner .title{
        font-size: 32px;
        padding-bottom: 12px;
    }

    .title-banner .path li{
        font-size: 16px;
        padding-left: 10px;
    }

    .title-banner .path li:first-child{
        height: 15px;
        top: -4px;
    }

    .title-banner .path li::before{
        width: 6px;
        background-size: contain;
        margin-right: 10px;
    }

    .contents-wrap{
        padding-top: 40px;
    }

    .cont-wrap{
        margin-bottom: 40px;
    }

    .cont-step{
        padding-bottom: 35px;
    }

    .cont-title{
        font-size: 26px;
        padding-bottom: 12px;
    }

    .cont-txtbox .txtbox-tit{
        font-size: 20px;
    }

    .cont-txtbox .txtbox-mtit{
        font-size: 16px;
        word-break: keep-all;
        padding-bottom: 20px;
    }

    .cont-txtbox.mgt-50{
        margin-top: 35px;
    }
    .cont-txtbox.mgb-50{
        margin-bottom: 35px;
    }

    .cont-txtbox.pd-50 p{
        font-size: 16px;
    }

    .cont-txt .txt-tit{
        font-size: 20px;
        padding-bottom: 10px;
    }

    .cont-txtbox .txtbox > div{
        width: 100%;
    }

    .cont-txtbox .txtbox::before{
        display: none;
    }

    .cont-txtbox .txtbox > div.apply-link{
        top: 14px;
    }

    .cont-txtbox .txtbox > div.apply-link a{
        font-size: 16px;
        padding: 8px 24px;
    }

    .apply-link a::after{
        width: 6px;
        background-size: contain;
        margin-left: 10px;
    }

    .txt-list li{
        padding-bottom: 6px;
        font-size: 16px;
    }

    .txt-list li.list-dot::before{
        top: 8px;
    }

    .cont-txt .txtbox-tit.incent::before{
        width: 22px;
        height: 22px;
        background-size: 10px;
    }

    .cont-txtbox2{
        flex-wrap: wrap;
    }

    .cont-txtbox2 .cont-txtbox{
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
        min-height: 200px;
        padding: 22px 32px;
    }

    .cont-txtbox2 .cont-txtbox:last-child{
        margin-bottom: 0;
    }

    .txt-list li.circle{
        padding: 5px;
        padding-left: 30px;
    }

    .txt-list li.circle::before{
        width: 22px;
        height: 22px;
        font-size: 12px;
        top: 4px;
    }

    .btn-wrap button,
    .popup-box .popup-wrap .popup-btn button,
    .popup-box.proof-popup .popup-btn button,
    .ident-txtbox .ident-txt button,
    .pwchange-txtbox .btn-wrap button,
    .pwfinish-txtbox .btn-wrap button{
        font-size: 15px;
        padding: 12px 22px;
    }

    .cont-agreebox .agree-box{
        padding: 15px;
    }

    .cont-agreebox .agree-box .agree-txt,
    .cont-agreebox .check-agree label,
    .all-agree-wrap label,
    .proof-popup .check-agree label,
    .check-id label{
        font-size: 15px;
    }

    .cont-agreebox input[type=checkbox],
    .all-agree-wrap input[type=checkbox]{
        width: 17px;
        height: 17px;
    }

    .check-id input[type=checkbox]{
        width: 17px;
        height: 17px;
        margin-bottom: 20px;
    }

    .login-find li a{
        font-size: 15px;
    }

    .login-find li::before{
        width: 4px;
        height: 4px;
    }


    /*  */

    .cont-step ul,
    .cont-step ul.join-step{
        flex-wrap: wrap;
    }

    .cont-step ul li,
    .cont-step ul.join-step li{
        width: 100%;
        padding: 6px;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .cont-step ul li:last-child,
    .cont-step ul.join-step li:last-child{
        margin-bottom: 0;
    }

    .cont-step ul li::after,
    .cont-step ul.join-step li::after{
        top: calc(100% - 4px);
        right: 50%;
        transform: translate(50%, 50%) rotate(90deg);
        width: 10px;
        background-size: contain;
    }

    /*  */

    .cont-txtbox.pd-50{
        padding: 35px;
    }

    .cont-txtbox.pd-50 img{
        width: 100px;
    }

    .cont-txtbox.login-txtbox{
        padding: 35px;
        padding-top: 120px;
    }

    .login-txtbox .cont-password{
        width: 100%;
    }

    .cont-txtbox.login-txtbox > img{
        width: 100px;
        top: 30px;
    }

    .cont-password input{
        font-size: 16px;
        height: 42px;
        max-width: 360px;
    }

    .cont-password .confirm-btn{
        height: 42px;
        padding: 12px 30px;
        max-width: 360px;
    }

    .check-id{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .txt-finish-tit{
        font-size: 28px;
        padding-bottom: 12px;
        word-break: keep-all;
    }

    .txt-ident-tit{
        font-size: 24px;
        padding-bottom: 12px;
        word-break: keep-all;
    }

    /*  */

    .cont-wrap.mgt-50{
        margin-top: 30px;
    }

    .id-pw-tab ul li a{
        font-size: 15px;
        padding: 12px;
    }

    .ident-txtbox .ident-txt .ident-mtit{
        font-size: 22px;
    }

    .identity img{
        height: 150px;
    }

    .ident-txtbox .ident-txt{
        padding-top: 10px;
        margin-left: 25px;
    }

    .ident-txtbox .ident-txt p{
        padding: 10px 0;
        font-size: 15px;
    }

    .ident-txtbox .identity{
        margin: 15px 0 20px 0;
    }

    /*  */

    .apply-list-table .table-wrap.voucher-table{
        overflow-x: scroll;
    }

    .voucher-table .apply-table{
        width: 710px;
    }

    /*  */

    .cont-status ul.status-applicate li p,
    .cont-status ul.status-mileage li p{
        font-size: 16px;
    }

    .status-num{
        font-size: 16px;
        padding-top: 6px;
    }

    .status-num span{
        font-size: 24px;
    }

    .cont-flex .apply-link{
        top: -8px;
    }

    .apply-link a{
        font-size: 16px;
        padding: 8px 24px;
    }

    .apply-search{
        flex-wrap: wrap;
        justify-content: left;
    }

    .apply-search form{
        width: 100%;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .apply-search select{
        width: calc(100% - 68px);
        margin-right: 0;
    }

    .apply-search .search-box{
        width: 100%;
    }

    .apply-search input[type='text']{
        width: calc(100% - 154px);
    }

    .apply-list-wrap .apply-search{
        flex-wrap: wrap;
        justify-content: center;
    }

    .apply-list-wrap .apply-search .apply-date{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .apply-date input[type='text'].datepicker{
        width: calc(50% - 44px);
        background-position-x: calc(100% - 8px);
        background-size: 15px;
    }

    .board-date input[type='text'].datepicker{
        width: calc(50% - 52px);
        background-position-x: calc(100% - 8px);
        background-size: 15px;
    }

    .board-date input[type='text'].datepicker.before-date,
    .apply-date input[type='text'].datepicker.before-date{
        margin-right: 5px;
    }

    .board-date input[type='text'].datepicker.after-date,
    .apply-date input[type='text'].datepicker.after-date{
        margin-left: 5px;
    }

    .apply-list-wrap .apply-search form{
        width: calc(100% - 82px);
    }

    .apply-list-wrap .apply-search .search-box{
        width: auto;
        margin-bottom: 5px;
    }

    .apply-list-wrap .apply-search select{
        width: calc(100% - 40px);
    }

    .board-search{
        padding: 15px 12px;
        margin-bottom: 25px;
    }

    .board-search select{
        margin-right: 5px;
    }

    .board-search select{
        width: 120px;
        background-position-x: calc(100% - 10px);
    }

    .board-search .search-box{
        width: calc(100% - 125px);
    }

    .board-search input[type='text']{
        width: calc(100% - 85px);
    }

    /*  */


    .view-tit{
        padding: 15px 30px;
        font-size: 18px;
    }

    .view-detail > li{
        padding: 15px 30px;
        font-size: 16px;
    }

    .view-detail > li.upload-file{
        padding: 15px 30px;
        font-size: 16px;
    }

    .upload-file .file-btn button{
        font-size: 16px;
        padding: 6px 10px;
        min-width: 0;
    }

    .view-txt{
        padding: 35px 30px;
        font-size: 16px;
    }

    .btn-wrap.view-btn-wrap button{
        font-size: 16px;
        padding: 12px;
    }

    .file-name{
        height: 20px;
        background-size: contain;
        padding-left: 24px;
    }

    .info-table-wrap .file-name{
        background-size: 20px;
        background-position: 24px;
        height: auto;
    }

    a.file-down{
        padding-left: 30px;
        font-size: 16px;
    }


    .fnq .fnq-tit{
        padding: 15px 20px;
        font-size: 16px;
    }

    .fnq .fnq-tit span{
        width: calc(100% - 44px);
    }

    .fnq .fnq-tit::after{
        width: 24px;
        height: 24px;
        background-size: 10px;
        right: 20px;
    }

    .fnq > li.on .fnq-tit::after{
        background-position-y: 9px;
    }

    .fnq .fnq-answer{
        font-size: 15px;
        padding: 15px 20px;
    }

    .fnq .fnq-answer::before{
        font-size: 13px;
        width: 22px;
        height: 22px;
        top: 0px;
        padding: 3px;
        margin-right: 5px;
    }

    /*  */

    .info-table-wrap table,
    .info-table-wrap table tbody{
        width: 100%;
        display: block;
    }

    .info-table-wrap table tr{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .info-table-wrap table th{
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-table-wrap table td{
        width: 70%;
        display: flex;
        align-items: center;
        height: auto;
    }

    .address-wrap{
        flex-wrap: wrap;
    }

    .address-search{
        padding-top: 47px;
        position: relative;
        width: 100%;
    }

    input[type="text"].zip-code{
        width: 110px;
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 120px;
    }

    input[type="text"].basic-add{
        width: 100%;
        max-width: none;
    }

    .address-search button{
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 110px;
        font-size: 15px;
    }

    .info-table-wrap table td.file-up{
        display: block;
    }

    .data-cont{
        width: 100%;
        margin-bottom: 50px;
        min-height: 0;
    }

    .data-cont .file-label{
        flex-wrap: wrap;
        padding: 12px 20px;
    }

    .data-cont .file-label::after{
        width: 130px;
        left: 0;
        top: 50px;
    }


    /*  */

    .join-tit{
        font-size: 26px;
    }

    .choice-mtit{
        font-size: 16px;
        height: 42px;
        width: 50%;
        border-radius: 0 22px 0 22px;
        top: -21px;
    }

    .choice-txt-tit span{
        font-size: 22px;
    }

    .choice-check{
        width: 34px;
        height: 34px;
        margin-left: 20px;
    }

    .choice-txt{
        width: calc(100% - 164px);
    }

    .choice-wrap > div{
        padding: 40px 22px 22px 22px;
    }

    /* 팝업 */

    .popup-box .popup-wrap .proof-write input[type='text'],
    .popup-box .popup-wrap .proof-write input[type='password'],
    .pw-write input[type='password']{
        font-size: 15px;
        height: 38px;
        padding: 0 10px;
    }

    .proof-popup .agree-txtbox .txtbox{
        font-size: 15px;
    }

    .popup-box.join-popup .no-join p{
        font-size: 15px;
    }

    .popup-box p{
        font-size: 17px;
        padding: 20px 30px;
    }

    .popup-box .popup-wrap,
    .popup-box.password-change-popup .popup-wrap{
        padding: 20px 30px;
    }

    .proof-write label,
    .pw-write label{
        font-size: 16px;
    }

    /*  */

    .essential-txt{
        font-size: 15px;
    }

    .id-write-wrap{
        margin-top: 5px;
    }

    /*  */

    .pw-write label,
    .pwchange-txtbox .pw-write label{
        width: 135px;
        text-align: left;
    }

    .pw-write input[type='password'],
    .pwchange-txtbox .pw-write-wrap input[type="text"],
    .pwchange-txtbox .pw-write-wrap input[type="password"]{
        width: calc(100% - 135px);
        max-width: 370px;
    }

    .ident-txtbox .caution-tit,
    .pwchange-txtbox .caution-txt p{
        font-size: 15px;
    }

    .pwfinish-txtbox .txt p{
        font-size: 15px;
        padding: 0;
        padding-bottom: 20px;
    }

    .pwchange-txtbox .caution-txt{
        margin-bottom: 20px;
    }

    .popup-box.password-change-popup .popup-btn button,
    .popup-box.member-withdrawal-popup .popup-btn button{
        width: auto;
        min-width: 90px;
        box-sizing: border-box;
        max-width: none;
        font-size: 15px;
    }

    .popup-box .caution-txt{
        padding: 15px;
    }
    
    .member-type-select-wrap select{
        width: 100%;
    }

}


@media all and (max-width: 600px){
    .cont-txtbox2 .cont-txtbox{
        width: 100%;
        min-height: 0;
    }

    /*  */

    .txt-finish-tit{
        font-size: 26px;
    }

    .address-search{
        padding-top: 43px;
    }

    .address-search button{
        width: auto;
        box-sizing: border-box;
    }

    input[type="text"].zip-code{
        width: 70px;
        left: 78px;
    }

    .apply-search input[type='text'],
    .board-search input[type='text'],
    input[type="text"].email-box,
    input[type="text"].zip-code,
    input[type="text"].basic-add,
    .address-search button,
    .member-join-wrap .duplicate-btn,
    .member-join-wrap .auth-btn,
    input[type="text"].detail-add,
    .data-cont input[type=file],
    .data-cont .file-label,
    .data-cont .file-label::after,
    input[type='text'].datepicker,
    .cont-mission .mission-list .link a,
    .member-join-wrap input[type="text"].id-box,
    .member-join-wrap input[type="password"].pw-box,
    .member-join-wrap input[type="text"].name-box,
    .member-join-wrap input[type="text"].birth-box,
    .member-join-wrap input[type="text"].phone-box,
    .id-write-wrap input[type="text"],
    .pw-write-wrap input[type="text"],
    .pw-write-wrap input[type="password"],
    .info-table-wrap .pw-modify-btn,
    .member-join-wrap .duplicate-btn,
    .member-join-wrap .auth-btn{
        height: 38px;
        font-size: 14px;
        padding: 8px 10px;
    }

    input[type='text'].datepicker{
        width: 100%;
        background-position-x: calc(100% - 10px);
    }

    .data-cont .file-label::after{
        width: 70px;
        top: 43px;
    }

    .data-cont{
        margin-bottom: 43px;
        min-width: 0;
    }

    .cont-table > table.write-table td,
    .member-info-wrap .cont-table table th,
    .member-info-wrap .cont-table table td,
    .info-table-wrap .cont-table table th,
    .info-table-wrap .cont-table table td,
    .cont-table table.write-table td.data-box{
        padding: 12px 15px;
    }

    .cont-table table th,
    .cont-table table td{
        padding: 12px 15px;
        font-size: 14px;
    }

    .cont-mission .mission-list .mission-tit{
        font-size: 16px;
    }

    .txt-list li,
    .cont-mission .mission-list .mission-count,
    .cont-mission .mission-list .mission-point{
        font-size: 14px;
    }

    .cont-password input{
        font-size: 15px;
        padding: 10px 15px;
    }

    .info-table-wrap .file-name{
        background-size: 15px;
        background-position: 15px;
    }

    a.file-down{
        padding-left: 20px;
        font-size: 14px;
    }

    .essential-txt{
        font-size: 14px;
    }

    .email-wrap select{
        width: calc(100% - 30px);
        left: 15px;
    }

}

@media all and (max-width : 540px){

    .cont-title{
        font-size: 22px;
    }

    .title-banner .title{
        font-size: 28px;
    }

    .title-banner .path{
        flex-wrap: wrap;
    }

    .title-banner .path li{
        font-size: 14px;
    }

    .cont-flex{
        flex-wrap: wrap;
    }

    .cont-status ul.status-applicate{
        justify-content: center;
        flex-wrap: wrap;
    }

    .cont-status ul.status-applicate li{
        width: calc(100% / 3);
    }

    .cont-status ul>li::before{
        height: 35px;
        top: 22px;
    }

    .cont-status ul.status-applicate li,
    .cont-status ul.status-mileage li{
        padding: 15px 10px;
    }

    .cont-status ul>li:nth-child(4):before{
        display: none;
    }

    .cont-status ul.status-applicate li p,
    .cont-status ul.status-mileage li p,
    .status-num{
        font-size: 15px;
        word-break: keep-all;
    }

    .status-num span{
        font-size: 18px;
    }

    .txt-list li.circle,
    .cont-table table.board-table th,
    .cont-table table.board-table td,
    .board-list-table .list-num{
        font-size: 14px;
    }

    /*  */

    .view-tit{
        padding: 15px 20px;
        font-size: 17px;
    }

    .view-detail > li{
        padding: 12px 20px;
        font-size: 15px;
    }

    .view-detail > li.upload-file{
        padding: 12px 20px;
        font-size: 15px;
    }

    .view-detail > li.upload-file ul{
        align-items: flex-start;
    }

    .view-detail > li.upload-file ul li{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }

    .view-detail > li.upload-file ul li .file-name{
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
        padding-left: 22px;
        padding-right: 10px;
        margin-bottom: 0;
        background-size: 16px;
    }

    .view-detail > li.upload-file ul li .file-btn{
        flex-shrink: 0;
        margin-top: 0;
    }

    .upload-file .file-btn button{
        font-size: 14px;
        padding: 5px 10px;
        min-width: 0;
    }

    .view-txt{
        padding: 25px 20px;
        font-size: 15px;
    }

    .btn-wrap.view-btn-wrap button{
        font-size: 15px;
        padding: 12px;
    }

    .view-detail > li.upload-file ul li:nth-child(2){
        width: calc(100% - 86px);
    }

    .file-name{
        width: 100%;
        height: 18px;
        background-size: contain;
        padding-left: 22px;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .board-view-wrap{
        margin-bottom: 25px;
    }

    .fnq .fnq-tit{
        padding: 12px 15px;
        font-size: 15px;
    }

    .fnq .fnq-tit::after{
        top: 8px;
        right: 15px;
    }

    .fnq .fnq-answer{
        padding: 12px 15px;
        font-size: 14px;
    }

    .fnq .fnq-answer::before{
        margin-right: 3px;
    }

    /*  */

    .info-table-wrap table th,
    .info-table-wrap table td,
    .withdrawal a{
        font-size: 14px;
    }

    .info-table-wrap .pw-modify-btn,
    .member-join-wrap .duplicate-btn,
    .member-join-wrap .auth-btn{
        font-size: 14px;
        padding: 6px 10px;
    }

    a.file-down{
        font-size: 14px;
        padding-left: 24px;
    }

    .info-table-wrap .file-name{
        background-size: 16px;
        margin: 0;
    }

    .cont-wrap.mgb-60{
        margin-bottom: 20px;
    }

    .cont-wrap.mgb-60 .btn-wrap{
        padding-bottom: 20px;
    }


    .btn-wrap button{
        font-size: 14px;
        width: auto;
        min-width: 0;
        padding: 10px 30px;
    }

    .ident-txtbox .ident-txt button,
    .pwchange-txtbox .btn-wrap button{
        font-size: 14px;
        padding: 8px 30px;
    }

    .pwfinish-txtbox .btn-wrap button{
        font-size: 14px;
        padding: 8px 20px;
    }

    .pwchange-txtbox .btn-wrap button:first-child,
    .pwfinish-txtbox .btn-wrap button:first-child{
        margin-right: 5px;
    }

    /*  */

    .join-tit{
        font-size: 22px;
    }

    .choice-wrap{
        padding-top: 40px;
    }

    .choice-txt-tit{
        padding-bottom: 6px;
    }

    .choice-txt-tit span{
        font-size: 20px;
    }

    .choice-txt p{
        font-size: 14px;
    }

    .choice-image{
        width: 80px;
        height: 80px;
        background-size: 54px;
        border-radius: 20px;
        background-position-x: 12px
    }

    .choice-person > ul li:nth-child(2) .choice-image{
        background-size: 57px;
        background-position-x: 11px;
    }

    .choice-group > ul li:nth-child(1) .choice-image{
        background-size: 54px;
        background-position-x: 15px;
    }

    .choice-group > ul li:nth-child(2) .choice-image{
        background-size: 36px;
        background-position-x: 24px;
    }

    .choice-check{
        width: 28px;
        height: 28px;
        margin-left: 15px;
        background-size: 10px;
    }

    .choice-wrap > div > ul li a:hover .choice-check,
    .choice-wrap > div > ul li.on a .choice-check{
        background-size: 10px;
    }

    .choice-txt{
        width: calc(100% - 134px);
        margin-left: 15px;
    }

    .choice-wrap > div{
        padding: 35px 18px 18px 18px;
        border-radius: 22px;
    }

    .login-find{
        padding-top: 0px;
        flex-wrap: wrap;
    }

    .cont-txtbox.login-txtbox{
        padding: 25px;
        padding-top: 110px;
    }


    .ident-txtbox .identity{
        margin-top: 10px;
        padding: 10px 10px 20px 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .identity img{
        margin-left: 10px;
        height: 100px;
    }

    .ident-txtbox .ident-txt{
        text-align: center;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .id-pw-tab ul li a{
        font-size: 14px;
        padding: 10px;
    }


    .id-write-wrap input[type="text"]{
        width: calc(100% - 62px);
        margin-left: 0;
    }

    .txt-ident-tit{
        font-size: 20px;
    }

    /* 팝업 */

    .proof-write{
        flex-wrap: wrap;
    }

    .proof-write label{
        width: 100%;
    }

    .popup-box .popup-wrap .proof-write input[type='text'],
    .popup-box .popup-wrap .proof-write input[type='password']{
        width: calc(50% - 18px);
        margin-top: 5px;
    }
}

@media all and (max-width : 450px){

    .cont-step ul li,
    .cont-step ul.join-step li{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cont-step ul li::after,
    .cont-step ul.join-step li::after{
        width: 8px;
        top: calc(100% - 5px);
    }

    .title-banner .title{
        font-size: 24px;
    }

    .cont-txtbox{
        padding: 15px 20px;
    }

    .cont-txtbox .txtbox{
        display: block;
    }

    .cont-txtbox .txtbox-mtit{
        padding-bottom: 15px;
        font-size: 15px;
    }

    .cont-txtbox .txtbox > div.apply-link{
        position: static;
    }

    .board-search label,
    .board-date input[type='text'].datepicker,
    .board-search select,
    .email-wrap select,
    .member-type-select-wrap select,
    .board-search input[type='text'],
    .board-search .search-box button,
    .id-write-wrap label,
    .pw-write-wrap label{
        font-size: 14px;
    }

    .board-search{
        padding-bottom: 58px;
        position: relative;
    }

    .board-search select{
        width: 80px;
    }

    .board-search .search-box{
        width: calc(100% - 85px);
    }

    .board-search input[type='text']{
        width: 100%;
    }

    .board-date input[type='text'].datepicker {
        width: calc(50% - 47.5px);
    }

    .board-search .search-box button{
        width: calc(100% - 24px);
        box-sizing: border-box;
        position: absolute;
        bottom: 15px;
        left: 12px;
        margin-left: 0;
    }

    /*  */

    .choice-image{
        display: none;
    }

    .choice-txt{
        width: calc(100% - 54px);
        margin-left: 0;
    }

    .choice-txt-tit span{
        font-size: 18px;
    }

    .choice-wrap > div > ul li a{
        padding: 15px;
    }

    /*  */

    .pw-write,
    .pwchange-txtbox .pw-write{
        display: flex;
        flex-wrap: wrap;

    }

    .pw-write label,
    .pwchange-txtbox .pw-write label{
        width: 100%;
    }

    .pw-write input[type="password"],
    .pwchange-txtbox .pw-write-wrap input[type="text"],
    .pwchange-txtbox .pw-write-wrap input[type="password"]{
        width: 100%;
        margin-top: 5px;
    }

    .txt-finish-tit{
        font-size: 22px;
    }
}