.under main {
    padding-top: 160px;
}

.under main .center img,
.under main .image_l img,
.under main .image_r img {
    border-radius: 5px;
}

.under main .bd_none img {
    border-radius: 0;
}

/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}

.under main .mb15 {
    margin-bottom: 15px
}

.under main .mb20 {
    margin-bottom: 20px
}

.under main .mb25 {
    margin-bottom: 25px
}

.under main .mb30 {
    margin-bottom: 30px
}

.under main .mb40 {
    margin-bottom: 40px
}

.under main .mb50 {
    margin-bottom: 50px
}

.under main .mb60 {
    margin-bottom: 60px
}

.under main .mb70 {
    margin-bottom: 70px
}

.under main .mb80 {
    margin-bottom: 80px
}

.under main .mb90 {
    margin-bottom: 90px
}

/* MT */
.under main .mt10 {
    margin-top: 10px
}

.under main .mt15 {
    margin-top: 15px
}

.under main .mt20 {
    margin-top: 20px
}

.under main .mt25 {
    margin-top: 25px
}

.under main .mt30 {
    margin-top: 30px
}

.under main .mt40 {
    margin-top: 40px
}

.under main .mt50 {
    margin-top: 50px
}

.under main .mt60 {
    margin-top: 60px
}

.under main .mt70 {
    margin-top: 70px
}

.under main .mt80 {
    margin-top: 80px
}

.under main .mt90 {
    margin-top: 90px
}

/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}

.under main .max_w250 {
    width: 100%;
    max-width: 250px
}

.under main .max_w300 {
    width: 100%;
    max-width: 300px
}

.under main .max_w350 {
    width: 100%;
    max-width: 350px
}

.under main .max_w500 {
    width: 100%;
    max-width: 500px
}

.under main .max_w600 {
    width: 100%;
    max-width: 600px
}

.under main .max_w700 {
    width: 100%;
    max-width: 700px
}

.under main .max_w800 {
    width: 100%;
    max-width: 800px
}

.under main .max_w900 {
    width: 100%;
    max-width: 900px
}

/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}

.under main .min_w250 {
    min-width: 250px
}

.under main .min_w300 {
    min-width: 300px
}

.under main .min_w350 {
    min-width: 350px
}

.under main .min_w500 {
    min-width: 500px
}

/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main .top_ttl,
.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6,
.under main .frame_pick .pick_ttl,
.under main .frame02_ttl,
.under main .list_faq dt,
.under main .list_faq dd span,
.under main .step_ttl p,
.under main .list_bnn .bnn a {
    font-family: var(--f-yumin);
}

.under main p {
    color: #172F49;
}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6 {
    font-weight: bold;
    margin-bottom: 25px;
    color: #172F49;
}

.under main .u_ttl2,
.u_editor h2 {
    font-size: 35px;
    text-align: center;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 55px;
    padding-bottom: 12px;
    margin-top: 50px;
}

.under main .u_ttl2.mt0 {
    margin-top: 0;
}

.u_editor h2 {
    display: table;
    margin: 0 auto 55px;
    position: relative;
}

.under main .u_ttl2 span,
.u_editor h2 span {
    position: relative;
    display: block;
}

.under main .u_ttl2 span::before,
.u_editor h2:before {
    width: 50px;
    height: 2px;
    background: var(--mcolor);
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}

.under main .u_ttl3,
.under main .u_editor h3 {
    font-size: 30px;
    text-align: left;
    background: #297E80;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    padding: 14px 30px;
    position: relative;
}

.under main .u_ttl3::after,
.u_editor h3:after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    content: '';
}

.under main .u_ttl4,
.u_editor h4 {
    font-size: 25px;
    position: relative;
    letter-spacing: 0.05em;
    padding-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

.under main .u_ttl4::before,
.u_editor h4:before {
    background: var(--mcolor);
    width: 150px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
}

.under main .u_ttl4::after,
.u_editor h4:after {
    background: #d5d5d5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1
}

.under main .u_ttl5,
.u_editor h5 {
    font-size: 20px;
    color: var(--mcolor);
    position: relative;
    padding-left: 15px;
    letter-spacing: 0.05em;
}

.under main .u_ttl5::before,
.u_editor h5:before {
    width: 3px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    background: var(--mcolor);
}

.under main .u_ttl6,
.u_editor h6 {
    font-size: 18px;
    position: relative;
}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main .inner {
    width: 1030px;
}

.under main #content {
    padding: 0 0 100px
}

