@charset "utf-8";
.material-symbols-outlined.fill {
    color:var(--color-main);
    font-variation-settings: 'FILL' 1 ,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.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_content_s, .sub_all_wrab {
    visibility: hidden;
}
.sub_con h4 {
    font-size: var(--font-size30);
    font-weight: 800;
}
.sub_con h5 {
    font-size: 22px;
    font-weight: 600;
}
.common_tit {padding: 0 0 var(--sub_pd_half);}
.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(--font-size40);
    position: relative;
    display:inline-block;
    font-weight: 700;
    font-family: var(--font-point);
    line-height: 140%;
    letter-spacing: -1px;
}
.common_tit h4:after {}
.common_tit p {font-size: 1.3rem;font-weight: 400;color:var(--color-black2);margin-top: 1rem;}
.common_tit.s_pd {padding-bottom:40px}
.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;}

@media screen and (max-width: 1000px) {
	.global_search {}
	.global_search div{}
	.global_search div h3{}
	.global_search div ul{}
	.global_search div ul li{}
	.global_search div ul li input{}
	.global_search div ul li input[type=text]{}
	.global_search div ul li input[type=submit]{}
	
}
.sub_title_body {}
.sub_title_con {position:relative;padding: var(--sub_pd) 0 var(--sub_pd_half);padding-left: 100px;}
.title_inner {
    max-width: var(--width-size);
    margin: 0 auto;
}
.sub_title_con .title_txt {
    /* position: absolute; */
    /* color: #fff; */
    /* top: 50%; */
    /* left: 23%; */
    /* transform: translate(-50%, -50%); */
    position: relative;
    z-index: 3;
}
.title_txt h2 {
    font-size: 54px;
    font-family: var(--font-point);
    font-weight: 900;
    padding-top: 1rem;
    letter-spacing: -1px;
    line-height: 130%;
}
.title_txt .txt_nav {
    display: flex;
    text-align: center;
    justify-content: center;
}
.title_txt .txt_nav li {padding-right:1rem}
.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;}
.sub_header .txt_nav {display:flex;justify-content: flex-end;gap: 10px;}
.sub_header .txt_nav li {font-weight:300; font-size:16px; color:#777}
.sub_header .txt_nav li:last-child {font-weight:500; color:#333}


.slide_menu {
    display: flex;
    width: 30%;
    align-items: center;
    z-index: 2;
    border-bottom: unset;
}
.slide_menu > li {
    width: auto;
    /* display: flex; */
    /* justify-content: space-between; */
    position:relative;
    padding: 0 1em;
    /* height: 100%; */
    /* align-items: center; */
    /* color: #7A7A7A; */
}

.slide_menu > li:first-child {display: inline-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;}
.slide_menu > li:last-child {border: unset;padding-right: 0;width: 50%;position: relative;}
.slide_menu > li:after {content:"";width:1px;height:60%;background-color: rgb(0 0 0 / 12%);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.slide_menu > li:last-child::after {display:none;}
.slide_menu > li i {font-size:20px;}
.slide_menu > li:first-child img {width:22px;height:22px;}
.slide_menu li p {
    font-weight: 400;
    /* color: #ffffff; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* cursor: pointer; */
    font-size: 16px;
    /* height: 100%; */
    color: #323232;
    align-items: center;
    margin-top: 0;
}
.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 1.5rem;
    padding-right: 0;
    top: 40px;
    right: 0;
    width: 100%;
    border-radius: 10px;
    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: #fff; */
    border-bottom: 1px solid rgb(255 255 255 / 19%);
    width: 100%;
    }
.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: table;
        color: #555;
        padding: 0.5em 0em;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
}
.slide_menu > li ul > li > a:hover {font-weight:500; color:var(--color-main);}
.hide {    display: none;}


.sub_header h3 {
    font-size: var(--sub-h3-size);
    font-weight: 800;
    font-family: var(--font-point);
    text-align: center;
    text-transform: uppercase;
    /* color: var(--color-main); */
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.subtab {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.subtab ul {
    display: flex;
    /* background-color: #D0E8CD; */
    width: auto;
    height: 50px;
    justify-content: center;
    /* padding: 10px; */
    border-radius: 80px;
    gap: 2rem;
}
.subtab ul li {
    /* width: 50%; */
    text-align: center;
    position:relative;
}
.subtab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    /* font-family: var(--font-point); */
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    position: relative;
    color: #3B3B3B;
    border: 1px solid #ddd;
    min-width: 180px;
    padding: 0 1rem;
}
.subtab ul li a:after {
	content:"";
	position:absolute;
	bottom: -10px;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	/* background-color: #fff; */
	border-radius: 50px;
	transition: all .4s;
	z-index: -1;
}
.subtab ul li.on a{color: #fff;opacity: 1;border-color: var(--color-main2);}
.subtab ul li:hover a {color:var(--color-main2);border-color: var(--color-main2);}
.subtab ul li.on:hover a {color:#fff}
.subtab ul li.on a::after, .subtab ul li:hover::after {background-color: var(--color-main2);}
.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;}
.sub_sec + .sub_sec {margin: 140px auto;}
.part {display:flex;position: relative;}
.part + .part {padding-top:var(--sub_pd)}
.s_tit {width: 28%;padding-right: 5rem;margin-bottom: 4rem;}
.mg_top {
    margin-top: -5rem;
}
.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:var(--color-main);
    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-main);
}
.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: #EFF5EF;
    padding: var(--sub_pd) 0;
}
.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);
}
.mo {display:none;}
.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;padding-top: var(--sub_pd_half);}
.list_st1 li {width:100%; text-align:center}
.list_st1 li dt {color:var(--color-main);font-size:1.5rem;font-weight:600;margin: 1rem 0;}
.list_st1 li dd {line-height:140%;color: var(--color-black2);}
.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;}
/* 스텝 */
.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;}
.txt_p {margin-top: 2rem;font-size:20px;font-weight:500;/* color:var(--color-main); *//* text-align:center; */border-top: 1px solid #ddd;/* background-color: #fff; */padding: 1rem;}
.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);
}
.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;}
span.drag {opacity: 0;display: none;}

