@charset "utf-8";
body {background-color:var(--color-bg)}
.material-symbols-outlined.fill {
    color:var(--color-main);
    font-variation-settings: 'FILL' 1 ,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.header .fix button span {position: relative;}
.header .fix button span:before {    
    content: "";
    display: block;
    width: 3.2rem;
    height: 1.8rem;
    box-sizing: border-box;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition: height 100ms 400ms, border 10ms 390ms, transform 400ms 0ms, width 400ms;
}
.header .fix button span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.2rem;
    height: 2px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background-color: #ffffff;
    transition: transform 400ms, width 400ms;
}
.global_search {
    display: none;
    position: fixed;
    /* top: 6em; */
    z-index: 1111111111111111;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
}
.global_search > div{position: fixed;/* top: 6em; */width: 100%;height: 100vh;/* background: rgba(255,255,255,1); */}
.global_search > div >div{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-left: -13em; */
    border: 1px solid gray;
    background: white;
    padding: 2em;
    transform: translate(-50%, -50%);
}
.global_search form {width:100%;position: relative;}
.global_search input[type=text] {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #333;
    height: 50px;
    outline:none;
}
.global_search input:focus {border:0;outline:none;}
.global_search button {position:absolute;right: 0;/* background-color: #f7f7f7; *//* width: 10rem; */height: 100%;padding: 0 1rem;}
.global_search > div > div h3{
    font-size: 1.4em;
    font-weight: 700;
    color: #d36868;
}
.global_search > div > div ul{
    display: flex;
    margin-top: 1em;
}
.global_search > div > div ul li{
}
.global_search > div > div ul li input{}
.global_search > div > div ul li input[type=text]{
    /* height: 3.5em; */
    padding: .5em;
    font-size: 1.2em;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}
.global_search > div > div ul li input[type=submit]{
    padding: .7em 2em;
}
.global_search form img {
    cursor: pointer;
}


