@charset "utf-8";

/*모바일_360*/
.sub_header {
    width: 100%;
    height: 460px;
    background: url(../img/sub_01_head_img_m.png) no-repeat center / cover;
    position: relative;
}

.sub_header .head_txt {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sub_header .head_txt h2 {
    font-size: 3.0em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.sub_header .head_txt p {
    font-size: 1.6em;
}


/*컨텐츠 네비 시작*/
#content .con_nav {
    padding: 20px 20px 0;
    background-color: #FFF8F5;
}

#content .con_nav li {
    border-bottom: 1px solid #ffc29f;
}

#content .con_nav li:last-child {
    border-bottom: 0;
}

#content .con_nav li a {
    display: block;
    padding: 10px 0;
    font-size: 1.6em;
    color:#ffc29f;
    transition: all 0.3s;
}
#content .con_nav li:hover a{
    color: #FF782C;
}

/*컨텐츠_루나셀 시작*/
.sub_con_wrap {
    padding: 40px 20px;
}
.about_bg{
    background-color: #FFF8F5;
}

.sub_con_wrap .sub_con_flex_wrap {
    padding: 20px 0;
}

.sub_con_wrap .sub_img_box {
    width: 100%;
    height: 350px;
    background: url(../img/img_main_0101.png) no-repeat center/ cover;
    font-size: 0;
    color: transparent;
    margin-bottom: 20px;
}

.sub_con_wrap .sub_txt_box {
    position: relative;
    height: 200px;
}

.sub_con_wrap .sub_txt_box .sub_txt_tit {
    display: flex;
    gap: 10px;
    align-items: end;
    margin-bottom: 20px;
}

.sub_con_wrap .sub_txt_box .sub_txt_tit span:first-child {
    font-size: 2.0em;
    color: #FF782C;
    font-weight: bold;
}

.sub_con_wrap .sub_txt_box .sub_txt_tit span:last-child {
    font-size: 1.6em;
    color: #FF782C;
}

.sub_con_wrap .sub_txt_box .sub_txt_con {
    font-size: 1.8em;
}

.sub_con_wrap .sub_txt_box .percent {
    font-size: 8.0em;
    font-weight: bold;
    color: #FF782C;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    right: 0;
}



/*허가증 시작*/
.sub_con_03 .permit_left .permit_tit h3 {
    font-size: 3.0em;
    color: #FF782C;
    text-align: center;
    margin-bottom: 10px;
}

.sub_con_03 .permit_left .permit_tit p {
    font-size: 1.6em;
    text-align: center;
}

.sub_con_03 .permit_left .permit_tit p span {
    font-weight: bold;
}

.sub_con_03 .permit_right {
    padding: 50px 0;
}

.sub_con_03 .permit_right .permit {
    width: 50%;
    margin: 0 auto 20px;
}

.sub_con_03 .permit_right .permit_img {
    height: auto;
    margin: 0 auto 5px;
    background-color: #FFF8F5;
}

.sub_con_03 .permit_right .permit_img img {
    width: 100%;
    height: 100%;
}

.sub_con_03 .permit_right .permit_name {
    font-size: 1.4em;
    text-align: center;
}

.sub_con_03 .permit_right .permit_name span {
    font-weight: bold;
}

.sub_con_03 .gmp {
    border: 1px solid #ddd;
    padding: 40px;
}

.sub_con_03 .gmp_logo {
    width: 30%;
    height: auto;
    margin: 0 auto 20px;
}

.sub_con_03 .gmp_logo img {
    width: 100%;
    height: 100%;
}

.sub_con_03 .gmp ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 1.2em;
    line-height: 1.5;
    background: url(../img/icon_check_black.png) no-repeat top left / 20px auto;
}

.sub_con_03 .gmp ul li span {
    font-weight: bold;
}

/*허가증 끝*/

/*특허증 시작*/
.sub_con_04 {
    background: url(../img/about_04_license_bg.png) no-repeat center / cover;
}

.sub_con_04 .permit_tit {
    margin: 20px 0;
}