.under main section {
    padding: 0 0 60px;
    margin-bottom: 0
}

.under main section:last-child {
    padding: 0
}

.under main ol li {
    list-style: decimal;
}

.under main .max_w800 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
}

.under main p,
.under main th,
.under main td {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
}

.under main .btn a {
    line-height: 1.25em;
}

/*============ TOP INFO ============ */
.under main #top_info {
    height: 178px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.under main #top_info::before {
    background: url('../images/top_info_bg.jpg') center repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
}

.under main #top_info::after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
}

.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.under main #top_info .top_ttl {
    color: #fff;
    line-height: 1.5em;
    font-size: 45px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400;
}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 58px;
}

.under main #topic_path ul {
    display: block;
    padding: 15px 0;
}

.under main #topic_path li {
    display: inline;
    position: relative;
    font-size: 16px;
}

.under main #topic_path li:not(:last-child)::after {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 9px 0 11px;
    top: 1px;
    pointer-events: none;
    width: 1px;
    height: 13px;
    background: #D2BD77;
}

.under main #topic_path li,
.under main #topic_path li a {
    color: #172F49
}

/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.under main .list_anchor .btn {
    margin: 0 80px 15px 0;
}

.under main .list_anchor .btn:nth-child(2n + 2),
.under main .list_anchor .btn:last-child {
    margin-right: 0;
}

.under main .list_anchor .btn a {
    width: 370px;
    height: 60px;
    font-weight: 300;
    letter-spacing: 0;
}

.under main .list_anchor .btn a::before {
    width: 12px;
    height: 12px;
    background: url('../images/ic_anchor.png') center /cover no-repeat;
    bottom: 5px;
    right: 5px;
}

.under main .list_anchor:last-child {
    margin-bottom: -15px;
}

/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
    vertical-align: top
}

.under main table.tb_fix {
    table-layout: fixed;
}

.under main table {
    margin-bottom: 30px;
}

.under main table th,
.under main table td {
    padding: 15px;
    border: 1px solid #A3ADC2;
    border-left: none;
    border-right: none;
    color: #172F49;
}

.under main table th {
    background: #F1F5F5;
    color: #172F49;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.under main table td {
    background: #fff;
    padding: 15px;
    letter-spacing: 0;
}

.under main table img {
    display: block;
    margin: auto;
}

/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}

.under main .list01 li {
    display: block;
    padding-left: 21px;
    margin-bottom: 2px;
    position: relative;
    color: #172F49;
    line-height: 1.8em;
}

.under main .list01 li::before {
    background: #172F49;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 1px;
    content: ''
}

/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}

.under main ol li {
    list-style: none;
}

.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.under main .list02 li::before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 4px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
}

/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}

.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}

.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}

.under main .list_faq dl {
    margin-bottom: 20px;
}

.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    color: #172F49;
    position: relative;
    padding-right: 40px;
}

.under main .list_faq dt::before {
    width: 22px;
    height: 2px;
    position: absolute;
    top: 18px;
    right: 0;
    content: '';
    background: var(--mcolor);
}

.under main .list_faq dt::after {
    width: 2px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 10px;
    content: '';
    background: var(--mcolor);
    transition: all ease 0.3s;
}

.under main .list_faq dt span {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: #fff;
    background: #172F49;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.under main .list_faq dd {
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
}

.under main .list_faq dd span {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid var(--mcolor);
    color: var(--mcolor);
}

.under main .list_faq dt.open::after {
    rotate: 90deg;
}

/* LIST STEP */
.under main .list_step {
    margin-top: 60px;
}

.under main .step_item {
    position: relative;
}

.under main .step_item:not(:last-child) {
    padding-bottom: 38px;
    margin-bottom: 65px;
    border-bottom: 1px solid var(--mcolor);
}

.under main .step_item:not(:last-child)::before {
    width: 20px;
    height: 19px;
    background: #fff;
    border: 1px solid #fff;
    border-top: 1px solid var(--mcolor);
    transform: rotate(125deg);
    content: '';
    position: absolute;
    bottom: -13px;
    left: calc(50% - 12px);
}

