


.free-wrap > .container > .top-header {
    /* background: url(../img/msf_top_backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh; */
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 3%;
	position: fixed;
	z-index:9999;
}

header > .nav_li > ul {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

header > .nav_li > ul > li {
    font-weight: 600;
    font-size: 28px;
    display: flex;
    align-items: center;
}

header > .nav_li > ul > li:nth-child(-n+4) {
    padding: 0px 60px;
}

header > .nav_li > ul > li {
    position: relative;
}

header > .nav_li > ul > li:nth-child(-n+3)::after {
  content: "|";
  position: absolute;
  top: 0px;
  right: -5px;
}

header {
    transition: background-color 0.3s ease;
}

header.scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.regi_a_link {
    background-color: var(--main-color);
    padding: 5px 30px;
    font-size: 20px;
    border-radius: 50px;
    vertical-align: middle;
	margin:0 60px;
}


.top-header > .center_img > a > .img2 {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25%;
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.center_img > .date_text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 28px;
	transition: all 0.3s ease;
}

.center_img > .date_text  > p > span {
    color: #ccc;
} 

.main_back_img > img {
    display: block;
}

.content_01 > .title_01 {
/*    margin: 5% 0px 3% 0;*/
    margin: 3% 0px 2% 0;
}

.text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-t {
    font-size: 24px;
    color: #000;
/*    padding-top: 5%;*/
	line-height: 35pt;
	 letter-spacing: -0.01em
}


.background-text {
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  font-size: 5rem;             /* 크기 크게 */*/
/*  font-weight: bold;*/
/*  background: linear-gradient(to right top, #b0f0f8, #a0d8ff, #98c8ff);*/
/*  color: transparent;*/
/*  -webkit-background-clip: text;*/
/*  white-space: nowrap;*/
/*  z-index: 0;*/
/*  pointer-events: none;*/
}

.title_img {
	max-width:100%;
}

.foreground-text {
  position: absolute;
  top: 44%;
  left: 50%;
  font-family: 'Pretendard-bold';
  transform: translateX(-50%);
  z-index: 2;
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.line_wrap {

    margin: 7% 0;
}

.content > div > img {
    display: block;
}

.content_img > img { 
    margin: 5% 0 7% 0;
}

.faq_list {
    background-color: #000d3b;
    color: #fff;
    padding: 0px 0px 30px 0;
}

.faq_list > .faq_container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.faq_list > .faq_container > .faq_wrap {
    margin-bottom: 5%;
}

.faq_list > .faq_container > .faq_wrap > h2 {
	font-family: 'Pretendard-SemiBold' ;
    display: inline-block; 
    padding: 5px 25px;
    border-radius: 50px;
    background: linear-gradient(to right, #0d9ba0, #0a7bb0, #0650aa);
    letter-spacing: -0.02em;
}

.faq_list > .faq_container > .faq_wrap > .q_answer {
	font-family: 'Pretendard-Medium' ;
/*    text-indent: 28px;*/
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 1.5px;
	padding-left:60px;
	 letter-spacing: -0.02em;
	 line-height:2;
}

.footer_wrap {
    padding: 25px 40px;
}

.footer_wrap > .footer_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_div_01 {
    display: flex;
    align-items: baseline;
}

.footer_div_01 > .miracom_logo_b {
    width: 40%;
    margin: 0 20px;
}


.footer_div_01 > span {
    color: #ccc;
    font-weight: bold;
}

.footer_div_02  {
	display: inline-block;
    width: 44%;
}


.footer_div_02 > a > img {
    margin: 0 20px;
}

.session_wrap {
    position: relative;
}

.session_download {
    position: absolute;
    top: 16%;
    right: 8%;
    z-index: 10;
}

.session_download a {
    background-color: #fff;
    color: var(--main-color);
    padding: 15px 30px;
	font-size:19px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.informaion_wrap {
    position: relative;
}

.informaion_download {
    position: absolute;
    bottom: 4%;
    right: 50%;
    z-index: 10;
    transform: translatex(50%);
}

.fq_title {
	font-weight:bold;
	color:#666666;
	    width: 20%;
    margin-bottom: 7px;
}



@media screen and (min-width: 1200px) {

}


/* 반응형에서 img2 크기만 줄어들도록 */
@media screen and (max-width: 1400px) {

	.regi_a_link {
		margin:0px 60px;
	}
	
    .top-header > .center_img > a > .img2 {
        max-width: 90%;
    }
	
	header > .nav_li > ul > li:nth-child(-n+3)::after {
		content: "|";
		position: absolute;
		top: 43px;
		right: -5px;
	}
	
	.center_img > .date_text {
		position: absolute;
		bottom: 7%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 22px;
		transition: all 0.3s ease;
	}
}


/* 반응형에서 img2 크기만 줄어들도록 */
@media screen and (max-width: 1200px) {

	.regi_a_link {
		margin:0px 60px;
	}
	
    .top-header > .center_img > a > .img2 {
        max-width: 90%;
    }
	
	header > .nav_li > ul > li:nth-child(-n+3)::after {
		content: "|";
		position: absolute;
		top: 0px;
		right: -5px;
	}
	
	.center_img > .date_text {
		position: absolute;
		bottom: 7%;b g
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 22px;
		transition: all 0.3s ease;
	}
}

@media screen and (max-width: 992px) {
    .top-header > .center_img > a > .img2 {
        max-width: 80%;
    }

    .top_img > a > img {
        width: 30%;
    }

    .center_img > .date_text {
        position: absolute;
        bottom: %;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 8px;
    }

    .content-t {
        font-size: 10px;
        padding: 0 10px;
		line-height:1.46;
    }

    .foreground-text {
        font-size: 0.8rem;
    }

    .background-text {
        font-size: 2rem;
    }
	
	.session_download {
		position: absolute;
		top: 13%;
		right: 8%;
		z-index: 10;
	}
	
	.session_download a {
		background-color: #fff;
		color: var(--main-color);
		padding: 4px 12px;
		text-decoration: none;
		border-radius: 50px;
		font-weight: bold;
		transition: all 0.3s ease;
		font-size: 8px;
	}
	
	.informaion_download  {
		text-align:center;
	}
	
	.informaion_download > a > img {
		width:70%;
	}
	
	.faq_list > .faq_container > .faq_wrap {
		padding:0 10px;
	}
	
	.faq_list > .faq_container > .faq_wrap > h2 {
		font-size:13px;
		padding: 5px 20px;
	}
	
	
	 .footer_wrap {
        padding: 20px 30px;
    }
    
    .footer_wrap > .footer_main {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer_div_02 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .footer_div > .miracom_logo_b {
        width: 50%;
        margin: 0;
    }
	
	.footer_div_02 {
		display:block;
	}
    
    .footer_div_02 > a > img {
        margin: 0 10px;
    }
	
	.faq_list > .faq_container > .faq_wrap > .q_answer {
        font-family: 'Pretendard-Medium';
        /* text-indent: 28px; */
        padding-top: 13px;
        font-size: 11px;
        letter-spacing: -0.01em;
        padding-left: 38px;
		line-height:1.5;
	}
	
	.fq_title {
		width:55%;
	}
	
	.footer_div_02 {
		display: inline-block;
		width: 51%;
	}

}

@media screen and (max-width: 768px) {
    .top-header > .center_img > a > .img2 {
        max-width: 70%;
    }
	
	    .footer_wrap {
        padding: 15px 20px;
    }
    
    .footer_div_01 > span {
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    
    .footer_div_02 > span {
        font-size: 14px;
        display: block;
/*        margin-bottom: 15px;*/
    }
    
    .footer_div_02 > a > img {
        margin: 0 8px;
        width: 35px;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .top-header > .center_img > a > .img2 { 
        max-width: 60%;
    }
	
	    .footer_wrap {
        padding: 15px 15px;
    }
    
    .footer_div > .miracom_logo_b {
        width: 40%;
    }
    
    .footer_div_01 > span {
        font-size: 10px;
    }
    
    .footer_div_02 > span {
        font-size: 12px;
    }
    
    .footer_div_02 > a > img {
        margin: 0 5px;
        width: 30px;
    }
    
    .footer_wrap > .footer_main {
        gap: 15px;
    }
    
    .footer_div {
        gap: 3px;
    }
}

 