.inner_container { max-width: 1190px; margin: 0 auto; padding: 0 15px; }
@media (max-width: 1159px) {
    .inner_container { padding: 0 44px; }
}
@media (max-width: 640px) {
    .inner_container { padding: 0 24px; }
}

.about_top { position: relative; overflow: hidden; }
.about_top__img { overflow: hidden; width: 100%; height: calc(36.45833333333333vw); position: relative; }   /* 1920 * 700 */
.about_top__img::before { display: block; content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }
.about_top__img img { display: block; width: auto; height: auto; min-width: 100%; min-height: 100%; -webkit-user-drag: none; }
.about_top__txt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; z-index: 2; }
.about_top__txt__con { margin: auto; padding: 20px; }
.about_top__txt__type { text-align: center; color: #ffffff; font-size: 16px; font-weight: 700; letter-spacing: 2.46px; line-height: 24px; text-transform: uppercase; margin-bottom: 12px; }
.about_top__txt__name { position: relative; text-align: center; color: #ffffff; font-family: "IBM Plex Serif"; font-size: 88px; font-weight: 700; letter-spacing: 2.46px; line-height: 1; padding-bottom: 50px; }
.about_top__txt__name::after { display: block; content: ''; position: absolute; width: 120px; height: 2px; background-color: #bb9a63; bottom: 0; left: 50%; margin-left: -60px; }
@media (max-width: 1370px) {
    .about_top__img { height: 700px; }
    .about_top__img img { position: absolute; top: 0; left: 0; max-width: none; height: 700px; margin-left: 50%; transform: translateX(-50%); }
    .about_top__txt__name { letter-spacing: 2.46px; }
}
@media (max-width: 640px) {
    .about_top__img { height: 360px; }
    .about_top__txt__con { padding-left: 0; padding-right: 0; }
    .about_top__txt__type { font-size: 12px; letter-spacing: 1.85px; line-height: 24px; margin-bottom: 4px; overflow: hidden; word-wrap: break-word; }
    .about_top__txt__name { font-size: 40px; padding-bottom: 24px; overflow: hidden; word-wrap: break-word; }
    .about_top__txt__name::after { width: 96px; margin-left: -48px; }
    .about_top__img img { height: 360px; }
}

.about_top + .about_top_dscr { margin-top: -120px; position: relative; z-index: 3; }
.about_top_dscr { max-width: 1160px; margin: 0 auto; padding: 78px 80px; background: #302526 no-repeat center bottom url('../img/abot_dsc_bg.png'); text-align: center; margin-bottom: 80px; }
.about_top_dscr__txt { color: #ffffff; font-family: "IBM Plex Serif"; font-size: 32px; font-weight: 700; letter-spacing: 0.89px; line-height: 1.32; }
@media (max-width: 1160px) {
    .about_top_dscr { margin-left: 44px; margin-right: 44px; padding: 65px 52px 64px; font-family: 'Proxima Nova Rg'; }
    .about_top_dscr__txt { font-size: 28px; letter-spacing: 0.78px; line-height: 1.34; }
}
@media (max-width: 640px) {    
    .about_top + .about_top_dscr { margin-top: -67px; }
    .about_top { margin-bottom: 0; }
    .about_top_dscr { margin-left: 26px; margin-right: 26px; padding: 32px 14px 22px; background-size: 94% auto; margin-bottom: 40px; }
    .about_top_dscr__txt { font-size: 16px; font-weight: 700; letter-spacing: 0.44px; line-height: 1.31; }
}

.about_list {  }
.about_list__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; margin-bottom: 96px; }
.about_list__item::after { display: block; content: ''; clear: both; }
.about_list__item__side { float: left; width: 58.620689%; padding: 10px 120px; }
.about_list__item__side.img { float: left; width: 41.379310%; padding: 0; position: relative; }
.about_list__item__side.img img { display: block; width: auto; height: auto; min-width: 100%; }
.about_list__item__side.img::before { display: block; content: ''; width: 200px; height: 2px; position: absolute; top: 133px; right: -80px; background-color: #191412; }
.about_list__item__side:not(.img) { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.about_list__item__side__txtcon { margin: auto 0; }
.about_list__item__side__hd { color: #bb9a63; font-size: 20px; font-weight: 700; letter-spacing: 1.05px; line-height: 1.4; margin-bottom: 16px; font-family: 'Proxima Nova Semibold'; }
.about_list__item__side__txt { color: #302526; font-size: 20px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.6; font-family: 'Proxima Nova Rg'; }
.about_list__item__side__txt ul { padding-left: 0; }
.about_list__item__side__txt ul li { padding-left: 40px; position: relative; margin-bottom: 12px; }
.about_list__item__side__txt ul li:last-child { margin-bottom: 0; }
.about_list__item__side__txt ul li::before { display: block; content: ''; width: 16px; height: 2px; background: #191412; position: absolute; left: 0; top: 13px; }
.about_list__item:nth-child(2n+2) .about_list__item__side.img::before { top: 151px; right: inherit; left: -80px; }
@media (max-width: 1023px) {
    .about_list__item { margin-bottom: 81px; }
    .about_list__item:last-child { margin-bottom: 60px; }
    .about_list__item__side { width: 52.94117647058824%; padding-bottom: 0; padding-top: 0; }
    .about_list__item__side.img { width: 47.05882352941176%; }
    .about_list__item__side:not(.img) { padding-left: 40px; padding-right: 0; }
    .about_list__item__side.img::before { width: 48px; top: 55px; right: -24px; }
    .about_list__item:nth-child(2n+2) .about_list__item__side.img::before { width: 64px; top: 91px; left: -32px; }
    .about_list__item__side__hd { font-size: 18px; font-weight: 600; letter-spacing: 0.95px; line-height: 28px; margin-bottom: 16px; }
    .about_list__item__side__txt { font-size: 14px; font-weight: 400; letter-spacing: 0.35px; line-height: 24px; }
    .about_list__item__side__txt ul li { padding-left: 32px; color: #302526; margin-bottom: 16px; }
    .about_list__item__side__txt ul li br { display: none; }
    .about_list__item:nth-child(2n+2) .about_list__item__side:not(.img) { padding-left: 0; padding-right: 40px; }
}
@media (max-width: 640px) {
    .about_list__item { margin-bottom: 0; }
    .about_list__item:nth-child(2n+2) .about_list__item__side:not(.img) { padding-right: 0; }
    .about_list__item__side { float: none; width: 100%; margin-bottom: 39px; }
    .about_list__item__side:not(.img) { padding-left: 0; }
    .about_list__item__side.img { margin-bottom: 56px; float: none; width: 100%; font-size: 0; text-align: center; }
    .about_list__item__side.img img { display: inline-block; min-width: 0; }
    .about_list__item__side.img::before { width: 2px; height: 64px; top: inherit; right: inherit; bottom: -32px; left: 24px; }
    .about_list__item:nth-child(2n+2) { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column-reverse; margin-bottom: 0; }
    .about_list__item:nth-child(2n+2) .about_list__item__side.img { margin-bottom: 48px; }
    .about_list__item:nth-child(2n+2) .about_list__item__side.img::before { width: 40px; height: 2px; left: -24px; top: 43px; }
    .about_list__item__side__hd { font-size: 16px; font-weight: 600; letter-spacing: 0.84px; line-height: 22px; margin-bottom: 8px; }
    .about_list__item__side__txt { font-size: 13px; font-weight: 400; letter-spacing: 0.33px; line-height: 20px; }
    .about_list__item__side__txt ul { margin-bottom: 5px; }
    .about_list__item__side__txt ul li { margin-bottom: 8px; }
}

.about_dscr { padding: 120px 120px 68px; background-color: rgba(222, 226, 230, 0.3); margin-bottom: 120px; position: relative; }
.about_dscr::before { display: block; content: ''; width: 200px; height: 2px; position: absolute; top: 133px; left: -120px; background-color: #191412; }
.about_dscr__hd { color: #bb9a63; font-family: "Proxima Nova"; font-size: 20px; font-weight: 700; letter-spacing: 1.05px; line-height: 28px; margin-bottom: 16px; }
.about_dscr__txt { color: #302526; font-family: "Proxima Nova Rg"; font-size: 20px; font-weight: 400; letter-spacing: 0.5px; line-height: 36px; }
.about_dscr__txt p { margin-bottom: 12px; }
.about_dscr__txt p:last-child { margin-bottom: 0; }
@media (max-width: 1023px) {
    .about_dscr { padding: 80px; margin-bottom: 48px; }
    .about_dscr::before { width: 56px; height: 2px; top: 93px; left: -28px; }
    .about_dscr__hd { font-size: 18px; font-weight: 600; letter-spacing: 0.95px; line-height: 28px; font-family: 'Proxima Nova Semibold'; text-align: left; }
    .about_dscr__txt { font-size: 14px; font-weight: 400; letter-spacing: 0.35px; line-height: 24px; }
}
@media (max-width: 767px) {
    .about_dscr { padding: 32px; margin-bottom: 24px; }
    .about_dscr::before { width: 40px; height: 2px; top: 40px; left: -24px; }
    .about_dscr__hd { font-size: 16px; letter-spacing: 0.84px; line-height: 22px; margin-bottom: 8px; }
    .about_dscr__txt { font-size: 13px; letter-spacing: 0.33px; line-height: 20px; }
}

.bot_care { background-color: rgba(243, 242, 241, 0.5); padding: 64px 0 24px; }
.bot_care .inner_container {  }
.bot_care__items  {  }
.bot_care__items::after { display: block; content: ''; clear: both; }
.bot_care__items__item { display: block; float: left; width: 17.24137931034483%; height: 100px; text-decoration: none; margin-bottom: 40px; background: #fff; margin-right: 3.448275862068966%; position: relative; overflow: hidden; }
.bot_care__items__item img { display: block; position: absolute; width: auto; height: auto; max-width: 90%; max-height: 90%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; -webkit-transition: all 300ms ease;
    transition: all 300ms ease; filter: gray; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); }
.bot_care__items__item:hover img { filter: none; filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); }
.bot_care__items__item:not(.item_hd):hover { box-shadow: 0 8px 16px rgba(178, 146, 98, 0.6); }
.bot_care__items__item:nth-child(5n+5) { margin-right: 0; }
.bot_care__items__item.item_hd { background: none; color: #bb9a63; font-family: "Proxima Nova"; font-size: 20px; font-weight: 700; letter-spacing: 1.05px; line-height: 28px;
    display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.bot_care__items__item.item_hd::before { display: block; content: ''; width: 40px; height: 2px; position: absolute; top: 0; left: 0; background-color: #191412; }
.bot_care__items__item.item_hd .item_hd__con { margin: auto 0; }
@media (max-width: 1023px) {
    .bot_care { padding-top: 48px; padding-bottom: 8px; }
    .bot_care__items { font-size: 0; text-align: center; margin-right: -2.941176470588235%; margin-left: -2.941176470588235%; }
    .bot_care__items__item { display: inline-block; width: 27.77777777777778%; margin-right: 2.777777777777778%; margin-left: 2.777777777777778%; margin-bottom: 40px; float: none; }
    .bot_care__items__item:nth-child(5n+5) { margin-right: 2.777777777777778%; margin-left: 2.777777777777778%; }
    .bot_care__items__item:nth-child(3n+3) { margin-right: 2.777777777777778%; margin-left: 2.777777777777778%; }
    .bot_care__items__item.item_hd { display: inline-block; font-size: 18px; font-weight: 600; letter-spacing: 0.95px; line-height: 28px; font-family: 'Proxima Nova Semibold'; padding-top: 34px; }
}
@media (max-width: 767px) {
    .bot_care { padding-top: 32px; }
    .bot_care__items { margin-left: 0; margin-right: 0; }
    .bot_care__items__item { width: 45.58823529411765%; margin: 0 0 24px 0; height: 64px; }
    .bot_care__items__item:nth-child(5n+5) { margin: 0 0 24px 0; }
    .bot_care__items__item:nth-child(3n+3) { margin: 0 0 24px 0; }
    .bot_care__items__item:nth-child(2n+1) { margin-right: 8.823529411764706%; }
    .bot_care__items__item.item_hd { display: inline-block!important; height: 64px; padding-top: 18px;/*  text-align: center; */ margin-bottom: 24px; font-size: 16px; font-weight: 600; letter-spacing: 0.84px; line-height: 22px; }
    .bot_care__items__item.item_hd::before { width: 40px; height: 2px; margin-left: 0; }
    .bot_care__items__item.item_hd .item_hd__con { margin: 0; }

    .bot_care__items__item{
        float: left;
    }
}
.bot_care__items__item.item_hd .item_hd__con{
    text-align: left;
}

