@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..700&family=Outfit:wght@100..700&display=swap');

/* Pretendard 폰트 */
@font-face {
	font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: Pretendard;
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

*{box-sizing: border-box;}
html {font-size: 62.5%;box-sizing: border-box;}

html {font-size: 62.5%;}
body{background:#fff;}
div {box-sizing:border-box; transition:all 0.3s ease-in-out;}
.mo_only, .mo_br {display:none!important;}
.tBr{display: none;}
.mBr{display: none;}
@media (max-width:1400px) and (min-width:992px) {html {font-size:51%;}}
@media (max-width:991px) {
	.pc_only, .pc_br {display:none!important;}
	.mo_only, .mo_br {display:block!important;}
}

.inr {
    width: 100%;
    max-width: 140rem;
    height: 100%;
	padding:0rem 2rem;
    position: relative;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# 헤더 
--------------------------------------------------------------*/
.hupd.down_point {
    transform: translateY(-100%);
}


#header.fix_header{background:#fff;}
#header.fix_header .logow{display:none;}
#header.fix_header .logob{display:inline-block;}
#header.fix_header .nav_li{color: #111;}
#header.fix_header .nav_li:hover{color: #ED1C24;}
#header.fix_header .openBtn{display:none;}
#header.fix_header .openBtnblack{display:inline-block;}
#header.fix_header .h_active .openBtnblack{display:none;}
#header.fix_header .inqcall a{color: #111;}



#header.ham_header{background:#fff;}
#header.ham_header .logow{display:none;}
#header.ham_header .logob{display:inline-block;}
#header.ham_header .nav_li{color: #111;}
#header.ham_header .nav_li:hover{color: #ED1C24;}
#header.ham_header .openBtn{display:none;}
#header.ham_header .openBtnblack{display:inline-block;}
#header.ham_header .h_active .openBtnblack{display:none;}
#header.ham_header .inqcall a{color: #111;}


#header.down_header{
	background:#fff;
	/* padding:2.5rem 6rem; */
}

#header.down_header .logow{display:none;}
#header.down_header .logob{display:inline-block;}
#header.down_header .nav_li{
	color: #111;
}
#header.down_header .nav_li:hover{
	color: #ED1C24;
}

#header.down_header .openBtn{display:none;}
#header.down_header .openBtnblack{display:inline-block;}
#header.down_header .h_active .openBtnblack{display:none;}
.openBtn{display:inline-block;}
.openBtnblack{display:none;}

#header.down_header .inqcall a{
	color: #111;
}




#header {top: 0; left: 0; width: 100%; z-index: 101; position: fixed; padding:3.5rem 6rem;
/* background: #FFF; */
background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.header_inner {margin:0 auto; position: relative; 
text-align:center;
} 

.logow{display:inline-block;}
.logob{display:none;}
.logo {display: inline-block; top: 50%; left: 0; display: flex; position: absolute; transform: translateY(-50%);}
.logo img {
    /* max-width: 100%; */
    height: 5rem;
}

