<meta charset="utf-8">

/*인사말*/
.greeting {
    position: relative;
    max-width: 1200px
}

.greeting .img {
    position: relative;
    height: 324px;
    margin-top: 110px;
    background: url(../img/sub/bg_greeting.jpg) no-repeat 50%;
    background-size: cover;
}

.greeting .img:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 135px;
    width: 400px;
    height: 400px;
    background: url(../img/sub/bg_ceo.png) no-repeat;
}

.greeting .tit {
    position: absolute;
    top: 400px;
    right: 100px;
    width: 514px;
    height: 314px;
    background: #01613f
}

.greeting .tit h3 {
    position: relative;
    margin: 0;
    padding: 140px 20px 0 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.6;
    word-break: keep-all;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: -1px
}

.greeting .tit h3:before {
    content: '';
    display: block;
    position: absolute;
    top: -23px;
    left: 50px;
    width: 1px;
    height: 144px;
    margin: 0;
    background: #fff;
}

.greeting .tit h3 span {
    display: block;
    font-weight: 600;
}

.greeting .colum {
    padding: 50px 20px;
    max-width: 1100px;
    margin: 0 auto
}

.greeting .colum:after {
    clear: both;
    content: "";
    display: block;
}

.greeting .colum p {
    word-break: keep-all
}

.greeting .colum .text-gap {
    padding-left: 11px;
    text-indent: -14px;
    letter-spacing: -0.7px
}

.greeting .colum p:before {
    content: "· ";
    font-weight: bold
}

.greeting .colum .left {
    float: left;
    width: 48%;
    text-align: justify;
}

.greeting .colum .right {
    float: right;
    width: 48%;
    text-align: justify;
}

.greeting .sign {
    text-align: right;
    font-size: 1.125em;
    font-weight: bold;
    color: #222;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 50px;
}

.greeting .sign .name {
    font-size: 24px
}

.lead_text {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: #555;
    word-break: keep-all
}

@media (max-width: 980px) {
    .greeting .tit {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 50px 50px 0px;
        top: 0;
        right: 0;
    }

    .greeting .tit h3 {
        font-size: 22px;
        line-height: 1.6em;
    }

    .greeting .tit h3 br {
        display: none;
    }

    .greeting .img {
        height: 253px
    }

    .greeting .img:before {
        left: 50%;
        width: 300px;
        height: 310px;
        margin-left: -150px;
        background-size: cover;
    }

    .greeting .colum .left {
        width: 100%;
        clear: both
    }

    .greeting .colum .right {
        width: 100%;
        padding-top: 20px;
        clear: both
    }

}

@media (max-width: 600px) {
    .greeting .tit {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px;
        top: 0;
        right: 0;
    }

    .greeting .tit h3 {
        position: relative;
        margin: 0;
        padding: 0px;
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        line-height: 1.6;
        word-break: keep-all;
        box-sizing: border-box;
        text-align: left;
        letter-spacing: -1px
    }

    .greeting .tit h3:before {
        content: '';
        display: block;
        position: absolute;
        top: -50px;
        left: 15px;
        width: 1px;
        height: 40px;
        margin: 0;
        background: #fff;
    }
}

/*인사말*/





/*그룹소개*/
.company_info {
    width: 100%;
    height: auto;
}

.company_info .img_page {
    width: 100%;
    height: 750px;
    background-image: url(../img/sub/company_info_bg_company.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.company_info .txt_page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
}

.company_info .txt_page h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    display: block;
}

.lead {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: #555;
    word-break: keep-all
}

.lead b {
    color: #01603f;
    font-weight: bold
}

.Ideology {
    width: 100%;
    background: #f3f3f3;
    margin-top: 60px
}

.Ideology .inner {
    max-width: 1200px;
    margin: auto;
    clear: both;
    padding: 20px
}

.h2_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    letter-spacing: 5px;
    padding: 25px 0 30px 0
}