.under main .step_ttl {
    display: flex;
    align-items: center;
    width: 450px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.under main .step_ttl p {
    color: #2E5580;
}

.under main .step_ttl .numb {
    font-size: 20px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    margin-right: 19px;
}

.under main .step_ttl .numb span {
    font-size: 74px;
    display: inline-block;
    line-height: 0.9em;
}

.under main .step_ttl .big {
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-top: 35px;
    line-height: 1.4;
    color: #172f49;
}

.under main .step_img {
    width: 460px;
    position: absolute;
    top: 0;
    right: 0;
}

.under main .step_img img {
    border-radius: 5px;
}

.under main .step_des {
    width: 450px;
}

.under main .step_des p {
    color: #172F49;
}

.under main .step_item.full .step_ttl,
.under main .step_item.full .step_des {
    width: 100%;
}

/* LIST BANNER */
.under main .list_bnn {
    display: flex;
    justify-content: space-between;
}

.under main .list_bnn .bnn {
    width: 475px;
    height: 150px;
    position: relative;
    margin-bottom: 0;
}

.under main .list_bnn .bnn a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.35em;
    flex-direction: column;
    padding-top: 7px;
    position: relative;
    padding-top: 3px;
}

.under main .list_bnn .bnn .sm {
    margin-bottom: 7px;
}

.under main .list_bnn .bnn .lg {
    letter-spacing: 0;
    position: relative;
}

.under main .list_bnn .bnn .bold {
    font-weight: 600;
}

.under main .list_bnn .bnn .big {
    font-size: 25px;
    font-weight: 600;
}

.under main .list_bnn .bnn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    opacity: 0.2;
}

.under main .list_bnn .bnn::after {
    background: url('../images/bnn_ic.svg');
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    pointer-events: none;
}

.under main .list_bnn .bnn a::after,
.under main .list_bnn .bnn a .lg::after {
    width: 8px;
    height: 12px;
    background: url('../images/bnn_arr.png') center /cover no-repeat;
    content: '';
}

.under main .list_bnn .bg1 {
    background: #2E5580;
}

.under main .list_bnn .bg1 a {
    padding-right: 17px;
}

.under main .list_bnn .bg1 a::after {
    position: absolute;
    top: calc(50% + 12px);
    right: 31px;
}

.under main .list_bnn .bg1 a .sm {
    padding-right: 13px;
}

.under main .list_bnn .bg1::before {
    background: url('../images/bnn_bg1.jpg') center /cover no-repeat;
}

.under main .list_bnn .bg2 {
    background: #297E80;
}

.under main .list_bnn .bg2::before {
    background: url('../images/bnn_bg2.jpg') center /cover no-repeat;
}

.under main .list_bnn .bg2 a::after {
    display: none;
}

.under main .list_bnn .bg2 a .lg::after {
    margin-left: 20px;
    display: inline-block;
}

.under main .list_bnn .bg2 a {
    padding: 3px 0 0;
}

.under main .list_bnn .bg2 .sm {
    padding-left: 32px;
    margin-bottom: 12px;
}

/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 37px 40px;
    background: #F1F5F5;
    margin-bottom: 50px;
}

.under main .frame01.mb25 {
    margin-bottom: 25px;
}

.under main .frame01_flex {
    display: flex;
    justify-content: space-between;
}

.under main .frame01_flex .item {
    background: #fff;
    padding: 15px;
    text-align: center;
    width: 48.5%;
}

