@charset "utf-8";


.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: 32vh;background: rgba(255,255,255,1);}
.global_search > div >div{
    display: flex;
    width: 26em;
    flex-direction: column;
    align-items: center;
    /* margin: 0 auto; */
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -13em;
    border: 1px solid gray;
    background: white;
    padding: 1em;
}
.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 > div > div img {
    position: absolute;
    bottom: -8em;
    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 {}
.common_tit h4{
    font-size: var(--font-size30);
    /* font-family: var(--font-point); */
    position: relative;
    padding-left: 1rem;
    margin-bottom: 2rem;
    display:inline-block;
    font-weight: 700;
}
.common_tit h4:after {
	content:"";
	position:absolute;
	left: -10px;
	top: 50%;
	height: 13px;
	width: 18px;
	background-image:url(/img/common/tit_point.svg);
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

@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;width: 100%;height: 320px;background-position: center;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-color: #0D2D58;}
.sub_title_con .title_txt {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 90px;
}
.title_txt h2 {
    font-size: 50px;
    font-family: var(--font-point);
    font-weight: 800;
    /* padding-bottom: 1rem; */
}
.title_txt .txt_nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.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-top: 120px; */}
.sub_header .menu_fix {
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    padding: 3rem 0;
    justify-content: flex-end;
}
.slide_menu {
    /* padding: 0 13rem; */
    display: flex;
    justify-content: space-between;
    /* margin: 3rem 0; */
    width: 32%;
    align-items: center;
}
.slide_menu li {
    width: 39%;
    display: flex;
    justify-content: space-between;
    position:relative;
}
.slide_menu > li:first-child {width: 5%;}
.slide_menu li:after {
	content:"";
	background-image:url(/img/common/next.svg);
	position:absolute;
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	right: -1.5rem;
	top: 50%;
	/* margin-right: -2.5rem; */
	transform: translateY(-50%);
	opacity: .5;
}
.hide li::after {
    right: 0;
}
.slide_menu li:last-child::after {display:none;}
.slide_menu li p {
    font-weight: 400;
    color: var(--color-dark);
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.slide_menu li img {
}
.slide_menu li p i {
	border: 1px solid #ddd;
	width: 27px;
	height: 27px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: #ffffff;
	color: var(--color-dark);
	transition: all ease 1s;
}

.spin {
       animation-name: spin;
       animation-duration: 1000ms;
       animation-iteration-count: 1;
       animation-timing-function: linear;
       transform: rotate( 180deg );
}

.slide_menu > li ul{
    position: absolute;
    width: 186px;
    background-color: #4c5465;
    /* border: 1px solid #ccc; */
    padding: 0.5em 1em;
    top: 28px;
    border-radius: 6px;
    z-index: 2;
    margin-top: .5rem;
    }
.slide_menu > li ul > li{
    /* background-color: #fff; */
    display: table;
    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: #ffffff;
        padding: 0.5em 0em;
        width: 100%;
}
.slide_menu > li ul > li > a:hover {font-weight:500; color:var(--color-main);}
.hide {    display: none;}


.sub_header h3 {
    font-size: 32px;
    font-weight: 800;
    font-family: var(--font-point);
    text-align: center;
    padding: 0 0 4rem;
    text-transform: uppercase;
}
.subtab {
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
}
.subtab ul {
    display: flex;
    background-color: #D0E8CD;
    width: 520px;
    height: 80px;
    justify-content: center;
    padding: 10px;
    border-radius: 80px;
}
.subtab ul li {
    width: 50%;
    text-align: center;
    position:relative;
}
.subtab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    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;
}
.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, .subtab ul li:hover a{color:var(--color-main);opacity: 1;}
.subtab ul li.on a::after, .subtab ul li:hover::after {background-color: #fff;}
.common_wd {width: var(--width-size);margin: 0 auto;}
.common_board {width: var(--width-size);margin: 8rem auto;}

p.rf {text-align:right; font-size:17px; color:#555; font-weight:300;}

/* 리스트 스타일 */
.list_st {
    list-style-type: disc;
}
.list_st li {position: relative;/* padding-left: 1rem; */margin: .5rem 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: var(--color-bg-gray);
    padding: 5% 0;
}
.ct_title {
    font-family: var(--font-point);
    text-align: center;
}
.ct_title p {
    font-size: 20px;
}
.ct_title h4 {
    font-size: 40px;
    font-family: var(--font-point);
    font-weight: 800;
    text-transform: uppercase;
}
.mo {display:none;}

/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {
	.sub_header {}
	.sub_header .menu_fix { padding: 5% 0;}
	.box_st li { width: 32%;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media (max-width: 1024px) {
	.common_board {margin: 4rem auto 6rem;}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
	.sub_title_con .title_txt {width:100%}
	.title_txt h2 {font-size:3rem}
	.sub_header h3 {font-size: 1.8rem;word-break: keep-all;line-height: 1.4;}
}