.sub_con_04 .permit_tit h3 {
    font-size: 3.0em;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.sub_con_04 .permit_tit p {
    font-size: 1.6em;
    text-align: center;
    color: #fff;
}

.sub_con_04 .license_img_wrap {
    padding: 40px 0 0;
    width: 50%;
    margin: 0 auto;
}

.sub_con_04 .license_img_wrap .license {
    margin-bottom: 40px;
}
.sub_con_04 .license_img_wrap .license_img img {
    width: 100%;
    height: 100%;
}

.sub_con_04 .license_img_wrap .license_name {
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.sub_con_04 .license_img_wrap .license_name span {
    display: block;
    font-weight: bold;
}

/*특허증 끝*/

/*safety 시작*/
.sub_con_05 .safe_tit {
    margin: 20px 0;
}

.sub_con_05 .safe_tit h3 {
    font-size: 3.0em;
    color: #FF782C;
    text-align: center;
    margin-bottom: 10px;
}

.sub_con_05 .safe_tit p {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}

.sub_con_05 .safe_list {
    margin: 40px 0;
}

.sub_con_05 .safe_list li {
    margin-bottom: 20px;
    font-size: 1.8em;
    background: url(../img/icon_check_orange.png) no-repeat top left / 35px auto;
    line-height: 30px;
    padding-left: 40px;
}

.sub_con_05 .safe_right {
    width: 100%;
    height: auto;
}

.sub_con_05 .safe_right img {
    width: 100%;
    height: 100%;
}

/*safety 끝*/

/*관련논문 시작*/
.sub_con_06 .paper_tit {
    margin: 20px 0;
}

.sub_con_06 .paper_tit h3 {
    font-size: 3.0em;
    color: #FF782C;
    text-align: center;
    margin-bottom: 10px;
}

.sub_con_06 .paper_tit p {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}

.sub_con_06 .paper {
    display: flex;
    display: 10px;
}

.sub_con_06 .paper img {
    width: 50%;
}

/*관련논문 끝*/

/*-----------------------------------------------------------*/
/*프로덕트_sub_02 시작*/
.sub_header.product_head {
    background: url(../img/sub_02_head_img_m.png) no-repeat center / cover;
}

.product_flex_wrap {
    margin: 40px;
}

.product_flex_wrap .product {
    margin-bottom: 40px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.product_flex_wrap .product .product_img {
    width: 100%;
    overflow: hidden;
}

.product_flex_wrap .product .product_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.product_flex_wrap .product .product_img:hover img{
    scale: 1.1;
}

.product_flex_wrap .product .product_txt {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_flex_wrap .product .product_txt .product_txt_left span {
    font-size: 1.4em;
    display: block;
    margin-bottom: 5px;
    color: #FF782C;
}

.product_flex_wrap .product .product_txt .product_txt_left p {
    font-size: 1.8em;
    font-weight: bold;
}

.product_flex_wrap .product .product_txt .product_txt_right {
    border: 1px solid #FF782C;
    border-radius: 20px;
    width: 100px;
    padding-left: 10px;
    transition: all 0.3s;
}

.product_flex_wrap .product .product_txt .product_txt_right a {
    padding: 7px 30px;
    font-size: 1.4em;
    font-weight: bold;
    color: #FF782C;
    display: block;
    margin: 0 auto;
    background: url(../img/icon_search.png) no-repeat center left / auto 23px;
    transition: all 0.3s;
}
.product_flex_wrap .product .product_txt .product_txt_right:hover{
    background-color: #FF782C;
}
.product_flex_wrap .product .product_txt .product_txt_right:hover a{
    color: #fff;
    background: url(../img/icon_search_white.png) no-repeat center left / auto 23px;
}

/*상품 모달팝업*/
.modal {
    width: 80%;
    height: 80%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    overflow-y: scroll;
}

.modal::-webkit-scrollbar {
    width: 10px;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.modal::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.modal .detail_close {
    display: block;
    width: 25px;
    height: 25px;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    z-index: 99;
}

.modal .detail_close img {
    width: 100%;
    height: 100%;
}

.modal .modal_left {
    width: 100%;
    height: 500px;
}

.modal .modal_left.img_13mm {
    background: url(../img/product_img_13mm.png) no-repeat top center / cover;
}

.modal .modal_left.img_25mm {
    background: url(../img/product_img_25mm.png) no-repeat top center / cover;
}

.modal .modal_left.img_38mm {
    background: url(../img/product_img_38mm.png) no-repeat top center / cover;
}

.modal .modal_left.img_50mm {
    background: url(../img/product_img_50mm.png) no-repeat top center / cover;
}

.modal .modal_left.img_60mm {
    background: url(../img/product_img_60mm.png) no-repeat top center / cover;
}

.modal .modal_right {
    padding: 20px;
    position: relative;
}

.modal .modal_right .modal_num {
    margin: 5px 0 20px 0;
    font-size: 1.2em;
    color: #847D76;
}

.modal .modal_right .modal_sub_tit {
    font-size: 1.6em;
    color: #FF782C;
    margin-bottom: 20px;
}

.modal .modal_right .modal_tit {
    font-size: 2.0em;
    font-weight: bold;
}

.modal .modal_right .modal_con_flex_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.modal .modal_right .modal_con_flex_wrap:last-child {
    margin-bottom: 0;
}

.modal .modal_right .modal_con_flex_wrap .modal_con_tit {
    font-size: 1.6em;
    font-weight: bold;
    color: #847D76;
}

.modal .modal_right .modal_con_flex_wrap .modal_con_txt {
    padding-left: 20px;
}

.modal .modal_right .modal_con_flex_wrap .modal_con_txt p {
    font-size: 1.6em;
    margin-bottom: 10px;
}

.modal .modal_right .modal_con_flex_wrap .modal_con_txt p:last-child {
    margin-bottom: 0;
}

.modal .modal_right .modal_inj_img {
    width: 20%;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.modal .modal_right .modal_inj_img img {
    width: 100%;
    height: 100%;
}


/*프로덕트_sub_02 끝*/


/*-----------------------------------------------------------*/
/*FAQ_sub_03 시작*/
#faq_content {
    padding: 40px 20px;
}

.sub_header.faq_head {
    background: url(../img/sub_03_head_img_m.png) no-repeat center / cover;
}

.faq_con_box {
    width: 100%;
    padding: 60px 20px;
}

.box_bg_01,
.box_bg_03 {
    background-color: #ffe7d9;
}

.faq_con_box .faq_img {
    width: 30%;
    height: auto;
    margin: 0 auto;
}

.faq_con_box .faq_img img {
    width: 100%;
    height: 100%;
}

.faq_con_box .faq_txt {
    text-align: center;
    color: #333;
    margin: 30px 0 60px;
}

.faq_con_box .faq_txt span {
    display: block;
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 20px;
}

.faq_con_box .faq_txt p {
    font-size: 1.6em;
    line-height: 1.6;
}

.faq_con_box .faq_line {
    width: 150px;
    height: 5px;
    background-color: #fff3ee;
    border-radius: 10px;
    margin: 0 auto;
}


/*FAQ_sub_03 끝*/

/*-----------------------------------------------------------*/
/*contact_sub_04 시작*/
.sub_header.contact_head {
    background: url(../img/sub_04_head_img_m.png) no-repeat center / cover;
}



/*컨택페이지_라디오버튼*/
#contact_content {
    padding: 40px 20px;
}

.input_box {
    margin-bottom: 40px;
}

.input_box label {
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.input_box label span {
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 10px;
}

.input_box input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #FF782C;
    font-size: 1.6em;
    font-family: 'S-CoreDream-3Light';
}

.input_box input[type="text"]:focus {
    outline: none;
    background-color: antiquewhite;
    border-radius: 5px;
}
.input_box input::placeholder{
    color: #c4bbb1;
    font-size: 0.8em;
}


.radio_box {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 40px;
}

/* 기본 라디오 버튼 숨기기 */
.radio_btn input[type="radio"] {
    display: none;
}

/* 선택되지 않은 라디오 버튼 스타일 꾸미기 */
.on {
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 선택된 라디오 버튼 스타일 꾸미기 */
.radio_box input[type="radio"]:checked+.on {
    background: #ddd;
}

.radio_box input[type="radio"]:checked+.on:after {
    display: block;
}

.on:after {
    content: "";
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    background: #FF782C;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*내용입력 상자 커스텀*/
.input_con textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #FF782C;
    border-radius: 5px;
    padding: 10px;
    font-family: 'S-CoreDream-3Light';
    font-size: 1.6em;
}

.input_con textarea:focus {
    background-color: antiquewhite;
    border: 0;
    outline:none;
}
.input_box textarea::placeholder{
    color: #c4bbb1;
    font-size: 0.8em;
}

/*첨부파일 상자 커스텀*/
.input_attach .attach_box {
    width: 100%;
    height: 250px;
    border: 2px dashed #eeeeee;
    border-radius: 5px;
    position: relative;
}

.input_attach .attach_box .attach_box_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.file_input_textbox {
    height: 35px;
    border: 0;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 10px;
    color: #BABABA;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
}

.file_input_div {
    position: relative;
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.file_input_button {
    width: 120px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 50%;
    border: 0;
    transform: translateX(-50%);
    border-radius: 30px;
    color:#fff;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #847D76;
    cursor: pointer;
}


.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;

    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.input_attach .max_upload {
    font-size: 1.2em;
    font-weight: bold;
    color: #847D76;
    text-align: right;
}

.send_btn {
    width: 100%;
    height: 40px;
    border: 1px solid #FF782C;
    color: #FF782C;
    text-align: center;
    line-height: 40px;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;

}

.send_btn:hover {
    background-color: #FF782C;
    color: #fff;
}

/*필수입력값 표시*/
.require{
    color: #FF782C;
}


/*contact_sub_04 끝*/

/*모바일 가로,타블렛 세로_600*/
@media screen and (min-width:600px) {
    .sub_header {
        width: 100%;
        height: 350px;
        background: url(../img/sub_01_head_img.png) no-repeat center / cover;
    }

    .sub_header .head_txt h2 {
        font-size: 3.5em;
    }

    .sub_header .head_txt p {
        font-size: 1.8em;
    }

    #content .con_nav {
        display: flex;
        justify-content: space-between;
    }

    #content .con_nav li {
        border-bottom: 0;
        border-right: 1px solid #ffc29f;
        width: calc(100% / 3);
    }

    #content .con_nav li:last-child {
        border-right: 0;
    }

    #content .con_nav li a {
        padding: 0 20px;
        text-align: center
    }

   

    .sub_con_05 .safe_list {
        width: 80%;
        margin: 40px auto;
    }

    .product_flex_wrap {
        margin: 80px 40px;
    }

    .product_flex_wrap .product .product_txt .product_txt_left p {
        font-size: 2.0em;
    }


    .modal .modal_right {
        padding: 40px;
    }

    .modal .modal_right .modal_con_txt_flex {
        display: flex;
    }

    .modal .modal_right .modal_con {
        width: 80%;
    }

    .modal .modal_right .modal_inj_img {
        width: 15%;
        height: auto;
        margin: 0 auto;
        bottom: 40px;
        right: 40px;
    }

    .faq_con_box {
        padding: 60px 40px;
    }

    .faq_con_box .faq_img {
        width: 20%;
    }

}

/*타블렛 가로,노트북_800*/
@media screen and (min-width:800px) {
    
    .sub_con_wrap .sub_txt_box .percent {
        font-size: 10em;
        position: static;
    }
    .sub_con_wrap .sub_con_flex_wrap {
        display: flex;
        gap: 60px;
        align-items: center;
        justify-content: flex-end;
    }

    .sub_con_wrap .sub_img_box {
        width: 50%;
        margin-bottom: 0;
    }

    .sub_con_wrap .sub_txt_box {
        width: 50%;
    }

    

    /*허가증 시작*/
    .sub_con_03 .sub_con_flex_wrap {
        display: flex;
    }

    .sub_con_03 .permit_left .permit_tit {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .sub_con_03 .permit_right {
        display: flex;
        gap: 10px;
        width: 60%;
    }

    .sub_con_03 .permit_right .permit_img {
        height: auto;
    }

    .sub_con_03 .permit_right {
        padding: 0;
    }

    .sub_con_03 .permit_right .permit_02 {
        margin-top: 50px;
    }

    .sub_con_03 .gmp {
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .sub_con_03 .gmp_logo {
        width: 30%;
        margin: 0 20px 0 0;
    }

    .sub_con_03 .gmp ul li:last-child {
        margin-bottom: 0;
    }

    /*허가증 끝*/

    /*특허증 시작*/
    .sub_con_04 .license_left {
        width: 40%;
    }

    .sub_con_04 .license_right {
        width: 60%;
    }

    .sub_con_04 .license_right .license_img_wrap {
        width: 100%;
        display: flex;
    }

    .sub_con_04 .license_img_wrap .license {
        margin-bottom: 0;
    }


    .sub_con_04 .permit_tit h3 {
        text-align: left;
    }

    .sub_con_04 .permit_tit p {
        text-align: left;
    }

    /*특허증 끝*/

    /*safety 시작*/
    .sub_con_05 .safe_tit h3 {
        text-align: left;
    }

    .sub_con_05 .safe_tit p {
        text-align: left;
    }

    .sub_con_05 .safe_list {
        width: 100%;
    }

    /*safety 끝*/

    .sub_con_06 .paper_flex_wrap {
        display: flex;
    }


    /*-----------------------------------------------------------*/
    /*프로덕트_sub_02 시작*/
    .modal{
        height: 70%;
    }

    .product_flex_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .product_flex_wrap .product {
        margin-right: 40px;
        width: calc((100% - 40px) / 2);
    }

    .product_flex_wrap .product:nth-child(2n) {
        margin-right: 0;

    }
    .modal .modal_right {
        padding: 60px;
        /* height: 450px; */
    }

    .modal .modal_right .modal_sub_tit {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    /*-----------------------------------------------------------*/
    /*FAQ_sub_03 시작*/
    .sub_header.faq_head {
        background: url(../img/sub_03_head_img.png) no-repeat center / cover;
    }

    .faq_flex_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .box_bg_03 {
        background-color: #fff;
    }

    .box_bg_04 {
        background-color: #ffe7d9;
    }

    .faq_con_box {
        width: 50%;
        height: auto;
    }

    .faq_con_box .faq_img {
        width: 30%;
    }

    .faq_con_box .faq_txt {
        margin: 30px 0;
    }

    /*FAQ_sub_03 끝*/

    /*-----------------------------------------------------------*/
    /*contant_sub_04 시작*/
    .sub_header.contact_head {
        background: url(../img/sub_04_head_img.png) no-repeat center / cover;
    }


    /*contant_sub_04 끝*/

    .top_input_wrap {
        display: flex;
        flex-wrap: wrap;

    }

    .top_input_wrap>div {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;

    }

    .top_input_wrap>div:nth-child(2n) {
        margin-right: 0;
    }

    .send_btn {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width:1024px){
    .modal .modal_left{
        height: 640px;
    }
}

/*모달팝업_1080*/
@media screen and (min-width:1080px) {

    /*모달팝업 시작*/
    .modal {
        width: 80%;
        height: 60%;
    }

    .modal .modal_flex {
        display: flex;
        height: 100%;
    }

    .modal .modal_left {
        width: 50%;
        height: 100%;
    }

    .modal .modal_left img {
        max-width: 100%;
        height: 100%;
    }

    .modal .modal_right {
        width: 50%;
        padding: 40px;
        height: auto;
    }
    .modal .modal_right .modal_inj_img {
        width: 20%;
    }

    .modal .modal_right>div {
        margin-bottom: 0;
    }

    .modal .modal_right .modal_con_txt_flex {
        display: block;
    }

    .modal .modal_right .modal_con_flex_wrap .modal_con_txt p {
        font-size: 1.8em;
    }

}

/*노트북_1200*/
@media screen and (min-width:1200px) {
    .sub_header .head_txt h2 {
        font-size: 4.0em;
    }

    .sub_con_wrap .sub_img_box {
        height: 450px;
    }

    .sub_con_wrap .sub_txt_box {
        height: 300px;
    }
    .sub_con_03 .gmp_logo{
        width: 20%;
    }

    .sub_con_wrap .sub_txt_box .percent {
        font-size: 9.0em;
    }

    .product_flex_wrap .product {
        margin-right: 40px;
        width: calc((100% - 80px) / 3);
    }

    .product_flex_wrap .product:nth-child(2n) {
        margin-right: 40px;
    }

    .product_flex_wrap .product:nth-child(3n) {
        margin-right: 0;
    }


    .modal {
        width: 60%;
    }

}

/*노트북_1440*/
@media screen and (min-width:1440px) {
    .modal .modal_left{
        width: 45%;
    }
    /* .modal {
        height: 50%;
    } */
}