.Ideology p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: #555;
    word-break: keep-all;
    padding-bottom: 30px
}

.Ideology .inner .point {
    color: #06F;
}

.Ideology dl {
    float: left;
    width: calc(100%/4);
    padding: 20px;
    border-right: 1px solid #ddd
}

/*.Ideology dl:hover {box-shadow: 0px 0px 10px 1px rgba(1,97,63,0.3)}*/
.Ideology dl:last-child {
    border: 0
}

.Ideology dl .web_icon {
    padding-bottom: 20px;
    text-align: center;
}

.Ideology dl dt {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center
}

.Ideology dd {
    line-height: 2.2;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #555;
    word-break: keep-all
}


@media (max-width: 960px) {
    .company_info .work_page ul li {
        width: 47%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 2%;
    }

    .company_info .work_page ul li:last-child {
        margin-right: 0
    }

    .company_info .work_page ul li:nth-child(2n+2) {
        margin-right: 0;
    }

    .Ideology dl {
        width: 100%;
        padding-bottom: 30px;
        clear: both;
        border-right: 0
    }
}

@media (max-width: 640px) {
    .company_info .img_page {
        background-size: cover;
        height: 300px
    }

    .company_info .tl_title_box_wrap li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3%;
    }
}

/*그룹소개*/

/*연혁*/
.eco_history {
    background: #f5faf6;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 20px
}

.history_title>p {
    font-size: 20px;
    font-weight: bold;
    word-break: keep-all;
    padding: 0 10px 20px
}

.history-wrap {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding: 0 10px
}

.history-wrap p {
    color: #000;
    text-align: left;
    padding: 10px
}

.history-wrap .history-list {
    display: block;
    position: relative;
    border-bottom: 1px solid #555;
    margin-bottom: 80px
}

.history-list h2 {
    font-size: 30px
}

.history-wrap .history-list>li>a {
    display: block;
    position: relative;
    color: #000;
    padding: 30px 10px;
    border-top: 1px solid #ddd;
    text-decoration: none
}

.history-wrap .history-list>li>a i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-75%) rotate(135deg);
    -webkit-transform: translateY(-75%) rotate(135deg);
    right: 1.5em;
    width: 1.5%;
    max-width: 30px;
    border: 3px solid #01603f;
    border-left-width: 0;
    border-bottom-width: 0;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: transform .3s ease
}

.history-wrap .history-list>li.on>a i {
    -webkit-transform: translateY(-25%) rotate(315deg);
    transform: translateY(-25%) rotate(315deg)
}

.history-wrap .history-list>li>a i:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%
}

.history-wrap .dep-2 {
    display: none;
    background-color: #fafffb;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2)
}

.history-wrap .dep-2>li {
    ;
    width: 1000px;
    margin: auto;
    padding: 40px 0
}

.history-wrap .dep-2>li h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-weight: normal;
    width: 300px
}

.history-wrap .dep-2>li div {
    display: inline-block;
    font-size: 17px;
    width: 650px;
    word-break: keep-all
}

.history-wrap .dep-2>li div strong {
    color: #555;
    padding-right: 15px
}

.history-wrap .dep-2>li>a {
    display: block;
    color: #ddd;
    font-size: 1.2em;
    line-height: 3.0em;
    padding: 0 1.5em 0 2.2em;
    color: #000
}



@media screen and (max-width: 1040px) {
    .history-wrap .dep-2>li {
        padding: 40px 20px;
        width: 100%
    }
}

@media screen and (max-width: 980px) {
    .history-wrap .dep-2>li h2 {
        display: block;
        width: 100%
    }

    .history-wrap .dep-2>li div {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .history-wrap .depth-2>li>a {
        font-size: 16px
    }

    .history-wrap .dep-2>li div strong {
        display: block
    }
}

/*연혁*/



/*협력기관*/
.partner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 70px
}

