/* sub intro */
#sub_intro {
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sub_intro p {
    overflow: hidden;
    margin-top: 100px;
}

#sub_intro p span {
    font-size: 50px;
    color: #fff;
    display: block;
    font-family: 'Cardo', serif;
    transform: translateY(60px);
    opacity: 0;
    animation: show_txt .7s linear forwards;
}

#sub_content {
    width: 100%;
}


/* sub1 */
.sub1_intro {
    background-image: url(../images/sub1_intro.jpg);
}

.sub1_content {
    width: 100%;
    padding: 140px 0 150px;
}

.search_section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.select_box {
    width: 150px;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}

.select_box i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #111;
}

.select_box select {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.search_section button {
    width: 50px;
    height: 50px;
    background-color: #000;
}

.search_section button i {
    font-size: 24px;
    color: #fff;
}

.sub1_content .product_slide {
    margin-top: 130px;
}

.sub1_content .product_slide ul {
    display: flex;
    flex-wrap: wrap;
}

.sub1_content .product_slide ul li {
    width: 27%;
    margin: 0 9.5% 70px 0;
}

.sub1_content .product_slide ul li:nth-child(3n) {
    margin-right: 0;
}

.page_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.page_btn a {
    font-size: 16px;
    color: #343c4c;
    font-family: 'Pretendard-Light', sans-serif;
    margin: 0 15px;
}

.page_btn a.page_num {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin: 0 5px;
}


/* sub2 */
.sub2_intro {
    background-image: url(../images/sub2_intro.jpg);
}


/* sub1_d */
.sub1_d_content {
    width: 100%;
    padding: 140px 0 150px;
}

.detail_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail_img {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}

.detail_img img {
    width: 320px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
}

.detail_info {
    width: 48%;
}

.d1 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.d1 > span {
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.d1 p {
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.d1 p span {
    font-size: 15px;
    color: #f00;
    font-family: 'Pretendard-Light', sans-serif;
}

.d2 {
    width: 100%;
    border-top: 1px solid #111;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-top: 15px;
}

.d2 ul {
    width: 100%;
}

.d2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.d2 ul li:last-child {
    margin-bottom: 0;
}

.d2 ul li p {
    width: 17%;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.d2 ul li span {
    width: 83%;
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
}

.size_select {
    width: 83%;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.size_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.size_select select {
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
}

.d3 {
    width: 100%;
    border-top: 1px solid #111;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.option_box {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option_box > p {
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.count_box {
    display: flex;
    align-items: center;
}

/* 수량 버튼 css */
.b1 {
    width: max-content;
    display: inline-block;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.form-control {
    border-radius: 0 !important;
    text-align: center !important;
    width: 40px;
    float: left;
    height: 40px;
    font-size: 16px !important;
    box-sizing: border-box;
    padding: 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 0;
    border-bottom: 0;
    font-family: 'Pretendard-Medium', sans-serif;
}

.form-control2 {
    border-radius: 0 !important;
    text-align: center !important;
    width: 40px;
    float: left;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
}

.btn-primary {
    box-sizing: border-box !important;
    color: #111 !important;
    background-color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.btn-danger {
    box-sizing: border-box !important;
    color: #111 !important;
    background-color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.btn2 {
    font-size: 16px;
    float: left;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0 !important;
}

/* // 수량 버튼 css */

.calculator_btn {
    width: 250px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 30px;
}

.calculator_btn img {
    margin-right: 10px;
}

.d3 a {
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
    border-bottom: 1px solid #555;
    margin-top: 10px;
}

.d4 {
    width: 100%;
    border-top: 1px solid #111;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d4 > p {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.total {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.total span {
    font-size: 27px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.d_btn {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.d_btn a {
    width: 32%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background-color: #000;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.d_btn a:first-child {
    border: 1px solid #111;
    box-sizing: border-box;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    background-color: transparent;
}

.detail_bottom {
    width: 100%;
    margin-top: 150px;
}

.content_tab {
    width: 100%;
}

.content_tab ul {
    width: 100%;
    display: flex;
}

.content_tab ul li {
    width: 50%;
    height: 60px;
    border-bottom: 2px solid #111;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-size: #555;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
}

.content_tab ul li.on {
    background-color: #111;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.content_tabcon {
    width: 100%;
    padding-top: 70px;
    display: none;
}

.content_tabcon.on {
    display: block;
}

.d_con {
    width: 100%;
    margin-top: 80px;
}

.d_con:first-child {
    margin-top: 0;
}

.d_con_title {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 40px;
}

.d_con_title span {
    font-size: 35px;
    color: #111;
    font-family: 'Cardo', serif;
    font-weight: 400;
    display: block;
}

.d_con img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.d_con > ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_con > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.d_con > ul li:first-child {
    margin-right: 50px;
}

.d_con > ul li p {
    margin-top: 15px;
    font-size: 17px;
    color: #111;
    border-bottom: 1px solid #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.size_contain {
    height: 200px;
    border: 1px solid #111;
    box-sizing: border-box;
    padding: 15px;
}

.size_600 {
    width: 200px;
}

.size_1200 {
    width: 400px;
}

.size_contain span {
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    opacity: 0;
    display: block;
}

.size_contain.on span {
    opacity: 1;
}

.content_tabcon > ul {
    width: 100%;
}

.content_tabcon > ul li {
    width: 100%;
}

.content_tabcon > ul li:last-child {
    margin-top: 70px;
}

.content_tabcon > ul li p {
    width: max-content;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 1px solid #111;
}

.content_tabcon > ul li span {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 40px;
    box-sizing: border-box;
    display: block;
    margin-top: 30px;
    font-size: 15px;
    line-height: 38px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub3 */
.sub3_intro {
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_content {
    width: 100%;
    padding: 140px 0 150px;
}

.s3_section1 {
    width: 100%;
}

.s3_section1 p {
    font-size: 19px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

.s3_section1 p span {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_section1 > img {
    display: block;
    margin-top: 60px;
    width: 81.2vw;
}

.s3_section2 {
    width: 100%;
    margin-top: 140px;
}

.advantages_content {
    width: 100%;
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-600px);
    display: flex;
    align-items: flex-start;
}

.advantages_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages_slide {
    width: 1400px;
    margin-left: 60px;
}

.advantages_slide ul {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
}

.advantages_slide ul li {
    margin: 0 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon_box {
    width: 300px;
    height: 300px;
    border: 1px solid #111;
    box-sizing: border-box;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon_box p {
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.icon_box p span {
    font-size: 15px;
    font-family: 'Pretendard-Bold', sans-serif;
    border-bottom: 2px solid #111;
    margin-bottom: 15px;
    line-height: normal;
}

.advantages_slide ul li > p {
    font-size: 15px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
    text-align: center;
}

.advantages_slide .slide_bottom {
    position: relative;
    width: 1200px;
    transform: translateX(-485px);
}

.s3_section3 {
    width: 100%;
    margin-top: 140px;
}

.s3_section3 img {
    max-width: 100%;
}


/* sub5 */
.sub5_intro {
    background-image: url(../images/sub5_intro.jpg);
}

.sub5_content {
    width: 100%;
    padding: 140px 0 150px;
}

.s5_sec1 {
    width: 100%;
}

.mapbox {
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.root_daum_roughmap .border1 {
    border: 0 !important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    background-color: transparent !important;
}

.s5_sec1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s5_sec1 ul li {
    width: 48%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.s5_sec1 ul li p {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 25px;
    line-height: 25px;
}

.s5_sec1 ul li p span {
    font-size: 15px;
    color: #666;
    font-family: 'Cardo', serif;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
}

.s5_sec2 {
    width: 100%;
    margin-top: 140px;
}

.s5_sec2 ul {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s5_sec2 ul li {
    width: 47.5%;
    margin-bottom: 25px;
}

.s5_sec2 ul li:nth-child(5),
.s5_sec2 ul li:nth-child(6),
.s5_sec2 ul li:nth-child(9),
.s5_sec2 ul li:last-child {
    width: 100%;
}

.s5_sec2 ul li:last-child {
    margin-bottom: 0;
}

.s5_sec2 ul li p {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}

.s5_sec2 ul li input[type='text'] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_sec2 ul li input::placeholder,
.s5_sec2 ul li textarea::placeholder {
    font-size: 15px;
    color: #ccc;
    font-family: 'Pretendard-Light', sans-serif;
}

.radio_section {
    width: 100%;
    display: flex;
    margin-top: 18px;
}

.radio_section label {
    display: flex;
    align-items: baseline;
}

.radio_section label:first-child {
    margin-right: 30px;
}

.radio_section label span {
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 7px;
}

.s5_sec2 ul li textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_sec3 {
    width: 100%;
    margin-top: 100px;
}

.s5_sec3 > p {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ccc;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 30px;
}

.s5_sec3 > p span {
    font-size: 19px;
    color: #111;
    border-bottom: 1px solid #111;
    margin-right: 20px;
}

.s5_sec3 ul {
    width: 100%;
}

.s5_sec3 ul li {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.s5_sec3 ul li:last-child {
    margin-bottom: 0;
}

.s5_sec3 ul li p {
    width: 18%;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_sec3 ul li input {
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
}

.agree_box {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.agree_check {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}

.agree_check p {
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 5px;
}

.inquiry_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
}

.inquiry_btn input {
    width: 250px;
    height: 60px;
    background-color: #111;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    border: 0;
}

.estimate_popup input:disabled {
    background: #fff;
}










































/* mobile */
@media screen and (max-width: 767px) {

    /* sub intro */
    #sub_intro {
        height: 200px;
    }

    #sub_intro p {
        margin-top: 30px;
    }

    #sub_intro p span {
        font-size: 25px;
    }


    /* sub1 */
    .sub1_content {
        padding: 50px 0 100px;
    }

    .search_section {
        justify-content: space-between;
    }

    .select_box {
        width: 44%;
        height: 35px;
        margin-right: 0;
    }

    .select_box i {
        font-size: 12px;
    }

    .select_box select {
        font-size: 13px;
    }

    .search_section button {
        width: 35px;
        height: 35px;
    }

    .search_section button i {
        font-size: 18px;
    }

    .sub1_content .product_slide {
        margin-top: 40px;
    }

    .sub1_content .product_slide ul li {
        width: 48%;
        margin: 0 4% 30px 0;
    }

    .sub1_content .product_slide ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .sub1_content .product_slide ul li:nth-child(2n) {
        margin-right: 0;
    }

    .page_btn {
        margin-top: 30px;
    }

    .page_btn a {
        font-size: 13px;
        margin: 0 10px;
    }

    .page_btn a.page_num {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }


    /* sub1_d */
    .sub1_d_content {
        padding: 50px 0 100px;
    }

    .detail_top {
        display: block;
    }

    .detail_img {
        width: 100%;
        padding-top: 0;
    }

    .detail_img img {
        width: 65%;
    }

    .detail_info {
        width: 100%;
        margin-top: 40px;
    }

    .d1 {
        padding: 0;
    }

    .d1 > span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .d1 p {
        font-size: 20px;
    }

    .d1 p span {
        font-size: 11px;
    }

    .d2 {
        padding: 20px 0;
        margin-top: 15px;
    }

    .d2 ul li {
        margin-bottom: 20px;
    }

    .d2 ul li:last-child {
        margin-bottom: 0;
    }

    .d2 ul li p {
        width: 20%;
        font-size: 13px;
    }

    .d2 ul li span {
        width: 80%;
        font-size: 13px;
    }

    .size_select {
        width: 80%;
        height: 30px;
    }

    .size_select i {
        font-size: 12px;
    }

    .size_select select {
        font-size: 13px;
    }

    .d3 {
        padding: 20px 0;
    }

    .option_box {
        padding: 15px;
    }

    .option_box > p {
        font-size: 13px;
    }

    /* 수량 버튼 css */
    .form-control {
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }

    .form-control2 {
        width: 30px;
        height: 30px;
    }

    .btn2 {
        font-size: 13px;
        cursor: inherit;
        width: 30px;
        height: 30px;
    }

    /* // 수량 버튼 css */

    .calculator_btn {
        width: auto;
        padding: 0 15px;
        height: 30px;
        cursor: inherit;
        font-size: 12px;
        margin-left: 15px;
    }

    .calculator_btn img {
        width: 13px;
    }

    .d3 a {
        font-size: 12px;
        margin-top: 5px;
    }

    .d4 {
        padding: 10px 0;
    }

    .d4 > p {
        font-size: 15px;
    }

    .total {
        font-size: 13px;
    }

    .total span {
        font-size: 18px;
    }

    .d_btn a {
        height: 40px;
        font-size: 14px;
    }

    .detail_bottom {
        margin-top: 100px;
    }

    .content_tab ul li {
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .content_tabcon {
        padding-top: 40px;
    }

    .content_tabcon.on {
        display: block;
    }

    .d_con {
        margin-top: 50px;
    }

    .d_con_title {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .d_con_title span {
        font-size: 20px;
    }

    .d_con > ul li:first-child {
        margin-right: 10px;
    }

    .d_con > ul li p {
        margin-top: 10px;
        font-size: 12px;
    }

    .size_contain {
        height: 100px;
        padding: 7px;
    }

    .size_600 {
        width: 100px;
    }

    .size_1200 {
        width: 200px;
    }

    .content_tabcon > ul li:last-child {
        margin-top: 50px;
    }

    .content_tabcon > ul li p {
        font-size: 14px;
    }

    .content_tabcon > ul li span {
        padding: 10px 15px;
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }


    /* sub3 */
    .sub3_content {
        padding: 50px 0 100px;
    }

    .s3_section1 p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s3_section1 p br {
        display: none;
    }

    .s3_section1 > img {
        margin-top: 30px;
        width: 100%;
    }

    .s3_section2 {
        margin-top: 70px;
    }

    .advantages_content {
        margin-top: 40px;
        left: auto;
        transform: none;
        align-items: center;
        flex-direction: column;
    }

    .advantages_img {
        width: 45%;
    }

    .advantages_img img {
        width: 100%;
    }

    .advantages_slide {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .advantages_slide ul li {
        margin: 0 5px;
    }

    .icon_box {
        width: 150px;
        height: 150px;
    }

    .icon_box img {
        width: 50px;
    }

    .icon_box p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }

    .icon_box p span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .advantages_slide ul li > p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .advantages_slide ul li > p br {
        display: none;
    }

    .advantages_slide .slide_bottom {
        width: 90%;
        transform: none;
    }

    .s3_section3 {
        margin-top: 70px;
    }


    /* sub5 */
    .sub5_content {
        padding: 50px 0 100px;
    }

    .mapbox {
        height: 250px;
    }

    .s5_sec1 ul {
        display: block;
    }

    .s5_sec1 ul li {
        width: 100%;
        margin-top: 20px;
        align-items: flex-start;
    }

    .s5_sec1 ul li img {
        width: 40px;
    }

    .s5_sec1 ul li p {
        font-size: 12px;
        margin-left: 10px;
        line-height: 16px;
    }

    .s5_sec1 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s5_sec2 {
        margin-top: 70px;
    }

    .s5_sec2 ul {
        margin-top: 30px;
    }

    .s5_sec2 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .s5_sec2 ul li p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s5_sec2 ul li input[type='text'] {
        height: 35px;
        font-size: 12px;
    }

    .s5_sec2 ul li input::placeholder,
    .s5_sec2 ul li textarea::placeholder {
        font-size: 12px;
    }

    .radio_section {
        margin-top: 10px;
    }

    .radio_section label {
        align-items: center;
    }

    .radio_section label span {
        font-size: 12px;
        margin-left: 0;
    }

    .s5_sec2 ul li textarea {
        height: 100px;
        font-size: 12px;
    }

    .s5_sec3 {
        margin-top: 40px;
    }

    .s5_sec3 > p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .s5_sec3 > p span {
        font-size: 14px;
        margin-right: 10px;
    }

    .s5_sec3 ul li {
        padding: 10px;
        margin-bottom: 5px;
    }

    .s5_sec3 ul li p {
        width: 40%;
        font-size: 12px;
        word-break: keep-all;
    }

    .s5_sec3 ul li input {
        font-size: 12px;
    }

    .agree_box {
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .agree_check {
        align-items: center;
    }

    .agree_check p {
        font-size: 12px;
        margin-left: 0;
    }

    .inquiry_btn {
        margin-top: 30px;
    }

    .inquiry_btn input {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }

}






































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub intro */
    #sub_intro {
        height: 300px;
    }

    #sub_intro p {
        margin-top: 30px;
    }

    #sub_intro p span {
        font-size: 25px;
    }


    /* sub1 */
    .sub1_content {
        padding: 50px 0 100px;
    }

    .select_box {
        width: 150px;
        height: 35px;
    }

    .select_box i {
        font-size: 12px;
    }

    .select_box select {
        font-size: 13px;
    }

    .search_section button {
        width: 35px;
        height: 35px;
    }

    .search_section button i {
        font-size: 18px;
    }

    .sub1_content .product_slide {
        margin-top: 40px;
    }

    .sub1_content .product_slide ul li {
        width: 30%;
        margin: 0 5% 30px 0;
    }

    .page_btn {
        margin-top: 30px;
    }

    .page_btn a {
        font-size: 13px;
        margin: 0 10px;
    }

    .page_btn a.page_num {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }


    /* sub1_d */
    .sub1_d_content {
        padding: 50px 0 100px;
    }

    .detail_img {
        width: 30%;
        padding-top: 0;
    }

    .detail_img img {
        width: 100%;
    }

    .detail_info {
        width: 64%;
    }

    .d1 {
        padding: 0;
    }

    .d1 > span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .d1 p {
        font-size: 20px;
    }

    .d1 p span {
        font-size: 11px;
    }

    .d2 {
        padding: 20px 0;
        margin-top: 15px;
    }

    .d2 ul li {
        margin-bottom: 20px;
    }

    .d2 ul li:last-child {
        margin-bottom: 0;
    }

    .d2 ul li p {
        width: 20%;
        font-size: 13px;
    }

    .d2 ul li span {
        width: 80%;
        font-size: 13px;
    }

    .size_select {
        width: 80%;
        height: 30px;
    }

    .size_select i {
        font-size: 12px;
    }

    .size_select select {
        font-size: 13px;
    }

    .d3 {
        padding: 20px 0;
    }

    .option_box {
        padding: 15px;
    }

    .option_box > p {
        font-size: 13px;
    }

    /* 수량 버튼 css */
    .form-control {
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }

    .form-control2 {
        width: 30px;
        height: 30px;
    }

    .btn2 {
        font-size: 13px;
        cursor: inherit;
        width: 30px;
        height: 30px;
    }

    /* // 수량 버튼 css */

    .calculator_btn {
        width: auto;
        padding: 0 15px;
        height: 30px;
        cursor: inherit;
        font-size: 12px;
        margin-left: 15px;
    }

    .calculator_btn img {
        width: 13px;
    }

    .d3 a {
        font-size: 12px;
        margin-top: 5px;
    }

    .d4 {
        padding: 10px 0;
    }

    .d4 > p {
        font-size: 15px;
    }

    .total {
        font-size: 13px;
    }

    .total span {
        font-size: 18px;
    }

    .d_btn a {
        height: 40px;
        font-size: 15px;
    }

    .detail_bottom {
        margin-top: 100px;
    }

    .content_tab ul li {
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .content_tabcon {
        padding-top: 40px;
    }

    .content_tabcon.on {
        display: block;
    }

    .d_con {
        margin-top: 50px;
    }

    .d_con_title {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .d_con_title span {
        font-size: 20px;
    }

    .d_con > ul li:first-child {
        margin-right: 10px;
    }

    .d_con > ul li p {
        margin-top: 10px;
        font-size: 12px;
    }

    .size_contain {
        height: 100px;
        padding: 7px;
    }

    .size_600 {
        width: 100px;
    }

    .size_1200 {
        width: 200px;
    }

    .content_tabcon > ul li:last-child {
        margin-top: 50px;
    }

    .content_tabcon > ul li p {
        font-size: 14px;
    }

    .content_tabcon > ul li span {
        padding: 10px 15px;
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }


    /* sub3 */
    .sub3_content {
        padding: 50px 0 100px;
    }

    .s3_section1 p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s3_section1 > img {
        margin-top: 30px;
    }

    .s3_section2 {
        margin-top: 70px;
    }

    .advantages_content {
        margin-top: 40px;
        left: 5%;
        transform: none;
    }

    .advantages_img {
        width: 150px;
    }

    .advantages_img img {
        width: 100%;
    }

    .advantages_slide {
        width: 500px;
        margin-left: 25px;
    }

    .advantages_slide ul li {
        margin: 0 10px;
    }

    .icon_box {
        width: 150px;
        height: 150px;
    }

    .icon_box img {
        width: 50px;
    }

    .icon_box p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }

    .icon_box p span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .advantages_slide ul li > p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .advantages_slide ul li > p br {
        display: none;
    }

    .advantages_slide .slide_bottom {
        width: 100%;
        transform: translateX(-15%);
    }

    .s3_section3 {
        margin-top: 70px;
    }


    /* sub5 */
    .sub5_content {
        padding: 50px 0 100px;
    }

    .mapbox {
        height: 400px;
    }

    .s5_sec1 ul li {
        margin-top: 30px;
    }

    .s5_sec1 ul li img {
        width: 40px;
    }

    .s5_sec1 ul li p {
        font-size: 12px;
        margin-left: 10px;
        line-height: 16px;
    }

    .s5_sec1 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s5_sec2 {
        margin-top: 70px;
    }

    .s5_sec2 ul {
        margin-top: 30px;
    }

    .s5_sec2 ul li {
        margin-bottom: 20px;
    }

    .s5_sec2 ul li p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s5_sec2 ul li input[type='text'] {
        height: 35px;
        font-size: 12px;
    }

    .s5_sec2 ul li input::placeholder,
    .s5_sec2 ul li textarea::placeholder {
        font-size: 12px;
    }

    .radio_section {
        margin-top: 10px;
    }

    .radio_section label {
        align-items: center;
    }

    .radio_section label span {
        font-size: 12px;
        margin-left: 0;
    }

    .s5_sec2 ul li textarea {
        height: 100px;
        font-size: 12px;
    }

    .s5_sec3 {
        margin-top: 40px;
    }

    .s5_sec3 > p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .s5_sec3 > p span {
        font-size: 14px;
        margin-right: 10px;
    }

    .s5_sec3 ul li {
        padding: 10px;
        margin-bottom: 5px;
    }

    .s5_sec3 ul li p {
        width: 25%;
        font-size: 12px;
        word-break: keep-all;
    }

    .s5_sec3 ul li input {
        font-size: 12px;
    }

    .agree_box {
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .agree_check {
        align-items: center;
    }

    .agree_check p {
        font-size: 12px;
        margin-left: 0;
    }

    .inquiry_btn {
        margin-top: 30px;
    }

    .inquiry_btn input {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }

}
