/*==========================================================
                        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 #wrapper {
    position: relative;
}
.under #wrapper:before {
    position: absolute;
    content: "";
    background: url("../images/bg_under.png") no-repeat center top;
    width: 2417px;
    height: 1143px;
    left: calc(50% - 1233px);
    top: -226px;
}
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main table th, .under main .list_faq dt, .under main .list_step dt {
    font-family: var(--f-yumin)
}
.under main {
    padding-bottom: 100px;
}
/*==========================================================
                        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: 30px;
}
.under main h2 {
    font-size: 75px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 900;
    color: #000000;
    max-width: 1600px;
    line-height: 1.2;
}
/*.column_detail main h2 {

    max-width: 1610px;
}*/
.under main h3 {
    font-size: 50px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 35px;
}
.des_txt h3 {
	display: table;
}

.under main h3:before {
    position: absolute;
    content: "";
    background: url("../images/bg_h3.png") no-repeat left top/32px;
    width: 32px;
    height: 25px;
    left: -48px;
    top: -13px;
}

.under main h4 {
    font-size: 26px;
    position: relative;
    padding-left: 15px;
}
.under main h4::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 25px;
    background-color: var(--mcolor);
    left: 0;
    top: 3px;
}
.under main h5 {
    font-size: 24px;
    color: var(--mcolor);
}
.under main h6 {
    font-size: 20px;
    position: relative;
}
.under main h6::before, .under main h6::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.under main h6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under main h6::after {
    background-color: #ccc;
    width: 100%;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 93px;
}
.under main section {
    padding: 0 0 80px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
}
/*============ TOP INFO ============ */
.under main #top_info {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 290px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 25px;
}
.under main .inner {
    width: 1600px;
}
.inner_con {
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 82px 70px 82px 120px;
}
.under main #topic_path .inner {
    width: 1485px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
}
.under main #topic_path li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 15px 0 17px;
    top: 0px;
    pointer-events: none;
    background: url("../images/arrow_path.png") no-repeat right center/13px;
    width: 13px;
    height: 13px;
}
.under main #topic_path li {
    color: #000;
}
.under main #topic_path li a {
    text-underline-offset: 2px;
    text-decoration: underline;
}
/*============ 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 10px 15px
}
.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.mailform th, .under main table th {
    background: var(--mcolor);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform th span {
    color: #fff
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border-color: var(--mcolor);
    background: #fff;
}
.under main table th, .under main table td {
    padding: 15px;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: var(--mcolor);
    border-right-color: #fff;
}
.under main table tr th:first-child {
    border-left-color: var(--mcolor);
}
.under main table tr th:last-child {
    border-right-color: var(--mcolor);
}
.under main table.mailform th, .under main table.tb_block th {
    border-color: var(--mcolor);
    border-bottom-color: #fff;
}
.under main table.mailform tr:first-child th, .under main table.tb_block tr:first-child th {
    border-top-color: var(--mcolor);
}
.under main table.mailform tr:last-child th, .under main table.tb_block tr:last-child th {
    border-bottom-color: var(--mcolor);
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    font-size: 18px;
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 12px;
    height: 3px;
    position: absolute;
    top: 17px;
    left: 0;
    content: ''
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    font-size: 18px;
}
.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: 8px;
    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);
}
/* ===========  PAGINATION WP ===========  */
.under main .wp_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.under main .wp_pagination > span, .under main .wp_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;
    border: 1px #ccc solid;
    font-size: 14px;
    background: #ccc;
}
.under main .wp_pagination a {
    color: var(--txt)
}
.under main .wp_pagination > span {
    background: var(--mcolor);
    border: 1px var(--mcolor) solid;
    color: #fff;
}
.under .btn_post a {
    width: 250px;
    height: 60px;
}
.under main .post_list {
    display: flex;
    flex-wrap: wrap;
}
.under main .post_list li, .under main .post_list .post_info_l, .under main .post_list .post_info_r {
    display: flex;
}
.under main .post_list .post_info_r {
    flex-direction: column;
    align-items: flex-end;
}
.under main .post_list .post_info_l {
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
}
.under main .post_list .post_info_r {
    flex-grow: 1;
    padding-left: 83px;
}
.under main .post_list li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    width: calc(33.333% - 50px);
    margin-bottom: 50px;
}
.under main .post_list li:not(:nth-child(3n)) {
    margin-right: 50px;
}
.under main .post_list .post_img {
    width: 100%;
    height: 250px;
    border: 1px #ddd solid;
    margin-bottom: 15px;
    flex-shrink: 0;
}
.under main .post_list .post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .post_list li .btn {
    margin-top: auto;
    position: relative;
    top: 0;
}
.under main .post_list li .btn a {
    width: 250px;
    height: 50px;
    font-size: 20px;
    background: #000;
    margin: 0 auto;
}
.under main .post_date {
    font-size: 22px;
    font-weight: bold;
    font-family: var(--en);
    margin-bottom: 15px;
    color: #000000;
    margin-bottom: 0px;
}
.under main .post_tt_main {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.375;
    text-align: left;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
    letter-spacing: -0.03em;
}
.under main .posttxt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2.2;
    font-size: 18px;
    position: relative;
    top: -6px;
}
.under main .post_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.under main .post_tag_detail {
	margin-top: 50px;
}
.under main .post_tag > span {
    height: 33px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    background: #002569;
    padding: 0 17px;
    color: #fff;
    margin-right: 9px;
    font-size: 14px;
    margin-bottom: 5px;
}
.under main .des_txt p {
    font-size: 18px;
    line-height: 2.2;
}
.under main .post_tag_detail > span {
    font-size: 22px;
    border-radius: 25px;
    padding: 5px 28px;
    line-height: 39px;
    height: 50px;
    margin: 0 10px 20px;
}
.under main .post_main_cen img {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
    display: table;
}
.under main .list_anchor .btn a {
    background: var(--scolor);
    width: 100%;
    height: 60px;
}
.under main .list_anchor .btn.active a {
    pointer-events: none;
    background: var(--mcolor);
}
.under main .list_anchor .btn {
    width: calc(25% - 20px);
}
.under main .case_g {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.under main .case_g_detail {
    margin-bottom: 25px;
}
.under main .cate_name {
    background: var(--scolor);
    color: #fff;
    padding: 0 15px;
    margin-bottom: 0;
    border-radius: 3px;
}
.under main .cate_name:not(:last-child) {
    margin-right: 3px;
}
/* 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
}
.anc_box{
    border: 1px solid #ccc;
    padding: 20px;
	margin-bottom: 20px
}
.anc_box .ttl{
    font-weight: bold;
	margin-bottom: 10px !important
}
.list_ttl{
	
}
.list_ttl li{
	list-style-type: decimal;
    margin-left: 20px;
	margin-bottom: 10px;
}
.list_ttl li a:hover{
	
}
.list_number{
	margin-bottom: 20px
}
.list_number li{
	list-style-type: decimal;
    margin-left: 20px;
	margin-bottom: 10px;
}