.partner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.partner ul li {
    text-align: center;
    margin-bottom: 50px
}

.partner ul li p {
    font-size: 16px;
    padding-top: 10px
}

.partner ul li img {
    border: 1px solid #ddd
}

@media (max-width: 510px) {
    .partner ul {
        padding: 0 15px
    }

    .partner ul li {
        width: 48%
    }

    .partner ul li img {
        width: 100%
    }
}

/*협력기관*/



/*오시는 길*/
.clearfix {
    clear: both
}

.location_area .contact_address {
    width: 100%;
    height: auto;
    line-height: 1.7;
}

.location_area .contact_address h3 {
    font-size: 20px;
    padding-bottom: 30px;
    color: #555
}

.location_area .contact_address ul {
    padding: 0 20px 20px 0px;
}

.location_area ul li {
    color: #555;
    line-height: 2.1;
}

.contact_traffic .bus {
    width: 100%;
    padding: 0;
}

.contact_traffic .subway {
    width: 100%;
    padding-bottom: 20px;
}

.contact_traffic h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #1a1a1a;
    padding-bottom: 10px;
    margin-top: 25px;
    text-align: center
}

.contact_traffic {
    display: flex;
    width: 100%;
    text-align: center
}

.map_info {
    width: 283px;
    height: 214px;
    background: #19cd61;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 30px 28px;
    font-size: 15px;
    color: #f8969a;
    letter-spacing: 0;
}

.map_info span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -.25px;
}

.map_info p {
    padding-top: 20px;
    color: #f2f2f2;
    line-height: 1.4;
}

.map_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.map_btn a {
    display: inline-block;
    padding: 7px 10px;
    height: 41px;
    border: 1px solid #f2f2f2;
    text-align: center;
    color: #FFF;
    letter-spacing: -0.5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.map_btn a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.map_btn a:first-child {
    margin-right: 5px;
}

@media(max-width:700px) {
    .contact_traffic {
        display: block
    }
}

/*오시는 길*/








/* 연구분야 */
.content01 {
    padding: 0 10px
}

.content01 h3 {
    font-size: 30px;
    padding-bottom: 30px
}

.content01>p {
    font-size: 16px;
    padding-bottom: 30px;
    word-break: keep-all;
    line-height: 26px
}


.rd-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.rd-wrap p {
    color: #000;
    text-align: left;
    padding: 10px
}

.rd-wrap .rd-list {
    display: block;
    position: relative;
    border-bottom: 1px solid #555;
    margin-bottom: 80px
}

.rd-list h2 {
    font-size: 20px;
    color: #7cbd27
}

.rd-wrap .rd-list>li>a {
    display: block;
    position: relative;
    color: #000;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    text-decoration: none
}

.rd-wrap .rd-list>li>a i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-75%) rotate(135deg);
    -webkit-transform: translateY(-75%) rotate(135deg);
    right: 1.5em;
    width: 1.5%;
    max-width: 30px;
    border: 3px solid #01603f;
    border-left-width: 0;
    border-bottom-width: 0;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: transform .3s ease
}

.rd-wrap .rd-list>li.on>a i {
    -webkit-transform: translateY(-25%) rotate(315deg);
    transform: translateY(-25%) rotate(315deg)
}

.rd-wrap .rd-list>li>a i:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%
}

.rd-wrap .dep-3 {
    display: none;
    background-color: #f7f7f7
}

.rd-wrap .dep-3>li {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 40px 0;
    vertical-align: top
}

.rd-wrap .dep-3>li img {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 10px
}

.rd-wrap .dep-3>li p {
    width: 54%;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    word-break: keep-all;
    line-height: 26px
}

.rd-wrap .dep-3>li>a {
    display: block;
    color: #ddd;
    font-size: 1.2em;
    line-height: 3.0em;
    padding: 0 1.5em 0 2.2em;
    color: #000
}

.rd-wrap .dep-4 {
    display: none;
    background-color: #f7f7f7
}

