/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10{margin-bottom:1rem}
.under main .mb15{margin-bottom:1.5rem}
.under main .mb20{margin-bottom:2rem}
.under main .mb25{margin-bottom:2.5rem}
.under main .mb30{margin-bottom:3rem}
.under main .mb40{margin-bottom:4rem}
.under main .mb50{margin-bottom:5rem}
.under main .mb60{margin-bottom:6rem}
.under main .mb70{margin-bottom:7rem}
.under main .mb80{margin-bottom:8rem}
.under main .mb90{margin-bottom:9rem}

/* MT */
.under main .mt10{margin-top:1rem}
.under main .mt15{margin-top:1.5rem}
.under main .mt20{margin-top:2rem}
.under main .mt25{margin-top:2.5rem}
.under main .mt30{margin-top:3rem}
.under main .mt40{margin-top:4rem}
.under main .mt50{margin-top:5rem}
.under main .mt60{margin-top:6rem}
.under main .mt70{margin-top:7rem}
.under main .mt80{margin-top:8rem}
.under main .mt90{margin-top:9rem}

/* MAX_W */
.under main .max_w200{width:100%;max-width:20rem}
.under main .max_w250{width:100%;max-width:25rem}
.under main .max_w300{width:100%;max-width:30rem}
.under main .max_w350{width:100%;max-width:35rem}
.under main .max_w500{width:100%;max-width:50rem}
.under main .max_w600{width:100%;max-width:60rem}
.under main .max_w700{width:100%;max-width:70rem}
.under main .max_w800{width:100%;max-width:80rem}
.under main .max_w900{width:100%;max-width:90rem}

/* MIN-W */
.under main .min_w200{min-width:20rem}
.under main .min_w250{min-width:25rem}
.under main .min_w300{min-width:30rem}
.under main .min_w350{min-width:35rem}
.under main .min_w500{min-width:50rem}

/*==========================================================
                        FONT FAMILY
==========================================================*/
.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)}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2{font-size: 5.4rem; text-align: center;margin-bottom: 0;font-weight: 900;}
.under main h3{font-size: 4rem;text-align: center;font-weight: bold;line-height: 1.4;margin-bottom: 5rem;}
.under main h4{font-size: 2.6rem;position: relative;font-weight: bold;z-index: 1;background: var(--scolor);border-radius:999px;}
/* .under main h4::after{content: "";position: absolute;width: calc(100% + 16rem);height: 100%;left: -8rem;background-color: var(--scolor);top: 0;z-index: -1;border-radius:999px;} */
.under main h5{font-size: 2.4rem;font-weight: bold;padding-left: 4rem;position: relative;margin-bottom: 3.3rem;}
.under main h5::before{content: '';position: absolute;width: 2.6rem;height: 2.4rem;background: url('../images/u_h5_ic.png') no-repeat center /contain;left: 0;top: -0.8rem;}
.under main h6{font-size: 2rem;font-weight: bold;color: var(--mcolor);}

