#SUB_03a {}

#SUB_03a > .sub_contents {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/*제품/금형*/
#SUB_03a > .sub_contents .tech_con {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_03a > .sub_contents .tech_con > .tech_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#SUB_03a > .sub_contents .tech_con > .tech_title > h3 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-bottom: 10px;
}

#SUB_03a > .sub_contents .tech_con > .tech_title > h3::before {
    content: '';
    width: 160px;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
}

#SUB_03a > .sub_contents .tech_con > .tech_title > p {
    font-size: 1rem;
    color: #525252;
    line-height: 27px;
    word-break: keep-all;
}

#SUB_03a > .sub_contents .tech_con > .tech_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a > .sub_contents .tech_con > .tech_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_01 {
    margin-bottom: 100px;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_01 > .circle_img_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 25%;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_01 > .circle_img_01 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    -webkit-animation: circle_ani 10s linear infinite;
    -o-animation: circle_ani 10s linear infinite;
    animation: circle_ani 10s linear infinite;
}

@-webkit-keyframes circle_ani {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle_ani {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle_ani {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 {
    height: 650px;
    margin-bottom: 50px;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_bg_02 {
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/tech_img_02.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_bg_02::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/bg_dim.png);
    background-position: center;
    background-repeat: repeat;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 991;
    width: 100%;
    padding: 0 100px;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p {
    font-size: 1.438rem;
    color: #fff;
    font-weight: 100;
    word-break: keep-all;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p > span {
    font-size: 1.438rem;
    font-weight: 600;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 {
    height: 400px;
    margin-bottom: 100px;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_bg_03 {
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/tech_img_03.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_bg_03::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/bg_dim.png);
    background-position: center;
    background-repeat: repeat;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
    z-index: 991;
    text-align: right;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt > p {
    font-size: 1.438rem;
    font-weight: 100;
    line-height: 50px;
    color: #fff;
}

#SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt > p > span {
    font-size: 1.438rem;
    font-weight: 600;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_title > h3 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-bottom: 10px;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_title > h3::before {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li {
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    height: auto;
    text-align: center;
    float: left;
    position: relative;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 19px;
    background-image: url(../img/sub/process_arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 44px;
    right: -5px;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li:last-of-type::before {
    content: none;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li .pro_icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ededed;
    text-align: center;
    line-height: 100px;
    color: #353535;
    margin: 0 auto;
    margin-bottom: 10px;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li .pro_icon > i {
    font-size: 3rem;
    line-height: 100px;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li > p {
    font-size: 0.938rem;
    color: #353535;
    line-height: 0.9rem;
    margin-bottom: 10px;
    font-weight: 600;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li > .pro_sub {
    width: auto;
    height: auto;
    position: relative;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li > .pro_sub > li {
    font-size: 0.813rem;
    line-height: 0.85rem;
    margin-bottom: 5px;
    color: #6d6d6d;
    font-weight: 300;
}

#SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li > .pro_sub > li:last-of-type {
    margin-bottom: 0;
}

#SUB_03a .mo_tech_list {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a .mo_tech_list .mo_tech_list_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 150px;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li {
    margin-bottom: 20px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img_01 {
    background-image: url(../img/sub/tech_list_img_01.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img_02 {
    background-image: url(../img/sub/tech_list_img_02.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img_03 {
    background-image: url(../img/sub/tech_list_img_03.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .tech_list_img_04 {
    background-image: url(../img/sub/tech_list_img_04.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .mo_tech_txt {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 80%;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .mo_tech_txt > h3 {
    color: #fff;
    font-size: 1.313rem;
    font-weight: 500;
    margin-bottom: 10px;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .mo_tech_txt > p {
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    word-break: keep-all;
}

@media all and (max-width: 1025px) {
    #SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt {
        padding: 0 30px;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt {
        width: 100%;
        padding: 0 30px;
        right: 0;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li {
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
        margin-bottom: 30px;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li::before {
        right: 0;
    }
}

@media all and (max-width: 801px) {
    #SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p {
        word-break: keep-all;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p > br {
        display: none;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_02 {
        height: 400px;
    }

    #SUB_03a .mo_tech_list {
        display: block;
    }
}

@media all and (max-width: 481px) {
    #SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p {
        font-size: 1rem;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_02 > .tech_txt > p > span {
        font-size: 1rem;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt {
        text-align: left;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt > p {
        font-size: 1rem;
        line-height: 28px;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt > p > br {
        display: none;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_img_03 > .tech_txt > p > span {
        font-size: 1rem;
    }

    #SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }

    #SUB_03a > .sub_contents .tech_con > .tech_process_con .process_list > li::before {
        right: 20px;
    }
}

/*제품/금형 end*/

/*사출/양산*/
#SUB_03a > .sub_contents .print_con {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_03a > .sub_contents .print_con > .print_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#SUB_03a > .sub_contents .print_con > .print_title > h3 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-bottom: 10px;
}

#SUB_03a > .sub_contents .print_con > .print_title > h3::before {
    content: '';
    width: 340px;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
}

#SUB_03a > .sub_contents .print_con > .print_title > p {
    font-size: 1rem;
    color: #525252;
    line-height: 27px;
}

#SUB_03a > .sub_contents .print_con > .print_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a > .sub_contents .print_con > .print_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#SUB_03a > .sub_contents .print_con > .print_img > .print_circle_01 {
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50.1%;
    left: 50.05%;
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-animation: box_opacity 3s linear infinite;
    -o-animation: box_opacity 3s linear infinite;
    animation: box_opacity 3s linear infinite;
}

@-webkit-keyframes box_opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes box_opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes box_opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#SUB_03a > .sub_contents .print_con > .print_img_01 {
    margin-bottom: 100px;
}

#SUB_03a > .sub_contents .print_con > .print_contents {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 100px;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_img {
    width: 700px;
    height: 350px;
    position: relative;
    overflow: hidden;
    float: left;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_img .print_bg_01 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/print_img_02.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 {
    width: 100%;
    height: 550px;
    margin-bottom: 100px;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_bg_02 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/print_img_03.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_bg_02::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/sub/bg_dim.png);
    background-position: center;
    background-repeat: repeat;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 991;
    width: 100%;
    padding: 0 50px;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt > h3 {
    font-size: 1.875rem;
    color: #343434;
    font-weight: 300;
    margin-bottom: 30px;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt > h3 > span {
    font-size: 1.875rem;
    font-weight: 600;
}

#SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt > p {
    font-size: 0.938rem;
    font-weight: 400;
    color: #343434;
    line-height: 25px;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt {
    width: -webkit-calc(100% - 700px);
    width: calc(100% - 700px);
    height: auto;
    padding: 30px;
    position: relative;
    float: left;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > h3 {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    padding-top: 15px;
    color: #000;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > h3 > span {
    font-size: 1.875rem;
    font-weight: 600;
    color: #000;
}

#SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > p {
    font-size: 0.938rem;;
    font-weight: 300;
    line-height: 30px;
    color: #000;
    text-align: left;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_title > h3 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-bottom: 10px;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_title > h3::before {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    height: auto;
    text-align: center;
    float: left;
    position: relative;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 19px;
    background-image: url(../img/sub/process_arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 44px;
    right: -5px;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li:last-of-type::before {
    content: none;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li .pro_icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ededed;
    text-align: center;
    line-height: 100px;
    color: #353535;
    margin: 0 auto;
    margin-bottom: 10px;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li .pro_icon > i {
    font-size: 3rem;
    line-height: 100px;
}

#SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li > p {
    font-size: 0.938rem;
    color: #353535;
    line-height: 0.9rem;
    font-weight: 600;
}

#sub_03a > .sub_contents .print_con > .mo_tech_list {
    display: none;
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .print_list_img_01 {
    background-image: url(../img/sub/print_list_img_01.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .print_list_img_02 {
    background-image: url(../img/sub/print_list_img_02.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .print_list_img_03 {
    background-image: url(../img/sub/print_list_img_03.jpg);
}

#SUB_03a .mo_tech_list .mo_tech_list_con > li > .print_list_img_04 {
    background-image: url(../img/sub/print_list_img_04.jpg);
}

@media all and (max-width: 1025px) {
    #SUB_03a > .sub_contents .print_con > .print_img > .print_circle_01 {
        width: 13px;
        height: 13px;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt {
        top: 34px;
    }

    #SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li {
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
        margin-bottom: 30px;
    }
}

@media all and (max-width: 801px) {
    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_img {
        width: 100%;
    }

    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > p {
        text-align: left;
    }


    #sub_03a > .sub_contents .print_con > .mo_tech_list {
        display: block;
    }
}

@media all and (max-width: 481px) {
    #SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }

    #SUB_03a > .sub_contents .print_con > .tech_process_con .process_list > li::before {
        right: 9px;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > h3 {
        font-size: 1.438rem;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_contents .print_contents_txt > h3 > span {
        font-size: 1.438rem;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_img_02 {
        height: 400px;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt > h3 {
        font-size: 1.438rem;
    }
    
    #SUB_03a > .sub_contents .print_con > .print_img_02 > .print_txt > h3 > span {
        font-size: 1.438rem;
    }
}

/*사출/양산 end*/