.under main .frame01_flex .item .center {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.under main .frame01_flex .item p {
    font-weight: bold;
}

/* FRAME 02 */
.under main .frame02 {
    border: 2px solid #297E80;
    padding: 25px 25px 58px;
    margin-top: 40px;
    color: #172F49;
    position: relative;
    background: var(--mcolor);
}

.under main .frame02::before {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.under main .frame02.mt01 {
    margin-top: 60px;
}

.under main .frame02 .frame02_ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    position: relative;
    top: -43px;
    text-align: center;
    z-index: 1;
    margin-bottom: -3px;
}

.under main .frame02 .frame02_ttl span {
    display: inline-block;
    padding: 0 65px;
    background: #fff;
    position: relative;
    color: #172F49;
}

.under main .frame02 .frame02_ttl span::before {
    width: calc(100% - 130px);
    position: absolute;
    bottom: -4px;
    left: 65px;
    content: '';
    background: var(--mcolor);
    height: 2px;
}

.under main .frame02 .frame02_ct {
    position: relative;
    z-index: 2;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.under main .frame02 .frame02_ct p {}

/* FRAME PICKUP */
.under main .frame_pick {
    margin: 40px 0 0;
    position: relative;
    padding: 60px 0;
}

.under main .frame_pick::before {
    min-width: 1920px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: url('../images/frame_pickup_bg.jpg') top center repeat;
    z-index: -1;
}

.under main .frame_pick .pick_ttl {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 2.1em;
    margin-bottom: 45px;
}

.under main .frame_pick .pick_ttl span {
    font-size: 35px;
    display: block;
    font-weight: 400;
    color: #D2BD77;
    letter-spacing: 0.1em;
}

.under main .frame_pick .pick_content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
}

.under main .frame_pick .pick_content p {
    margin-bottom: 28px;
}

.under main .frame_pick_wrap {
    background: #fff;
    padding: 2px;
}

.under main .frame_pick_wrap p {
    color: #fff;
}

.under main .frame_pick_ct {
    padding: 107px 0 16px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.under main .frame_pick_ct:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/frame_pickup_bg.jpg) top center repeat;
    opacity: 0.9;
    z-index: -1;
}

/* OTHER */
.under main .box_map {
    width: 100%;
    height: 400px
}

.under main .box_ytb {
    width: 900px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}

.under main .box_map iframe,
.under main .box_ytb iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.under main .img_border span {
    position: relative;
    display: inline-block;
}

.under main .img_border span::before {
    width: 100%;
    height: 100%;
    background: var(--mcolor);
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    z-index: -1;
}

/* FLEX */
.under main .flex_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
}

.under main .flex_2col .item {
    width: 429px;
    margin-bottom: 50px;
}

.under main .flex_2col .item .u_ttl4 {
    margin-bottom: 20px;
}

/* FLEX ARROW */
.under main .flex_arr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.under main .flex_arr li {
    border: 2px solid #297E80;
    padding: 13px;
    width: 310px;
    position: relative;
    margin-right: 35px;
    margin-bottom: 35px;
    background: #297E80;
}

.under main .flex_arr li:last-child::after {
    display: none;
}

.under main .flex_arr li::before {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.under main .flex_arr li::after {
    background: url('../images/ic_flex_arr.png') center /cover no-repeat;
    width: 18px;
    height: 34px;
    position: absolute;
    top: calc(50% - 17px);
    right: -30px;
    content: '';
}

.under main .flex_arr li p {
    position: relative;
    z-index: 1;
}

.under main .flex_arr_full li {
    padding-top: 0;
}

.under main .flex_arr li .flex_ttl {
    background: var(--mcolor);
    color: #fff;
    padding: 15px;
    margin: 0 -15px 15px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-align: center;
}

/* DOCTOR */
.under main .doctor_list {}

.under main .doctor_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.under main .doctor_img {
    width: 460px;
    flex-shrink: 0;
    margin-right: 67px;
}

.under main .doctor_txt {
    flex-grow: 1;
    margin-bottom: 15px;
}

.under main .doctor_txt p {
    color: #172F49;
    font-family: var(--f-yumin);
    letter-spacing: 0;
}

.under main .doctor_txt .stt {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
}

.under main .doctor_txt .name {
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 26px;
}

.under main .doctor_txt .level {
    line-height: 1.3em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.under main .doctor_txt .level+.level {
    margin-top: 40px;
}

.under main .doctor_txt .level span {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 4px 21px 1px;
    margin-right: 20px;
}

.under main .doctor_txt .level span::before {
    width: 100%;
    height: 100%;
    border: 1px solid #172F49;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -2;
}

.under main .doctor_txt .level span::after {
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% + 4px);
    position: absolute;
    top: -1px;
    left: 3px;
    content: '';
    z-index: -1
}

.under main .doctor_txt .des {}

.under main .doctor_txt .des p {
    margin-bottom: 0;
    display: flex;
}

.under main .doctor_txt .des p.txt1 span {
    flex-shrink: 0;
    margin-right: 15px;
}

.under main .doctor_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 58px 0 48px;
    margin-bottom: -100px;
}

.under main .doctor_flex .doctor_item {
    width: 394px;
    flex-direction: column;
}

.under main .doctor_flex .doctor_img {
    width: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 34px;
}

.under main .doctor_flex .doctor_txt .level.mb10 {
    margin-bottom: 11px;
}

/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}

.u_editor div {
    font-size: 16px;
}

