body.fix{
	height:100%;
	overflow:hidden;
}

	.csaf_header{
		background-color:#ffffff;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99;
		transition: 0.4s box-shadow ease;
	}
	.csaf_header.scroll{
		box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.2);
	}
	.csaf_header > div > div{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.csaf_header > div > div > div:nth-of-type(1){
		display:flex;
		gap:90px;
		align-items:center;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(1) h1 a{
		display:block;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul{
		display:flex;
		align-items:center;
		gap:55px;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li {
		position:relative;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > a{
		height:104px;
		display:flex;
		align-items:center;
		justify-content:center;
		font-size:22px;
		font-weight:700;
		color:#000000;
		line-height:1;
		transition-duration:0.4s;
		transition-property:color;
		transition-timing-function:ease;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > a:hover{
		color:#d93c1c;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li:hover ol{
		display:block;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > ol{
		display:none;
		position:absolute;
		left:50%;
		bottom:0;
		transform:translate(-50%,100%);
		width:252px;
		border:1px solid #c8c8c8;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > ol > li > a{
		display:flex;
		align-items:center;
		justify-content:center;
		width: 250px;
		height: 70px;
		color: #000000;
		font-weight: 400;
		transition: 0.4s all ease;
		line-height:1;
		background-color:#ffffff;
		font-size:22px;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > ol > li > a:hover{
		color:#ffffff;
		background-color:#d93c1c;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul{
		display:flex;
		align-items:center;
		justify-content:center;
		gap:16px;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul > li > a{
		border-radius:0 15px 0 15px;
		display:flex;
		align-items:center;
		justify-content:center;
		font-size:22px;
		font-weight:700;
		line-height:1;
		height:43px;
		padding:0 40px;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a{
		color:#ffffff;
		background-color:#d93c1c;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul > li:nth-of-type(2) > a{
		color:#000000;
		background-color:#d8d8d8;
	}
	.csaf_header_mo{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background-color:#ffffff;
		z-index:999;
	}
	.csaf_header_mo.scroll{
		box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.2);
	}
	.csaf_header_mo > div{
		padding:0 20px;
	}
	.csaf_header_mo > div > div{
		display:flex;
		justify-content:space-between;
		align-items:center;
		height:76px;
	}

	.toggle_btn {
	  width: 35px;
	  height: 25px;
	  position: relative;
	  z-index: 600;
	  cursor: pointer;
	}
	.toggle_btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #ce2b1e;
	  transition: 0.3s;
	}
	.toggle_btn span:nth-of-type(1) {
		top:0;
	}
	.toggle_btn span:nth-of-type(2) {
	  top: 45%;
	}
	.toggle_btn span:last-of-type {
	  bottom: 0;
	}
	.toggle_btn.active span:first-of-type {
	  transform: translateY(11px) rotate(45deg);
	}
	.toggle_btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.toggle_btn.active span:nth-of-type(3) {
	  transform: translateY(-11px) rotate(-45deg);
	}
	.mo_menu_content{
		width:100%;
		position:fixed;
		background-color:#ffffff;
		left:100%;
		top:76px;
		transition:0.4s all ease;
		z-index:1000;
		height:calc(100% - 76px);
	}
	.mo_menu_content.active{
		left:0;
	}
	.mo_menu_content > div{
		padding:0 20px;
		height:100%;
		box-sizing:border-box;
	}
	.mo_menu_content > div > div{
		height:100%;
		box-sizing:border-box;
		overflow-Y:scroll;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		-ms-overflow-style: none; /* for Internet Explorer, Edge */
		scrollbar-width: none; /* for Firefox */
	}
	.mo_menu_content > div > div::-webkit-scrollbar{
		 display: none; /* for Chrome, Safari, and Opera */
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li > a{
		display:flex;
		align-items:center;
		padding:14px 0;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li > a > span{
		display:block;
		font-size:22px;
		color:#000000;
		font-weight:500;
		width:calc(100% - 30px);
		text-align:center;
		line-height:1;
		transition: 0.4s color ease;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li > a > i{
		width:30px;
		height:30px;
		display:block;
		background:url('/img/main/csaf_arrow_drop.svg') no-repeat center / contain;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li.active > a > span{
		color:#d93c1c;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li > ol{
		background-color:#F2F3F6;
		display:none;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > ul > li > ol > li > a{
		font-size:18px;
		color:#000000;
		font-weight:400;
		line-height:1;
		text-align:center;
		display:block;
		padding:20px 30px 20px 0;
	}
	.mo_menu_content > div > div > div:nth-of-type(1) > div{
		margin-top:40px;
	}

	.mo_menu_content > div > div > div:nth-of-type(2){
		display:flex;
		justify-content:center;
		width:100%;
		margin-top:100px;
	}
	.mo_menu_content > div > div > div:nth-of-type(2) > a{
		display:flex;
		align-items:center;
		gap:5px;
		padding-bottom:60px;
	}
	.mo_menu_content > div > div > div:nth-of-type(2)  > a > i{
		width:20px;
		height:20px;
		background:url('/img/main/csafn_home_icon.svg') no-repeat center / contain;
	}

	
	.mo_menu_content > div > div > div:nth-of-type(2) > a > span{
		font-size:16px;
		line-height:1;
		color:#333333;
		font-weight:500;
	}

	.csaf_footer {
		background-color: #303030;
		padding: 45px 0 30px;
	}
	.csaf_footer > div > div:first-of-type {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.csaf_footer > div > div:first-of-type > div:first-of-type > div:first-of-type {
		margin-bottom: 25px;
	}
	.csaf_footer > div > div:first-of-type > div:first-of-type > div:nth-of-type(2) {
	  margin-bottom: 10px;
	}
	.csaf_footer > div > div:first-of-type > div:last-of-type > div:first-of-type {
	  margin-bottom: 20px;
	}
	.csaf_footer > div > div:last-of-type {
	  display: none;
	}
	.csaf_footer > div > div:last-of-type > div:first-of-type {
	  margin-bottom: 20px;
	}
	.csaf_footer > div > div:last-of-type > div:nth-of-type(2) {
	  margin-bottom: 16px;
	}
	.csaf_footer > div > div:last-of-type > div:nth-of-type(3) {
	  margin-bottom: 60px;
	}
	.csaf_footer > div > div:last-of-type > div:nth-of-type(4) {
		margin-bottom: 14px;
	}
	.f_sns ul {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}
	.f_sns ul li > a {
	  display: block;
	  text-indent: -9999px;
	  width: 34px;
	  height: 34px;
	  border-radius: 50%;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: contain;
	}
	.f_sns ul li:nth-of-type(1) > a {
	  background-image: url("/img/main/icon_facebook.png");
	}
	.f_sns ul li:nth-of-type(2) > a {
	  background-image: url("/img/main/icon_blog.png");
	}
	.f_sns ul li:nth-of-type(3) > a {
	  background-image: url("/img/main/icon_instagram.png");
	}
	.f_sns ul li:nth-of-type(4) > a {
	  background-image: url("/img/main/icon_naverTv.png");
	}
	.f_sns ul li:nth-of-type(5) > a {
	  background-image: url("/img/main/icon_youtube.png");
	}

	.f_address {
	  max-width: 370px;
	}
	.f_address ul {
	  display: flex;
	  align-items: center;
	  flex-wrap: wrap;
	  gap: 4px 10px;
	}
	.f_address ul li {
	  position: relative;
	  font-size: 14px;
	  color: #ffffff;
	  font-weight: 300;
	  line-height: 1.3;
	}
	.f_address ul li:nth-of-type(-n + 2)::after {
	  content: "";
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 50%;
	  transform: translate(6px, -50%);
	  background-color: #ffffff;
	  width: 1px;
	  height: 70%;
	}

	.f_terms ul {
	  display: flex;
	  align-items: center;
	  gap: 24px;
	}
	.f_terms ul li {
	  position: relative;
	}
	.f_terms ul li:not(:last-of-type)::after {
	  content: "";
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 50%;
	  transform: translate(14px, -50%);
	  background-color: #ffffff;
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	}
	.f_terms ul li a{
		display:block;
	}
	.f_terms ul li a span {
	  font-size: 14px;
	  color: #ffffff;
	  font-weight: 300;
	  line-height: 1;
	}

	.f_copy {
	  font-size: 12px;
	  color: #ffffff;
	  font-weight: 300;
	  line-height: 1.3;
	}


	.fix_lay {height:0px;display:none;}

	.fix_bottom{
		display:none;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:999;
	}
	.fix_bottom a{
		display:flex;
		align-items:center;
		justify-content:center;
		color:#ffffff;
		font-size:22px;
		font-weight:700;
		background-color:#d93c1c;
		padding:15px 0;
	}


@media screen and (max-width:1600px) {
	.csaf_header > div > div > div:nth-of-type(1){
		gap:40px;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul{
		gap:20px;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li {
		position:relative;
	}

	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > ol{
		width:auto;
	}
	.csaf_header > div > div > div:nth-of-type(1) > div:nth-of-type(2) > ul > li > ol > li > a{
		width: 150px;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul{
		gap:10px;
	}
	.csaf_header > div > div > div:nth-of-type(2) > ul > li > a{
		border-radius:0 12px 0 12px;
		padding:0 20px;
	}

}/*1500*/

@media screen and (max-width:1300px) {
	.csaf_header{
		display:none;
	}
	.csaf_header_mo{
		display:block;
	}

	.fix_lay {height:62px;display:block;}

	.fix_bottom{
		display:block;
	}
}

@media screen and (max-width:768px) {
	.csaf_header_mo.scroll{
		box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
	}
	.csaf_header_mo > div > div > div:nth-of-type(1){
		width:150px;
	}
	.toggle_btn {
	  width: 30px;
	  height: 20px;
	}
	.toggle_btn span {
	  height: 3px;
	}
	.toggle_btn.active span:first-of-type {
	  transform: translateY(9px) rotate(45deg);
	}
	.toggle_btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.toggle_btn.active span:nth-of-type(3) {
	  transform: translateY(-8px) rotate(-45deg);
	}

	.csaf_footer {
	  padding: 55px 0 55px;
	}
	.csaf_footer > div > div:first-of-type {
	  display: none;
	}
	.csaf_footer > div > div:last-of-type {
	  display: block;
	}
}/*768*/

@media screen and (max-width:390px) {
	.csaf_header_mo > div{
		padding:0 10px;
	}
	.csaf_header_mo > div > div{
		height:60px;
	}
	.csaf_header_mo > div > div > div:nth-of-type(1){
		width:120px;
	}


	.mo_menu_content{
		height:calc(100vh - 60px);
		top:60px;
	}
	.mo_menu_content.active{
		left:0;
	}
	.mo_menu_content > div{
		padding:0 10px 40px;
	}

	.mo_menu_content > div > ul > li > a{
		padding:10px 0;
	}
	.mo_menu_content > div > ul > li > a > span{
		font-size:14px;
		width:calc(100% - 20px);
	}
	.mo_menu_content > div > ul > li > a > i{
		width:20px;
		height:20px;
	}
	.mo_menu_content > div > ul > li > ol > li > a{
		font-size:14px;
		padding:10px 20px 10px 0;
	}


	.csaf_footer{
		padding:50px 0;
	}

}/*390*/