.rd-wrap .dep-4>li {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 40px 0;
    vertical-align: top
}

.rd-wrap .dep-4>li img {
    width: 100%;
    padding: 10px
}

@media(max-width:1000px) {
    .rd-wrap .dep-3>li img {
        display: block;
        margin: auto
    }

    .rd-wrap .dep-3>li p {
        display: block;
        margin: auto
    }
}

@media(max-width:960px) {
    .rd-wrap .dep-3>li img {
        display: block;
    }

    .rd-wrap .dep-3>li p {
        display: block;
        width: 100%
    }
}

@media(max-width:500px) {
    .rd-wrap .dep-3>li img {
        display: block;
        width: 100%
    }

}

/* 연구분야 */

/*연구분야*/

.tcen {
    width: 100%;
    text-align: center
}

.tcen img {
    display: block;
    margin: auto
}

.tabmenu {
    margin-bottom: 70px
}

.big_tab ul {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px
}

.big_tab ul li {
    width: 33%;
    box-sizing: border-box;
    list-style-type: none;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 16px
}

.big_tab ul li.activeClass {
    ;
    font-size: 16px;
    background: #01603f
}

.big_tab ul li.activeClass a {
    ;
    color: #fff;
}

.sm_select {
    display: none;
}

.sm_select select {
    width: 100%;
    height: 40px;
}

.tab-contents {
    margin-bottom: 70px
}

#tab01 .lead strong {
    font-size: 20px;
    color: #29628f;
    margin-bottom: 15px;
    display: block
}

#tab01 .t-cell span:last-of-type b {
    font-weight: normal;
    color: #919191
}

.tab01-img {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto
}

.tab01-img span {
    width: calc(100%/7);
}

.tab01-img img {
    width: 100%;
    max-height: 185px
}

.t-cell span {
    display: table-cell;
    vertical-align: middle
}

.t-cell span:first-of-type {
    width: 30%
}

.t-cell span:last-of-type {
    padding-left: 30px
}

.graph img {
    width: 100%
}

#tab02 .tcen img {
    width: 60%;
    padding: 10px
}

#tab03 .tcen img {
    width: 70%;
    padding: 10px
}

#tab03 .t-cell span:last-of-type b {
    font-weight: normal;
    color: #919191
}

#tab04 .tcen img {
    width: 60%;
    padding: 10px
}

.tab02-img {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto
}

.tab02-img span {
    width: 50%
}

.tab02-img span img {
    width: 70%
}

.rd02_table {
    margin: 15px 0 30px;
    width: 100%;
}

.rd02_table table {
    width: 1200px;
    margin: auto;
    border-collapse: collapse;
    text-align: center
}

.rd02_table table th {
    background-color: #f7f7f7;
    padding: 10px;
    font-size: 16px
}

.rd02_table table td {
    padding: 10px;
    font-size: 16px;
    color: #626262;
    border-bottom: 1px solid #dbdbdb
}

.rd02_table .b-line {
    border-bottom: 1px solid #dbdbdb
}

.tab05-img {
    ;
    margin: 20px 0 0 4%
}

.tab05-img ul {
    display: flex;
    gap: 15px 15px;
    flex-wrap: wrap;
    text-align: center
}

.tab05-img ul li {
    width: calc(100%/3.5);
    display: block
}

.tab05-img ul li img {
    width: 100%
}

.tab05-img ul li p {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px
}

.t-cell2 span {
    display: table-cell;
    vertical-align: middle;
}

.t-cell2 span {
    width: 50%
}

.t-cell2 span img {
    width: 100%
}

.tab06-img {
    margin-bottom: 20px
}

.tab06-img ul {
    display: flex;
    gap: 15px 15px;
    flex-wrap: wrap;
    text-align: center
}

.tab06-img ul li {
    width: calc(100%/2.3);
    display: block
}