.nav {
    display:inline-block;
}
.navbox {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.navInner{display:inline-block;}
.nav_ul {display: flex; justify-content: center;}
.nav_li {
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	color:#fff;
	font-size: 1.7rem;
	line-height: 3rem;
	letter-spacing: 0em;
	padding-right:8rem;
	position:relative;
}
.nav_li:last-child {padding-right:0;}
.nav_li a {
    position: relative;
    height: 100%;
    display: block;
}
.nav_li a::before {
	content:'';
	width:0%;
	height:2px;
	background: #ED1C24;
	position:absolute;
	left:0;
	bottom:0;
	transition: all 0.3s ease-in-out;
}

.nav_li:hover  {color:#ED1C24;}
.nav_li:hover a::before {width:100%;}

.headerIconGroup {
    top: 50%;
	right: 0;
	display: flex;
	position: absolute;
    transform: translateY(-50%);
}
.headerIconBox {width:4.2rem; height:4.2rem;}
.showsea {margin-left:2rem;}
.headerIconBox figure {width:100%; height:auto;}
.headerIconBox figure img {width:100%; height:auto;}

.headerIconhome{position:relative;}
.headerIconhome img{
	height:4.2rem;
}


.inqcall{
	top: 50%;
	right: 0;
	display: flex;
	position: absolute;
    transform: translateY(-50%);
}
.inqcall a {
    position: relative;
    display: flex;
    color: #FFF;
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    align-items: center;
    justify-content: flex-end;
}
.inqcall img{
	height:3rem;
	margin-left:2rem;
}

@media (max-width:1700px) {
	/* #header.down_header{ */
		/* padding:2rem 4rem; */
	/* } */
	#header {
		padding: 3rem 4rem;
	}
}

@media (max-width:1600px) {
	.nav_li {
		padding-right: 6rem;
	}
	.showsea {
		margin-left: 0rem;
	}
}
@media (max-width:1360px) {

	.nav_li {
		padding-right: 6rem;
	}
	
}
@media (max-width:991px) {
	/* #header.down_header{ */
		/* padding: 1rem 0 1rem 7rem; */
	/* } */
	#header {padding: 1rem 0 1rem 7rem;}
	.header_inner {display: flex; justify-content: space-between; align-items: center;}
	.nav {display: none;}
	.logo {
		height: auto;
		position: relative;
		transform: inherit;
		top: unset;
		left: unset;
	}
	.logo img {
		height: 4rem;
	}
	.headerIconGroup {position: relative; transform: unset; right: unset; top: unset;}
	.headerIconBox {width: 5rem; height: 5rem;}
	.headerIconBox:last-child {margin-left: 0;}
	
	.inqcall {
		right: 2rem;
	}
	.inqcall a {
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: 0.96px;
	}
	.inqcall img {
		height: 2.6rem;
		margin-left: 1rem;
	}
}
@media (max-width:767px) {
	/* #header.down_header{ */
		/* padding: 0rem 0 0rem 0rem; */
	/* } */
	#header {padding: 0rem 0 0rem 0rem;}
	.header_inner {
		height: 5.6rem;
		display: block;
	}
	.headerIconhome {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: flex-end;
	}
	
	.headerIconhome img {
		height: 3.2rem;
	}
	.logo {
		display: inline-block;
		width: 5.7rem;
		height: 3rem;
		position: absolute;
		transform: translateX(-50%);
		top: 1.3rem;
		left: 50%;
	}
	.logo img{height:3rem;}
	
	.headerIconGroup {
		position: absolute;
		transform: unset;
		right: 0.6rem;
		top: 0.6rem;
	}
	.headerIconBox {
		width: 4.6rem;
		height: 4.6rem;
	}
	
	.inqcall {
		height: 4.4rem;
		width: 4.4rem;
		right: 0.6rem;
	}
	.inqcall a span{display:none;}
	.inqcall a {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	.inqcall img {
		height: 2rem;
		margin-left: 0rem;
	}
}

/*--------------------------------------------------------------
# 헤더 클릭 검색바
--------------------------------------------------------------*/
.showsea{cursor:pointer;}
.headseaBox{display:none;position:absolute;right:-1rem;top:-1rem;width:40rem;z-index:200;}
.headsearchBar{border-radius: 99px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);background:#fff;width:100%;position:relative;height:6.2rem;padding:1rem 1.6rem 1rem 2.6rem;}
.headsearchBar:after {position: absolute;top: 0;left: 0;border-radius: 999px;border: 1px solid #EBEBEB;border-top-color: #EBEBEB;border-top-style: solid;border-top-width: 1px;border-right-color: #EBEBEB;border-right-style: solid;border-right-width: 1px;border-bottom-color: #EBEBEB;border-bottom-style: solid;border-bottom-width: 1px;border-left-color: #EBEBEB;border-left-style: solid;border-left-width: 1px;border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;width: 100%;height: 100%;box-sizing: border-box;pointer-events: none;content: "";z-index: 6;}
.headsearchBar input {padding: 0;margin: 0;width: 100%;position: relative;height: 100%;border: none;font-family: 'Pretendard-SemiBold';font-size: 1.6rem;line-height: 4rem;letter-spacing: 0em;text-align: left;color: #000;}
.headsearchBar input::placeholder{font-size: 1.6rem;letter-spacing: 0em;font-family: 'Pretendard-Light';}
.headsearchBar input:focus{outline: none;}
.headsearchBar input:-webkit-autofill,
.headsearchBar input:-webkit-autofill:hover,
.headsearchBar input:-webkit-autofill:focus,
.headsearchBar input:-webkit-autofill:active {transition: background-color 5000s;}
.headseaBtn {background: inherit;cursor: pointer;border-radius: 50%;border: none!important;margin: 0!important;padding: 0!important;position: absolute;right: 1rem;top: 1rem;width: 4.2rem;height: 4.2rem;background-image: url(../img/blog/topseabtn.png);background-size: 4.2rem;background-repeat: no-repeat;background-position: center;}
@media (max-width:1100px) {
	.showsea {margin-left:0rem;}
	.headseaBox {display: none;position: absolute;right: 0rem;top: 0rem;width: 35rem;z-index: 200;}
	.headsearchBar {border-radius: 99px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);background: #fff;width: 100%;position: relative;height: 5.2rem;padding: 1rem 1.6rem 1rem 2.6rem;}
	.headseaBtn {right: 0rem;top: 0rem;width: 5rem;height: 5rem;background-image: url(../img/main/header_searchicon_mo.png);background-size: 5rem;}
}
@media (max-width:767px) {
	.headseaBox {display: none;position: fixed;right: 0rem;top: 0rem;width: 100%;z-index: 200;}
	.headsearchBar {border-radius: 0px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);background: #fff;width: 100%;position: relative;height: 5.6rem;padding: 1.5rem 5rem 1.5rem 2.1rem;}
	.headsearchBar:after {content: none;}
	.headsearchBar input {font-size: 1.5rem;line-height: 2rem;}
	.headsearchBar input::placeholder{font-size: 1.5rem;}
	.headseaBtn {
		right: 0.6rem;
		top: 0.6rem;
		width: 4.4rem;
		height: 4.4rem;
		background-image: url(../img/main/header_searchicon_mo.png);
		background-size: 4.4rem;
	}
}
/*--------------------------------------------------------------
# 헤더 햄버거 메뉴
--------------------------------------------------------------*/


.hamMenuBtn {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    cursor: pointer;
}
.hamMenuBtn img {
    width: 5rem;
    height: 5rem;
}
.hamMenuBtn img.hcloseBtn {opacity:0; display:none;}

.h_active .openBtnblack {display:none;}
.h_active img {display:none;}
.h_active img.hcloseBtn {display:block; opacity:1; z-index:1;}

.hamMenuWrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top:0;
	transform: translateY(5rem);
	
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12.72%, rgba(255, 255, 255, 0.8) 16.53%, rgba(0, 0, 0, 0.8) 52.08%, rgba(0, 0, 0, 0.8) 100%); */
	/* backdrop-filter: blur(30px); */
	
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter:none;
	
	opacity: 0;
	z-index:-100;
	overflow: scroll;
}
.hamMenu {
	z-index: 1;
    height: auto;
	background: #fff;
    position: relative;
    padding: 0.2rem 2rem 0rem 2rem;
    border-radius: 0px 0px 13px 13px;
	/* display:none; */
}


.hamMenuInner {position:relative; padding-bottom: 3rem;}


.hamMenuWrap.h_active {
    opacity: 1;
    z-index: 1;
    display: block;
}

.hMDepth01 {padding:1.8rem 0; border-bottom:1px solid #EEE; }
.hMDepth01:last-child {border-bottom:none; padding-bottom:0;}
.h_all {font-family: Pretendard; font-size: 1.6rem; font-weight: 500; line-height: 2.2rem;}

.hMDepth01Txt {font-family: Pretendard; font-size: 1.6rem; font-weight: 500; line-height: 2.2rem; text-align: left; position: relative;}
.hMDepth01Txt::before {
    content: '';
    width: 1rem;
    height: 0.6rem;
    background: url(/public/img/main/mo_hamArrow.png) no-repeat center / cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hMDepth01Txt:hover {color:#F04E4A;}

.hMDepth02 {margin:0; padding:0; overflow:hidden; height: 0;}
.hMDepth02_a {margin:0; padding:0;}
.hMDepth02_li {margin:0; padding: 1.8rem 0 0 1rem; list-style:none; font-family: Pretendard; font-size: 1.4rem; font-weight: 500; line-height: 2rem; text-align:left;}

.hMDepth01.on .hMDepth01Txt {color:#F04E4A;}
.hMDepth01.on .hMDepth02 {height: auto;}
.hMDepth01.on .hMDepth01Txt::before {transform: translateY(-50%) rotate(180deg);}

.hamMenuDim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	display:none;
}
.hamMenuDim.h_active {display:block;}
.hamMenuBtn, .hamMenuWrap {display:none;}

@media (max-width:991px) {
	.hamMenuBtn {display:block;}
	.hamMenuBtn {
		width: 5rem;
		height: 5rem;
		left: 0.5rem;
		top: 0.5rem;
	}
}
@media (max-width:767px) {
	.hamMenuBtn {width:4.4rem; height:4.4rem;left: 0.6rem;
    top: 0.6rem;}
	.hamMenuBtn img {
		width: 4.4rem;
		height: 4.4rem;
	}
	.hamMenu {
		max-height: 39rem;
		overflow: scroll;
		z-index: 1;
		height: auto;
		background: #fff;
		position: relative;
		padding: 0.2rem 2rem 0rem 2rem;
		border-radius: 0px 0px 13px 13px;
		/* display: none; */
	}
}



/* ====================================== MAIN 문의하기 ======================================*/
.botcontactbox {
    display: flex;
    width: 100%;
    height: 80rem;
    background-image: url(../img/main/contact_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: flex-start;
}
.moareang{display:none;}
.botcontactSidebox {
    width: 100%;
    max-width: 196rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.bsinfo{
	display:block;
	text-align:left;
}

.bsinfo h2 span{
	display:block;
	text-align:left;
	color: #ED1C24;
	font-family: "Outfit", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8rem;
	letter-spacing: 1.08px;
}
.bsinfo h2 dl{
	margin:2rem 0 5rem 0;
	display:block;
	text-align:left;
	color: #FFF;
	font-family: 'Pretendard-Bold';
	font-size: 4.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6.6rem;
}
.bsinfo dl a{
	display:block;
	text-align:left;
	color: #FFF;
	font-family: "Outfit", sans-serif;
	font-size: 9rem;
	font-style: normal;
	font-weight: 500;
	line-height: 9rem;
	letter-spacing: 1.8px;
}
.bsinfo h3{
	margin:2rem 0 5rem 0;
	display:block;
	text-align:left;
	color: #FFF;
	font-family: Pretendard;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}

.bsbtnflex{
	display:flex;
}
.bsbtnflex .bsbtn:nth-child(2){
	width:22.7rem;
}
.bsbtnflex .bsbtn:nth-child(3){
	width:17.7rem;
}
.bsbtn{
	margin-right:1rem;
	width:17rem;
	height:4.6rem;
	position:relative;
}
.bsbtn a {
    height: 100%; 
    width: 100%;
    display: flex;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    align-items: center;
    justify-content: center;
}
.pcficon{display:inline-block;}
.moficon{display:none;}
.bsbtn a img{
	height:1.8rem;
	margin-right:0.6rem;
}
@media (max-width: 767px){
	.botcontactbox {
		display: block;
		width: 100%;
		height: auto;
		background-image: none;
	}
	.moareang{display:block;max-width:100%;}
	.botcontactSidebox {
		padding: 5rem 2rem;
	}
	.bsinfo {
		display: block;
		text-align: center;
	}
	.bsinfo h2 span {
		text-align: center;
		font-size: 1.4rem;
		line-height: 2rem;
		letter-spacing: 0.84px;
	}
	.bsinfo h2 dl {
		color: #111;
		margin: 1.4rem 0 2rem 0;
		text-align: center;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.bsinfo dl a {
		text-align: center;
		color: #111;
		font-size: 5rem;
		line-height: 5rem;
		letter-spacing: 1px;
	}
	.bsinfo h3 {
		margin: 1rem 0 2rem 0;
		text-align: center;
		color: #111;
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.bsbtnflex {
		display: block;
	}
	.bsbtn {
		margin:0 0 0.4rem 0;
		display: block;
		width: 100%;
		height: 4.2rem;
		position: relative;
	}
	.bsbtnflex .bsbtn:nth-child(2) {
		width: 100%;
	}
	.bsbtnflex .bsbtn:nth-child(3) {
		width: 100%;
		margin:0;
	}
	.bsbtn a img{
		height:1.6rem;
		margin-right:0.6rem;
	}
	.bsbtn a {
		border-radius: 3px;
		border: 1px solid #111;
		color: #111;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.pcficon{display:none;}
	.moficon{display:inline-block;}
}
/* ======================================// MAIN 문의하기 ======================================*/


/* ====================================== FOOTER ======================================*/
#footer{width: 100%;
position:relative;
z-index:100;
    background: #222;
    color: #fff;
    padding: 10rem 0;
}
#footer .inr{font-size: 0;
    width: 100%;
    max-width: 196rem;
    height: 100%;
    position: relative;
    margin: 0 auto;
	padding:0 2rem;
}
.footer_left{display: block;
    max-width: 100%; 
    vertical-align: middle;
}
.footer_right{display: inline-block;
    max-width: 40%;
    vertical-align: middle;text-align: right;
    float: right;
    padding-top: 32px;
}

.footerLogo{margin-bottom: 3rem;}
.footerLogo figure, 
.footerLogo figure img{max-width: 100%; height:5rem;}
.footerInfoList.fima{
	color: #FFF;
}
.footerInfoList{
	margin:0 0 0.8rem 0;
	display: inline-block; 
	font-size: 1.5rem; 
	font-weight: 400; 
	color: #999; 
	line-height: 2.2rem;
	font-family: Pretendard;
}
.footerInfoList:not(:last-child){padding-right: 30px;}
.footerInfoList strong{
	padding-right: 2rem;
	color: #AAA;
	font-family: 'Pretendard-Bold';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2rem;
    display: inline-block;
}
.copy{
	margin:3rem 0 0 0;
	display:block;
	text-align:left;
	color: #888;
	font-family: 'Pretendard-Light';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2rem;
}
/* media */
@media (max-width: 767px){
	#footer {
		padding: 5rem 0 8rem 0;
	}
	.footerLogo figure, .footerLogo figure img {
		max-width: 100%;
		height: 4rem;
	}
	.footerInfoList strong {
		top: 0rem;
		left: 0rem;
		position: absolute;
		padding-right: 0rem;
		font-size: 1.3rem;
		line-height: 2.4rem;
	}
	.footerInfoList:not(:last-child) {
		padding-right: 0px;
	}
	.footerInfoList {
		padding:0 0 0 9rem;
		position: relative;
		width: 100%;
		margin: 0 0 0.6rem 0;
		display: block;
		font-size: 1.3rem;
		line-height: 2.4rem;
	}
	.copy {
		margin: 4rem 0 0 0;
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
}
/* //media */
/* ====================================== //FOOTER ======================================*/

/* ====================================== POPUP CSS======================================*/
.modalTrigger{  border: none; background: none;
    outline: none;
    cursor: pointer;
    width: 100%; height: 100%;
    position: relative; z-index: 5;
}
.modal { display: none; 
    position: fixed;   z-index: 8888;  left: 0; top: 0;
    width: 100%;  height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.4); 
}

.profile-popup {position: fixed;left: 0;top: 0;
	height: 100%;width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup-container {width: 100%;height: 100%;
	position: relative;margin: 0 auto;
	background: inherit;text-align: center;
}

.popup-close {width: 19px; height: 19px;
	text-align: center;
    z-index: 800; position: absolute; top: 11px;right: 11px;
    padding-top: 7px;
	background-image:url(../img/icon/icon_close.png); background-position: center center; background-size:100%; background-repeat:no-repeat;
    text-indent: -9999px;
    cursor: pointer;

}   
.profileBox{position:relative;
	margin: 0 auto;
    background-color: #fff;
    text-align: center;
    max-width: 1082px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.pop_left{max-width: 480px; height: 588px;
    background: url(../img/main/popBg.png) no-repeat center;
    background-size: cover;
    padding: 56px 58px 0 58px;
    display: flex; justify-content: center; align-items: flex-end;
    background-color: #14335a;
 }

.pop_left figure img{max-width: 364px; max-height: 533px}
.pop_right{padding: 80px;
    width: 100%; 
    text-align: left;
}
.pop_Name{width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.pop_Name dt{font-size: 36px; letter-spacing: -1px; font-weight: 500; color: var(--txt-D); color: #222; line-height: 53px;
    display: inline-block;
}
.pop_Name dd{font-size: 18px; letter-spacing: -1px; font-weight: 500; color: var(--txt-L); color: #888; line-height: 53px;
    margin-left: 15px;
    display: inline-block;
}
.pop_exp{padding-top: 35px;}
.pop_exp li{display: flex;}
.pop_exp strong{ width: 28px; margin-right: 42px;
    font-size: 15px; letter-spacing: -1px; font-weight: 400; color: var(--txt-L); color: #888; line-height: 24px;
}
.pop_exp ul li{
    font-size: 15px; letter-spacing: -1px; font-weight: 400; color: var(--txt-D); color: #222; line-height: 24px;
}
.pop_exp>li:not(:last-child){margin-bottom: 30px;}

@media (max-width: 1200px){
    .profileBox{max-width: 95%;}
	.pop_right{padding:4%}
    .pop_left {padding: 5% 5% 0 5%;
        height: auto
    }
    .pop_left figure img {max-height: 450px; }
    
}

@media (max-width: 991px){
    .pop_Name{padding: 0;}
    .pop_Name dt { font-size: 28px;}
    .pop_Name dd {font-size: 15px;}
    .pop_exp {padding-top: 20px; }
    .pop_exp strong { margin-right: 20px;
        font-size: 14px
    }
    .pop_exp ul li{font-size: 14px}
    .pop_left { padding: 3% 3% 0px 3%;}
    .pop_left figure img {max-height: 420px; }
}
@media (max-width: 767px){
    .profileBox{display: block;}
    .pop_left { max-width: 100%;
        background-position: top right;
    }
    .profileBox {max-width: 80%;max-height: 90%;
        top: 53%;
    }
    .pop_left figure img { max-height: 300px;}
    .closeC_change{background-image: url(../img/icon/icon_closeWh.png);}
    .popup-close{ width: 15px;height: 15px}
 
}
@media (max-width: 500px){
 
    .pop_left figure img {max-height: 250px;  }
    .pop_Name dt {font-size: 25px;}
    .pop_Name dd {font-size: 14px;}
    .pop_exp strong { margin-right: 10px;
        font-size: 13px
    }
    .pop_exp ul li{font-size: 13px}
    .pop_right { padding: 5%;}
    .pop_left {background: url(../img/main/popBg.png) no-repeat top; 
        background-size: 125%;
        background-position: top;
    }
} 
/* ======================================// POPUP CSS======================================*/
/* ====================================== 2022csba main ======================================*/
.csbaBox{
	position:fixed;
	top:120px;
	left:40px;
	z-index:10;
}
.csbaBox img{
	height:224px;
}

.mo_csbaBox{
	display:none;
}
@media (max-width: 1700px){
	.csbaBox {
		left: 20px;
	}
	.csbaBox img{
		height:184px;
	}
}
@media (max-width: 1430px){
	.csbaBox {
		top: 120px;
		left: 20px;
	}
	.csbaBox img{
		height:184px;
	}
}
@media (max-width: 991px){
	.csbaBox {
		top: 80px;
		left: 20px;
	}
}
@media (max-width: 767px){
	.csbaBox{
		display:none;
	}
	

	.mo_csbaBox.nqUp{
		position: fixed;
		top: 60px;
		left: 6px;
		z-index: 10;
	}
	.mo_csbaBox.nqUp img {
		height: 74px;
	}
	.mo_csbaBox{
		display:inline-block;
	}
	.mo_csbaBox {
		position:fixed;
		top: 70px;
		left: 10px;
		z-index:10;
	}
	.mo_csbaBox img {
		height: 124px;
	}
}
/* ====================================== //2022csba main ======================================*/


/* ====================================== 2022csba sub ======================================*/
.sub_csbaBox{
	position:fixed;
	top:12rem;
	left:4rem;
	z-index:10;
}
.sub_csbaBox img{
	height:22.4rem;
}

.mo_sub_csbaBox{
	display:none;
}
@media (max-width: 1750px){
	.sub_csbaBox {
		position: absolute;
		top: 4rem;
		right: 2rem;
		left: inherit;
	}
}
@media (max-width: 991px){
	.sub_csbaBox {
		top: 5rem;
	}
	.sub_csbaBox img {
		height: 16.4rem;
	}
}
@media (max-width: 767px){
	/* .sub_csbaBox{ */
		/* display:none; */
	/* } */
	.sub_csbaBox {
		top: 50%;
		right: 1rem;
		transform: translateY(-50%);
	}
	.sub_csbaBox img {
		height: 12.4rem;
	}
	

	.mo_sub_csbaBox.nqUp{
		position: fixed;
		top: 6rem;
		left: 0.6rem;
		z-index: 1000;
	}
	.mo_sub_csbaBox.nqUp img {
		height: 7.4rem;
	}
	.mo_sub_csbaBox{
		display:inline-block;
	}
	.mo_sub_csbaBox {
		position:fixed;
		top: 7rem;
		left: 1rem;
		z-index:1000;
	}
	.mo_sub_csbaBox img {
		height: 12.4rem;
	}
}
/* ====================================== //2022csba sub ======================================*/