body{
   /* min-height: 2000px; */
}

section>[class*="container"] {
    max-width: 1400px;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}


/*select-section*/
.select-section{
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #c6c6c6;
}
.select-section h2{
    color: #333;
    letter-spacing: -0.5px;
    font-size: 14pt;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.select-section .group-title{
    font-size: 18px;
    font-weight: normal;
    width: 11.11%;
    height: 50px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.select-section .group-title i{
    font-size: 14px;
    line-height: 50px;
    margin-left: 5px;
    cursor: pointer;
}

.group-title.label01,
.group-title.label01>a{
    background-color: #fc6e51;
    color: #ffffff;
}
.group-title.label02{
    border: 2px solid #fc6e51;
    border-bottom: none;
    background-color: #ffffff;
    color: #fc6e51;
    box-sizing: border-box;
}
.group-title.label02 i{
    color: #FC6E51;
}






.select-section table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: white;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-top: 2px solid #fc6e51;
    border-bottom: none;
}
.select-section table * {
    position: relative;
}
.select-section table td,
.select-section table th {

}
.select-section table thead tr {
    height: 50px;
    background: #efefef;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
.select-section table tbody tr {
    height: 40px;
    font-weight: 400;
    border-bottom: 1px solid #cccccc;
}
.select-section table td,
.select-section table th {
    text-align: center;
    border-right: 1px solid #cccccc;
    width: 11.11%;
    line-height: 20px;
}
.select-section table td:last-child,
.select-section table th:last-child{
    border-right: none;
}




.color{
    color: #e32e2d;
    font-weight: 600;
}
.option-list{
    display: block;
    width: 100%;
}
.option-list>div{
    width: 50%;
}


#accordion{
    margin-bottom: 35px;
    display: flex;
    width: 100%;
    height: 100%;
    clear: both;
    content: '';
}


.accordion-container {
    width: 50%;
    border: 1px solid #c6c6c6;
    border-top: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}
#accordion .accordion-container:first-child{
    float: left;
}
#accordion .accordion-container:last-child{
    float: right;
    margin-left: -1px;
}

.accordion-container .article-title {
    display: block;
    margin: 0;
    border-top: 1px solid #c6c6c6;
    font-size: 1.25em;
    font-weight: normal;
    color: #222222;
    cursor: pointer;
    padding: 10px 20px;
}

.accordion-container .article-title .sp-arrow{
    width: 26px;
    height: 26px;
    background-image: url("../img/sp-arrow.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.accordion-container .content-entry.open .article-title .sp-arrow{
    background-position: center bottom;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    background-color: #ffffff;
    color: #222222;
}
.content-entry .article-title span.name{
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
    border-right: 1px solid #c6c6c6;
    margin-right: 20px;
    width: 120px;
    display: inline-block;
}
.content-entry .article-title span.form-txt{
    font-size: 18px;
    font-weight: 600;
}

.accordion-content {
    display: none;
    padding: 15px 20px 5px 20px;
    background-color: #f7f7f7;
    border-top: 1px dashed #c6c6c6;
}

.accordion-content > div,
.accordion-content > form{
    padding-left: 160px;
}
.accordion-content .btn-group label{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.accordion-content .btn-group input[type="radio"] {
    display: none;
}
.accordion-content .btn-group input[type="radio"]:checked + .box-btn {
    background-color: #FC6E51;
    border: 1px solid #FC6E51;
    color: #ffffff;
}

.accordion-content .btn-group .box-btn {
    padding: 5px 20px;
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #c6c6c6;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.accordion-content .btn-group .box-btn span {
    font-size: 16px;
}
.accordion-content > form label{
    color: #222222;
    font-size: 16px;
}




/* Popup container - can be anything you want */
.group-title i{
    font-size: 14px;
    line-height: 50px;
    margin-left: 5px;
    cursor: pointer;
    color: #ffffff;
}
.popup {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    border-radius: 0;
    z-index: 1;
    /* bottom: 125%; */
    margin-left: 0;
    width: 200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px 10px 10px;
    color: #444444;
    background: #ffffff;
    border: 2px solid #FC6E51;
    box-shadow: 0 2px 6px 0 #bfbfbf;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}
.popup #popup01{
    position: absolute;
    top: 45px;
    left: 150px;
}
.popup #popup01 i{
    float: right;
}
.popup #popup02{
    position: absolute;
    top: 45px;
    right: 0px;
}
.popup #popup02 i{
    float: right;
}
.pop-header{
    font-weight: 600;
    margin-bottom: 2px;
}
.pop-close{
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #FC6E51!important;
    font-size: 16px !important;
    line-height: 30px !important;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


article{
    position: relative;
}
article .popup{
    position: absolute;
    left: 100px;
    top: 15px;
}
article .popup i{
    z-index: 1000;
    cursor: pointer;
}
.popup #popup03{
    position: absolute;
    top: 13px;
    left: 150px;
}