.tab06-img ul li img {
    width: 90%
}

.tab06-img ul li p {
    font-size: 16px;
    padding: 10px 0px;
    color: #424242
}

.tab06-01-img {
    margin-bottom: 20px;
    margin-left: 2.2%
}

.tab06-01-img ul {
    display: flex;
    gap: 15px 15px;
    flex-wrap: wrap;
    text-align: center;
}

.tab06-01-img ul li {
    width: calc(100%/2.3);
    display: block
}

.tab06-01-img ul li img {
    width: 100%
}

.tab06-01-img ul li table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb
}

.tab06-01-img ul li table th {
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 5px;
    font-size: 15px
}

.tab06-01-img ul li table td {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 5px;
    font-size: 15px
}

.tab06-02-img {
    margin-bottom: 20px;
    margin-left: 2.2%
}

.tab06-02-img ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.tab06-02-img ul li {
    width: 40%;
    display: flex;
    padding: 10px
}

.tab06-02-img ul li .t06-02t {
    width: 50%;
    border-collapse: collapse;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    margin-left: 15px
}

.tab06-02-img ul li .t06-02t th {
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb
}

.tab06-02-img ul li .t06-02t td {
    border-bottom: 1px solid #dbdbdb
}

.tab06-03-img {
    margin-bottom: 20px;
    margin-left: 2.2%
}

.tab06-03-img ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%
}

.tab06-03-img ul li {
    width: 40%;
    padding: 10px;
    display: block
}

.tab06-03-img ul li table {
    width: 100%
}

.tab06-03-img ul li .t06-02t {
    width: 90%;
    border-collapse: collapse;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    margin: 15px 0
}

.tab06-03-img ul li .t06-02t th {
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0
}

.tab06-03-img ul li .t06-02t td {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0
}

.tab06-04-img {
    margin-bottom: 20px;
    margin-left: 2.2%
}

.tab06-04-img ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.tab06-04-img ul li {
    width: 20%;
    padding: 10px
}

@media (max-width:500px) {
    .sm_select {
        display: block;
    }

    .big_tab {
        display: none;
    }

    .tab01-img span {
        width: calc(100%/3) !important
    }
}

@media (max-width:800px) {
    .rd02_table {
        overflow: auto
    }

    .rd02_table table {
        width: 800px
    }

    .tab05-img {
        ;
        margin: 20px auto 0
    }

    .tab05-img ul li {
        width: 48%;
    }

    .tab05-img ul li p {
        font-size: 14px;
        padding: 10px 5px
    }

    .tab06-img ul li {
        width: 100%;
    }

    .tab06-img ul li p {
        font-size: 14px;
        padding: 10px 5px
    }

    .tab06-01-img {
        margin-left: 0
    }

    .tab06-01-img ul li {
        width: 100%;
    }

    .t-cell2 span {
        display: block;
        width: 100%;
        padding: 10px
    }

    .tab06-02-img ul {
        display: block;
    }

    .tab06-02-img ul li {
        width: 100%;
    }

    .tab06-03-img ul {
        display: block;
    }

    .tab06-03-img ul li {
        width: 100%;
    }

}

@media (max-width:900px) {
    .tab06-04-img ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .tab06-04-img ul li {
        width: 50%;
        padding: 10px;
        display: block;
        text-align: center
    }
}

/*연구분야*/


/*핵심성분*/
.ingredients {
    width: 100%;
    height: auto;
}

.ingredients ul {
    margin-top: 30px;
}

.ingredients li {
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    overflow: hidden;
    background-color: #fff;
    display: block;
    border: 1px solid #ddd;
    border-radius: 20px
}

.ingredients .one_box {
    display: block;
    min-height: 228px;
    background: #fff
}

.ingredients .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 160px;
    min-height: 155px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.ingredients dl {
    margin-left: 190px;
    padding-right: 10px
}

.ingredients dt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: -1px
}