/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1500px)  {
	
	.sub_header {padding: 3rem 3%;}
	.sub_header .menu_fix { padding: 5% 0;}
	.common_wd {padding: 0 3%;}
	.common_board {padding: 1rem 3%;margin: 0 auto 2rem;}
    .title_inner {padding:0 30px}
	.over .drag {display:none}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media (max-width: 1024px) {
	.slide_menu {width:50%}
	.sub_title_con {padding-left:0;margin-top: 40px;}
    .common_board {padding:0 30px}
    #container_wr {padding-left:0}
	.title_inner {/* padding: 0 20px; */}
	.sub_sec + .sub_sec {margin:100px 0}
	.full_bg.last {margin-bottom:0}
	.titbox .title_txt {padding: 0 20px;}
	.title_txt {padding:0 20px}
    .title_txt h2 {font-size:3rem;}
    .title_txt h3 {font-size: 2.6rem;word-break: keep-all;}
    .title_txt h3 br, .introbox .intro_txt h3 br {display: none;}
	.title_txt p {font-size: 1.3rem;}
	.common_tit.lt {width: 35%;padding-right: 2rem;}
    .common_tit h4, .s_tit h4 {font-size: 2.2rem;word-break:auto-phrase}
	.common_tit p {font-size:1.3rem}
	.common_tit.s_pd {padding-bottom:3rem}
	.common_txt p {font-size:1.5rem}
	.common_txt p br {display:none}
	 dd, li, p, a{font-size: 17px;word-break: keep-all;}
	.listbox h5 {font-size: 1.6rem;}
	.list_st1 li > span {width:80px;display: inline-block;text-align: center;}
	.list_st1 li img {width:100%;}
    .list_st1 li dt {font-size:20px}
    .list_st2 {gap: 2rem;}
	.step_st1 li > span {width: 70px;height: 70px;}
    .step_st1 li > span img {width:100%}
	.step_st1 li .dot {width:20px; height:20px}
	.step_st1 li .dot:after {width:10px; height:10px}
	.step_st1 li dd {padding: 0 1rem;}
    .step_st1 li dd br {display: none;}
	.step_st1:before {margin-top: 94px;}
	.step_st1 li .arrow {margin-top: 82px;}
    .list_st2 li {}
    .txt_list {/* flex-wrap: wrap; */gap: 1rem;}
	.txt_list li {padding:1.5rem 1rem;}
	.txt_list li span {width:100%;display: block;margin-top:.5rem}
	.part {display:flex;gap: 2rem 0;}
	.s_tit {width:100%;padding: 0;}
	.s_tit h4.sti {margin-bottom:0;top: 0;}
	.s_tit h4 br {display:none}
	.s_list {width:100%}
	.s_list .imgbox {width:50%;height: 260px;}
	.s_list .txtbox {width: 55%;min-width: 400px;padding: 2rem 1.5rem;}
	.topbox {background-size: 30%;height: auto;padding: var(--sub_pd) 0;background-position: 90% 20%;margin-bottom: 100px;}
	.topbox .linkbox {width:100%;gap: .5rem;}
	.glist li {/* padding-left:0; */}
	.part .part_le {width:100%;padding: 0;}
	.part .part_ri {width:100%;}
	.introbox {flex-wrap:wrap;display: flex;flex-direction: column-reverse;}
	.introbox .intro_bg, .introbox .intro_txt {width:100%}
	.introbox .intro_txt {padding: 0 20px;margin-bottom: 2rem;}
	.listbox h5 span {width: 120px;/* bottom: -3rem; */} 
	.listbox h5 span img {width: 100%;}
	.sd_tb.over {overflow:scroll;}
	span.drag {display: block;font-size: 2rem;text-align: right;width: 100%;color: #444;transform: translateX(-20%);animation-name: drag_right;animation-duration: 3s;animation-iteration-count: infinite;animation-direction: alternate;margin-top: -1rem;opacity: 1;}
	.sd_tb table {width:1100px;}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
    .common_board {padding:0 20px}
	.slide_menu {width:100%}
	.slide_menu > li {padding:0 10px; width:auto}
	.slide_menu > li:nth-of-type(1){width:5%} 
	.slide_menu li:last-child {width: 64%;}
	.slide_menu li p {font-size:16px}
	.slide_menu > li ul {width:100%;padding: .5rem;}
	.slide_menu > li ul > li > a {font-size:15px}
	.title_inner {/* padding:0 20px; */}
	.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 {font-size: clamp(1.1rem, 5vw, 1.5rem);}
	.title_txt span {font-size:17px}
	.title_img {height:200px;background-size: cover;}
	.sub_header .txt_nav li {font-size: clamp(.9rem, 4vw, 1rem);}
	.common_board {padding: 0 20px;}
	.common_wd {padding: 0 20px;}
	.common_tit.lt {width:100%}
	.common_tit h4, .s_tit h4 {font-size: clamp(1.6rem, 5.5vw, 2rem);}
	.common_tit h4:after {width:8px;height:8px;right: -12px;}
	.common_tit p {font-size: 20px;width: 90%;}
	.common_tit.s_pd {padding-bottom:2rem}
	.common_txt p br {display:none}
	.sub_sec + .sub_sec {margin:80px 0}
	.full_bg.last {margin-bottom:0}
	dd, li, p, a, td, th{font-size: 15px;word-break: keep-all;}
	.part {flex-wrap: wrap;}
	.part:first-of-type {/* gap:1rem; */}
    .list_st1 {flex-wrap: wrap;gap: 1rem;}
    .list_st1 li {width: 46%;}
	.list_st1 li dd {}
	.step_st1 {flex-wrap:wrap;gap: 2rem;}
	.step_st1:before, .step_st1 li .dot {display:none}
	.step_st1 li, .step_st1.step5 li {width:100%}
	.step_st1 li:before {}
	.step_st1 li .arrow {margin: 0;transform: rotate(90deg);position: relative;padding: 5px 0;}
	.step_st1 li dt {font-size: 20px;}
	.list_st2 li {width:100%}
	.list_st2 strong {font-size:18px;padding: 0 5px 5px;}
	.list_st2 strong span {width: 45px;}
	.list_st2 strong span img {width:100%}
	.list_st2 p { padding: 0 5px;}
	.txt_list {flex-wrap:wrap}
	.txt_list li span {font-size:18px}
	.listbox h5, .s_list .txtbox h5 {font-size: 1.4rem;}
	.listbox h5:after {width: 10px; height: 10px;}
	.listbox h5 span {width:100px;}
	.listbox h5 span img {width:100%}
	.topbox .linkbox {display:none}
	.topbox {margin-bottom:80px;background-size: 34%;background-position: 90% 40%;padding: var(--sub_pd_half) 0;}
	.s_tit {margin-bottom: 0;}
	.s_list li {flex-wrap:wrap}
	.s_list .imgbox {width:100%;position: relative;}
	.s_list .txtbox {padding: 1.5rem 1rem;width:100%;min-width: 280px;margin-top: -3rem;}
	.s_list .txtbox:before { margin-left: 0;width: 110%;display: none;}
	.s_list .txtbox dt {width: 20%;}
	.s_list .txtbox dd {width: 80%;}
	.s_list .txtbox p {font-size:15px}
	.txtbox .whbox {padding:1rem}
	.txtbox .whbox li {font-size:15px}
	.txtbox .whbox li span {font-size:10px}
	.download {padding:0}
	.download a + a {margin-left:0}
	.download a .txt {font-size:16px}
	.glist li span {font-size:18px}
	.sd_tb table td {font-size:15px;padding: 5px;}
	.glist li {padding:3px 0;padding-left: 26px;}
	.glist li span {font-size:16px;width: 18px;}
	.sd_tb {overflow:scroll}
}

