.baner-cd {
    height: 50vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 170px;
    padding-bottom: 200px;
    overflow: hidden;
}

.baner-cd::after, .baner-cd::before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.baner-cd::before {
    border: solid 100vw #007bff;
}

.baner-cd >h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: .05em;
    transition: .5s;
    opacity: 1;
    max-width: 70vw;
    line-height: 60px;
}

.baner-cd >h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 15px auto;
}

.tab-wrap {
    background: #d4d4d4;
    padding: 20px 0;
    margin-bottom: 10px;
}

.tab-wrap .my-container ul {
    text-align: center;
    display: block;
    margin: 0;
    visibility: visible;
    overflow: auto;
    padding: 0;
}

.tab-wrap .my-container ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 10px;
}

.tab-wrap .my-container ul li a {
    display: block;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    position: relative;
    height: 46px;
    line-height: 44px;
}

.active-qh {
    background: #aa8e60;
}

.tab-wrap .my-container ul li a::after, .tab-wrap .my-container ul li a::before {
    content: "";
    position: absolute;
    border: solid 1px var(--ryu);
    transition: inherit;
}

.tab-wrap .my-container ul li a::after {
    top: 0;
    bottom: 0;
    left: 6px;
    right: 6px;
}

.tab-wrap .my-container ul li a::before {
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
}

.tab-wrap .my-container ul li:hover a {
    background: var(--ryu);
    color: #fff;
}

.tab-tc {
    padding: 0 100px;
    z-index: 1;
    position: relative;
}

.itemtab {
    position: relative;
    height: 100%;
}

.itemtab::before {
    padding-top: 100%;
    content: "";
    display: block;
}

.big-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    border: solid 4px #aa8e60;
    opacity: 0;
    transition: .2s;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #aa8e60;
    background: #12352e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-current .big-dot {
    opacity: 1;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: solid 4px #aa8e60;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    text-align: center;
    transition: .2s;
}

.dot span {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    color: var(--black);
    left: 50%;
    margin-left: -20px;
    width: 40px;
}

.tab-tc::after {
    content: "";
    position: absolute;
    background: #aa8e60;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    z-index: -1;
    left: 0;
}

.tab-tc button {
    position: absolute;
    top: 50%;
    border: 1px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.tab-tc button.slick-prev {
    border-radius: 50%;
    border: 1px solid #12352e;
    left: 0;
}

.tab-tc button.slick-next {
    right: 0;
    border-radius: 50%;
    border: 1px solid #12352e;
}

.tab-tc .slick-list {
    padding: 15px 0;
}

.slick-current .dot span {
    opacity: 0;
}

.page-tc >.my-container>h2 {
    text-transform: uppercase;
    color: var(--black);
    padding-top: 25px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
    text-align: center;
}

.page-tc >.my-container>h2::after {
    content: "";
    display: block;
    margin: 22px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), #aa8e60, rgba(170, 142, 96, .1));
}

.content {
    background-image: url("../images/p-about-bg2.jpg");
}

.table {
    font-size: 14px;
    padding: 10px;
}

.table-1 {
    margin-top: 50px;
}

.table-1 a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
}

.table-1 a:hover {
    color: #aa8e60;
}

.table-1 td {
    width: 85%;
    padding: 20px 0;
    font-weight: 600;
}

.table-1 tr {
    border-bottom: solid 1px #cdcdcd;
}

.table-1 h3 {
    margin: 0;
    padding-left: 25px;
    position: relative;
}

.table-1 h3 i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #aa8e60;
}

.table-1 td :nth-child(2) {
    text-align: center;
}

.table-1 thead tr {
    display: inline-block;
}

.table-1 thead th {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    user-select: none;
}

.table>:not(caption)>*>* {
    border: none;
}

.img-item {
    width: 26px;
    margin-right: 10px;
}

.item {
    display: flex;
    margin-bottom: 25px;
}

.if-contact-item {
    display: grid;
    flex-wrap: wrap;
    width: 1;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.if-contact {
    margin-top: 50px;
    color: var(--black);
    font-size: 15px;
    padding-bottom: 60px;
}

.if-contact h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.if-item {
    font-weight: 400;
}

.if-item span {
    margin-bottom: 25px;
    font-weight: bold;
    margin-right: 5px;
}

.ani-cd::before {
    border: solid 92vw rgba(0, 0, 0, .55);
}

.ani-cd::after {
    border: solid 0vw var(--black);
    transition: 1.8s;
    transition: 1.8s;
    transition-delay: .3s;
}

.se {
    padding-left: 0;
}