.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}

/* Blockquote */
.u_editor blockquote {
    background: #F1F5F5;
    padding: 20px;
}
.u_editor del {
	text-decoration: line-through;
	font-size: 16px;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}

/* Caption */
.u_editor .wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}

.u_editor .wp-caption:last-child {
    margin-bottom: 0;
}

.u_editor .wp-caption img {
    margin: 0 auto;
    border: 0;
}

.u_editor .wp-caption-text {
    font-size: 16px;
    color: var(--txt);
    margin-top: 0.5em;
    font-weight: 500;
}

/* Horizontal line */
.u_editor hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}

/* Text align */
.u_editor .has-text-align-center {
    text-align: center;
}

.u_editor .has-text-align-right {
    text-align: right;
}

.u_editor .has-text-align-left {
    text-align: left;
}

/* Gutenberg-specific */
.u_editor .wp-block-image {
    margin: 1.5em 0;
}

.u_editor .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1.5em 0;
}

.u_editor .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}

.u_editor .wp-block-quote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}

.u_editor .wp-block-table td,
.u_editor .wp-block-table th {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.alignright,
.alignleft {
    margin-bottom: 30px;
    max-width: 300px !important
}

.aligncenter {
    display: block !important;
    margin: 0 auto
}

/* RESET */
.under main table:last-child,
.under main .list_faq:last-child,
.under main .list_faq dl:last-child,
.under main .list01:last-child,
.under main .list01 li:last-child,
.under main .list02:last-child,
.under main .list02 li:last-child,
.under main .list_check:last-child,
.under main .list_check li:last-child,
.under main .list_step:last-child,
.under main .list_step dl:last-child,
.under main section p:last-child,
.under main p:last-child,
.under main .frame01:last-child,
.under main .frame02:last-child,
.under main .frame_pick:last-child {
    margin-bottom: 0
}

/*new post*/
/*new post*/
.under main .news_step,
.under main .box_img_post {
    display: flex;
    justify-content: center;
}

.under main .news_step {
    margin-bottom: 25px;
}

.under main .news_step li,
.under main .box_img_post li {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}

.under main .news_step li:not(:last-of-type),
.under main .box_img_post li:not(:last-of-type) {
    margin-right: 80px;
}

.under main .news_step li .post_img_center,
.under main .box_img_post li .post_img_center {
    height: 222px;
    border: 1px #ddd solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under main .news_step li .post_img_center img,
.under main .box_img_post li .post_img_center img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.under main .news_step .news_step_before {
    position: relative;
    margin-right: 80px;
}

.under main .news_step .news_step_before:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid var(--scolor);
    border-right: 0;
    right: -55px;
    top: calc(50% + 5px);
}

.under main .news_step .news_step_before:only-child {
    margin-right: 0;
}

.under main .news_step .news_step_before:only-child:before {
    display: none;
}

.under main .news_txt {
    margin-bottom: 30px;
    background: #F1F5F5;
    text-align: center;
    padding: 8px 5px 5px;
}

.under main .news_txt01 {
    /*    text-align: left;
    padding: 20px;*/
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.under main .un_tt03 {
    background: var(--scolor);
    color: #fff;
    text-align: center;
    padding: 9px 5px 7px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.under main .box_img_post+.news_txt01 {
    margin-top: 50px;
}

.under main .news_txt_des {
    margin-bottom: 30px;
}

.under main .news_posi,
.under main .news_name_tt {
    text-align: center;
    font-weight: bold;
}

.under main .news_posi {
    font-size: 18px;
    margin-bottom: 0;
}

.under main .news_name_tt {
    font-size: 22px;
    color: var(--scolor);
}

/* BACK PREV DETAIL POST */
.under main .next_prev ul {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.under main .next_prev ul .btn_txt_in {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.under main .next_prev li {
    width: 31%;
}

.under main .next_prev li.nextPage.btn a:before,
.under main .next_prev li.prevPage.btn a:before {
    background: none;
    width: 0;
    height: 0;
    top: calc(50% - 3px);
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    right: 15px;
}

.under main .next_prev li.prevPage.btn a:before {
    right: auto;
    left: 15px;
    transform: scaleX(-1);
}

.under main .nextPage a {
    width: 100%;
    letter-spacing: 0px;
    justify-content: center;
    display: flex;
}

.under main .next_prev .btn.btn_back a {
    background: var(--mcolor);
}

.under main .prevPage,
.under main .nextPage {
    position: absolute;
    top: 0;
}

.under main .prevPage {
    left: 0;
}

.under main .btn_back {
    left: 0;
    right: 0;
}

.under main .nextPage {
    right: 0
}

.under main .next_prev .btn a {
    width: 100%;
    line-height: 1.5;
    text-align: center;
}

.under main .news_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 700px;
    width: 100%;
}

.under main .news_pagination>span,
.under main .news_pagination a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    transition: all 0.3s;
    padding: 5px 10px 3px;
    border: 1px #232323 solid;
    font-size: 14px;
}

.under main .news_pagination a {
    color: #232323
}

.under main .news_pagination>span,
.under main .news_pagination a:hover {
    background: var(--mcolor);
    color: #fff;
}

.under main .news_info_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.under main .news_info_post p {
    margin-bottom: 0;
}

.under main .news_info_post .cate {
    padding: 4px 15px 2px;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px #444444 solid;
}

.under main .news_info_post .news_date {
    font-family: var(--f-yumin);
}

.under main .news_tt_main {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
}

.under main .news_list {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin-right: 30px;
    flex-shrink: 0;
}

.under main .info_detail {
    width: 700px;
    margin-right: 30px;
    flex-shrink: 0;
}

.under main .news_list li {
    cursor: pointer;
    transition: all 0.3s;
    width: calc(50% - 20px);
    padding: 10px;
    border: 1px #ddd solid;
}

.under main .news_img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2;
}

.under main .news_img img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.under main .sec03.un_concept {
    position: relative;
}

.under main .sec03.un_concept:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    top: 205px;
    background: linear-gradient(to bottom, rgba(0, 91, 171, 0) 0%, rgba(0, 91, 171, 1) 50%, rgba(0, 91, 171, 1) 100%);
}

.under main .post_img_center {
    text-align: center;
}

.info_page main {
    word-break: break-all;
}

.under main .u_ttl7 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--mcolor);
    margin-bottom: 25px;
}