.under main .u_content{background-color: #FFF6EC;border-radius: 0.5rem;border: 2px solid var(--scolor);padding: 3.1rem 1.1rem 3.7rem;max-width: 80rem;margin: 0 auto;}
.under main .u_content dl dt{font-size: 2rem;font-weight: 600;font-family: var(--f-pop);text-align: center;color: #E56B00;position: relative;height: max-content;}
.under main .u_content ul li:not(:last-child){margin-bottom: 1rem;}
.under main .u_content ul li a{font-size: 1.8rem;font-weight: bold;position: relative;}
.under main .u_content ul li a::after{content: "";width: 1.8rem;height: 1.8rem;border-radius: 50%;background: url('../images/u_content_ic.png') no-repeat center top 0.7rem /1rem var(--txt);transition: all 0.3s;display: inline-block;transform: translateY(1rem);margin-left: 0.8rem;position: absolute;}

.under main .box_h3{text-align: center;}
.under main .box_h5{position: relative;z-index: 1;}
.under main .box_h5::before{content: "";position: absolute;width: calc(100% + 16rem);height: 100%;left: -8rem;z-index: -1;pointer-events: none;background-color: #FFF3E6;top: 0;border-radius: 2rem;}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main{padding-top: 13.5rem;}
.under main .inner{width: 1270px;}
.under main #content{padding: 0 0 13rem;background-color: #FFF;border-radius: 8rem 8rem 0 0;box-shadow: var(--shadow1);}
.under main section{padding: 0 0 12.8rem;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{height:25rem;width:90%;max-width:160rem;margin: 0 auto 3.6rem;background:var(--scolor);border-radius: 0.5rem;position: relative;}
.under main #top_info::after{content: "";position: absolute;width: 142rem;height: 6.6rem;background: url('../images/topic_info_after.png') no-repeat center bottom /cover;left:50%;transform: translateX(-50%);bottom: 0;max-width: 100%;}
.under main #top_info .inner2{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;z-index: 2;}
.under main #top_info .inner2::after{content: "";position: absolute;width: 18rem;height:21.4rem;background: url('../images/topic_info_before.png') no-repeat center bottom /contain;bottom: -1rem;right: 1.5rem;}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path{margin-bottom: 3.2rem;}
.under main #topic_path ul{display:block;padding: 2.4rem 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 1.3rem 0 1.6rem;top: 0;pointer-events: none;width: 1.1rem;height: 1.1rem;background: url('../images/topic_path_ic.png') no-repeat center /contain;}
.under main #topic_path li a{color: var(--mcolor);text-decoration: underline;text-underline-offset: 0.2rem;}
.under main #topic_path li, .under main #topic_path li a{font-size:14px;font-weight: 500;}

/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;width:100%;margin-bottom: 3rem;}
.under main .list_anchor .btn{margin: 0 1rem 1.5rem}
.under main .list_anchor:last-child{margin-bottom: -1.5rem;}

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

.under main .tb_scroll,
.under main table{margin-bottom: 3rem;}
.under main table th{background:var(--scolor);font-weight:bold;padding: 2.9rem 1.5rem;}
.under main table.mailform th span{color:#fff}
.under main table.mailform td .info{color:var(--mcolor)}
.under main table th,
.under main table td{border: none;border-radius: 1rem;border:1px solid #FFF;line-height: 1.5;}
.under main table td{font-size:14px;padding: 1.7rem 2.4rem;line-height: 1.8;background-color: #FFF3E6;}
.under main table img{display:block;margin:auto;}
.under main table:not(.merge) tr:nth-of-type(odd) td,.under main table tr td.bg01,.under main table tr.bg01 td{background-color: #F5F5F5;}
.under main .min_w100{min-width: 10rem;}
.under main .min_w120{min-width: 12rem;}
.under main .min_w150{min-width: 15rem;}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01{margin-bottom: 3rem;}
.under main .list01 li{display:block;padding-left:2.5rem;margin-bottom:0.5rem;position:relative}
.under main .list01 li::before{background:var(--mcolor);width:1rem;height:1rem;position:absolute;top:1rem;left:0;content:'';border-radius: 50%;}

/* LIST 02 */
.under main .list02{margin-bottom: 3rem;}
.under main .list02 li{counter-increment: li; padding-left: 3rem;position: relative;margin-bottom: 1rem;}
.under main .list02 li::before{ content: counter(li);position: absolute;width: 2.2rem;height: 2.2rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;left: 0; top: 0.4rem; background-color: var(--mcolor);font-size: 1.2rem;font-weight: bold;color: #FFF;line-height: 2.2rem;}
.under main .list02 li::marker{font-size: 0;opacity: 0;}
/* LIST CHECK */
.under main .list_check{margin-bottom: 3rem;}
.under main .list_check li{display:block;padding-left:2.5rem;margin-bottom:0.5rem;position:relative}
.under main .list_check li::before{content: ''; display: block; position: absolute; top: 0.8rem; left: 0.5rem; width: 0.7rem; height: 1.5rem; border: solid var(--mcolor); border-width: 0 0.2rem 0.2rem 0; transform: rotate(45deg);}

/* LIST FAQ */
.under main .list_faq{margin-bottom: 3rem;}
.under main .list_faq dl{background: #FFF;padding: 1.5rem;box-shadow: 0rem 0.4rem 1.3rem rgba(0,0,0,0.2);margin-bottom: 5rem}
.under main .list_faq dt{position: relative;font-size: 18px;font-weight: bold;line-height: 1.5em;margin-bottom: 1rem;border-bottom: 1px dotted var(--mcolor);display: flex;align-items: center;display: flex;align-items: center;padding-bottom: 1.5rem;}
.under main .list_faq dt span{width: 4rem;height: 4rem;font-weight: bold;text-align:center;line-height: 1em;background: #fff;border:1px solid var(--mcolor);color: var(--mcolor);margin-right:1rem;display: flex;align-items: center;justify-content: center;text-align: center;padding-bottom: 0.5rem;flex-shrink: 0;font-size: 1.7rem;}
.under main .list_faq dd{position: relative;}
.under main .list_faq dd span{position: absolute;top: 0.5rem;left: 0;width: 4rem;height: 4rem;font-weight: bold;text-align:center;line-height: 1em;color:#fff;background: var(--mcolor);display: flex;align-items: center;justify-content: center;text-align: center;padding-bottom: 0.5rem;flex-shrink: 0;}

/* LIST STEP */
.under main .list_step dl{margin-bottom: 3.5rem;padding-bottom: 5rem;position: relative;}
.under main .list_step dl:not(:last-child)::before{background: url('../images/ic-step.png') center /cover no-repeat;width: 8rem;height: 3rem;position: absolute;bottom: -1rem;left: calc(50% - 4rem);content: '';}
.under main .list_step dl:last-child{padding-bottom: 0;margin-bottom: 0}
.under main .list_step dt{background: var(--mcolor);color: #fff;font-weight: 500;padding: 1rem 1.5rem;font-size: 2rem;line-height: 1.5;}
.under main .list_step dd{padding: 1.5rem;background: #fff;box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.15);}

.under main .pick_2col{display: flex;justify-content: center;align-items: center;gap: 2rem;flex-wrap: wrap;}
.under main .pick_2col li{width: calc(50% - 1rem);}
.under main .pick_2col:not(:last-child){margin-bottom: 3rem;}

.under main .pickup_box{padding: 6rem 0 8rem;position: relative;z-index: 2;}
.under main .pickup_box::before{content: "";position: absolute;width: calc(100% + 16rem);height: 100%;left: -8rem;z-index: -1;pointer-events: none;background-color: #FFF3E6;top: 0;border-radius: 2rem;}
.under main .pickup_box h4{width: 100%;margin: 0 auto 3rem;text-align: center;background: none;padding: 0;line-height: 1.8;}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01{border:2px solid var(--scolor);padding:4rem 3rem;background-color: #FFF6EC;border-radius:1rem;margin-bottom:3rem;}

/* IFRAME BOX */
.under main .box_map{width:100%;height:40rem}
.under main .box_ytb{width: 90rem;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 .btn_tel a{padding: 3rem 2rem 2.5rem;background-color: var(--mcolor);color: #FFF;display: flex;justify-content: center;align-items: center;flex-direction: column;max-width: 400px;margin: 0 auto;border-radius: 2rem;text-align: center;}
.under main .btn_tel a > span{display: block;}
.under main .btn_tel a .tel {font-size: 3.4rem;font-family: var(--f-pop);font-weight: 600;position: relative;white-space: nowrap;padding-left: 3rem;color: #FFF;letter-spacing: -0.3rem;line-height: 1;margin-bottom: 1rem;}
.under main .btn_tel a .tel::before{content: "";position: absolute;width: 2.4rem;height: 2.4rem;background: url('../images/secbnn_ic_tel.png') no-repeat center /contain;left: 0;top: calc(50% - 1.2rem);}
.under main .btn_tel a .date{line-height: 1.6;}


/* ===========  PAGINATION ===========  */
.under main .pagination {display: flex;justify-content: center;flex-wrap: wrap;text-align: center;margin: 3rem auto 0}
.under main .pagination li{margin: 0 0.5rem}
.under main .pagination li a{width:4rem;height: 4rem;text-align: center;border:1px solid  var(--mcolor);background: #fff;display: flex;color: var(--mcolor);justify-content: center;align-items: center;border-radius: 0.5rem;}
.under main .pagination li:hover a,
.under main .pagination li.active a{background: var(--mcolor);color: #fff;}
.under main .pagination li.active a{pointer-events: none;}
.under main .pagination li.disabled {display: none}
.under main .pagination li.arrow a{width: 7rem;}

/* ===========  OVN ===========  */
.under main .ovn_list dl{display: flex;padding: 2rem;position: relative;background: #f9f5ed;margin-bottom: 3rem;}
.under main .ovn_list dl:last-child{margin-bottom: 0;}
.under main .ovn_list dl::after{content: '';position: absolute;top: -0.1rem;left: 0;width: 100%;height: calc((100% + 0.2rem));border: 0.2rem solid var(--mcolor);transition: .3s ease-in-out;opacity: 0;visibility: hidden;}
.under main .ovn_list dt{width: 30rem;flex-shrink: 0;margin: 0 3rem 0 0;height: 18rem;}
.under main .ovn_list dt a{display: flex;justify-content: center;align-items: center;overflow: hidden;width: 100%;height: 100%;}
.under main .ovn_list dt a img{max-height: 100%;}
.under main .ovn_list .date{font-size: 1.6rem;line-height: 1.5;margin-bottom: 1rem;}
.under main .ovn_list .tt{-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;font-weight: 700;color: var(--blue);font-size: 2.2rem;line-height: 1.5;margin: 0 0 0.5rem 0;}
.under main .ovn_list .des{-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;line-height: 1.6;}
.cate {min-width: 14rem;height: 3rem;font-size: 1.4rem;font-weight: bold;color: #FFF;font-family: var(--f-nts);text-align: center;line-height: 1.2;display: flex;justify-content: center;align-items: center;width: fit-content;margin-right: 1.1rem;background-color: #75afd4;padding: 0.2rem 1rem;}
.cate_2{background-color: var(--scolor);}
.cate_3{background-color: var(--mcolor);}
.under main .btn_ovn{display: flex;justify-content: center;gap: 2rem;}
.under main .btn_ovn .hidden{opacity: 0;}
.under main .btn_ovn > p{margin-bottom: 0;}
.under main .u_editor img{max-height: 500px;}
.under main .viewPage a{background-image: none;}
.under main .prevPage a{background-image:url('../images/btn_ic_prev.svg');background-position: left 2.3rem center;}
.btn.active a{background-color: var(--scolor);}
.ovn_img img{max-height: 600px;}

.under main .news_auth{max-width: 700px;margin: 0 auto;padding:3rem 6rem 4rem;background-color: #f9f5ed;border-radius: 2rem;}
.under main .news_auth_img img{border-radius: 1.5rem;}
.under main .news_auth_box{display: flex;gap: 4rem;align-items: center;}
.under main .news_auth .tt1{font-size: 2.8rem;font-weight: bold;margin-bottom: 2rem;line-height: 1.2;}
.under main .news_auth .tt2{font-size: 2.4rem;font-weight: bold;margin-bottom: 1rem;line-height: 1.6;}
.under main .news_auth .tt3{font-size: 2.2rem;font-weight: bold;margin-bottom: 1rem;line-height: 1.4;}
.under main .news_auth .cta a{text-decoration: underline;text-underline-offset: 2px;color: var(--scolor);}

.under main .contact_privacy dt{font-weight: 500;font-size: 1.8rem;color: var(--mcolor);}
.under main .contact_privacy dt:not(:first-child){margin-top: 3rem;}

#d_en1780467981,#d_en1767667757{position: relative;padding:0;}
#d_en1780467981 div.fmail_must,#d_en1767667757 div.fmail_must{float: initial;position: absolute;left: calc(50% - 350px);bottom: 12px;}
#d_en1780467981 ol.fmail_checkbox_list ,#d_en1767667757 ol.fmail_checkbox_list {width: fit-content;margin: 0 auto;}
#d_en1780467981 ol.fmail_checkbox_list li a,#d_en1767667757 ol.fmail_checkbox_list li a{text-decoration: underline;text-underline-offset: 2px;}

/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after { content: ""; display: table; clear: both; }
.u_editor div{font-size: 1.6rem;}
.u_editor .clearfix:not(:last-child){margin-bottom: 4rem;}
/* Blockquote */
.u_editor blockquote { border-left: 0.4rem solid #ccc; padding-left: 1em; margin: 1em 0; color: var(--txt); font-style: italic; }
.u_editor blockquote cite { display: block; font-style: normal; margin-top: 0.5em; color: #999; }
/* Horizontal line */
.u_editor hr { border: none; border-top: 1px solid #ccc; margin: 2em 0; }

.alignright, .alignleft{margin-bottom:3rem;max-width:30rem!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}