/*radio-check-btn*/
.radio-check-btn > label{
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-check-btn > label:last-child{
    margin-bottom: 10px;
}
.radio-check-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
}
.radio-check-btn input:checked ~ .radio-color-black {
    background-color: #111111;
}
.radio-check-btn input:checked ~ .radio-color-white {
    background-color: #ffffff;
}
.radio-check-btn input:checked ~ .radio-color-silver {
    background-color: #c0c0c0;
}
.radio-check-btn input:checked ~ .radio-color-gold {
    background-color: #c5ae87;
}
.radio-check-btn input:checked ~ .radio-color-rosegold{
    background-color: #ebaaaf;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-check-btn input:checked ~ .checkmark:after {
    display: block;
}

/*부가서비스*/
.radio-check-btn .radio-service:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}
.radio-check-btn input:checked ~ .radio-service{
    background-color: #FC6E51;
}

.article-service .form-txt{
    float: right;
    width: calc(100% - 161px);
    font-size: 16px!important;
    font-weight: 400 !important;
}
/*.article-service .checkmark{*/
    /*top: 0 !important;*/
/*}*/


/*block list style*/
.accordion-content .block-list{}
.accordion-content .block-list label{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.accordion-content .block-list label:last-child{
    margin-bottom: 0;
}
.accordion-content .block-list input[type="radio"] {
    display: none;
}
.accordion-content .block-list input[type="radio"]:checked + .box-btn {
    border: 1px solid #FC6E51;
    background-color: #ffffff;
    color: #222222;
}
.accordion-content .block-list .box-btn {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #c6c6c6;
    transition: all 250ms ease;
    will-change: transition;
    display: block;
    text-align: left;
    cursor: pointer;
}
.accordion-content .block-list .price-description{
    display: table;
    clear: both;
    width: calc(100% - 40px);
    content: '';
}
.accordion-content .block-list .price-description .left{
    float: left;
    width: 45%;
    display: inline-block;
}
.accordion-content .block-list .price-description .right{
    float: right;
    border-left: 1px solid #c6c6c6;
    box-sizing: border-box;
    padding-left: 20px;
    width: calc(55% - 20px);
    display: inline-block;
}
.accordion-content .block-list .price-description .tit,
.accordion-content .block-list .price-description .price-txt{
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    display: block;
}
.accordion-content .block-list .price-description .price-txt small,
.accordion-content .block-list .price-description .right small{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}
.accordion-content .block-list .price-description .right i{
    color: #888888;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid #888888;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

.accordion-content .block-list .price-description .right span{
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}





.mobile-d {
    display: none;
}
.text-center {
    text-align: center;
}
.text-bold {
    font-weight: 600;    
}
.bg-eee {
    background-color: #eee;
}
.border-left-main {
    border-left: 2px solid #fc6e51;
}
.crossed {
     background: #f5f5f5;
	 text-align: center !important;
      /*    linear-gradient(to top left,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%),
         linear-gradient(to top right,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%); */
}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .select-section{
        margin: 0 15px 20px;
        padding-bottom: 20px;
    }
    .select-section .group-title{
        width: calc(100% - 10px);
        font-size: 15px;
        line-height: 35px;
        border-radius: 0;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .group-title.label02{
        margin-right: 0;
        border-bottom: 2px solid #fc6e51;
        width: 100%;
    }
    .modal-window{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .modal-window > div{
        box-shadow: 0 2px 6px 0 #909090;
    }

    .select-section table {
        /*display: block;*/
        border-top: 1px solid #c6c6c6;
    }
    /*.select-section table > *,
    .select-section table tr,
    .select-section table td,
    .select-section table th {
        display: block;
    }*/
    .select-section table .mobile-d-none {
        display: none;
    }
    .select-section table .mobile-d {
        display: table-cell;
    }

    .select-section table thead {
        display: none;
    }
    .select-section table tbody tr {
        height: auto;
        padding: 0;
        border-bottom: none;
        border-right: 1px solid #c6c6c6;
        border-left: 1px solid #c6c6c6;
    }
    .select-section table tbody tr td {
        margin-bottom: 0;
        border-right: none;
        border-bottom: 1px solid #cccccc;
        padding: 10px;
        width: auto;
        text-align: left;
        font-size: 13px;
    }
    .select-section table tbody tr td:first-child,
    .select-section table tbody tr td.mobile-first {
        min-width: 82px;
        max-width: 130px;
        width: 30%;
        border-right: 1px solid #ddd;
        background-color: #eee;
    }
    .select-section table tbody tr td:last-child {
        margin-bottom: 0;
    }
    .select-section table tbody tr.mobile-group td {
        background: #e32e2d;
        color: white;
        font-size: 14px;
    }
    /*.select-section table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: calc(50% - 10px);
        left: 0;
        top: 0;
        padding: 10px 0 10px 10px;
        border-right: 1px solid #cccccc;
        text-align: left;
        background-color: #f4f4f4;
    }*/
    /*.select-section table.lable01-tb tbody tr td:nth-child(1):before {
        content: "출고가";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(2):before {
        content: "공시지원금";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(3):before {
        content: "추가지원금";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(4):before {
        content: "제휴 할인카드";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(5):before {
        content: "복지할인";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(6):before {
        content: "할부원금";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(7):before {
        content: "월할부금/월할부수수료";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(8):before {
        content: "월 요금액(선택요금제)";
    }
    .select-section table.lable01-tb tbody tr td:nth-child(9):before {
        content: "월청구금액";
    }

    .select-section table.lable02-tb tbody tr td:nth-child(1):before {
        content: "출고가";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(2):before {
        content: "선택약정할인";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(3):before {
        content: "선택약정기간 총 할인";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(4):before {
        content: "제휴 할인카드";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(5):before {
        content: "복지할인";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(6):before {
        content: "할부원금";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(7):before {
        content: "월할부금/월할부수수료";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(8):before {
        content: "월 요금액(선택요금제)";
    }
    .select-section table.lable02-tb tbody tr td:nth-child(9):before {
        content: "월청구금액";
    }*/

    /*table td br{
        display: none;
    }*/

    #accordion{
        display: block;
       /*  margin: 0 15px; */
    }
    .accordion-container{
        display: block;
        width: calc(100% - 30px);
    }
    #accordion .accordion-container:first-child{
        float: none;
    }
    #accordion .accordion-container:last-child{
        float: none;
        margin-top: -1px;
        margin-left: 0;
    }
    .accordion-container .article-title{
        padding: 10px;
        display: table;
        clear: both;
        content: '';
        width: calc(100% - 20px);
    }
    .content-entry .article-title span.name{
        font-size: 13px;
        padding-right: 10px;
        margin-right: 10px;
        width: 100px;
        float: left;
    }
    .content-entry .article-title span.form-txt{
        font-size: 13px;
        width: calc(100% - 155px);
        float: left;
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        display: inline-block;
    }
    .accordion-container .article-title .sp-arrow {
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-top: 4px;
    }
    .accordion-content{
        padding: 10px 10px 5px 10px;
    }
    .accordion-content > div, .accordion-content > form {
        padding-left: 0;
    }
    .accordion-content .btn-group .box-btn {
        padding: 5px 15px;
    }
    .accordion-content .btn-group label{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .accordion-content .btn-group .box-btn span {
        font-size: 13px;
    }
    .accordion-content > form label{
        font-size: 13px;
    }
    .checkmark {
        height: 16px;
        width: 16px;
    }
    .radio-check-btn > label{
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .accordion-content .block-list .price-description .left{
        width: 100%;
        float: none;
        border-bottom: 1px solid #c6c6c6;
    }
    .accordion-content .block-list .price-description .right{
        width: 100%;
        float: none;
        border-left: none;
        padding: 10px 0 0 0;
    }
    .accordion-content .block-list .box-btn{
        padding: 10px;
    }
    .accordion-content .block-list .price-description{
        width: calc(100% - 20px);
    }
    .accordion-content .block-list .price-description .tit,
    .accordion-content .block-list .price-description .price-txt{
        font-size: 13px;
    }
    .accordion-content .block-list .price-description .right i {
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .accordion-content .block-list .price-description .right span {
        font-size: 13px;
    }
    .article-service{
        display: table;
        width: 100%;
    }
    .radio-service{
        top: 2px !important;
    }
    .radio-check-btn .radio-service:after {
        top: 4px;
        left: 4px;
    }
    .article-service .form-txt {
        width: calc(100% - 141px);
    }

    .popup #popup01,
    .popup #popup02{
        top: 27px;
        left:122px;
    }
    article .popup {
        left: 80px;
        top: 13px;
    }
}


@media (max-width:760px) {
	.accordion-container{width: 100%;}
}




