.ingredients dt span {
    color: #999;
}

.ingredients dd {
    color: #555;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.75;
    word-break: keep-all;
    padding: 10px 0;
}

.ingredients li:hover .one_box {
    background-color: #8a7259;
    cursor: pointer
}

.ingredients li:hover dt {
    color: #fff
}

.ingredients li:hover dt span {
    color: #fff
}

.ingredients li:hover dd {
    color: #fff
}

.ingredients li:hover .more_btn {
    color: #eee
}

.ingredients a:hover .photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ingredients .photo01 {
    background-image: url(../img/sub/ingre01.jpg);
    background-repeat: no-repeat;
}

.ingredients .photo02 {
    background-image: url(../img/sub/ingre02.jpg);
    background-repeat: no-repeat;
}

.ingredients .photo03 {
    background-image: url(../img/sub/ingre03.jpg);
    background-repeat: no-repeat;
}

.ingredients .photo04 {
    background-image: url(../img/sub/ingre04.jpg);
    background-repeat: no-repeat;
}

.core {
    clear: both;
    padding-top: 70px
}

.core ul li {
    width: 48%;
    float: left;
    margin: 1%
}

.core ul li .profile {
    float: left;
    width: 48%;
    padding-bottom: 20px
}

.core ul li .profile img {
    width: 100%;
    box-shadow: 5px 5px 10px -5px
}

.core ul li dl {
    float: left;
    padding: 0 40px;
    width: 52%
}

.core ul li dl dt {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    word-break: keep-all
}

.core ul li dl dd {
    font-size: 16px;
    color: #555;
    line-height: 1.75;
    letter-spacing: -0.02em;
    text-align: left;
    display: block;
    clear: both;
    word-break: keep-all
}

.core ul li dl dd img {
    width: 50%;
    padding-top: 20px
}

.clear {
    clear: both;
    height: 70px
}

.rounded-dotted-border {
    clear: both;
    border-bottom: 2px dotted #ddd;
    width: 100%;
    height: 70px;
    display: block
}

@media screen and (max-width: 1210px) {
    .core ul li {
        width: 48%;
    }

    .core ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .core ul li .profile {
        width: 100%
    }

    .core ul li dl {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width: 1024px) {
    .ingredients li {
        width: 100%;
        margin: 0 0 4% 0;
        height: auto
    }
}

@media screen and (max-width: 640px) {
    .core ul li {
        width: 100%;
    }

    .core ul li dl dt {
        text-align: center
    }

    .core ul li dl dd {
        text-align: center
    }

    .core ul li dl dd img {
        width: 30%;
        padding: 20px 0
    }
}

@media screen and (max-width: 600px) {
    .ingredients .one_box {
        min-height: auto
    }

    .ingredients li {
        width: 100%;
        margin: 0 0 4% 0;
    }

    .ingredients dt {
        font-size: 16px
    }

    .ingredients dd {
        font-size: 14px
    }
}

/*핵심성분*/



/* content03 */
.content03 .icon li {
    width: 31.3333%;
    margin-right: 3%;
    min-height: 300px;
    float: left;
    text-align: justify;
}

.content03 .icon li:nth-child(3n+3) {
    margin-right: 0
}

.content03 .icon li .web_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background-color: #c7c7c7;
    color: #fff;
    display: table;
    margin: 0 auto
}

.content03 .icon li .web_icon i {
    text-align: center;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 20px
}

.content03 .icon li h2 {
    font-size: 22px;
    color: #000;
    display: block;
    clear: both;
    padding-bottom: 10px;
    margin-top: 30px;
    letter-spacing: 0;
    text-align: center
}

.content03 .icon li p {
    text-align: center;
    word-break: keep-all
}

.content03 .icon li .icon_img {
    text-align: center;
    padding-top: 20px;
    display: block;
}

