/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,g
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    font-family: 'Noto Sans TC', 'Nanum Gothic';
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #808080;
    overflow-x: hidden;
    background: #fffef8;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0px;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

::selection {
    background: #8b5e4d;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(139, 94, 77, .8);
    /*捲軸顏色*/
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.5;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 80;
    transition: .3s ease-in-out;
    display: none;
}

#gotop:hover {
    transform: translateY(-10px);
}

@media (max-width:768px) {}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    border: solid 1px #8b5e4d;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    transition: .3s ease all;
    width: 150px;
    margin: 0 1%;
    color: #8b5e4d;
}

#service_album button,
#service_album input[type=button],
#service_album input[type=reset],
#service_album input[type=submit] {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
}

input[type=reset] {
    background: rgb(173, 176, 176);
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-radius: 50px;
}

mark {
    display: inline-block;
}

.text-highlight {
    all: unset;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: color calc(3s / 4) cubic-bezier(0.25, 1, 0.5, 1), background-color calc(3s / 4) cubic-bezier(0.25, 1, 0.5, 1), background-size 5s cubic-bezier(0.25, 1, 0.5, 1);
    background-image: linear-gradient(transparent calc(100% - 0.1rem), hsl(60, 0%, 71%) 0.1em);
}

.text-highlight.active {
    background-size: 100% 100%;
    padding-bottom: 0.6rem;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

/*---nav-------------------------------------------------------------------------------------------------------------------------------*/
/***mobile ibutton***/
.mibutton {
    z-index: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    text-align: center;
    position: absolute;
    top: 3em;
    right: 2em;
}

.mibutton:before {
    content: 'MENU';
    font-size: 16px;
    color: #8b5e4d;
    position: absolute;
    top: -2em;
    right: 0em;
    letter-spacing: 1px;
}

.mibutton_ani:before {
    content: none;
}

.mibutton span {
    display: inline-block;
    width: 80%;
    height: 1px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    background: #132c33;
}

.mibutton span:nth-child(2) {
    top: 10px;
    width: 100%;
    background: #aa0202;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    width: 100%;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

/*nav*/
.nav {
    width: 100%;
    z-index: 90;
    position: fixed;
    left: 0;
    background: rgba(255, 254, 248, 1);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #8b5e4d;
    padding: 0 5rem;
    opacity: 0;
    top: -100px;
    transition: all 0.3s;
}

/*logo*/
.logo {
    text-align: left;
    padding: 0;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.logo a {
    display: inline-block;
}

/*ibutton*/
.ibutton {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 77%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.ibutton ul {
    display: flex;
    justify-content: flex-end;
}

.ibutton li {
    padding: 0.5rem 2.5rem;
    text-align: left;
    position: relative;
}

.ibutton a {
    position: relative;
    padding: 0 3em 0 1em;
}

.ibutton li:after {
    content: '';
    background: rgba(170, 3, 3, 1);
    width: 0;
    height: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: .2s;
}

.ibutton li:hover:after {
    right: 0;
    left: 0;
    width: 100%;
}

p.ch {
    color: #8b5e4d;
    font-size: 18px;
    transition: .2s ease all;
    font-weight: 400;
}

p.en {
    color: #464646;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    transition: .2s ease all;
    font-weight: 500;
}

/*dropmenu*/
ul.dropmenu,
ul.mob_sub {
    position: absolute;
    width: 240px;
    top: 110px;
    left: 0;
    color: #464646;
    padding: 1rem 1rem 1rem 2.6rem;
    border-radius: 2px;
    background: #fffef8;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    font-weight: normal;
    flex-wrap: wrap;
}

ul.dropmenu:before {
    content: '';
    background: #132c33;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1.5rem;
}

ul.dropmenu p.ch,
ul.mob_sub p.ch {
    font-size: 18px;
}

ul.mob_sub {
    transition: unset;
}

ul.dropmenu li,
ul.mob_sub li {
    display: block;
    width: 100%;
    color: #39281e;
    font-size: 18px;
    text-align: left;
    padding: 0.5rem 0px;
    line-height: 1;
    position: relative;
    height: 70px;
}

ul.dropmenu a,
ul.mob_sub a {
    color: #39281e;
    padding: .5em 1em;
    transition: .2s ease-in-out;
    position: relative;
    overflow: hidden;
}

ul.dropmenu li p.ch,
ul.mob_sub p.ch {
    z-index: 3;
    position: relative;
    color: #132c33;
    font-size: 18px;
}

ul.dropmenu li p.en,
ul.mob_sub p.en {
    z-index: 3;
    position: relative;
    left: 2.7rem;
    top: .7rem;
    color: #8b5e4d;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    font-weight: 300;
}

ul.dropmenu li:after {
    content: '';
    background: rgba(170, 3, 3, 1);
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: .2s;
}

ul.dropmenu li:hover:after {
    right: 10%;
    left: 0;
    width: 90%;
}

.ibutton li:hover ul.dropmenu {
    visibility: visible;
    opacity: 1;
}

.dropmenu a img {
    display: inline-block;
    padding-right: 2rem;
}

/*mob_sub*/
.mob_sub {
    display: none;
}

.sticky,
.sticky1 {
    opacity: 1;
    top: 0px;
}

@media (max-width:1420px) {
    .nav {
        padding: 0 2rem;
    }

    .ibutton li {
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width:1200px) {
    .logo {
        padding: 1em 1em 1em 3em;
        width: 100%;
    }

    .logo a {
        width: 200px;
    }

    .navbar {
        width: 100%;
    }

    .ibutton ul {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 2em;
    }

    .ibutton {
        width: 100%;
        max-height: 85vh;
        overflow-y: scroll;
    }

    .ibutton li {
        width: 100%;
        padding: 0;
        text-align: center;
        line-height: 1;
    }

    .ibutton li:after {
        content: none;
    }

    .ibutton a {
        padding: 1rem;
    }

    .mibutton {
        display: block;
    }

    .ibutton {
        display: none;
    }

    ul.dropmenu {
        display: none;
    }

    ul.mob_sub {
        position: relative;
        visibility: visible;
        width: 100%;
        top: 0;
        z-index: 5;
        opacity: 1;
        padding: 1rem 1rem 1rem 11.6rem;
        display: none;
    }

    ul.mob_sub li {
        padding: .5rem 35%;
    }

    ul.mob_sub li p.en {}

    ul.mob_sub li p,
    ul.mob_sub li img {}

    ul.mob_sub li img {
        padding-right: 2rem;

    }

    ul.mob_sub li:nth-child(3) a {
        padding-left: 1.5rem;
    }
}

@media (max-width: 800px) {
    ul.mob_sub {
        padding: 1rem 1rem 1rem 7.6rem;
    }
}

@media (max-width:768px) {
    .logo {
        padding: 1em 1em 1em 0em;
    }

    .logo a {
        width: 235px;
    }

    ul.mob_sub {
        padding: 1rem 1rem 3rem 0.6rem;
    }
}

@media (max-width:740px) {
    ul.mob_sub li {
        padding: 2.5rem 35%;
    }
}

@media (max-width:500px) {
    .logo {
        padding: 1rem;
    }

    .logo a {
        width: 150px;
    }

    .mibutton {
        right: 1rem;
        top: 2em;
    }

    ul.mob_sub li p.en {}
}

@media (max-width:490px) {
    ul.mob_sub li {
        padding: 2.5rem 20%;
    }

    ul.mob_sub li p.en {}
}

@media (max-width:450px) {
    .nav {
        padding: 0px 2rem;
    }
}

@media (max-width:414px) {
    .nav {
        width: 100%;
    }

    ul.mob_sub {
        padding: 0rem 0rem 2rem 5.6rem;
    }

    ul.mob_sub li {
        padding: 0.5rem 10%;
    }

}

@media (max-width:390px) {}

@media (max-width:370px) {
    ul.mob_sub {
        padding: 1rem 0rem 3rem 2.6rem;
    }

    ul.dropmenu li p.en,
    ul.mob_sub p.en {
        left: 0;
    }
}

@media (max-width: 360px) {
    ul.mob_sub li {
        padding: 0.5rem 6%;
    }
}

/*---dex----------------------------------------------------------*/

.dex_block {
    width: 100%;
    height: 100vh;
    background: url(../../flash/dex_mask02.png) top center no-repeat, url(../../flash/dex_mask01.png) top center no-repeat, url(../../flash/dex_bg01.jpg) top center no-repeat;
    background-size: 100%, cover, cover;
}

.dex_inner {
    width: 100%;
    padding: 6.9rem 21.8rem 0 32rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
}

.dex_inner:before {
    content: '';
    background: url(../../flash/dex_deco01.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 423px;
    min-height: 441px;
    position: absolute;
    bottom: -15rem;
    left: 42rem;
    z-index: -1;
}

.dex_inner .dex_lt {}

.dex_lt .dex_logo {
    margin-bottom: 5.7rem;
}

.dex_lt img {
    display: block;
}

.dex_lt img:nth-of-type(1) {
    margin-bottom: 5.2rem;
}

.dex_lt img:nth-of-type(2) {
    margin: 0 0 0 auto;
}

.dex_lt .dex_logo {}

.dex_inner .dex_rt {
    position: relative;
}

.dex_rt .dex_txt {
    position: absolute;
    bottom: -21rem;
    right: 1rem;
    z-index: 100;
}

.dex_rt .dex_txt p {
    font-size: 155px;
    font-family: 'Nanum Gothic';
    color: #fffef8;
    -webkit-filter: drop-shadow(10px 11px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(10px 11px 4px rgba(0, 0, 0, 0.1));
    font-weight: 300;
    letter-spacing: 6px;
}

.dex_rt .scroll {
    position: absolute;
    bottom: -7rem;
    right: -4rem;
    width: 10%;
    text-align: right;
    z-index: 101;
}

.dex_rt .scroll p {
    font-size: 12px;
    color: #8b5e4d;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dex_rt .scroll:before {
    content: '';
    background: #8b5e4d;
    width: 100%;
    min-height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: scroll 3s infinite;

}

@keyframes scroll {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    45% {
        transform-origin: left;
        transform: scaleX(1);
    }

    55% {
        transform-origin: right;
        transform: scaleX(1);
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

@media screen and (max-width: 1850px) {
    .dex_inner .dex_lt {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1700px) {
    .dex_inner {
        padding: 6.9rem 18.8rem 0 16rem;
    }

    .dex_inner:before {
        left: 25rem;
    }
}

@media screen and (max-width: 1600px) {
    .dex_inner:before {
        left: 20rem;
    }
}

@media screen and (max-width: 1500px) {
    .dex_inner {
        padding: 6.9rem 16.8rem 0 9rem;
    }
}

@media screen and (max-width: 1400px) {
    .dex_inner {
        padding: 6.9rem 14.8rem 0 7rem;
    }

    .dex_inner:before {
        left: 7rem;
    }
}

@media screen and (max-width: 1330px) {
    .dex_rt .dex_txt {
        bottom: -18rem;
        right: 0rem;
    }

    .dex_rt .dex_txt p {
        font-size: 130px;
    }
}

@media screen and (max-width: 1260px) {
    .dex_rt .dex_txt {
        bottom: -19rem;
    }

    .dex_rt .dex_txt p {
        font-size: 120px;
    }
}

@media screen and (max-width: 1100px) {
    .dex_inner {
        padding: 6.9rem 9.8rem 0 7rem;
    }

    .dex_inner:before {
        left: 2rem;
    }

    .dex_rt .dex_txt {
        bottom: -15rem;
    }

    .dex_rt .dex_txt p {
        font-size: 110px;
    }

    .dex_rt .scroll {
        right: 0rem;
    }
}

@media screen and (max-width: 1000px) {
    .dex_inner {
        padding: 6.9rem 3.8rem 0 7rem;
    }

    .dex_rt .dex_txt {
        bottom: -14rem;
    }

    .dex_rt .dex_txt p {
        font-size: 100px;
    }
}

@media screen and (max-width: 860px) {
    .dex_inner {
        padding: 4.9rem 2.8rem 0 4rem;
    }

    .dex_rt .dex_txt {
        bottom: -11rem;
    }

    .dex_rt .dex_txt p {
        font-size: 80px;
    }
}

@media screen and (max-width: 834px) {}

@media screen and (max-width: 768px) {
    .dex_block {
        height: auto;
        padding-bottom: 11rem;
    }

    .dex_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4.9rem 2rem 0 2rem;
    }

    .dex_inner:before {
        left: 2rem;
        bottom: 45rem;
    }

    .dex_inner .dex_lt {
        padding: 0;
        margin-bottom: 3rem;
    }

    .dex_rt .dex_txt {
        bottom: -14rem;
        right: 2rem;
    }

    .dex_rt .dex_txt p {
        font-size: 100px;
    }

    .dex_rt .scroll {
        width: 15%;
    }
}

@media screen and (max-width: 660px) {
    .dex_rt .dex_txt {
        bottom: -11rem;
    }

    .dex_rt .dex_txt p {
        font-size: 80px;
    }
}

@media screen and (max-width: 550px) {
    .dex_rt .dex_txt p {
        font-size: 70px;
    }
}

@media screen and (max-width:500px) {

    .dex_inner:before {
        left: 2rem;
        bottom: 26rem;
        background-size: 90%;
        min-height: 400px;
        width: 80%;
    }

    .dex_rt .dex_txt {
        bottom: -9rem;
    }

    .dex_rt .dex_txt p {
        font-size: 60px;
    }

    .dex_rt .scroll {
        width: 20%;
    }
}

@media screen and (max-width: 450px) {

    .dex_lt .dex_logo {
        width: 60%;
        margin: 0 auto;
    }

    .dex_lt img {
        width: 80%;
        margin: 0 auto;
    }

    .dex_lt img:nth-of-type(2) {
        margin: 0 3rem 0 auto;
    }

    .dex_rt .dex_txt {
        bottom: -7rem;
        right: 4rem;
    }

    .dex_rt .dex_txt p {
        font-size: 50px;
    }

    .dex_rt .scroll {
        bottom: -5rem;
        width: 30%;
    }
}

@media screen and (max-width: 414px) {

    .dex_inner {
        padding: 1.9rem 2rem 0 2rem;
    }

    .dex_inner:before {
        left: 2rem;
        bottom: 15rem;
        min-height: 300px;
        width: 70%;
    }

    .dex_lt img {
        width: 60%;
    }

    .dex_lt img:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    .dex_lt img:nth-of-type(2) {
        margin: 0 7rem 0 auto;
    }

    .dex_rt .dex_txt {
        bottom: -6rem;
    }

    .dex_rt .dex_txt p {
        font-size: 45px;
    }

}

@media screen and (max-width: 390px) {
    .dex_block {
        padding-bottom: 8rem;
    }

    .dex_rt .dex_txt {
        bottom: -6rem;
        right: 2rem;
    }
}

@media screen and (max-width:360px) {
    .dex_rt .dex_txt {
        bottom: -6rem;
        right: 0rem;
    }

    .dex_rt .dex_txt p {
        font-size: 40px;
    }
}

@media screen and (max-width: 320px) {
    .dex_rt .dex_txt {
        bottom: -5rem;
    }

    .dex_rt .dex_txt p {
        font-size: 35px;
    }
}

/*---inews-------------------------------------------------------------------------*/
.inews {
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.inews:before {
    content: '';
    background: #eee6df;
    width: 12.34%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 85%, 52% 100%, 0 100%, 0 0);
    z-index: -1;
}

.inews:after {
    content: '';
    background: #eee6df;
    width: 12.34%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 52% 100%, 0 85%);
    z-index: -1;
}

.inews_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 7rem 0 7rem;
}

/*inews_title*/
.inews_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10.4rem;
}

.inews_title .inews_lt {
    position: relative;
    padding-left: 1rem;
    width: 25%;
}

.inews_title .inews_lt:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -2.3rem;
    left: -1.9rem;
}

.inews_title .inews_lt h3 {
    font-size: 20px;
    color: #aa0202;
    font-weight: 300;
    display: inline-block;
    padding-right: 0.3rem;
    font-family: 'Nanum Gothic';
}

.inews_title .inews_lt h4 {
    font-size: 30px;
    color: #132c33;
    display: inline-block;
    line-height: 1;
    padding-right: 1rem;
}

.inews_title .inews_rt {
    width: 100%;
    max-width: 139px;
    min-height: 38px;
}

.inews_rt .more {
    background: #132c33;
    border-radius: 50px;
    padding: .5rem 0;
    width: 100%;
    height: 100%;
}

.inews_rt .more p {
    font-size: 14px;
    color: #fffef8;
    text-align: center;
}

.inews_rt a .more {
    transition: .5s all;
}

.inews_rt a:hover .more {
    background: #8b5e4d;
}

@media screen and (max-width: 1300px) {

    .inews_title {
        padding: 0 1rem;
    }
}

@media screen and (max-width:1070px) {
    .inews_title .inews_lt {
        width: 35%;
    }

    .inews_title .inews_lt:after {
        bottom: -3.5rem;
    }
}

@media screen and (max-width:770px) {
    .inews_title .inews_lt {
        width: 50%;
        padding-left: 2rem;
    }
}

@media screen and (max-width: 680px) {
    .inews_title {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .inews_title .inews_rt {
        margin-top: 5rem;
    }
}

@media screen and (max-width:560px) {
    .inews_title .inews_lt {
        width: 70%;
    }
}

@media screen and (max-width: 530px) {
    .inews_inner {
        padding: 4rem 0 7rem;
    }
}

@media screen and (max-width: 420px) {
    .inews_title {
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 414px) {
    .inews_title .inews_lt {
        width: 90%;
    }

    .inews:before {
        width: 5%;
        clip-path: polygon(100% 0, 100% 98%, 52% 100%, 0 100%, 0 0);
    }

    .inews:after {
        width: 5%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 52% 100%, 0 97%);
    }
}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 360px) {
    .inews_title .inews_lt h3 {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 330px) {
    .inews_title .inews_lt {
        width: 100%;
    }
}

/***news*************************************************************************************************/
.newsbg {
    position: relative;
    z-index: 1;
    padding-bottom: 15rem;
}

.news {
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 5em 0;
    color: #000;
    width: 1330px;
    position: relative;
    min-height: 400px;
}

.ripple2 {
    margin: 0 auto 3rem;
}

.newslist {}

.tableimg {
    padding: 1rem 0;
    color: #000;
    position: relative;
    z-index: 0;
    padding: 5rem 3rem;
    text-align: left;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    padding: 2rem 0;
    position: relative;
    width: 48%;
    display: inline-block;
}

.newslist_rwd a,
.newslist_rwd a .news_more p {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    font-family: 'Nanum Gothic';
}

/*npic*/
.npic {
    position: relative;
    width: 100%;
    max-width: 317px;
    min-height: 212px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    width: 45%;
    padding: 1rem 0 1rem 1.9rem;
    display: inline-block;
    vertical-align: top;
}

.ntitle h3 {
    color: #8b5e4d;
    ;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    z-index: 0;
}

.ntitle .ntitle_lin {
    background: #8b5e4d;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
}

.ntitle h3 a:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #808080;
    font-size: 16px;
    margin: 4rem 0 5rem;
    font-weight: 300;
}

.ntitle p a {
    display: inline-block;
}

.ntitle p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
}

.newslist_rwd a:hover .npic {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
}

.newslist_rwd a:hover .ntitle h3 {
    color: #aa0202;
}

.newslist_rwd a:hover .news_more p {
    color: #000;
}

.ntitle .news_more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ntitle .news_more span {
    font-size: 14px;
    color: #808080;
}

.ntitle .news_more p {
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: #808080;
    margin: 0;
}

/*page_num*/
.page_num {
    padding: 1em 0;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

.news_bot {
    padding-top: 5rem;
}

@media (max-width:1230px) {
    .newslist_rwd {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width:900px) {
    .newslist_rwd {
        padding: 2em 0;
    }

}

@media (max-width:800px) {
    .ntitle {
        width: 60%;
    }
}

@media (max-width:768px) {

    .inews_list .ntitle h6 {
        font-size: 20px;
    }

    .inews_list .ntitle p {
        font-size: 16px;
    }

    .tableimg {
        padding: 5rem 1rem;
    }
}

@media (max-width:680px) {
    .newslist_rwd {
        padding: 0 0 5rem 0;
    }

    .ntitle {
        padding: 5rem 0 1rem 1.9rem;
    }
}

@media (max-width:650px) {
    .newslist {
        margin: 0;
    }

    .npic {
        margin-bottom: 2rem;
    }

    .ntitle {
        padding: 0em 0 0 1em;
        width: 55%;
    }

    .ntitle p {
        margin: 1em 0 .5em;
    }
}

@media (max-width:600px) {}

@media screen and (max-width: 580px) {
    .newslist_rwd {
        text-align: center;
    }

    .ntitle {
        width: 70%;
    }
}

@media (max-width:500px) {

    .ntitle b,
    .ntitle span {
        font-size: 14px;
    }

    .newslist_rwd {
        padding: 1em 0;
    }

    .ntitle {
        margin: .5em 0;
    }

    .ntitle h6 {
        font-size: 18px;
    }

    .ntitle p {
        font-size: 15px;
        margin: .5em 0;
    }

    .inews_list:before {
        width: 96%;
        height: 96%;
    }
}

@media (max-width:450px) {
    .news {
        padding: 0;
    }
}

@media (max-width:420px) {
    .ntitle {
        padding: 0;
        width: 80%;
    }
}

@media (max-width:414px) {
    .npic {
        min-height: 200px;
    }
}

@media (max-width:380px) {
    .npic {
        width: 100%;
    }

    .ntitle {
        width: 90%;
    }
}

@media (max-width:350px) {
    .newslist_rwd {
        width: 100%;
    }
}

@media (max-width:300px) {
    .npic {
        min-height: 190px;
    }
}


/*---index_more----------------------------------------------------------*/
.index_more {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 9.5rem 0 12.3rem;
}

.index_more .inmore_title {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 9.7rem;
}

.index_more .inmore_title h2 {
    font-size: 20px;
    color: #8b5e4d;
    font-weight: 300;
    font-family: 'Nanum Gothic';

}

.index_more .inmore_title h1 {
    font-size: 45px;
    color: #132c33;
    margin-bottom: 5.2rem;
    font-weight: bold;
}

.index_more .inmore_title p {
    font-size: 16px;
    color: #808080;
    width: 80%;
    margin: 0 auto;
}

/*inmore_inner*/
.inmore_inner {}

.inmore_inner ul {
    display: flex;
    justify-content: space-between;
}

.inmore_inner ul li {
    width: 23%;
}

.inmore_inner ul li a {}

.inmore_inner .inmore_img {
    width: 100%;
    overflow: hidden;
}

.inmore_inner .inmore_txt {
    background: #132c33;
    text-align: center;
    padding: 2rem 0 4.2rem;
}

.inmore_inner .inmore_txt h2 {
    font-size: 18px;
    color: #fffef8;
    font-weight: 500;
}

.inmore_inner .inmore_txt p {
    font-size: 14px;
    color: #fffef8;
    font-weight: 300;
}

.inmore_txt .inmore_lin {
    background: #808080;
    width: 50%;
    height: 3px;
    margin: 1rem auto;
    border-radius: 20px;
}

.inmore_inner .inmore_img img {
    width: 100%;
    height: 100%;
}

.inmore_inner a .inmore_img,
.inmore_inner a .inmore_img img,
.inmore_inner a .inmore_txt h2,
.inmore_inner a .inmore_txt p {
    transition: .5s all;
}

.inmore_inner a:hover .inmore_img img {
    transform: scale(1.2);
}

.inmore_inner a:hover .inmore_txt h2 {
    color: #bba194;
}

.inmore_inner a:hover .inmore_txt p {
    color: #aa0202;
}

@media screen and (max-width: 1260px) {
    .inmore_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 890px) {
    .inmore_inner ul li {
        width: 24%;
    }
}

@media screen and (max-width: 850px) {
    .inmore_inner ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }

    .inmore_inner ul li {
        width: 45%;
        margin-bottom: 3rem;
    }

    .index_more {
        padding: 9.5rem 0 5.3rem;
    }
}

@media screen and (max-width: 460px) {
    .index_more .inmore_title {
        margin-bottom: 5rem;
    }

    .inmore_inner .inmore_txt h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 410px) {
    .inmore_inner ul li {
        width: 49%;
    }
}

@media screen and (max-width: 380px) {
    .inmore_inner ul li {
        width: 90%;
    }
}

@media screen and (max-width: 310px) {
    .index_more .inmore_title h2 {
        font-size: 30px;
    }
}

/*---footer----------------------------------------------------------------------*/
footer {
    background: rgba(255, 254, 248, 1);
    width: 100%;
    padding: 4.7rem 0 4.4rem;
    border-top: 1px solid #8b5e4d;
    position: relative;
    z-index: 1;
}

footer a {
    display: inline-block;
}

.ft_inner {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

/*ft_top*/
.ft_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.8rem;
}

.ft_top .ft_logo {
    width: 17%;
}

.ft_logo .ft_btn {
    padding: 3.9rem 0 0 1.5rem;
}

.ft_logo .ft_btn ul {}

.ft_logo .ft_btn ul li {
    position: relative;
    display: inline-block;
    width: 30%;
}

.ft_logo .ft_btn ul li a {}

.ft_logo .ft_btn ul li a img {
    transition: .5s all;
}

.ft_logo .ft_btn ul li a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ft_logo .ft_btn ul li a:hover img:nth-child(1) {
    opacity: 0;
}

.ft_logo .ft_btn ul li a:hover img:nth-child(2) {
    opacity: 1;
}

.ft_top .ft_info {
    width: 30%;
}

.ft_top .ft_info {}

.ft_top .ft_info ul {}

.ft_top .ft_info ul li {}

.ft_top .ft_info p {
    display: inline-block;
    font-size: 16px;
    color: #8b5e4d;
    font-weight: 500;
    letter-spacing: 1px;
}

.ft_top .ft_info p:nth-child(1) {
    padding-right: 2.4rem;
}

.ft_top .ft_info p:nth-child(2) {}

.ft_top .ft_map {
    width: 33%;
    border: 1px solid #8b5e4d;
}

.ft_map .map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    min-height: 242px;
    width: 100%;
}

.ft_map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ft_website {
    padding: 3.4rem 0;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}

.ft_website ul {
    display: flex;
    justify-content: space-between;

}

.ft_website ul li {}

.ft_website ul li a {
    display: block;
    transition: .5s all;
}

.ft_website ul li p {
    font-size: 16px;
}

.ft_website ul li a:hover p {
    color: #8b5e4d;
}


/*ft_bot*/
.ft_bot {}

.ft_bot .bot_inner {
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0 0;
    display: flex;
    justify-content: space-between;
}

.bot_inner .share {
    font-size: 12px;
    color: #808080;
}

.bot_inner .share a {
    transition: .5s all;
    padding: 0 1.1rem;
}

.bot_inner .share a:hover {
    transform: translateY(-5px);
}

.bot_inner .copyright a {
    font-size: 14px;
    color: #808080;

}

.bot_inner .copyright a:hover {
    color: #8b5e4d;
}

@media screen and (max-width: 1330px) {

    .ft_bot .bot_inner {
        padding: 1.6rem 1rem 0;
    }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width:1260px) {
    .ft_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1230px) {
    .ft_top .ft_info {
        width: 35%;
    }
}

@media screen and (max-width:1060px) {
    .ft_top .ft_info {
        width: 40%;
    }
}

@media screen and (max-width:990px) {
    .bot_inner .share a {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width:970px) {
    .ft_top .ft_info {
        width: 40%;
    }

    .ft_top .ft_map {
        width: 36%;
    }

    .ft_bot .bot_inner {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .bot_inner .share {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 920px) {
    .ft_top .ft_info {
        width: 43%;
    }

}

@media screen and (max-width: 870px) {
    .ft_top {
        flex-wrap: wrap;
    }

    .ft_top .ft_logo {
        width: 90%;
        text-align: center;
        padding-bottom: 3rem;
    }

    .ft_logo .ft_btn {
        width: 50%;
        margin: 0 auto;
    }

    .ft_top .ft_info {
        width: 50%;
    }

    .ft_top .ft_map {
        width: 47%;
    }
}

@media screen and (max-width: 830px) {

    .ft_website ul {
        flex-wrap: wrap;
    }

    .ft_website ul li {
        width: 33%;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 4.7rem 0 1.4rem;
    }

    .ft_top .ft_info p:nth-child(1) {
        padding-right: 1rem;
    }
}

@media screen and (max-width:720px) {
    .ft_top {
        justify-content: center;
    }

    .ft_top .ft_info {
        width: 60%;
        padding-bottom: 3rem;
    }

    .ft_top .ft_map {
        width: 70%;
    }

    .ft_map .map {
        min-height: 330px;
    }

    .bot_inner .copyright {
        text-align: center;
    }
}

@media screen and (max-width:610px) {
    .ft_top .ft_info {
        width: 90%;
    }

    .ft_top .ft_map {
        width: 90%;
    }

    .ft_website ul li {
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
    .ft_logo .ft_btn {
        width: 80%;
    }

    .ft_top .ft_info {
        width: 100%;
    }

    .ft_top .ft_map {
        width: 100%;
    }

    .ft_website ul {
        justify-content: center;
    }

    .ft_website ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width:390px) {
    .ft_website ul li:nth-of-type(even) {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 380px) {
    .ft_website ul li p {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .ft_website ul li p {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {}

@media screen and (max-width:320px) {}

/*---inbanner--------------------------------------------------------*/
/*inbg*/
.inbg {
    background: url(../../images/inbg.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 9rem 0 0 0;
    position: relative;
}

.inbg:after {
    content: '';
    background: url(../../images/inbanner_deco.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 237px;
    min-height: 1416px;
    position: absolute;
    top: 43.4rem;
    right: 0;
}

.inbanner {
    width: 100%;
    max-width: 1720px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 11.1rem;
}

.intitle {
    width: 25%;

}

.intitle .toptitle {
    text-align: right;
    margin-bottom: 18.5rem;
}

.intitle .toptitle h3 {
    font-size: 26px;
    font-family: 'Nanum Gothic';
    color: #aa0202;
    font-weight: 900;
    line-height: 1;
}

.intitle .toptitle h2 {
    font-size: 40px;
    color: #132c33;
    font-weight: 500;
}

.intitle .bread {
    font-size: 14px;
}

.intitle .bread a {
    color: #a0a0a0;
    transition: .5s all;
    padding-right: 1rem;
    position: relative;
}

.intitle .bread a:not(:last-child):after {
    content: '>';
    font-size: 14px;
    color: #a0a0a0;
    position: absolute;
    top: 1px;
    right: -3px;
    line-height: 1.3;
}

.intitle .bread a:hover {
    color: #8b5e4d;
}

.inbanner .inimg {
    width: 72.5%;
}

@media screen and (max-width:1780px) {
    .inbanner {
        margin: 0 0 0 6rem;
    }
}

@media screen and (max-width: 1720px) {
    .inbanner {
        margin: 0;
        padding-left: 6rem;
    }

    .intitle {
        padding-right: 1rem;
    }
}

@media screen and (max-width:1520px) {
    .inbg:after {
        top: 36.4rem;
    }
}

@media screen and (max-width:1450px) {
    .intitle .toptitle h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:1400px) {
    .intitle {
        width: 30%;
    }

    .intitle .toptitle h2 {
        font-size: 30px;
    }

    .intitle .toptitle h3 {
        font-size: 25px;
    }
}

@media screen and (max-width:1300px) {
    .inbg {
        padding: 5rem 0 0 0;
    }

    .inbg:after {
        top: 30.4rem;
    }

    .inbanner {
        align-items: flex-start;
    }

    .intitle .toptitle {
        margin-bottom: 15rem;
    }
}

@media screen and (max-width: 1160px) {
    .inbg {
        padding: 6rem 0 0 0;
    }

    .inbg:after {
        top: 24.4rem;
        background-size: 70%;
        width: 20%;
        min-height: 970px;
    }

    .intitle {
        width: 35%;
    }

    .intitle .toptitle {
        margin-bottom: 10rem;
    }

    .inbanner .inimg {
        width: 65%;
    }
}

@media screen and (max-width:1000px) {
    .inbanner {
        align-items: flex-start;
    }

    .intitle .toptitle {
        margin-bottom: 5rem;
    }

    .intitle {
        width: 40%;
    }

    .inbanner .inimg {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .inbanner {
        padding-bottom: 6rem;
    }

    .inbg {
        padding: 5rem 0 0 0;
    }

    .inbg:after {
        top: 20.4rem;
        min-height: 830px;
    }

    .intitle .toptitle {
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 920px) {
    .inbg:after {
        top: 17.4rem;
        min-height: 773px;
    }

}

@media screen and (max-width:880px) {
    .inbanner {
        padding-left: 3rem;
    }

    .intitle {
        width: 40%;
    }
}

@media screen and (max-width:850px) {
    .intitle .toptitle h2 {
        font-size: 24px;
    }

    .intitle .toptitle h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:780px) {
    .inbanner {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .inbg {
        padding: 3rem 0 0 0;
    }

    .inbg:after {
        top: 13.1rem;
        min-height: 690px;
        width: 15%;
        background-size: 100%;
    }

    .inbanner {
        align-items: flex-start;
    }

    .intitle .toptitle {
        margin-bottom: 6rem;
    }

}

@media screen and (max-width: 700px) {
    .intitle {
        width: 45%;
    }

    .inbanner .inimg {
        width: 55%;
    }
}

@media screen and (max-width: 630px) {
    .inbg:after {
        top: 19.2rem;
        min-height: 539px;
    }

    .inbanner {
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0 6rem 3rem;
    }

    .intitle {
        padding-right: 0;
        padding-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row-reverse;
        z-index: 1;
    }

    .intitle .toptitle {
        margin-bottom: 0;
    }

    .intitle .toptitle h2 {
        font-size: 30px;
    }

    .inbanner .inimg {
        order: -1;
        width: 100%;
    }
}

@media screen and (max-width:560px) {
    .intitle {
        flex-wrap: wrap;
    }

    .intitle .toptitle {
        width: 100%;
    }

    .intitle .bread {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .inbg {
        padding: 3rem 0 0 0;
    }

    .inbg:after {
        top: 16.5rem;
        min-height: 450px;
    }
}

@media screen and (max-width: 460px) {
    .inbg {
        padding: 2rem 0 0 0;
    }

    .inbg:after {
        top: 14.5rem;
        min-height: 410px;
    }

    .inbanner {
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0 6rem 2rem;
    }

    .intitle {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:414px) {
    .inbg:after {
        top: 13.5rem;
        min-height: 370px;
    }
}

@media screen and (max-width:390px) {
    .inbg:after {
        top: 12.9rem;
        min-height: 350px;
    }
}

@media screen and (max-width: 360px) {
    .inbg {
        padding: 1.5rem 0 0 0;
    }

    .inbg:after {
        top: 11.2rem;
        min-height: 324px;
    }
}

@media screen and (max-width:350px) {
    .intitle .toptitle h3 {
        display: block;
    }
}

@media screen and (max-width:330px) {
    .intitle .toptitle h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:320px) {
    .inbg:after {
        top: 10.2rem;
        min-height: 290px;
    }
}

@media screen and (max-width:300px) {
    .inbg:after {
        top: 9.8rem;
        min-height: 270px;
    }
}

/*---main----------------------------------------------------------*/
/*---about1-----------------------------------------------*/
.about1 {
    position: relative;
    z-index: 1;
}

/*about11*/
.about11 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.ab11 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ab11 .ab11_lt {
    position: relative;
    width: 38%;

}

.ab11_lt .ab11_title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    padding-left: 4.2rem;
}

.ab11_lt .ab11_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;

}

.ab11_lt .ab11_title h2 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
    letter-spacing: 1px;
}

.ab11_lt .ab11_title h3 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}

.ab11_lt .ab11_txt {
    padding: 9rem 0 0;
    text-align: center;
}

.ab11_lt .ab11_txt p {
    font-size: 18px;
    color: #808080;
    padding-bottom: 3.4rem;
    letter-spacing: 1px;
}

.ab11_lt .ab11_txt p:nth-of-type(1) {
    padding-top: 3.8rem;
}

.ab11_lt .ab11_txt p:nth-of-type(2) {
    padding-bottom: 4.4rem;
}

@media screen and (max-width: 1250px) {
    .about11 {
        padding: 0 2rem;
    }

    .ab11 .ab11_lt {
        width: 40%;
    }
}

@media screen and (max-width: 1190px) {
    .ab11_lt .ab11_title {
        justify-content: flex-start;
    }

    .ab11 .ab11_lt {
        width: 45%;
    }

    .ab11_lt .ab11_title h2 {
        padding-right: 1rem;
    }

    .ab11_rt {
        width: 50%;
    }
}

@media screen and (max-width:1090px) {
    .ab11 .ab11_lt {
        width: 48%;
    }

    .ab11_lt .ab11_title h2 {
        padding-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .ab11 .ab11_lt {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    .ab11 {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ab11 .ab11_lt {
        width: 60%;
        margin-bottom: 3rem;
    }

    .ab11_lt .ab11_title {
        padding-left: 3.5rem;
        justify-content: flex-start;
    }

    .ab11_lt .ab11_title h2 {
        padding-right: 1rem;
    }

    .ab11_lt .ab11_txt {
        padding: 9rem 4rem 0 1rem;
    }

    .ab11_deco01 {
        width: 100%;
        text-align: right;
    }

    .ab11_rt {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 830px) {
    .ab11 .ab11_lt {
        width: 70%;
    }

    .ab11_lt .ab11_txt {
        padding: 9rem 7rem 0 1rem;
    }
}

@media screen and (max-width: 710px) {
    .ab11 .ab11_lt {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    .ab11_lt .ab11_txt {
        padding: 9rem 2rem 0 1rem;
    }
}

@media screen and (max-width: 630px) {
    .ab11 .ab11_lt {
        width: 90%;
    }
}

@media screen and (max-width: 560px) {
    .ab11 .ab11_lt {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .ab11_lt .ab11_title {
        padding-left: 0;
    }

    .ab11_lt .ab11_txt {
        padding: 7rem 1rem 0 1rem;
    }
}

@media screen and (max-width: 470px) {
    .ab11_lt .ab11_title {
        padding-left: 3.5rem;
        flex-wrap: wrap;
    }

    .ab11_lt .ab11_txt {
        padding: 7rem 0 0 0;
    }

    .ab11_lt .ab11_txt p:nth-of-type(2) {
        padding-bottom: 2.4rem;
    }
}

@media screen and (max-width:430px) {
    .ab11_lt .ab11_title {
        justify-content: space-between;
        flex-direction: column;
        align-content: space-between;
    }

    .ab11_lt .ab11_title h2 {
        width: 100%;
        padding-bottom: 1rem;
    }

    .ab11_lt .ab11_title h3 {
        width: 100%;
        text-align: right;
    }

    .ab11_lt .ab11_title:after {
        bottom: 0.8rem;
    }
}

@media screen and (max-width: 360px) {
    .ab11_lt .ab11_title {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 350px) {
    .ab11_lt .ab11_title {
        padding-left: 0;
    }
}

/*about12*/
.about12 {}

.ab12 {
    background: url(../../images/ab12_bg.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 1713px;
    min-height: 888px;
    margin: 9.9rem auto 0;
    padding: 0 17.5rem 0 22.3rem;
}

.ab12_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab12 .ab12_lt {
    width: 56%;
}

.ab12 .ab12_rt {
    width: 34%;
}

.ab12_rt .ab12_title {
    position: relative;
}

.ab12_rt .ab12_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
}

.ab12_rt .ab12_title h2 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    padding: 0 0 0 4.2rem;
}

.ab12_rt .ab12_title h3 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    text-align: right;
}

.ab12_rt .ab12_txt {
    padding-top: 3rem;
}

.ab12_rt .ab12_txt p {
    font-size: 16px;
    color: #808080;
    text-align: justify;
}

.ab12_rt .ab12_txt p:nth-of-type(2) {
    padding: 3rem 0;
}

.ab12_rt .ab12_txt img {
    margin-bottom: 4.2rem;
}

.ab12_rt .ab12_txt span {
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
    .ab12 {
        padding: 0 12.5rem 0 13.3rem;
    }
}

@media screen and (max-width: 1430px) {
    .ab12 {
        padding: 0 6.5rem 0 6.3rem;
    }
}

@media screen and (max-width: 1360px) {
    .ab12 .ab12_rt {
        width: 40%;
    }
}

@media screen and (max-width: 1100px) {
    .ab12_inner {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 10rem;
    }

    .ab12 .ab12_rt {
        width: 50%;
    }

    .ab12 .ab12_lt {
        width: 100%;
        text-align: center;
        padding-top: 3rem;
    }
}

@media screen and (max-width: 940px) {
    .ab12 .ab12_rt {
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .ab12 .ab12_rt {
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .ab12 .ab12_rt {
        width: 90%;
    }

    .ab12_rt .ab12_txt span {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .ab12 {
        padding: 0 3.5rem 0 3.3rem;
    }

    .ab12 .ab12_rt {
        width: 100%;
    }
}

@media screen and (max-width: 490px) {
    .ab12 {
        padding: 0 2rem 0 2rem;
    }

    .ab12_inner {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 450px) {
    .ab12 {
        margin: 6rem auto 0;
    }

    .ab12_rt .ab12_title h2 {
        line-height: 1.1;
    }
}

@media screen and (max-width: 390px) {
    .ab12_rt .ab12_title:after {
        bottom: 1.5rem;
    }

    .ab12_rt .ab12_title h3 {
        font-size: 25px;
    }

    .ab12_rt .ab12_title h2 {
        padding: 0 0 1.3rem 3.5rem;
    }
}

@media screen and (max-width: 350px) {
    .ab11_lt .ab11_title h2 {
        padding-bottom: 0;
    }

    .ab12_rt .ab12_title h3 {
        font-size: 20px;
    }

    .ab12_rt .ab12_title h2 {
        padding: 0 0 1.3rem 0;
    }
}

/*about13*/
.about13 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 9.2rem 0 0;
}

.ab13 {}

.ab13 .ab13_title {
    text-align: center;
    margin-bottom: 9rem;
}

.ab13 .ab13_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    text-transform: uppercase;
}

.ab13 .ab13_title h3 {
    font-size: 45px;
    color: #132c33;
    font-weight: bold;
}

.ab13 .ab13_inner {}

.ab13 .ab13_inner ul {
    display: flex;
    justify-content: space-between;
}

.ab13 .ab13_inner ul li {
    width: 23.5%;
}

.ab13 .ab13_inner p {
    font-size: 18px;
    color: #8b5e4d;
    font-weight: 500;
    text-align: center;
    padding-top: 1.7rem;
}

@media screen and (max-width: 1240px) {
    .about13 {
        padding: 9.2rem 2rem 0;
    }
}

@media screen and (max-width: 991px) {
    .ab13 .ab13_title {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .ab13 .ab13_title {
        margin-bottom: 3rem;
    }

    .ab13 .ab13_inner ul li {
        width: 24%;
    }
}

@media screen and (max-width: 530px) {
    .ab13 .ab13_inner ul {
        flex-wrap: wrap;
    }

    .ab13 .ab13_inner ul li {
        width: 48%;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 414px) {
    .ab13 .ab13_inner ul li {
        width: 49%;
    }
}

@media screen and (max-width: 360px) {
    .ab13 .ab13_title h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 310px) {
    .ab13 .ab13_title h4 {
        font-size: 28px;
    }
}

/*about14*/
.about14 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
    margin-top: 9.2rem;
}

.ab14 {
    width: 100%;
    max-width: 824px;
    margin: 0 auto;
}

.ab14 .ab14_title {
    text-align: center;

}

.ab14 .ab14_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    text-transform: uppercase;
}

.ab14 .ab14_title h3 {
    font-size: 45px;
    color: #132c33;
    font-weight: bold;
}

.ab14 .ab14_txt {
    padding: 4rem 3.7rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.ab14 .a14_img {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ab14 {
        padding: 0 2rem;
    }

    .ab14 .ab14_txt {
        width: 80%;
    }
}

@media screen and (max-width: 630px) {
    .ab14 .ab14_txt {
        width: 97%;
    }
}

@media screen and (max-width: 560px) {
    .ab14 .ab14_txt {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .ab14 .ab14_txt {
        padding: 4rem 0;
    }
}

@media screen and (max-width: 450px) {
    .about14 {
        padding: 5rem 0;
        margin-top: 5rem;
    }
}

@media screen and (max-width: 414px) {
    .ab14 .ab14_txt {
        padding: 2rem 0;
    }
}

/*about15*/
.about15 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 12.7rem 0;
    border-top: 1px solid #6b6a64;
}

.ab15 {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    text-align: center;
}

.ab15 .ab15_title {
    margin-bottom: 4.7rem;
}

.ab15 .ab15_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    text-transform: uppercase;
}

.ab15 .ab15_title h3 {
    font-size: 45px;
    color: #132c33;
    font-weight: bold;
}

.ab15 .ab15_rc {}

.ab15_rc {}

.ab15_rc .ab15rc_top {
    width: 30%;
    margin: 0 auto;
}

.ab15rc_top .top_border {
    border: 1px solid #8b5e4d;
    padding: 1.6rem 0;
}

.ab15rc_top .top_border h2 {
    font-size: 22px;
    color: #8b5e4d;
    line-height: 1;

}

.ab15_rc .ab15rc_cen {}

.ab15_rc .ab15rc_cen img {}

.ab15_rc {}

.ab15_rc .ab15rc_bot {
    width: 85%;
    margin: 0 auto;
}

.ab15rc_bot ul {
    display: flex;
    justify-content: space-between;
}

.ab15rc_bot ul li {
    width: 11%;
    text-align: center;
}

.ab15rc_bot .bot_border {
    border: 1px solid #8b5e4d;
    padding: 1.6rem 1.7rem 1.6rem 1.1rem;
    min-height: 320px;
}

.ab15rc_bot .bot_border h2 {
    font-size: 22px;
    color: #8b5e4d;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 550px) {
    .ab15_rc .ab15rc_cen {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .ab15_rc .ab15rc_top {
        width: 40%;
    }
}

@media screen and (max-width: 414px) {
    .about15 {
        padding: 5rem 2rem 7rem 2rem;
    }

    .ab15_rc .ab15rc_top {
        width: 55%;
    }

    .ab15_rc .ab15rc_cen {
        width: 90%;
    }

    .ab15_rc .ab15rc_bot {
        width: 100%;
    }

    .ab15rc_bot ul li {
        width: 13%;
    }

    .ab15rc_bot .bot_border {
        padding: 1.6rem 1rem 1.6rem 1rem;
    }
}

@media screen and (max-width: 360px) {
    .ab15rc_bot .bot_border {
        padding: 1.6rem 0rem 1.6rem 0.5rem;
    }
}

@media screen and (max-width: 320px) {
    .ab15 .ab15_title h4 {
        font-size: 30px;
    }

    .ab15_rc .ab15rc_top {
        width: 70%;
    }

    .ab15rc_bot .bot_border {
        padding: 1.6rem 0rem 1.6rem 0.3rem;
    }
}

/*---about2-----------------------------------------------*/
.about2 {
    position: relative;
    z-index: 1;
}

/*about21*/
.about21 {}

.ab21 {}

.ab21 .ab21_top {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.ab21_top .ab21_title {
    width: 34%;
    position: relative;
    padding-left: 4.5rem;
}

.ab21_top .ab21_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
}

.ab21_top .ab21_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 1rem 0;
    letter-spacing: 1px;
}

.ab21_top .ab21_title h4 {
    font-size: 20px;
    color: #8b5e4d;
    font-weight: 300;
    font-family: 'Nanum Gothic';
    text-align: right;
}

.ab21 .ab21_inner {
    width: 100%;
    padding: 10.6rem 13.5rem 0 33.6rem;
    display: flex;
}

.ab21_inner .ab21_lt {
    width: 31.3%;
    margin-right: -2.5rem;
}

.ab21_lt .ab21_font {}

.ab21_lt .ab21_txt1 {
    padding: 4.3rem 0 13.5rem;
}

.ab21_lt .ab21_txt1 p {
    width: 92%;
    font-size: 16px;
    color: #808080;
    text-align: justify;
}

.ab21_lt .ab21_txt1 p:nth-of-type(1) {
    padding-bottom: 2.3rem;
}

.ab21_lt .ab21_title3 {}

.ab21_lt .ab21_title3 h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    text-transform: uppercase;
}

.ab21_lt .ab21_title3 h3 {
    font-size: 45px;
    color: #132c33;
    font-weight: bold;
}

.ab21_lt .ab21_txt2 {
    padding-top: 5rem;
}

.ab21_lt .ab21_txt2 p {
    width: 84%;
    font-size: 16px;
    color: #808080;
    text-align: justify;
}

.ab21_inner .a21_rt {
    width: 70%;
    text-align: center;

}

.a21_rt .a21_img {
    background: url(../../images/ab21_imgbg.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 859px;
}

@media screen and (max-width:1680px) {
    .ab21 .ab21_inner {
        padding: 10.6rem 7.5rem 0 19.6rem;
    }
}

@media screen and (max-width:1560px) {
    .ab21 .ab21_inner {
        padding: 10.6rem 7.5rem 0 14.6rem;
    }
}

@media screen and (max-width:1400px) {
    .ab21 .ab21_inner {
        padding: 10.6rem 2.5rem 0 6.6rem;
    }
}

@media screen and (max-width:1280px) {
    .ab21 .ab21_inner {
        padding: 10.6rem 2.5rem 0 1.6rem;
    }
}

@media screen and (max-width:1240px) {
    .ab21 {
        padding: 0 2rem;
    }

    .ab21_top .ab21_title {
        width: 40%;
    }

    .ab21_top .ab21_title h4 {
        padding-right: 3rem;
    }

    .ab21_top .ab21_title:after {
        bottom: -0.5rem;
    }

    .ab21 .ab21_inner {
        padding: 10.6rem 0 0 0;
    }

    .a21_rt .a21_img {
        padding: 0 5rem;
    }
}

@media screen and (max-width:1150px) {
    .ab21 .ab21_inner {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .ab21_inner .ab21_lt {
        width: 100%;
        margin-right: 0;
    }

    .ab21_lt .ab21_txt1 {
        padding: 4.3rem 0 9.5rem;
    }

    .ab21_inner .a21_rt {
        width: 100%;
        padding: 3rem 0 0;
    }
}

@media screen and (max-width:1080px) {
    .ab21_top .ab21_title {
        width: 45%;
    }
}

@media screen and (max-width:950px) {
    .ab21_top .ab21_title {
        width: 60%;
    }

    .ab21_top .ab21_title h4 {
        padding-right: 10rem;
    }
}

@media screen and (max-width:840px) {
    .ab21_top .ab21_title h4 {
        padding-right: 4rem;
    }
}

@media screen and (max-width:768px) {
    .ab21_top .ab21_title {
        width: 70%;
    }

    .ab21_lt .ab21_txt1 p {
        width: 100%;
    }

    .ab21_lt .ab21_txt2 p {
        width: 100%;
    }

    .a21_rt .a21_img {
        min-height: auto;
        padding-bottom: 9rem;
    }
}

@media screen and (max-width:630px) {
    .ab21_top .ab21_title {
        width: 80%;
    }
}

@media screen and (max-width:560px) {
    .ab21_top .ab21_title {
        width: 90%;
    }
}

@media screen and (max-width:500px) {
    .ab21_top .ab21_title {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .ab21_top .ab21_title {
        padding-left: 3.5rem;
    }

    .ab21_top .ab21_title h3 {
        font-size: 25px;
    }

    .ab21_top .ab21_title h4 {
        padding-right: 0rem;
    }

    .ab21_lt .ab21_txt1 {
        padding: 3.3rem 0 5.5rem;
    }

    .ab21_lt .ab21_txt2 {
        padding-top: 3rem;
    }

    .ab21 .ab21_inner {
        padding: 8.6rem 0 0 0;
    }

    .a21_rt .a21_img {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width:380px) {
    .ab21_top .ab21_title {
        padding-left: 0;
    }

    .ab21_top .ab21_title:after {
        bottom: 0.2rem;
    }
}

@media screen and (max-width:360px) {
    .ab21_top .ab21_title h3 {
        padding: 0 0 1.5rem 0;
    }

    .ab21_top .ab21_title:after {
        bottom: 0;
    }
}

@media screen and (max-width:350px) {
    .ab21_top .ab21_title {
        padding: 0;
    }

    .ab21_top .ab21_title h3 {
        padding: 0 0 1rem 0;
    }

    .ab21_top .ab21_title h4 {
        padding: 0;
    }

    .ab21_top .ab21_title:after {
        bottom: 1rem;
    }
}

@media screen and (max-width:310px) {
    .ab21_top .ab21_title:after {
        bottom: 0rem;
    }

    .ab21 .ab21_inner {
        padding: 5.2rem 0 0 0;
    }
}

/*about22*/
.about22 {}

.ab22 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding-bottom: 13.4rem;
}

.ab22 .ab22_en {
    padding-left: 4.2rem;
}

.ab22 .ab22_en span {
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 400;
}

.ab22 .ab22_inner {
    padding-top: 7.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab22_inner .ab22_lt {
    width: 68%;
}

.ab22_inner .ab22_lt ul {
    display: flex;
    justify-content: space-between;
}

.ab22_inner .ab22_lt ul li {
    width: 32%;
}

.ab22_inner .ab22_lt ul li img {}

.ab22_inner .ab22_rt {
    width: 24%;
}

.ab22_inner .ab22_rt p {
    font-size: 16px;
    color: #808080;

}

@media screen and (max-width:1250px) {
    .ab22 {
        padding: 3rem 2rem 13.4rem;
    }
}

@media screen and (max-width:1050px) {
    .ab22_inner .ab22_rt {
        width: 28%;
    }
}

@media screen and (max-width:768px) {
    .ab22 {
        padding: 3rem 2rem 6.4rem;
    }

    .ab22 .ab22_inner {
        padding-top: 2.8rem;
    }
}

@media screen and (max-width:634px) {
    .ab22 .ab22_inner {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ab22_inner .ab22_lt {
        width: 100%;
    }

    .ab22_inner .ab22_rt {
        width: 100%;
        padding-top: 3rem;
    }
}

@media screen and (max-width:450px) {
    .ab22 .ab22_en {
        padding-left: 0;
    }
}

@media screen and (max-width:320px) {
    .ab22 .ab22_en span {
        font-size: 12px;
    }
}

/*about23*/
.about23 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
}

.ab23 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.ab23 .ab23_lt {
    width: 60.5%;
}

.ab23 .ab23_rt {
    width: 35.4%;
    padding-top: 2.5rem;
}

.ab23_rt .ab23_title {
    position: relative;
    padding-left: 4.2rem;
}

.ab23_rt .ab23_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab23_rt .ab23_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding-right: 1rem;
}

.ab23_rt .ab23_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
}

.ab23_rt .ab23_txt {
    padding: 8.2rem 0 15rem 4rem;
}

.ab23_rt .ab23_txt p {
    font-size: 16px;
    color: #808080;
    letter-spacing: 1px;
    text-align: justify;
}

.ab23_rt .ab23_more {
    width: 72.6%;
    margin: 0 auto;
}

.ab23_more a .more {
    transition: .5s all;
    background: #132c33;
    padding: 1.5rem 0;
    border-radius: 50px;
    text-align: center;

}

.ab23_more a .more p {
    font-size: 24px;
    color: #fffef8;
}

.ab23_more a .more i {
    padding-left: 1rem;
}

.ab23_more a:hover .more {
    background: #8b5e4d;
}

@media screen and (max-width:1250px) {
    .ab23 {
        padding: 0 2rem;
    }

    .ab23_rt .ab23_txt {
        padding: 8.2rem 0 12rem 4rem;
    }

    .ab23_rt .ab23_more {
        width: 77.6%;
    }
}

@media screen and (max-width:1200px) {
    .ab23_rt .ab23_txt {
        padding: 6.2rem 0 7rem 4rem;
    }
}

@media screen and (max-width:991px) {
    .ab23 .ab23_lt {
        width: 52%;
    }

    .ab23 .ab23_rt {
        width: 45%;
        padding-top: 0;
    }
}

@media screen and (max-width:800px) {
    .ab23 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .ab23 .ab23_lt {
        width: 100%;
        margin-top: 3rem;
    }

    .ab23 .ab23_rt {
        width: 60%;
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {
    .ab23 .ab23_rt {
        width: 70%;
    }
}

@media screen and (max-width:660px) {
    .ab23 .ab23_rt {
        width: 80%;
    }
}

@media screen and (max-width:580px) {
    .ab23 .ab23_rt {
        width: 90%;
    }
}

@media screen and (max-width:520px) {
    .ab23 .ab23_rt {
        width: 100%;
    }

}

@media screen and (max-width:450px) {
    .about23 {
        padding: 7rem 0 7.9rem;
    }

    .ab23 .ab23_rt {
        width: 100%;
    }

    .ab23_rt .ab23_title h3 {
        padding-bottom: 1rem;
    }

    .ab23_rt .ab23_title h4 {
        display: block;
        text-align: right;
    }

    .ab23_rt .ab23_title:after {
        bottom: 0rem;
    }

    .ab23_rt .ab23_txt {
        padding: 8.2rem 0 7rem 0rem;
    }

    .ab23_rt .ab23_more {
        width: 90%;
    }
}

@media screen and (max-width:350px) {
    .ab23_rt .ab23_title {
        padding-left: 0;
    }

    .ab23_rt .ab23_title:after {
        bottom: 0.5rem;
    }
}

@media screen and (max-width:310px) {
    .about23 {
        padding: 6rem 0 7.9rem;
    }


    .ab23_rt .ab23_txt {
        padding: 5.2rem 0 7rem 0rem;
    }

    .ab23_rt .ab23_more {
        width: 100%;
    }
}

/*about24*/
.about24 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
}

.ab24 {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
}

.ab24 .ab24_top {
    width: 100%;
    padding: 0 4.1rem;
}

.ab24 .ab24_title {
    margin: 0 0 0 auto;
    position: relative;
    padding-left: 4.2rem;
}

.ab24 .ab24_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab24 .ab24_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 0 0;
}

.ab24 .ab24_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
}

.ab24 .ab24_inner {
    width: 85.5%;
    margin: 0 auto;
    padding-top: 11.7rem;
}

.ab24 .ab24_inner ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ab24 .ab24_inner ul li {
    width: 11%;
}

.ab24_inner .ab24_sc {
    border: 1px solid #8b5e4d;
    padding: 2.4rem 0;
    min-height: 440px;
}

.ab24_inner .ab24_sc h5 {
    font-size: 22px;
    color: #8b5e4d;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    line-height: .5;
    letter-spacing: 2px;
    position: relative;
    left: -1.7px;
}

@media screen and (max-width:610px) {

    .ab24 .ab24_title h3 {
        padding: 0 2.5rem 0 0;
    }
}

@media screen and (max-width:520px) {
    .ab24 .ab24_title h3 {
        padding: 0 0 1rem 0;
    }

    .ab24 .ab24_title h4 {
        display: block;
        text-align: right;
    }

    .ab24 .ab24_title:after {
        bottom: -0.5rem;
    }
}

@media screen and (max-width:450px) {
    .about24 {
        padding: 7rem 0 7.9rem;
    }

    .ab24 {
        padding: 0 2rem;
    }

    .ab24 .ab24_top {
        padding: 0;
    }

    .ab24 .ab24_title {
        width: 100%;
    }

    .ab24 .ab24_inner {
        width: 100%;
        padding-top: 8.2rem;
    }

    .ab24 .ab24_inner ul li {
        width: 12%;
        height: 420px;
    }

    .ab24_inner .ab24_sc {
        padding: 1.4rem 0;
        min-height: 400px;
    }
}

@media screen and (max-width:360px) {
    .ab24 .ab24_title:after {
        bottom: 0.2rem;
    }

    .ab24 .ab24_inner ul li {
        width: 12%;
        height: 450px;
    }
}

@media screen and (max-width:350px) {
    .ab24 .ab24_title {
        padding-left: 0;
    }
}

@media screen and (max-width:310px) {
    .about24 {
        padding: 6rem 0 7.9rem;
    }

    .ab24 .ab24_inner {
        padding-top: 5.2rem;
    }
}

/*---about3-----------------------------------------------*/
.about3 {
    position: relative;
    z-index: 1;
}

/*about31*/
.about31 {}

.ab31 {
    width: 100%;
    padding: 0 28rem 0 33.6rem;
    display: flex;
    justify-content: space-between;
}

.ab31 .ab31_lt {
    width: 38%;
}

.ab31 .ab31_title {
    position: relative;
    padding-left: 4.2rem;
}

.ab31 .ab31_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab31 .ab31_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
    letter-spacing: 1px;
}

.ab31 .ab31_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}

.ab31_lt .ab31_font {
    padding-top: 11rem;
}

.ab31_lt .ab31_txt {
    padding-top: 4.5rem;
    width: 85%;
}

.ab31_lt .ab31_txt p {
    font-size: 16px;
    color: #808080;
}

.ab31_lt .ab31_txt p:nth-of-type(2) {
    padding: 2.4rem 0 2.1rem;
    font-weight: 500;
}

.ab31_lt .ab31_txt p:nth-of-type(3) {
    padding-bottom: 4rem;
}

.ab31_lt .ab31_txt span {
    font-size: 14px;
    color: #8b5e4d;

}

.ab31 .ab31_rt {
    width: 59.7%;
    text-align: center;
}

.ab31_rt .a31_img {
    background: url(../../images/ab31_imgbg.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 595px;
}

@media screen and (max-width:1860px) {
    .ab31 .ab31_title h3 {
        padding: 0 1rem 0 0;
    }
}

@media screen and (max-width:1820px) {
    .ab31 {
        padding: 0 28rem 0 19.6rem;
    }
}

@media screen and (max-width:1680px) {
    .ab31 {
        padding: 0 25rem 0 8.6rem;
    }
}

@media screen and (max-width:1580px) {
    .ab31 {
        padding: 0 25rem 0 2.6rem;
    }
}

@media screen and (max-width:1500px) {
    .ab31 {
        padding: 0 10rem 0 2.6rem;
    }
}

@media screen and (max-width:1380px) {

    .ab31 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1170px) {
    .ab31 .ab31_title h4 {
        display: block;
        text-align: right;
    }

    .ab31 .ab31_title h3 {
        padding: 0 1rem 1rem 0;
    }

    .ab31 .ab31_title:after {
        bottom: -0.5rem;
    }
}

@media screen and (max-width:1150px) {
    .ab31 {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .ab31 .ab31_title {
        width: 40%;
    }

    .ab31 .ab31_lt {
        width: 100%;
    }

    .ab31 .ab31_rt {
        width: 70%;
        padding: 3rem 0 0;
    }
}

@media screen and (max-width:1100px) {
    .ab31 .ab31_rt {
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .ab31 .ab31_rt {
        width: 90%;
    }
}

@media screen and (max-width:834px) {
    .ab31 .ab31_rt {
        width: 100%;
    }
}

@media screen and (max-width:780px) {
    .ab31 .ab31_title {
        width: 55%;
    }
}

@media screen and (max-width:768px) {
    .ab31_rt .a31_img {
        padding: 0 1rem;
    }
}

@media screen and (max-width:650px) {
    .ab31_rt .a31_img {
        min-height: auto;
        padding: 0 1rem 4rem;
    }
}

@media screen and (max-width:580px) {
    .ab31 .ab31_title {
        width: 75%;
    }
}

@media screen and (max-width:510px) {
    .ab31_lt .ab31_txt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .ab31 .ab31_title {
        width: 95%;
    }

    .ab31 .ab31_title:after {
        bottom: 0rem;
    }

    .ab31_lt .ab31_font {
        padding-top: 8.6rem;
    }

    .ab31_lt .ab31_txt {
        padding-top: 3.3rem;
    }
}

@media screen and (max-width:350px) {
    .ab31 .ab31_title {
        padding-left: 0;
        width: 100%;
    }

    .ab31 .ab31_title:after {
        bottom: 0.5rem;
    }
}

/*about32*/
.about32 {}

.ab32 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 10rem;
}

.ab32 .ab32_lt {
    width: 51%;
}

.ab32 .ab32_lt ul {
    display: flex;
    justify-content: space-between;
}

.ab32 .ab32_lt ul li {
    width: 50%;
}

.ab32 .ab32_lt ul li:nth-of-type(2) {
    text-align: right;
}

.ab32 .ab32_rt {
    width: 36.1%;
}

.ab32 .ab32_rt img {}

.ab32 .ab32_rt p {
    font-size: 16px;
    color: #808080;
    letter-spacing: 1px;
    padding-top: 5rem;
    text-align: justify;
}

@media screen and (max-width:1250px) {
    .ab32 {
        padding: 8rem 2rem 10rem;
    }

    .ab32 .ab32_lt ul li {
        width: 48%;
    }
}

@media screen and (max-width:1100px) {
    .ab32 .ab32_rt {
        width: 42%;
    }
}

@media screen and (max-width:900px) {
    .ab32 .ab32_rt {
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .ab32 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        padding: 8rem 2rem 6.4rem;
    }

    .ab32 .ab32_lt {
        width: 90%;
    }

    .ab32 .ab32_rt {
        width: 100%;
        padding-bottom: 3rem;
    }

}

@media screen and (max-width:600px) {
    .ab32 .ab32_lt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {

    .ab32 .ab32_rt p {
        padding-top: 3rem;
    }
}

/*about33*/
.about33 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
}

.ab33 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.ab33 .ab33_lt {
    width: 60.5%;
}

.ab33 .ab33_rt {
    width: 35.4%;
    padding-top: 2.5rem;
}

.ab33_rt .ab33_title {
    position: relative;
    padding-left: 4.2rem;
}

.ab33_rt .ab33_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab33_rt .ab33_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding-right: 1rem;
}

.ab33_rt .ab33_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
}

.ab33_rt .ab33_txt {
    padding: 8.2rem 0 15rem 4rem;
}

.ab33_rt .ab33_txt p {
    font-size: 16px;
    color: #808080;
    letter-spacing: 1px;
    text-align: justify;
}

.ab33_rt .ab33_more {
    width: 72.6%;
    margin: 0 auto;
}

.ab33_more a .more {
    transition: .5s all;
    background: #132c33;
    padding: 1.5rem 0;
    border-radius: 50px;
    text-align: center;

}

.ab33_more a .more p {
    font-size: 24px;
    color: #fffef8;
}

.ab33_more a .more i {
    padding-left: 1rem;
}

.ab33_more a:hover .more {
    background: #8b5e4d;
}

@media screen and (max-width:1250px) {
    .ab33 {
        padding: 0 2rem;
    }

    .ab33_rt .ab33_txt {
        padding: 8.2rem 0 12rem 4rem;
    }

    .ab33_rt .ab33_more {
        width: 77.6%;
    }
}

@media screen and (max-width:1200px) {
    .ab33_rt .ab33_txt {
        padding: 6.2rem 0 7rem 4rem;
    }
}

@media screen and (max-width:1000px) {
    .ab33_rt .ab33_title {
        padding-left: 3.2rem;
    }
}

@media screen and (max-width:991px) {
    .ab33 .ab33_lt {
        width: 52%;
    }

    .ab33 .ab33_rt {
        width: 45%;
        padding-top: 0;
    }
}

@media screen and (max-width:800px) {
    .ab33 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .ab33 .ab33_lt {
        width: 100%;
        margin-top: 3rem;
    }

    .ab33 .ab33_rt {
        width: 60%;
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {
    .ab33_rt .ab33_title {
        padding-left: 3.8rem;
    }
}

@media screen and (max-width:650px) {
    .ab33 .ab33_rt {
        width: 80%;
    }
}

@media screen and (max-width:460px) {
    .about33 {
        padding: 7rem 0 7.9rem;
    }

    .ab33 .ab33_rt {
        width: 100%;
    }

    .ab33_rt .ab33_txt {
        padding: 8.2rem 0 7rem 0rem;
    }

    .ab33_rt .ab33_more {
        width: 90%;
    }
}

@media screen and (max-width:380px) {
    .ab33_rt .ab33_title h3 {
        padding-bottom: 1rem;
    }

    .ab33_rt .ab33_title h4 {
        display: block;
        text-align: right;
    }

    .ab33_rt .ab33_title:after {
        bottom: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .ab33_rt .ab33_title {
        padding-left: 0;
    }
}

@media screen and (max-width:310px) {
    .about33 {
        padding: 6rem 0 7.9rem;
    }

    .ab33_rt .ab33_txt {
        padding: 5.2rem 0 7rem 0rem;
    }

    .ab33_rt .ab33_more {
        width: 100%;
    }
}

/*about34*/
.about34 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
}

.ab34 {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
}

.ab34 .ab34_top {
    width: 100%;
    padding: 0 4.1rem;
}

.ab34_top .ab34_title {
    margin: 0 0 0 auto;
    position: relative;
    padding-left: 4.2rem;
}

.ab34_top .ab34_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab34_top .ab34_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
}

.ab34_top .ab34_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
}

.ab34 .ab34_inner {
    width: 100%;
    margin: 0 auto;
    padding: 11.7rem 8.2rem 0;
}

.ab34 .ab34_inner ul {
    display: flex;
    justify-content: space-between;
}

.ab34 .ab34_inner ul li {
    width: 13%;
}

.ab34_inner .ab34_sc {
    border: 1px solid #8b5e4d;
    padding: 2.4rem 0;
    min-height: 360px;
}

.ab34_inner .ab34_sc h5 {
    font-size: 22px;
    color: #8b5e4d;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    line-height: .5;
    letter-spacing: 2px;
    position: relative;
    left: -1.7px;
}

@media screen and (max-width:610px) {

    .ab34 .ab34_title h3 {
        padding: 0 2.5rem 0 0;
    }
}

@media screen and (max-width:500px) {
    .ab34 .ab34_title h3 {
        padding: 0 2.5rem 1rem 0;
    }

    .ab34_top .ab34_title h4 {
        display: block;
        text-align: right;
    }

    .ab34_top .ab34_title:after {
        bottom: -0.5rem;
    }
}

@media screen and (max-width:450px) {
    .about34 {
        padding: 7rem 0 7.9rem;
    }

    .ab34 {
        padding: 0 2rem;
    }

    .ab34 .ab34_top {
        padding: 0;
    }

    .ab34 .ab34_title {
        width: 100%;
    }

    .ab34 .ab34_inner {
        width: 100%;
        padding: 8.2rem 0 0 0;
    }

    .ab34 .ab34_inner ul li {
        width: 12%;
    }

    .ab34_inner .ab34_sc {
        min-height: 350px;
    }
}

@media screen and (max-width:360px) {
    .ab34_top .ab34_title:after {
        bottom: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .ab34 .ab34_title {
        padding-left: 0;
    }
}

@media screen and (max-width:310px) {
    .about34 {
        padding: 6rem 0 7.9rem;
    }

    .ab34 .ab34_inner {
        padding-top: 5.2rem;
    }
}

/*---about4-----------------------------------------------*/
.about4 {
    position: relative;
    z-index: 1;
}

/*about41*/
.about41 {}

.ab41 .ab41_top {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.ab41_top .ab41_title {
    width: 70%;
    position: relative;
    padding-left: 4.2rem;
}

.ab41_top .ab41_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab41_top .ab41_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
    letter-spacing: 1px;
}

.ab41_top .ab41_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}

.ab41 .ab41_con {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
    padding: 12rem 0 6rem;
    text-align: center;

}

.ab41_con .ab41c_top {}

.ab41_con .ab41c_top p {
    font-size: 18px;
    color: #808080;
}

.ab41_con .ab41c_con {
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
    width: 100%;
}

.ab41_con .ab41c_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ab41_con .ab41c_con ul li {
    margin-bottom: 3rem;
    padding: 0 2rem;
}

.ab41_con .ab41c_con ul li h2 {
    font-size: 22px;
    color: #8b5e4d;
    border: 1px solid #8b5e4d;
    padding: 1rem 1.4rem;
}

.ab41_con .ab41c_bot {}

.ab41_con .ab41c_bot img {}

.ab41 .ab41_bot {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 7.7rem;
}

.ab41_bot .ab41b_lt {
    width: 68%;
}

.ab41_bot .ab41b_rt {
    width: 24%;
    padding-left: 2.7rem;
}

.ab41_bot .ab41b_rt p {
    font-size: 16px;
    color: #808080;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 256px;
    text-align: justify;
}

@media screen and (max-width:1250px) {
    .ab41 {
        padding: 0 2rem;
    }

    .ab41 .ab41_bot {
        justify-content: center;
    }
}

@media screen and (max-width:1040px) {
    .ab41_bot .ab41b_rt {
        width: 27%;
    }
}

@media screen and (max-width:970px) {
    .ab41_con .ab41c_con ul li {
        width: 50%;
    }

    .ab41_bot .ab41b_lt {
        width: 58%;
    }

    .ab41_bot .ab41b_rt {
        width: 30%;
    }
}

@media screen and (max-width:840px) {
    .ab41_top .ab41_title {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .ab41 .ab41_con {
        padding: 10.6rem 0 6rem;
    }

    .ab41_con .ab41c_con ul li {
        padding: 0 1rem;
    }

    .ab41_con .ab41c_con ul li h2 {
        padding: 1rem 0;
    }

    .ab41_bot .ab41b_lt {
        width: 50%;
    }

    .ab41_bot .ab41b_rt {
        width: 40%;
    }
}

@media screen and (max-width:650px) {
    .ab41_con .ab41c_con ul li {
        padding: 0 0.5rem;
    }

    .ab41_con .ab41c_con ul li h2 {
        font-size: 18px;
    }

    .ab41_bot .ab41b_rt {
        width: 47%;
    }
}

@media screen and (max-width:580px) {
    .ab41 .ab41_bot {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 3rem;
        padding-bottom: 4.7rem;
    }

    .ab41_bot .ab41b_lt {
        width: 100%;
        margin-top: 3rem;
    }

    .ab41_bot .ab41b_rt {
        width: 100%;
        padding: 0;
    }

    .ab41_bot .ab41b_rt p {
        margin: 0 auto;
    }
}

@media screen and (max-width:470px) {
    .ab41_top .ab41_title h3 {
        padding: 0 0 1rem 0;
    }

    .ab41_top .ab41_title h4 {
        display: block;
        text-align: right;
    }

    .ab41_top .ab41_title:after {
        bottom: -0.5rem;
    }

    .ab41 .ab41_con {
        padding: 8.6rem 0 0 0;
    }

    .ab41_con .ab41c_con {
        padding: 2rem 0 0;
    }

    .ab41_con .ab41c_con ul li {
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .ab41_top .ab41_title:after {
        bottom: 0.2rem;
    }

    .ab41_top .ab41_title {
        padding: 0;
    }
}

@media screen and (max-width:310px) {
    .ab41 .ab41_con {
        padding: 5.2rem 0 0 0;
    }
}

/*about42*/
.about42 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 13.5rem;
    border-top: 1px solid #6b6a64;
    margin-top: 9.2rem;
}

.ab42 {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.ab42 .ab42_title {
    width: 48.2%;
    margin: 0 auto;
    position: relative;
    padding-left: 4.2rem;
}

.ab42 .ab42_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab42 .ab42_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
    letter-spacing: 1px;
}

.ab42 .ab42_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}

.ab42 .ab42_inner {
    padding: 10rem 0 6.5rem;
}

.ab42 .ab42_inner ul {
    display: flex;
    justify-content: space-between;
}

.ab42 .ab42_inner ul li {
    width: 31%;
}

.ab42 .ab42_inner ul li p {
    font-size: 18px;
    color: #8b5e4d;
    text-align: center;
    padding-top: 1.9rem;
    font-weight: 500;
}

.ab42 .ab42_more {
    width: 34.4%;
    margin: 0 auto;
}

.ab42_more a .more {
    transition: .5s all;
    background: #132c33;
    padding: 1.5rem 0;
    border-radius: 50px;
    text-align: center;
}

.ab42_more a .more p {
    font-size: 24px;
    color: #fffef8;
}

.ab42_more a .more i {
    padding-left: 1rem;
}

.ab42_more a:hover .more {
    background: #8b5e4d;
}

@media screen and (max-width:930px) {
    .ab42 {
        padding: 0 2rem;
    }

    .ab42 .ab42_title {
        width: 50%;
    }
}

@media screen and (max-width:890px) {
    .ab42 .ab42_title {
        width: 60%;
    }

    .ab42 .ab42_more {
        width: 43%;
    }
}

@media screen and (max-width:740px) {
    .ab42 .ab42_title {
        width: 70%;
    }

    .ab42 .ab42_more {
        width: 46%;
    }
}

@media screen and (max-width:640px) {
    .ab42 .ab42_title {
        width: 80%;
    }

    .ab42 .ab42_more {
        width: 77.6%;
    }
}

@media screen and (max-width:570px) {
    .ab42 .ab42_title {
        width: 90%;
    }
}

@media screen and (max-width:510px) {
    .ab42 .ab42_title {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .about42 {
        padding: 7rem 0 7.9rem;
    }
}

@media screen and (max-width:420px) {
    .ab42 .ab42_inner ul li {
        width: 32%;
    }

    .ab42 .ab42_inner ul li p {
        font-size: 16px;
    }

    .ab42 .ab42_more {
        width: 90%;
    }
}

@media screen and (max-width:370px) {
    .ab42 .ab42_inner ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width:360px) {
    .ab42 .ab42_title h3 {
        padding: 0 0 1rem 0;
    }

    .ab42 .ab42_title h4 {
        display: block;
        text-align: right;
    }

    .ab42 .ab42_title:after {
        bottom: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .ab42 .ab42_title {
        padding-left: 0;
    }
}

@media screen and (max-width:330px) {
    .ab42 .ab42_inner ul li p {
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .ab42 .ab42_inner ul li {
        width: 33%;
    }

    .ab42 .ab42_inner ul li p {
        font-size: 12px;
    }
}

@media screen and (max-width:310px) {

    .ab42 .ab42_inner {
        padding: 5.2rem 0 7rem 0rem;
    }
}

/*about43*/
.about43 {
    background: url(../../images/ab14_bg.jpg) top left repeat;
    background-size: contain;
    width: 100%;
    padding: 9rem 0 7.9rem;
    border-top: 1px solid #6b6a64;
}

.ab43 {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
}

.ab43 .ab43_top {
    width: 100%;
    padding: 0 4.1rem;
}

.ab43_top .ab43_title {
    margin: 0 0 0 auto;
    position: relative;
    padding-left: 4.2rem;
}

.ab43_top .ab43_title:after {
    content: '';
    background: url(../../images/intitle_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 441px;
    min-height: 41px;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
}

.ab43_top .ab43_title h3 {
    font-size: 30px;
    color: #132c33;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem 0 0;
}

.ab43_top .ab43_title h4 {
    font-size: 20px;
    font-family: 'Nanum Gothic';
    color: #8b5e4d;
    font-weight: 300;
    display: inline-block;
}

.ab43 .ab43_inner {
    width: 100%;
    margin: 0 auto;
    padding: 11.7rem 8.2rem 0;
}

.ab43 .ab43_inner ul {
    display: flex;
    justify-content: space-between;
}

.ab43 .ab43_inner ul li {
    width: 13%;
}

.ab43_inner .ab43_sc {
    border: 1px solid #8b5e4d;
    padding: 2.4rem 0;
    min-height: 310px;
}

.ab43_inner .ab43_sc h5 {
    font-size: 22px;
    color: #8b5e4d;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    line-height: .5;
    letter-spacing: 2px;
    position: relative;
    left: -1.7px;
}

@media screen and (max-width:610px) {

    .ab43 .ab43_title h3 {
        padding: 0 2.5rem 0 0;
    }
}

@media screen and (max-width:520px) {
    .ab43 .ab43_title h3 {
        padding: 0 0 1rem 0;
    }

    .ab43_top .ab43_title h4 {
        display: block;
        text-align: right;
    }

    .ab43_top .ab43_title:after {
        bottom: -0.5rem;
    }
}

@media screen and (max-width:450px) {
    .about43 {
        padding: 7rem 0 7.9rem;
    }

    .ab43 {
        padding: 0 2rem;
    }

    .ab43 .ab43_top {
        padding: 0;
    }

    .ab43 .ab43_title {
        width: 100%;
    }

    .ab43 .ab43_inner {
        width: 100%;
        padding: 8.2rem 0 0 0;
    }

    .ab43 .ab43_inner ul li {
        width: 12%;
    }
}

@media screen and (max-width:360px) {
    .ab43_top .ab43_title:after {
        bottom: 0.2rem;
    }
}

@media screen and (max-width:350px) {
    .ab43 .ab43_title {
        padding-left: 0;
    }
}

@media screen and (max-width:310px) {
    .about43 {
        padding: 6rem 0 7.9rem;
    }



    .ab43 .ab43_inner {
        padding-top: 5.2rem;
    }
}

/*---building----------------------------------------------------------------*/
.building {}

/***product_guide***/
.product_guide {
    width: 100%;
    margin: 0 auto;
    max-width: 1420px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.prdt {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 2em;
}

@media screen and (max-width:1200px) {
    .product_guide {
        flex-wrap: wrap;
        align-items: center;
    }
}

@media screen and (max-width:1040px) {
    .prdt {
        padding: 1em;
    }
}

@media screen and (max-width:870px) {
    .product_guide {
        padding: 1rem 1rem 4rem 1rem;
    }

    .prdt {
        width: 31%;
    }
}

@media screen and (max-width:650px) {

    .prdt {
        width: 45%;
    }
}

@media screen and (max-width:500px) {
    .product_guide {
        padding: 3em 0 6em .5em;
    }

    .prdt {
        width: 48%;
    }
}

@media screen and (max-width:430px) {
    .prdt .item_img:after {
        width: 75%;
        height: 75%;
    }

    .prdt {
        padding: 0 .5em 1em;
    }

    .product_guide {
        padding: 3em 0 4em .5em;
    }
}

@media screen and (max-width:380px) {
    .prdt .item_name img:nth-of-type(1) {
        width: 45px;
    }
}

/***pro_deco***/
.pro_deco {
    position: absolute;
    right: 3em;
    width: 50%;
    bottom: -2em;
}

.pro_deco p {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5em;
    right: 7em;
    width: 55%;
}

.pro_deco img:nth-of-type(1) {
    margin-bottom: -5em;
}

@media screen and (max-width:1470px) {
    .pro_deco img:nth-of-type(1) {
        margin-bottom: -3em;
        width: 29%;
    }

    .pro_deco p {
        right: 5em;
        padding-left: 1em;
    }
}

@media screen and (max-width:1380px) {
    .pro_deco img:nth-of-type(1) {
        margin-bottom: 3em;
        width: 28%;
    }

    .pro_deco p {
        right: 1em;
        width: 65%;
    }

    .pro_deco {
        width: 45%;
    }
}

@media screen and (max-width:1230px) {
    .pro_deco {
        right: 0;
        bottom: 0;
        position: relative;
        width: 100%;
        padding: 0 3em 10em;
    }

    .pro_deco img:nth-of-type(1) {
        margin-bottom: 0em;
        width: 15%;
        vertical-align: top;
        margin-top: -.5em;
    }

    .pro_deco img:nth-of-type(2) {
        display: block;
        margin: 0 auto;
        margin-top: -5em;
        width: 57%;
    }

    .pro_deco p {
        top: 3em;
    }
}

@media screen and (max-width:1020px) {
    .pro_deco {
        text-align: right;
        padding: 0 3em 7em;
    }

    .pro_deco img:nth-of-type(1) {
        display: block;
    }

    .pro_deco img:nth-of-type(2) {
        display: inline-block;
        margin-top: -4em;
        width: 60%;
    }

    .pro_deco p {
        text-align: left;
    }
}

@media screen and (max-width:900px) {
    .pro_deco img:nth-of-type(1) {
        position: absolute;
        top: -.5em;
        left: 2em;
        margin: 0;
    }

    .pro_deco p {
        width: 75%;
    }

    .pro_deco img:nth-of-type(2) {
        margin-top: 0em;
        width: 60%;
        padding-top: 6em;
    }
}

@media screen and (max-width:780px) {
    .pro_deco p {
        top: 2em;
        font-size: 16px;
    }

    .pro_deco {
        padding: 0 1em 10em;
    }

    .pro_deco img:nth-of-type(2) {
        padding-top: 5em;
    }
}

@media screen and (max-width:690px) {
    .pro_deco img:nth-of-type(2) {
        width: 65%;
    }
}

@media screen and (max-width:500px) {
    .pro_deco {
        text-align: left;
        padding: 0 1em 8em;
    }

    .pro_deco img:nth-of-type(1) {
        position: relative;
        top: -.5em;
        left: 0;
        margin: 0;
        display: inline-block;
        width: 20%;
    }

    .pro_deco p {
        top: 2em;
        font-size: 16px;
        position: relative;
        display: inline-block;
        width: 75%;
        right: 0;
        line-height: 1.5;
    }

    .pro_deco img:nth-of-type(2) {
        width: 90%;
        padding: 0 0 2em 0;
        margin-top: -2em;
        display: block;
    }
}

@media screen and (max-width:430px) {
    .pro_deco img:nth-of-type(2) {
        padding: 0 0 1em 0;
        margin-top: -1em;
    }
}

@media screen and (max-width:380px) {
    .pro_deco img:nth-of-type(2) {
        padding: 1em 0 1em 0;

    }

    .pro_deco p {
        font-size: 15px;
    }
}

@media screen and (max-width:350px) {
    .pro_deco p {
        top: 1em;
    }

    .pro_deco {
        padding: 0 1em 6em;
    }
}

/*---item_menu--------------------------------------------------------------------------------------------------------------------*/
/***item_menu***/
.item_menu {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.item_menu .search_bar {
    position: relative;
    top: 0;
    right: 0;
}

/***item_list***/
.item_list {
    padding: 0;
}

.item_list p {
    display: none;
    cursor: pointer;
}

.item_list ul {
    text-align: right;
}

.item_list li {}

.item_list a {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin: 0 0 3rem 0;
    transition: .3s ease all;
    color: #132c33;
    width: 90%;
    text-align: right;
    letter-spacing: 1px;
}

.item_list a:after {
    content: '';
    background: url(../../images/item_deco.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 190px;
    height: 26px;
    position: absolute;
    bottom: -24px;
    right: 0;
}

.item_list a:hover {
    color: #aa0202;
}

/*dropmenu1*/
ul.dropmenu1 {
    padding: 0 0 0 1em;
    display: none;
}

ul.dropmenu1 li {
    padding: 0;
}

ul.dropmenu1 li a {
    font-size: 15px;
    display: inline-block;
    color: #8b5e4d;
    margin: 0 0 1rem 0;
    text-align: center;
}

ul.dropmenu1 li a:before,
ul.dropmenu1 li a:after {
    display: none;
}

ul.dropmenu1 li a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .3s ease all;
}

ul.dropmenu1 li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/***active***/
.item_list li.show ul.dropmenu1 {
    display: block;
}

.item_list li.show>a {
    color: #aa0202;
}

ul.dropmenu1 li.active a {
    color: #aa0202;
}

ul.dropmenu1 li.active a img,
ul.dropmenu1 li.show a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/***pro_items***/
.pro_items {
    display: inline-block;
    vertical-align: top;
    width: 83%;
    text-align: left;
}

/*box_layer*/
.box_layer {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 .3em .3em;
    min-height: 440px;
}

/***box***/
.box {
    background: #fffef8;
    border-radius: 10px;
    position: relative;
    text-align: left;
    padding: 2rem;
    border: 1px solid #8b5e4d;
}

/*product_img*/
.product_img {
    position: relative;
    min-height: 230px;
    overflow: hidden;
}

.product_img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*item_info*/
.item_info {
    padding: .5em 0;
}

.item_info ul {
    padding: .5em 0;
}

.item_info li {
    display: flex;
}

.item_info p {
    font-size: 16px;
    color: #132c33;
    display: inline-block;
    padding-right: 0.5rem;
}

.item_info span {
    font-size: 16px;
    color: #808080;
    display: inline-block;
    min-height: 60px;
	width:75%;
}

.item_info a {
    color: #fff;
    background: #aa0202;
    padding: 1rem 3rem;
    display: block;
    transition: .3s ease all;
    text-align: center;
    margin: 0 auto;
    width: 50%;
    border-radius: 10px;
}

.item_info a:hover {
    background: #8b5e4d;
    color: #fff;
}

.item_info button {
    color: #f7931e;
    display: inline-block;
    background: none;
    border: 0;
    padding: 0 .5em;
    font-size: 25px;
    transition: .3s ease all;
}

.item_info button:hover {
    color: #ff402b;
}

@media screen and (max-width:1340px) {
    .item_menu .search_bar {
        width: 100%;
    }
}

@media screen and (max-width:1260px) {
    .item_list a {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .item_menu .search_bar {
        display: none;
    }

    .item_menu {
        width: 100%;
    }

    .item_list p {
        display: block;
        text-align: center;
        background: #fff;
        font-size: 18px;
        border-radius: 9px;
        position: relative;
    }

    .item_list p:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 8px 0 8px;
        border-color: #232323 transparent transparent transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1em;
    }

    .item_list {
        padding: 0;
        background: #fff;
        border: solid 1px #8e8e8e;
        border-radius: 9px;
        width: 98%;
        margin: 0 auto 3rem;
    }

    .item_list ul {
        display: none;
        padding: 1em 0;
    }

    .item_list li {
        background: #f5f5f5;
        padding: 0 1em .2em;
        margin-bottom: .5em;
    }

    .item_list a {
        display: block;
        margin: 0;
    }

    .item_list a:after {
        content: none;
    }

    .pro_items {
        width: 100%;
        padding: 0 2rem;
    }
}

@media screen and (max-width:1100px) {
    .box {
        padding: 1rem;
    }

    .pro_items {
        padding: 0 1rem;
    }
}

@media screen and (max-width:1000px) {
    .product_img {
        min-height: 260px;
    }

    .box_layer {
        width: 45%;
    }

    .pro_items {
        text-align: center;
    }
}

@media screen and (max-width:900px) {
    .box_layer {
        width: 49%;
    }

    .product_img {
        min-height: 245px;
    }

    .item_info li {
        width: 100%;
        padding-right: 0;
    }

    .item_list a:after {}
}

@media screen and (max-width:768px) {
    .item_info p {
        padding-right: 0.5rem;
    }

    .box_layer {
        width: 48%;
        padding: 0 .3em .5em;
        min-height: 400px;
    }

    .pro_items {
        padding: 2em 0 3em 0;
    }
}

@media screen and (max-width:680px) {
    .item_info li {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .item_info a {
        width: 70%;
    }
}

@media screen and (max-width:620px) {
    .box_layer {
        width: 49%;
    }

    .item_list {
        margin: 0 auto;
    }

    .item_info li {
        width: 100%;
    }

    .item_info ul {
        padding: .1em 0;
    }

    .pro_items {
        padding: 2em 0 3em 0em;
    }
}

@media screen and (max-width:520px) {
    .wrap1 .product_guide {
        padding: 3em 0 6em 0em;
    }

    .item_menu {
        padding-right: 0;
    }

    .pro_items {
        padding: 2rem 1rem 0;
    }

    .box_layer {
        width: 90%;
    }
}

@media screen and (max-width:470px) {
    .box_layer {
        min-height: auto;
        margin-bottom: 3rem;
        width: 100%;
        padding: 0;
    }

    .item_info a {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .item_info button {
        font-size: 20px;
        padding: 0 .2em;
    }

    .item_info a {
        font-size: 15px;
        display: block;
        margin-top: .5em;
        text-align: center;
    }

    .item_info {
        padding: .5em 0 0;
    }

    .item_info ul {
        padding: .1em .7em;
    }

    .item_info li {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .item_info button {
        font-size: 20px;
        padding: .5em .2em;
        display: block;
        border-top: solid 1px #f7931e;
        width: 100%;
        margin-top: .5em;
        line-height: 1;
        background: #f7931e;
        color: #fff;
    }
}

@media screen and (max-width:380px) {}

@media screen and (max-width:350px) {
    .item_info li {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/***商品彈跳視窗***/
.modal-header {
    padding: 15px 15px 0 15px;
    border-bottom: 0px solid #e5e5e5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    opacity: 1;
    border: solid 1px #8b5e4d;
    font-weight: 300;
    line-height: 25px;
    font-size: 40px;
    color: #8b5e4d;
    margin: 0;
    width: 47px;
    height: 47px;
    border-radius: 50px;
}

.fade.in {
    background: rgba(66, 86, 90, .8);
}

.modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 985px;
}

.modal-content {
    position: relative;

}

.modal-content:before {
    content: '';
    background: #8b5e4d;
    width: 35.5%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.modal-content:after {
    content: '';
    background: url(../../images/modal_deco.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 422px;
    min-height: 619px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.modal-body {
    z-index: 1;
}

/***item_sliders***/
.item_sliders {
    vertical-align: top;
    width: 70%;
    margin: 0 auto;
}

ul.simg li {
    float: left;
    width: 16.6%;
    padding: .5em .3em;
}

/***item_inner***/
.item_inner {
    width: 62%;
    margin: 3rem 0 0 auto;
    display: flex;
}


/***item_inner***/
.item_number {
    padding-right: 0.5rem;
	width: 33%;
}

.item_number p {
    font-size: 18px;
    color: #8b5e4d;
    letter-spacing: 1px;
}

.item_number span {
    font-size: 26px;
    color: #8b5e4d;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 300;
}

/***item_detail***/
.item_detail {
    vertical-align: top;
    width: 80%;
}

.item_detail ul {
    font-size: 18px;
}

.item_detail li {
	display: flex;
}

.item_detail li p {
    display: inline-block;
    font-size: 16px;
    color: #132c33;
    font-weight: 500;
}

.item_detail li p:nth-of-type(1) {
    width: 25%;
    text-align: justify;
    text-align-last: justify;
    padding-right: 1.4rem;
}

.item_detail li p:nth-of-type(2) {
    color: #8b5e4d;
    font-size: 16px;

}

.item_detail select {
    border-radius: 5px;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
}

.modal-footer button {
    background: #aa0202;
    color: #fffef8;
    font-size: 18px;
    padding: .5rem 1rem;
    border-radius: 7px;
    letter-spacing: 2px;
    transition: .3s ease all;
}

.modal-footer button:hover {
    background: #8b5e4d;
}

@media screen and (max-width:950px) {
    .modal-dialog {
        padding: 0 1rem;
    }

    .modal-content:before {
        width: 25.5%;
    }

    .item_sliders {
        width: 100%;
        padding: 0;
    }

    .item_detail {
        width: 100%;
    }


}

@media screen and (max-width:900px) {
    .item_inner {
        width: 73%;
    }
}

@media screen and (max-width:780px) {
    .modal-content:before {
        width: 12%;
    }

    .item_inner {
        width: 85%;
    }

    .item_number {
        padding-right: 3rem;
    }

    .item_detail li p:nth-of-type(1) {
        width: 25%;
    }
}

@media screen and (max-width:560px) {
    .modal-content:before {
        width: 5%;
    }

    .item_inner {
        width: 95%;
    }
}

@media screen and (max-width:530px) {
    .modal-content:before {
        width: 7%;
    }

    .item_inner {
        width: 94%;
    }

    .item_detail li p:nth-of-type(1) {
        padding-right: 0.5rem;
    }

    .item_detail li p:nth-of-type(2) {
        padding-right: 0;
    }
}

@media screen and (max-width:500px) {
    ul.simg li {
        width: 33%;
        padding: .3em .2em 0;
    }

    .item_detail {
        padding: 0;
    }
}

@media screen and (max-width:490px) {
    .modal-content:before {
        width: 2%;
    }

    .item_inner {
        width: 100%;
		flex-wrap: wrap;
    }

    .item_number {
        padding-right: 1rem;
		width:100%;
		margin-bottom:2rem;
    }

    .item_detail li {
        padding-bottom: 1rem;
    }

    .item_detail li p {
        line-height: 1;
    }

    .item_detail li p:nth-of-type(1) {
        width: 33%;
        padding-right: 0;
        text-align: left;
        text-align-last: left;
    }

    .item_detail li p:nth-of-type(2) {
        width: 100%;
        position: relative;
        top: -0.5rem;
		line-height:1.8;
    }
}

@media screen and (max-width:370px) {
    .item_inner {
        flex-wrap: wrap;
        padding: 0 0 2rem 0;
    }
}
@media screen and (max-width:340px) {
    .item_detail li p:nth-of-type(1) {
    width: 45%;
}
}

/*search*/
.search {
    text-align: left;
    margin-bottom: 3rem;
}

.search p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #8b5e4d;
}

.search form {
    display: inline-block;
    vertical-align: middle;
    color: #8b5e4d;
}

.search form select {
    background: transparent;
    padding: 6px 12px;
    border: solid 1px rgba(139, 94, 77, 1);
    border-radius: 4px;
}

.search form option {
    background: rgba(255, 255, 255, .95);
    display: block;
    padding: .5em 0;
    color: #8b5e4d;
}

.search form option::focus {
    background: rgba(255, 255, 255, .5);
}

button.search_type {
    display: inline-block;
    vertical-align: middle;
    background: rgba(139, 94, 77, 1);
    border: 0;
    padding: 4px 12px;
    margin: 0 .5em;
    width: 60px;
    height: 32px;
    line-height: 23px;
    color: #fff;
}

button.search_type i {
    color: #fff;
    transition: .3s ease all;
}

button.search_type:hover i {
    color: #241a18;
}

button.search_type:hover {
    border-radius: 5px;
}

@media screen and (max-width:310px) {
    button.search_type {
        margin: 0;
    }
}

/*---building_details-----------------------------------------------*/
.warp2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.back {
    text-align: left;
    margin: 1em;
}

.back a {
    display: inline-block;
    border: solid 1px #8b5e4d;
    color: #8b5e4d;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 12px;
}

.back a:hover {
    background: rgba(139, 94, 77, 1);
    color: #fff;
}

.building_details {
    width: 100%;
    margin: 0 auto;
}

.building_details {}

.building_details .details_info {
    padding: 6rem 0;
    display: flex;
}

.details_info .info_lt {
	width:30%;
}


.info_lt .item_number {
    padding-right: 1rem;
	width: 100%;
}

.info_lt .item_number p {
    font-size: 18px;
    color: #8b5e4d;
    letter-spacing: 1px;
}

.info_rt .item_detail li {
    line-height: 2;
}

.info_rt .item_detail li p:nth-of-type(1) {
    width: 16%;
    text-align: justify;
    text-align-last: justify;
}

.info_rt .item_detail li p:nth-of-type(2) {
    color: #8b5e4d;
    font-size: 16px;
}

.info_lt .item_number span {
    font-size: 36px;
    color: #8b5e4d;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 300;
}

.details_info .info_rt {
    width: 70%;
}
.info_rt .item_detail {
    width: 100%;
}

.details_note {
    padding: 3.6rem 0;
}

.details_note h2 {
    font-size: 16px;
    color: #132c33;

}

.details_note p {
    font-size: 16px;
    color: #8b5e4d;
}

@media screen and (max-width:800px) {
    .building_details {
        padding: 0 2rem;
    }
}
@media screen and (max-width:768px) {
    .info_rt .item_detail li p:nth-of-type(1) {
    width: 20%;
}
}
@media screen and (max-width:670px) {
    .info_rt .item_detail li p:nth-of-type(1) {
        width: 20%;
    }
}
@media screen and (max-width:576px) {
   .details_info .info_lt {
    width: 35%;
}
    .info_rt .item_detail li p:nth-of-type(1) {
    width: 28%;
}
}
@media screen and (max-width:550px) {
    .info_rt .item_detail li p:nth-of-type(1) {
        width: 30%;
    }
}
@media screen and (max-width:510px) {
    .details_info .info_lt {
    width: 40%;
}
}
@media screen and (max-width:490px) {
    .info_rt .item_detail li p {
        line-height: 1.5;
    }

    .info_rt .item_detail li p:nth-of-type(1) {
        padding-right: 1rem;
    }

    .info_rt .item_detail li p:nth-of-type(2) {
        top: 0;
    }
}

@media screen and (max-width:460px) {
    .building_details .details_info {
        padding: 3rem 0 5rem;
		flex-wrap: wrap;
    }
	.details_info .info_lt {
    width: 100%;
}

    .info_lt .item_number {
        padding-right: 2rem;
    }
	.details_info .info_rt{
		width:100%;
}
}

@media screen and (max-width:430px) {
    .building_details .details_info {
        flex-wrap: wrap;
        flex-direction: column;
    }
	.details_info .info_lt {
    width: 100%;
	}

    .info_lt .item_number {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .details_info .info_rt {
        width: 100%;
    }
}

@media screen and (max-width:370px) {
    .info_rt .item_detail li p {
        display: block;
    }

    .info_rt .item_detail li p:nth-of-type(1) {
        width: 40%;
    }
}
.carousel {
    position: relative;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.carousel-indicators li {
    text-indent: 0;
    display: inherit;
    float: left;
    width: 16%;
    padding: 0.5em 0.3em;
    height: auto;
    border: none;
}

.carousel-indicators li img {
    width: 100%;
}

.carousel-indicators .active img {}

.carousel-indicators .active {
    width: 16%;
    background-color: transparent;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

@media screen and (min-width:320px) and (max-width:360px) {
    .carousel-indicators {
        top: 115px;
        left: 95px;
    }

    .carousel-indicators li img {
        width: 95%;
        height: 50px;
    }

    .carousel-indicators li {
        width: 20%;
        height: 50px;
    }

    .carousel-indicators .active {
        width: 20%;
        height: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .carousel-indicators {
        top: 240px;
        left: 213px;
    }
}

.building_test {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

#about23,
#about24,
#about33,
#about34,
#about43 {
    transform: translateY(-50px);
}

#inews {
    transform: translateY(-40px);
}

@media screen and (max-width:1080px) {

    #about23,
    #about24,
    #about33,
    #about34,
    #about43 {
        transform: translateY(-40px);
    }
}

@media screen and (max-width:430px) {

    ##about23,
    #about24,
    #about33,
    #about34,
    #about43 {
        transform: translateY(-30px);
    }
}


/*-------------------------------------------------------------------*/
#preload {
    background: url(../../images/ab14_bg.jpg) top left repeat #fff;
    -webkit-animation: preload 1.2s ease-in-out forwards;
    animation-delay: 3s;
    position: fixed;
    z-index: 101;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    pointer-events: none;

}

.status {
    position: relative;
    background-size: 100%;
    width: 100%;
    max-width: 497px;
    min-height: 360px;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes preload {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.load_name_01 {
    position: absolute;
    top: 20rem;
    left: 12rem;
}

.load_name_02 {
    position: absolute;
    top: 20rem;
    left: 20rem;
}

.load_name_03 {
    position: absolute;
    top: 20rem;
    left: 28rem;
}

@media screen and (max-width:768px) {
    .status {
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    .load_name_01 {
        left: 8rem;
    }

    .load_name_02 {
        left: 16rem;
    }

    .load_name_03 {
        left: 24rem;
    }
}

@media screen and (max-width:450px) {
    .status {
        top: 10%;
    }

    .load_name_01,
    .load_name_02,
    .load_name_03 {
        top: 15rem;
    }

    .load_name_01 {
        left: 5.5rem;
    }

    .load_name_02 {
        left: 13.5rem;
    }

    .load_name_03 {
        left: 21.5rem;
    }
}

@media screen and (max-width:414px) {
    .load_name_01 {
        left: 4rem;
    }

    .load_name_02 {
        left: 12rem;
    }

    .load_name_03 {
        left: 20rem;
    }
}

@media screen and (max-width:400px) {

    .load_name_01,
    .load_name_02,
    .load_name_03 {
        width: 23%;
    }

}

@media screen and (max-width:360px) {
    .load_name_01 {
        left: 3rem;
    }

    .load_name_02 {
        left: 11rem;
    }

    .load_name_03 {
        left: 19rem;
    }
}

@media screen and (max-width: 330px) {

    .load_name_01,
    .load_name_02,
    .load_name_03 {
        top: 12rem;
    }

    .load_name_01 {
        left: 2rem;
    }

    .load_name_02 {
        left: 10rem;
    }

    .load_name_03 {
        left: 18rem;
    }
}

@media screen and (max-width:300px) {
    .load_name_02 {
        left: 8.5rem;
    }

    .load_name_03 {
        left: 16.5rem;
    }
}