.sub_con section + section {padding-top:var(--sub_pd)}
.sub_con .sec_inner {/* padding-bottom:var(--sub_pd); */}
.sub_con h4 {
    font-size: var(--sub-h4-size);
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.sub_con h4:after {content:"";position:absolute;display:block;width: 14px;height: 14px;background-color:var(--color-main);border-radius: 80% 0;right: 0;top: 0;margin-right: -18px;margin-top: -3px;transform: rotate(10deg);}

.common_tit {padding: 0 0 var(--sub_pd_half);text-align: center;position: relative;}
.common_tit.line {border-bottom:1px solid #ddd}
.common_tit.lt {width: 30%;padding: 0;padding-right: 5rem;word-break: keep-all;}
.common_tit h4{
    font-size: var(--sub-h4-size);
    position: relative;
    display:inline-block;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
	margin-bottom:0
}
.common_tit h4:after {}
.common_tit p {font-size: 1.5rem;font-weight: 400;color:var(--color-black2);margin-top: 1rem;}
.common_tit p.sm {font-size:18px}
.common_txt {font-size: 29px;margin-bottom: 3rem;}
.common_txt p {font-weight: 500;line-height: 150%;color: var(--color-black2);/* font-family: var(--font-point); */);}
.common_txt span {color:var(--color-main);font-weight: 600;}

.sub_title_body {}
.sub_common {/* margin-top: 140px; */}
.sub_title_con {position:relative;/* margin-top: 140px; *//* height: 350px; */background-repeat: no-repeat;background-size: cover;background-position: center;z-index: 0;/* max-width: 1920px; *//* margin: 0 auto; */overflow: hidden;padding-top: 140px;}
.title_inner {
    max-width: var(--width-size);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 226px;
    justify-content: center;
}
.sub_title_con:before {content:"";position:absolute;display:block;width: 100%;height:100%;background-color: #f7f4d4;/* border-radius:0 300px 300px 0; *//* right: 0; *//* margin-right: 22%; *//* border-radius: 0 300px 300px 0; */left: 0;top: 0;border-radius: 0 0 60% 20%;}
.sub_title_con:after {content:"";position:absolute;display:block;width: 100%;height:100%;background-color: #e7e3b8;left: 0;top: 0;z-index: -1;border-radius: 0 0 20% 20%;/* border-radius: 300px; *//* opacity: 0; *//* margin-right: -35%; */}
.sub_title_con.bgcolor_10:before {background-color: #f7ecff;}
.sub_title_con.bgcolor_20:before {background-color: #ebf6d4;}
.sub_title_con.bgcolor_30:before {background-color: #e1f7f9;}
.sub_title_con.bgcolor_40:before {background-color: #fff1df;}

.sub_title_con.bgcolor_10:after {background-color: #e7d6f4;}
.sub_title_con.bgcolor_20:after {background-color: #deeac5;}
.sub_title_con.bgcolor_30:after {background-color: #c5e2e5;}
.sub_title_con.bgcolor_40:after {background-color: #f5e2cc;}


.nav_float span {background-size: contain;/* min-width: 300px; */height: 230px;position: absolute;right: 0;bottom: 0;/* margin-bottom: -3%; */margin-right: 3%;background-repeat: no-repeat;background-image: url(/img/page/subtitle.svg);width: 250px;}
.nav_float .bgimg_10 {background-image:url(/img/page/subtitle10.svg);width: 272px;}
.nav_float .bgimg_20 {background-image:url(/img/page/subtitle20.svg);width: 167px;height: 300px;}
.nav_float .bgimg_30 {background-image:url(/img/page/subtitle30.svg);width: 300px;}
.nav_float .bgimg_40 {background-image:url(/img/page/subtitle40.svg);width: 210px;}
.nav_float .bgimg_50 {background-image:url(/img/page/subtitle50.svg)}


.sub_title_con .title_txt {
    /* position: absolute; */
    /* color: #fff; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    position: relative;
    z-index: 3;
    display: inline-block;
    /* margin-bottom: 2rem; */
    /* text-align: center; */
}
.title_txt h2 {
    font-size: 55px;
    font-weight: 800;
    /* padding-top: 1rem; */
    line-height: 130%;
    color: #232323;
    display: inline-block;
    font-family: var(--font-point-b);
    letter-spacing: -1px;
    margin-bottom: 2rem;
}

.sub_header {/* text-align: center; *//* height: 200px; *//* display: flex; */justify-content: center;align-items: center;position: relative;/* padding: 3rem 0 3rem; */width: var(--width-size);margin: 0 auto;}
.txt_nav {display:flex;justify-content: flex-end;gap: 10px;width: var(--width-size);margin: 0 auto;/* padding-top: 2rem; */padding: 2rem 30px 0;}
.txt_nav li {font-weight:300; font-size:16px; color:#777}
.txt_nav li:last-child {font-weight: 600;color: var(--color-main);}
.sub_header h3 {text-align:center;font-size: var(--sub-h3-size);/* padding-bottom: var(--sub_pd_half); */padding-bottom: 1rem;font-weight: 800;color: #232323;text-transform: uppercase;}
.menu_fix {position:absolute;bottom: 0;width: 100%;background-color: #fff;height: 80px;margin-bottom: -40px;display: flex;align-items: center;border: 1px solid #EAEAEB;border-radius: 80px;}
div.nav_float {margin-top:-30px;z-index:1;position: relative;}
.slide_menu {
    display: flex;
    width: 50%;
    align-items: center;
    z-index: 2;
    border-bottom: unset;
    height: 100%;
    /* border-radius: 80px; */
    /* overflow: hidden; */
    /* border: 1px solid #EAEAEB; */
    gap: 7px;
}
.slide_menu > li {
    width: auto;
    display: flex;
    /* justify-content: space-between; */
    position:relative;
    /* padding: 0 1em; */
    /* height: 100%; */
    /* align-items: center; */
    /* color: #7A7A7A; */
    width: 300px;
    padding: 0 2rem;
    background-color: #ffffff;
    height: 60px;
    border-radius: 60px;
    /* border: 1px solid #ddd; */
    box-shadow: 3px 3px 8px rgb(0 0 0 / 6%);
}

.slide_menu > li:first-child {display: flex;justify-content: center;align-items: center;/* background-image: url(/img/page/sub_title/home.svg); *//* background-repeat: no-repeat; *//* background-position: center; */padding-left: 0;width: 60px;height: 60px;padding: 0;border-radius: 50%;background-color: #ffffff;border: 1px solid var(--color-main);}
.slide_menu > li:last-child {}
.slide_menu > li i {font-size: 30px;color: var(--color-main);}
.slide_menu > li:first-child i {color:var(--color-main);/* color: #fff; */font-size: 20px;}
.slide_menu li p {
    font-weight: 400;
    /* color: #ffffff; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* cursor: pointer; */
    /* height: 100%; */
    /* color: #ffffff; */
    align-items: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.slide_menu li:last-child p {cursor: pointer;}
.slide_menu li p > img {width: 18px;}
.slide_menu li p span {color: #555;}

.spin {
       animation-name: spin;
       animation-duration: 1000ms;
       animation-iteration-count: 1;
       animation-timing-function: linear;
       transform: rotate( 0deg );
}

.slide_menu > li ul{
    position: absolute;
    width: calc(100% + 1.5px);
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    /* border-top: 0; */
    padding: 1rem;
    top: 66px;
    right: 0;
    width: 100%;
    border-radius: 2rem;
    z-index: 2;
    /* margin-top: 14%; */
    /* margin-right: 2rem; */
    /* border: 2px solid var(--color-main); */
    /* margin-left: -1em; */
    text-align: left;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 6%);
    border: 1px solid #ddd;
    display: none;
    }
.slide_menu > li ul > li{
    /* background-color: var(--color-bg); */
    border-bottom: 1px solid rgb(255 255 255 / 19%);
    width: 100%;
    border-radius: 1rem;
    padding-left: 1rem;
    }
.slide_menu > li ul > li:hover{background-color: var(--color-bg);}
.slide_menu > li ul > li.on {}
.slide_menu > li ul > li:hover {}
.slide_menu > li ul > li:nth-last-child(1) {border-bottom:0; }
.slide_menu > li ul > li > a{
        display: block;
        color: #555;
        padding: 0.5em 0em;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
}
.slide_menu > li ul > li > a:hover {font-weight:500; color:var(--color-main);}
.hide {    display: none;}

.sub_con {margin: var(--sub_pd_half) 0 var(--sub_pd);}
.subtit p {font-size:20px; word-break:keep-all}
.subtit h3 {padding-bottom:1rem}
.sec_inner .subtit {padding-bottom: var(--sub_pd);}
.subtit .inqu_box {margin-top:2rem;border: 1px solid var(--color-main);background-color: #ff910017;padding: 1rem 2rem;display:inline-block;border-radius:1rem}
.subtit .inqu_box strong {font-size:24px;font-weight: 500;}
.subtab {
    margin-top: var(--sub_pd_half);
    display: flex;
    justify-content: center;
}
.subtab ul {
    display: flex;
    /* background-color: #D0E8CD; */
    width: auto;
    justify-content: center;
    /* padding: 10px; */
    border-radius: 80px;
    background-color: #ffffff;
}
.subtab ul li {
    /* width: 50%; */
    text-align: center;
    position:relative;
    min-width: 200px;
    border-radius: 2rem;
}
.subtab ul li.on {background-color:var(--color-main)}
.subtab ul li a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    /* font-family: var(--font-point); */
    transition: all .4s;
    display: inline-flex;
    /* z-index: 1; */
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    opacity: .6;
}
.subtab ul li.on a{color: #fff;opacity: 1;}
.subtab ul li:hover a {color:var(--color-main);border-color: var(--color-main);}
.subtab ul li.on:hover a {color:#fff}
.subtab ul li.on:after {
	content: "";
	/* width: 60px; */
	/* height: 30px; */
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: -1.1rem;
	border-style: solid;
	border-width: 12px 0px 12px 10px;
	border-color: transparent transparent transparent #e2712d;
	transform: translateX(-50%) rotate(90deg);
}
.tab2 {
    position: sticky;
    top: 90px;
    height: auto;
    z-index: 1;
    background-color: #fdf4eebf;
    /* box-shadow: 0 3px 5px rgb(0 0 0 / 10%); */
    /* border-bottom: 1px solid #ddd; */
    padding: 1rem;
    /* backdrop-filter: blur(2px); */
    margin-bottom: var(--sub_pd_half);
    }
.tab2 ul {flex-wrap:wrap;background-color:unset;gap: 1rem;/* background-color: #fff; *//* box-shadow: 0 3px 10px rgb(0 0 0 / 10%); */}
.tab2 ul li {width:auto;background-color: #fff;min-width: 100px;box-shadow: 3px 3px 6px rgb(0 0 0 / 6%);}
.tab2 ul li.on:after {border:unset;}
.tab2 ul li.on a {}
.tab2 ul li:nth-child(2).on {background-color:var(--color-main2)}
.tab2 ul li:nth-child(3).on {background-color:#2DB7E2}
.tab2 ul li:nth-child(4).on {background-color:#945CE8}
/*.tab2 ul li:nth-child(5).on {background-color:#945CE8}
.tab2 ul li:nth-child(6).on {background-color:#4975B7}*/
.subtab ul li:hover a {color:#111; opacity:1}
.tab_inner {display:none}
.common_wd {width: var(--width-size);margin: 0 auto;padding: 0 30px;/* z-index: 1; */}
.common_board {width: var(--width-size);margin: 0 auto 10%;/* padding-top: var(--sub_pd_half); */padding: 0 30px;padding-top: var(--sub_pd_half);}
.common_board .subtab {margin-top:0}
.part {display:flex;position: relative;}
.part + .part {padding-top:var(--sub_pd)}
.s_tit {width: 28%;padding-right: 5rem;margin-bottom: 4rem;}

.s_tit h4 {font-size: 36px;font-weight: 700;height: auto;letter-spacing: -.5px;word-break: keep-all;font-family: var(--font-point);line-height: 140%;}
.s_tit h4.sti {position: sticky;top: 100px;margin-bottom:250px}
.s_list {width: 72%;}
.s_list ul {display:flex;gap: 4rem 0;flex-direction: column;}
.s_list li {position:relative;display: flex;width: 100%;justify-content: flex-end;}

.s_list .imgbox {
    width: 500px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 2rem;
    z-index: -1;
    border: 1px solid #eee;
}
.s_list .imgbox img {width:100%; height:100%; object-fit: cover; object-position: center;}
.s_list .txtbox {background-color: #f8f8f8;width: 600px;padding: 2.5rem 2rem;margin-top: 6rem;/* z-index: 0; */border-radius: 1rem;position: relative;/* border-left: 20px solid #fff; *//* border-top: 20px solid #fff; */border: 1px solid #C2DDCE;}
.s_list .txtbox:before {content:"";position:absolute;width: 100%;height: 100%;background-color:#ffffff;left:0;top:0;z-index: -1;border-radius: 2rem 0 0 0;margin-left: -20px;margin-top: -20px;}
.s_list li.no_img {}
.s_list li.no_img .txtbox{width:100%; margin:0}
.s_list .txtbox h5 {font-size:1.5rem;color:var(--color-main);font-weight: 600;line-height: 130%;}
.s_list .txtbox p {color: #555;margin: 1rem 0;word-break: keep-all;}
.s_list .txtbox dl {display:flex;flex-wrap:wrap;gap: 6px 0;/* padding: 2rem 1rem; */margin-top: 1.5rem;}
.s_list .txtbox dt {font-weight:500;width: 15%;}
.s_list .txtbox dd {width: 85%;color: var(--color-black2);line-height: 130%;}
.txtbox .boxinner {margin-bottom:1rem}
.txtbox .whbox {margin-bottom: .5rem;background-color: #fff;border-radius: 1rem;border: 1px solid #ddd;padding: 1.2rem;}
.txtbox .whbox p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.txtbox p.import {border-bottom:1px solid #ddd;padding-bottom: .5rem;/* text-align: right; */color: #2196F3;}
.txtbox .whbox ul {gap: 6px;/* margin-top: .5rem; */}
.txtbox .whbox li {display: block;font-size: 17px;line-height: 135%;word-break: keep-all;padding-left: 1rem;color: #333;font-weight: 300;}
.txtbox .whbox li::maker {}
.txtbox .whbox li span {font-size: 12px;font-weight: 800;color: #ccc;padding-right: 8px;position: absolute;left: 0;top: 0;margin-top: 5px;}

.part .part_le {width:28%;padding: 0;}
.part .part_ri {width:72%;overflow: hidden;}
.part_ri .txtbox p {padding: 2px 0;}
.material-symbols-outlined.fill {
    color: #fff;
    font-variation-settings: 'FILL' 1 ,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
/* 리스트 스타일 */
.list_st {
    list-style-type: disc;
}
.list_st li {position: relative;/* padding-left: 1rem; */margin: .3rem 0;margin-left: 1rem;}
.list_st li:first-child {margin-top:0}
.list_st li::marker {
    color: var(--color-main2);
}
.border_st {border: 1px solid #ddd;border-radius: 10px;padding: 1rem;}
.border_st li {
    list-style-type: disc;
    margin-left: 1rem;
}
.border_st li::marker {
    color: #aaa;
    font-size: .8em;
}
.box_st {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0;
}
.box_st li {
    width: 30%;
    padding: 1rem 3rem;
    border: 1px solid #ddd;
    border-bottom: 8px solid var(--color-point1);
    /* box-shadow: 0 8px 0 var(--color-point1); */
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}
.box_st li:nth-of-type(2) {border-bottom: 8px solid var(--color-point2);}
.box_st li:nth-of-type(3) {border-bottom: 8px solid var(--color-point3);}
.box_st li span {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 3rem;
}

.listing h5 {margin: 2rem 0 .5rem;}
.listing p {
    word-break: keep-all;
}
.ct_txt {
    text-align: center;
    margin-bottom: 5%;
}
.ct_txt strong {
    font-size: 35px;
    border-bottom: 4px solid var(--color-main);
    padding-bottom: 10px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-main);
}
.line_box {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 3rem 3rem;
    text-align: center;
    margin-top: 12px;
}
.line_box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    word-break: keep-all;
}
.full_bg {
    background-color: #ffffff;
    padding: var(--sub_pd) 0;
    margin-top: var(--sub_pd);
}
.full_bg.bgcol1 {background-color: var(--color-bg);}
.full_bg.gray {background-color: #f8f8f8}
.full_bg.last {margin-bottom:0}
.ct_title {
    font-family: var(--font-point);
    text-align: center;
}
.ct_title p {
    font-size: 20px;
    padding-bottom: .3rem;
    color: #888;
}
.ct_title h4 {
    font-size: 32px;
    font-family: var(--font-point);
    font-weight: 800;
    text-transform: uppercase;
}
.sub_conts {
    /* padding: var(--sub_pd_half) 0 0; */
    margin-bottom: var(--sub_pd);
}
.listbox h5 {font-size:var(--font-size30);margin-bottom: 2rem;color: var(--color-black2););position: relative;padding-left: 1rem;}
.listbox h5 span {position:absolute; right:1rem;bottom:-2rem}
.listbox h5:after {content:"";position:absolute;width: 12px;height: 12px;/* border: 3px solid var(--color-main); *//* border-radius:50%; */left: 0;top: 0;border-radius: 0 50%;background-color: var(--color-main);}
/* 리스트 */
.list_st1 {display: flex;justify-content: center;gap: 2rem;}
.list_st1 li {width:100%;text-align:center;border: 1px solid var(--color-main2);padding: 2rem 1rem;border-radius: 2rem;}
.list_st1 li dt {font-size: 22px;font-weight:600;margin-bottom: 1rem;color: var(--color-main2);}
.list_st1 li dd {line-height:140%;color: var(--color-black2);padding-top: .1rem;}
.list_st2 {display: flex;gap: 4rem 3%;flex-wrap: wrap;justify-content: space-between;} 
.list_st2 li {width: 47%;}
.list_st2 strong {
    width: 100%;
    display: block;
    color: var(--color-main);
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}
.list_st2 strong span {
    position: absolute;
    right: 1rem;
    bottom: 0;
}
.list_st2 p {
    padding: 0 1rem;
    color: var(--color-black2);
}
.dot {}
.dot li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1rem;
}
.dot li::marker {color:var(--color-main)}
.dot li + li {margin-top: .6rem;}
.icon_list {display: flex;gap: 2rem;}
.icon_list li {width:100%;text-align: center;background-color: #fff;border-radius: 2rem;padding: 2rem;}
.icon_list li span {width: 10%;display: inline-block;height:2px;background-color: var(--color-main);margin-top: 2rem;}
.icon_list li .img {}
.icon_list li .txt {}
.icon_list li .txt h5 {padding: 1rem 0 .5rem;font-size:20px}
.icon_list li .txt p {word-break:keep-all}
/* 스텝 */
.stepbox .step5:nth-child(2) {margin-top: 4rem;}
.step_st1 {display: flex;width: 100%;position: relative;}
.step_st1:before {content:"";width: 76%;height: 1px;position:absolute;top: 0;margin-top: 115px;left: 50%;transform: translateX(-50%);background-color:#ddd;}
.step_st1 li {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
	position:relative;
}
.step_st1 li .dot {width:30px;height:30px;border: 2px solid #ddd;position:relative;display: block;border-radius: 50%;background-color: #ffffff;}
.step_st1 li .dot:after {content:"";position:absolute;width:14px;height:14px;left:50%;top:50%;transform:translate(-50%, -50%);background-color:var(--color-main);border-radius: 50%;}
.step_st1 li dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.step_st1 li dt span {
    display: block;
    color: var(--color-main);
    margin-bottom: 6px;
}
.step_st1 li dd {
    color: var(--color-black2);
    line-height: 140%;
}
.step_st1 li .arrow {position:absolute;top: 0;margin-top: 102px;right:0}
.step_st1 li .arrow span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    border: 3px solid var(--color-main);
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}
.step_st1 li .arrow span:first-child {opacity:.2}
.step_st1 li .arrow span:nth-child(2) {opacity:.5}
.step_st1.step5 li {width: 33.333%;}
.step_st1.step5:before {width: 84%;left: 58%;}
.step_st1.step5:nth-child(2)::before {left: 0;width: 50%;transform: unset;}
.txt_list {display: flex; gap:3rem}
.txt_list li {width:100%;padding:2rem;background-color:#fff;border-radius: 1rem;text-align: center;letter-spacing: 0;}
.txt_list li span {color:var(--color-main);font-size: 20px;font-weight: 500;}
.step_list ul {display: flex;}
.step_list ul li {display: inline-flex;width: 100%;position: relative;align-items: center;flex-direction: column;text-align: center;line-height: 1.4;}
.step_list ul li:first-child::before {display:none;}
.step_list ul li > div {
    height: 160px;
    width: 160px;
    display: inline-flex;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #3fb8bc;
    margin-bottom: 1rem;
    padding-top: .5rem;
    align-items: center;
    justify-content: center;
    position: relative;
}
.step_list ul li span {
    background-color: #3fb8bc;
    color: #fff;
    border-radius: 3rem;
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}
.step_list ul li p {font-weight:500}
.step_list ul li:after {
    content: "\f4b5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
    background-size: cover;
    font-family: 'Material Symbols Outlined';
    color: #a8a8a8;
    font-size: 24px;
    margin-top: -2rem;
    margin-right: -3%;
}
.step_list ul li:last-child:after {display:none;}
.step_list ul li:nth-of-type(2) span {background-color: #41aeca;}
.step_list ul li:nth-of-type(3) span {background-color: #459ee5;}
.step_list ul li:nth-of-type(4) span {background-color: #3d87d7;}
.step_list ul li:nth-of-type(5) span {background-color: #2f6fb5;}
.step_list ul li:nth-of-type(6) span {background-color: #1d528b;}


.step_list ul li:nth-of-type(2) > div {border-color:#41aeca;}
.step_list ul li:nth-of-type(3) > div {border-color:#459ee5;}
.step_list ul li:nth-of-type(4) > div {border-color:#3d87d7;}
.step_list ul li:nth-of-type(5) > div {border-color:#2f6fb5;}
.step_list ul li:nth-of-type(6) > div {border-color:#1d528b;}

.txt_boxlist {display:flex; flex-wrap:wrap; gap:3rem}
.txt_boxlist li {width:30%;background-color:#fff;padding: 2rem;border-radius:1rem;text-align: center;border: 1px solid #ddd;}
.txt_boxlist li span {width: 40px;height: 40px;background-color:var(--color-main2);color:#fff;display: inline-flex;justify-content: center;align-items: center;border-radius: 50%;margin-bottom: 1rem;}
.txt_boxlist li p {font-weight:500}
.glist {}
.glist li {padding: 8px 0;color: var(--color-black2);font-weight: 500;list-style-image: url("/img/common/check.png");padding-left: 30px;position: relative;}

.glist li span {
    border: 1px solid #eee;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--color-main);
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    width: 20px;
    position: absolute;
    left: 0;
    }
.topbox {height: 540px;background-color: #FFF7E8;width: 100%;position:relative;background-image: url(/img/page/bylife/top_img.png);background-repeat: no-repeat;background-position: 90% center;/* background-size: 80%; */display: flex;justify-content: center;align-items: center;margin-bottom: 140px;}
.topbox .linkbox {width: 79%;display:flex;ga;gap: 0.5rem 1rem;flex-wrap: wrap;margin-top: 2rem;}
.topbox .linkbox a {padding: 8px 20px;background-color: rgb(255 255 255 / 63%);border-radius:10rem;/* color: var(--color-main); */transition:background-color .5s;border: 1px solid #00000012;color: #555;font-size: 16px;}
.topbox .linkbox a:hover {background-color:var(--color-main); color:#fff}
.titbox {}
.titbox .nav_float {margin-bottom:var(--sub_pd_half)}
.titbox .title_txt {margin-bottom: 3rem;}
.title_txt {
    /* width: var(--width-size); */
    /* margin: auto; */
}
.title_txt h3 {font-size: 44px;letter-spacing: -1px;font-weight: 700;line-height: 130%;/* margin-bottom: 3rem; */color: var(--color-black2);font-family: var(--font-point);}
.title_txt p {font-size:1.5rem;margin-top: 1rem;}
.title_txt span {color:var(--color-main);}
.title_img {height: 400px;margin-bottom: var(--sub_pd_half);background-repeat: no-repeat;background-position: center;}
.introbox {
    display: flex;
    align-items: center;
    padding: 0 0 var(--sub_pd);
}
.introbox .intro_bg {width: 50%;border-radius: 0 2rem 2rem 0;overflow: hidden;}
.introbox .intro_bg img {width:100%}
.introbox .intro_txt {
    padding: 6rem;
    word-break: keep-all;
    width: 42%;
    max-width: 800px;
}
.introbox .intro_txt h3 {font-size:44px;letter-spacing: -1px;font-weight: 700;line-height: 130%;font-family: var(--font-point);}
.introbox .intro_txt h3 span {color:var(--color-main)}
.introbox .intro_txt p {
    font-size: 20px;
    margin-top: 2rem;
    word-break: keep-all;
    line-height: 140%;
    color: var(--color-black2);
}
.introbox .bg {position:absolute;width:260px;height:260px;background-color:#FFF9E5;z-index:-1;right:15%;top:15%;border-radius:50%;animation-name: bgspan;animation-duration: 2s;animation-iteration-count: infinite;animation-direction: reverse;animation-timing-function: linear;animation-fill-mode: none;animation-delay: 1s;animation-fill-mode: forwards;}

.download {margin-top: 1rem;padding-left: 1rem;}
.download a {
    padding: 1rem 2rem;
    border-radius: 20px;
    width: 325px;
}
.download a + a {margin-left:2rem}
.download a .txt {
    display: flex;
    align-items: center;
    gap: .5rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: var(--color-main);
    font-weight: 600;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    justify-content: center;
}
.download a .action {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    transition-property: width, height;
    background-color: var(--color-main);
}
.sp_btn {display: flex;gap: 2rem;justify-content: center;}
.sp_btn dl {
    width: auto;
    text-align: center;
    min-width: 220px;
}
.sp_btn .inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding: 1rem 2rem;
    gap: 1rem;
    /* background-color: var(--color-bg); */
    /* color: #fff; */
}
.sp_btn .inquiry dt {
    font-size: 18px;
    font-weight: 600;
    margin-right: 1rem;
}
.sp_btn .inquiry dd {
    display: flex;
    align-items: center;
}
.sp_btn .inquiry strong {
    font-size: 22px;
    color: var(--color-main);
    padding-left: .5rem;
    font-weight: 600;
    }

.sp_btn .apply {
    /* border: 2px solid var(--color-main2); */
    border-radius: 2rem;
    background-color: var(--color-main);
    transition: all .4s;
    padding: 1rem 2rem;
}
.sp_btn .apply dt {
    width: 100%;
    height: 100%;
}
.sp_btn .apply a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.sp_btn .apply:hover {background-color: var(--color-main2);}
.sp_btn .apply:hover a {color:#fff}
.subtit .sp_btn {padding-top:var(--sub_pd_half)}
.btn_act {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 60px;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
}

.btn_act::before {
    content:"";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
}
.btn_act:hover .action {
    width: 500px;
    height: 500px;
}
.btn_act:hover .txt {color:#fff;}

.sd_tb table {width:100%}
.sd_tb table tr {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.sd_tb table td {
    background-color: #fff;
    padding: 1.2rem;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.5;
    font-size: 17px;
}
.sd_tb table td.empty {background-color:#f8f8f8}
.sd_tb table td:first-child {/* font-weight: 500; */}
.sd_tb table td.tl {text-align:left;}
.sd_tb table th {border-right: 1px solid #ddd;font-weight: 500;line-height: 1.4;}
.sd_tb table th span {color: var(--color-main2);}
.sd_tb table thead th {
    background-color: #f8f8f8;
    font-weight: 500;
    text-align: center;
    padding: 1rem;
    line-height: 2;
    border-top: 1px solid #000;
    /* background-color: #d0e8cd70; */
    color: #444;
    word-break: keep-all;
}
.sd_tb table thead th:last-child, .sd_tb table td.noline {border-right:0}
.sd_tb table tbody th {color:var(--color-main);font-weight:500;/* background-color: #f8f8f8; */}
.sd_tb table td p {padding-top:.5rem;font-weight: 400;word-break: keep-all;}
.imgtit {height: 320px;width: 100%;background-repeat: no-repeat;background-position: center;background-size: 100%;border-radius: 2rem;display: flex;flex-direction: column;justify-content: center;gap: 2rem;text-align: center;border: 3px solid #fff;}
.imgtit h4 {display:block;color: #FF7F33;font-size: 42px;font-weight:700;margin-bottom: 0;font-family: var(--font-point-b);/* color: #444; */}
.imgtit h4 img:last-child {display:none}
.imgtit h4 span {color: #ff4b83;}
.imgtit h4:after {display:none}
.imgtit p {color: #000000c2;/* font-family: var(--font-point); */line-height: 1.5;font-size: 18px;}
.boxlist {display: flex;gap:2rem;}
.boxlist li {width:100%;padding: 3rem;text-align: center;border-radius: 2rem;border: 1px solid #ddd;}
.boxlist li:first-child {background-color:#F6E5D3;margin: 0;border: 0;}
.boxlist li:last-child {background-color:#DDE9CD;margin: 0;border: 0;}
.boxlist li h5 {padding-bottom:1rem; font-size:22px; font-weight:600}
.boxlist li p {word-break:keep-all}
.boxlist li p span {color:var(--color-main); font-weight:800; font-size:24px}
.btn_link {padding: 1rem;background-color:var(--color-main);color:#fff;text-align: center;margin: 0 auto;display: block;margin-top: 4rem;border-radius: 2rem;width: 20%;}
.btn_link a {color:#fff;font-weight: 600;}
.inquiry {
    display: flex;
    padding: 2rem 4rem;
    border-radius: 2rem;
    gap: 7rem;
    align-items: center;
    background-color: #fff;
    position: relative;
}
.inquiry h4 {margin-bottom: 0;}
.inquiry p {}
.inquiry p span {font-size:24px; color:var(--color-main); font-weight:700; margin-left:2rem}
.inquiry .spon_img {position:absolute;right: 0;margin-right: 4rem;bottom: 0;margin-bottom: 1rem;}
.imgtit {background-image: url(/img/page/volunteer/bg.jpg);}
.imgtit h4 {color:#FF4A6F}
.steplist {display: flex;position: relative;}
.steplist:before {content:"";position:absolute;display:block;width: 81%;height:1px;background-color:#ddd;top: 50%;margin-top: 20px;left: 50%;transform: translateX(-50%);z-index: -1;}
.steplist li {width:100%;display: flex;flex-direction: column;align-items: center;gap: 1rem;text-align: center;position: relative;}
.steplist li span {background-color:var(--color-main);color:#fff;display: block;padding: 0.3rem 2rem;border-radius: 2rem;text-transform: uppercase;font-size: 16px;}
.steplist li:after {content:"";position:absolute;display:block;background-image:url(/img/common/step.png);width:14px;height:14px;background-repeat: no-repeat;background-size: 100%;top: 50%;right: 0;margin-right: -7px;margin-top: 13px;}
.steplist li:last-child::after {display:none}

/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1500px)  {
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media (max-width: 1024px) {
	.sub_title_con {padding-top:80px}
	.slide_menu > li {width:200px}
	.nav_float span {min-width: 200px;height: 200px;}
	.nav_float .bgimg_10, .nav_float .bgimg_30 {width: auto;}
	.imgtit {height: auto;background-size: cover;background-position: center;padding: 2rem;gap: 1rem;background-repeat: no-repeat;}
    .imgtit h4 {font-size:36px}
	.imgtit p {font-size:18px;word-break: keep-all;}
	.boxlist {gap:1rem}
	.boxlist li {padding:2rem 1rem}
	.imgtit h4 img {width:100%}
	.icon_list {flex-wrap:wrap}
	.icon_list li {width: 47.5%;}
	.inquiry {padding: 2rem;gap: 3rem;}
	.inquiry .spon_img {width: 30%;margin-right: 0;margin-bottom: 0;}
	.inquiry .spon_img img {width:100%}
	.steplist:before {margin-top: -7px;}
	.steplist li {}
	.steplist li p {padding: 0 1rem; word-break:keep-all}
	.steplist li img {height: 30%;}
	.steplist li:after {margin-top:-13px}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
	.slide_menu {width:100%}
	.slide_menu > li {width: 50%;padding: .5rem 1rem;}
	.slide_menu > li:nth-of-type(1){display: none;} 
	.slide_menu li p {font-size:16px}
	.slide_menu > li ul {width:100%;padding: .5rem;}
	.slide_menu > li ul > li > a {font-size:15px}
	.sub_title_con {padding-top: 70px;}
	.title_inner {height: 160px;}
	.tit_sub_txt p {font-size:4.5vw; margin-bottom:1rem} 
	.title_txt h2 {font-size: clamp(2.2rem, 7vw, 2.8rem);}
    .title_txt h3, .title_txt h3 span, .introbox .intro_txt h3  {font-size: clamp(1.8rem, 6vw, 2.5rem);line-height: 140%;}
	.title_txt p, .subtit p {font-size: clamp(1.1rem, 5vw, 1.3rem);}
	.title_txt span {font-size:17px}
	.title_img {height:200px;background-size: cover;}
	.sub_header .txt_nav li {font-size: clamp(.9rem, 4vw, 1rem);}
	.subtab {padding:0 3%;width:100%;}
	.subtab ul li {width: 40%;min-width: 100px;}
    .subtab ul li a {font-size:17px;padding: 10px;}
	.tab2 {padding:1rem 0; top:80px}
	.tab2 ul {flex-wrap:wrap;background-color:unset;gap: .5rem;}
	.tab2 ul li {width: auto;background-color: #fff;min-width: 77px;}
	.tab2 ul li:after {display:none}
	.common_board {padding: 0 3%;}
	.common_wd {padding: 0 3%;}
	.common_tit.lt {width:100%}
	.common_tit h4, .s_tit h4, .sub_con h4 {/* font-size: clamp(1.8rem, 6vw, 2rem); */}
	.common_tit h4:after {width: 10px;height: 10px;}
	.common_tit p {}
	dd, li, p, a, td, th{font-size: 16px;word-break: keep-all;}
	.imgtit h4 {font-size:30px}
	.imgtit p {font-size:17px;}
	.nav_float span {height:120px;margin-bottom: 50px;min-width: unset;right: 5%;}
	.nav_float .bgimg_10 {width: 130px;}
	.nav_float .bgimg_20 {height:160px;width: 86px;}
	.nav_float .bgimg_30 {width: 130px}
	.nav_float .bgimg_40 {width: 100px;}
	.boxlist {flex-wrap:wrap}
	.imgtit h4 img:last-child {display:block;}
	.imgtit h4 img:first-child {display:none}
	.icon_list li {width: 100%;}
	.inquiry {padding:0;flex-wrap:wrap;background-color: unset;gap: 2rem;}
	.inquiry p {padding:1.5rem; background-color:#fff; border-radius:1rem}
	.inquiry .spon_img {display:none}
	.btn_link {width:50%}
    .steplist {flex-wrap:wrap;gap: 1.5rem 0;}
    .steplist:before {display:none}
    .steplist li {width:48%}
    .steplist li img {width:60px;height: auto;}
    .steplist li span {font-size:14px}
}