@media screen and (max-width: 960px) {
    .content03 .icon li {
        width: 50%;
        margin-right: 0
    }

    .content03 .icon li p {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (max-width: 640px) {
    .content03 .icon li {
        width: 100%;
        margin-right: 0
    }

    .content03 .icon li p {
        max-width: 300px;
        margin: 0 auto
    }
}

/* content03 */




/* content_area04 */
.content04 .point {
    padding: 0 20px 0 0
}

.content04 .point p {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    color: #1a1a1a;
    background-image: url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.content04 .point h2 {
    font-size: 28px;
    font-weight: 100;
    color: #f66120;
    text-align: left;
    padding: 10px 0 0;
}

.content04 .colum {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0
}

.content04 .colum .left {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 50px
}

.content04 .colum .left h2 {
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    padding-bottom: 20px;
    font-weight: bold
}

.content04 .colum .right {
    width: 50%;
    float: left;
    padding-left: 50px;
    line-height: 1.8;
    text-align: left
}

.content04 .colum .right h2 {
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    padding-bottom: 20px;
    font-weight: bold
}

.content04 .content_txt_box {
    width: 100%;
    padding-top: 50px;
    clear: both
}

.content04 .title_text {
    float: left;
    display: block;
    line-height: 1.8;
    width: 25%;
    color: #1a1a1a;
    font-size: 22px;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 30px;
    background-image: url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box
}

.content04 .sub_txt {
    float: right;
    width: 75%;
}

.content04 .sub_txt .h2 {
    font-size: 20px;
}

.content04 .content_sub_title .img {
    float: left;
    text-align: right;
    width: 450px
}

@media screen and (max-width: 960px) {
    .content04 .colum .left {
        width: 100%;
        border: 0;
        float: none;
        padding: 0;
        clear: both
    }

    .content04 .colum .right {
        width: 100%;
        padding: 20px 0 0
    }

    .content04 .title_text {
        width: 100%;
        margin-bottom: 20px;
        clear: both
    }

    .content04 .sub_txt {
        float: left;
        width: 100%
    }
}

@media screen and (max-width: 640px) {}

/* content_area04 */







/* content_area05 */
.content05 .photo_box {
    margin-bottom: 50px;
    background-color: #f9f9f9;
    clear: both
}

.content05 .photo_box .img {
    max-width: 50%;
    float: left;
    display: block
}

.content05 .photo_box .img img {
    width: 100%
}

.content05 .photo_box .txt {
    max-width: 50%;
    float: left;
    padding: 50px;
    background-color: #f9f9f9;
    display: block
}

.content05 .photo_box .txt h2 {
    font-size: 24px;
    padding-top: 50px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left
}

.content05 .photo_box .txt p {
    padding-top: 20px;
    word-break: keep-all
}

@media screen and (max-width: 960px) {
    .content05 .photo_box .img {
        max-width: 100%;
        display: block
    }

    .content05 .photo_box .txt {
        max-width: 100%;
    }

    .content05 .photo_box .txt h2 {
        font-size: 24px;
        padding-top: 0;
        font-weight: bold
    }
}

/* content_area05 */






/* content_area06 */
.content06 .thumb_box {
    width: 31.3333%;
    margin-right: 3%;
    display: block;
    float: left;
}

@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) {
        margin-right: 0
    }
}

.content06 .thumb_box .img {
    width: 100%;
    min-height: 300px;
    background-image: url(../img/rnd03_thumb01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    overflow: hidden;
    position: relative
}

.content06 .thumb_box .txt {
    width: 100%;
    padding: 20px;
    text-align: left;
    clear: both
}

.content06 .thumb_box .txt h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold
}

.content06 .thumb_box .txt p {
    padding: 20px 0px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .content06 .thumb_box {
        width: 49%;
        margin-right: 2%
    }

    .content06 .thumb_box:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box {
        width: 100%;
        margin: 0;
        clear: both;
        float: none
    }
}

/* content_area06 */



/* 공장소개 1 */