.under main .u_ttl7 .sm {
    font-size: 80%;
}

.under main .list_cate {
    width: 270px;
    padding: 30px 20px 25px;
    background: var(--mcolor);
    flex-shrink: 0;
}

.under main .list_cate li {
    margin-bottom: 5px;
}

.under main .list_cate li.active a {
    color: #D2BD77;
    pointer-events: none;
}

.under main .list_cate li:not(:last-child) {
    border-bottom: 1px #fff solid;
}

.under main .list_cate li a {
    color: #fff;
    position: relative;
    display: block;
    font-weight: bold;
    font-family: var(--f-yumin);
}

.under main .list_cate li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    top: calc(50% - 7px);
    right: 0;
}
.under main .list_cate li.sub_child {
	margin-left: 25px;
}
.under main .list_cate li.sub_child a{
	padding-left: 20px;
	margin-left: -20px;
}
.under main .list_cate li.sub_child a:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	left: 0px;
	top: 14px;
}
.under main .info_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.under main .news_list li:nth-child(n+3) {
    margin-top: 40px;
}

.under main .news_list li:not(:nth-child(2n)) {
    margin-right: 40px;
}

.under main .news_list li:nth-child(n+3) {
    margin-top: 40px;
}

.under main .doctor_box {
    display: flex;
    align-items: center;
}

.under main .doctor_box:not(:last-of-type) {
    margin-bottom: 35px;
}

.under main .doctor_box:not(:last-of-type) {
    padding-bottom: 36px;
    border-bottom: 1px #fff solid;
}

.under main .doctor_box_l {
    width: 300px;
    flex-shrink: 0;
    margin-right: 60px;
    padding: 10px;
    background: #fff;
}

.under main .doctor_box_l .img {
    margin-bottom: 15px;
    text-align: center;
}

.doctor_box .tt {
    font-size: 18px;
    color: var(--mcolor);
    font-family: var(--f-yumin);
    text-align: center;
}

.under main .info_add_txt {
    font-size: 14px;
}

.under main .box_right .u_ttl5 {
    color: #172F49;
    font-weight: 400;
    margin-bottom: 11px;
}

.under main table th.bg2 {
    background: #297E80;
    color: #fff;
    font-weight: bold;
}

.under main table.th_bd th:not(:last-child){
    border-right: 2px solid #fff;
}