/* °øÅëÀû¿ë */
body {background: var(--mainBeige);}
html {scroll-behavior:smooth;}
.inner {width: 90%; margin: 0 auto; max-width: 1400px;}


/* ºñ¸Þ¿À, À¯Æ©ºê */
.video_container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.video_container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* img */
img {max-width: 100%;}


/* padding */
.p_tb {padding: 150px 0;}
.p_t {padding-top: 150px;}
.p_b {padding-bottom: 150px;}

.popup{display:none}
.popup.on{display:block}


#footer .footer_box1 {border-top:1px solid #eee; text-align: center; vertical-align: middle; padding:30px 0; background: #fff;}
#footer .footer_box1 div {display: inline-block; margin:0 30px; }
#footer .footer_box1 div span {vertical-align: middle; font-size: 16px; font-weight: 700; margin-right:10px; }
#footer .footer_box1 div img {vertical-align: middle;}
#footer .footer_box2 {background: #333; color:#fff; text-align: center; padding:50px 0; font-size:18px;}
#footer .footer_box2 p {margin-bottom:20px;}
#footer .footer_box2 span {font-size:14px; display:inline-block; color:#ccc; line-height: 20px;}
#footer .footer_box2 span:after {display: inline-block; content:"£ü"; margin:0 2px;}
#footer .footer_box2 span:last-child:after {content: ""}


/* header */
#header {width: 100%; height: 100px; display: flex; align-items: center; position: fixed; z-index: 998;}
#header .inner {display: flex; align-items: center; justify-content: space-between; max-width: 1700px;}
#header .logo img {height: 60px;}
#header .nav {display: flex; gap: 40px; align-items: center; font-size: 1.125rem; font-family: 'SBAggroB', sans-serif; color: #222;}
#header.active {background: rgba(255,255,255,0.8);}



/* container */
.body_tit {margin-bottom: 40px; text-align: center;}
.body_tit .big {font-size: 4rem; font-weight: 700;  font-family: 'SBAggroB', sans-serif;  color: #000;}

.top_wrap {
  background: url('/base_1/img/mf/bg_top.png') no-repeat center center / cover;
  position: relative; overflow: hidden; width: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  min-height: 100vh;
}
@supports (min-height: 100dvh) {
  .top_wrap { min-height: 100dvh; }
}
.top_wrap .tit_wrap {display: flex; gap: 20px; align-items: center; padding: 60px 0 160px; justify-content: center;}
.top_wrap .tit_wrap .img1 { width: 50%; max-width: 800px; }
.top_wrap .tit_wrap .img1 img { display:block; width:100%; height:auto; }
.top_wrap .tit_wrap .tit-group { display: flex; flex-direction: column; gap: 40px; width: 40%; max-width: 800px; }
.top_wrap .tit_wrap .tit { width: 100%; }
.top_wrap .tit_wrap .tit img { display:block; width:100%; height:auto; }
.top_wrap .tit_wrap .tit img.tit_mo {display: none;}

.top_wrap .host-info { display:flex; align-items:center; gap: 10px; color:#fff; font-size: 1rem; }
  .top_wrap .host-info .host-logos {display: flex; gap: 5px; flex-wrap: wrap;}
.top_wrap .host-info .label { font-weight:700; color:#000; white-space:nowrap; font-size: 1rem;}
.top_wrap .img2 { position: absolute; top: 0; right: 0; width: 40%; }
.top_wrap .img3 { position: absolute; bottom: 0; left: 0; width: 40%; }

.ov_wrap {overflow: hidden; position: relative;}
.ov_wrap .bg .img {position: absolute;}
.ov_wrap .bg .img1 {top: 0; left: 0; width: 30%;}
.ov_wrap .bg .img2 {bottom: 0; right: 20px; width: 20%;}
.ov_wrap .inner {display: flex; gap: 60px; justify-content: center; flex-direction: row; position: relative; z-index: 1;}
.ov_wrap .key {width: 500px; background: #fff; padding: 20px; font-size: 0;}
.ov_wrap .cont {display: flex; flex-direction: column; justify-content: center; gap: 40px; color: #000;}
.ov_wrap .cont .tit .big {font-size: 4rem; font-weight: 700; line-height: 1.2; font-family: 'SBAggroB', sans-serif;}
.ov_wrap .cont .tit .small {font-size: 1.5rem;}
.ov_wrap .cont .info {display: flex; flex-direction: column; font-size: 1.5rem; border-top: solid 2px #009380;}
.ov_wrap .cont .info li {display: flex; gap:5px 20px; padding: 25px 0; border-bottom: solid 1px #ccc;}
.ov_wrap .cont .info .gu {color: #009380; width: 120px; flex-shrink: 0;}
.ov_wrap .cont .info .nae p {margin-bottom: 5px;}


.apl_wrap {overflow: hidden; position: relative;}
.apl_wrap .bg > div {position: absolute;}
.apl_wrap .bg .sc1 {width: 20%; bottom: -1%; right: 3%;}
.apl_wrap .inner {display: flex; flex-wrap: wrap; justify-content: center; flex-direction: row; gap: 60px;}
.apl_wrap .box {width: calc(50% - 30px); justify-content:center; text-align: center; background: #fff; padding:60px 40px; display: flex; flex-direction: column; gap: 30px;}
.apl_wrap .box .tit {font-size: 2.5rem; line-height: 1.3; font-weight: 700;}
.apl_wrap .box .text {display: flex; flex-direction: column; align-items: center; justify-content: center; color: #767676; gap: 30px; font-size: 1.125rem;}
.apl_wrap .box .btn_box {display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center;}
.apl_wrap .box .btn {width: max-content; background: var(--mainGreen); padding: 15px 20px; color: #fff; min-width: 250px; font-size: 1.125rem;}
.apl_wrap .box .cmnt {font-size: 1rem; color: #111;}
.apl_wrap .box .cmnt p {font-size: 1.25rem; font-weight: 700; margin-bottom: 10px;}

.ct_wrap {}
.ct_wrap .body_tit {text-align: center;}


@media (max-width: 1399px) {
  .top_wrap {min-height: auto;}
.top_wrap .tit_wrap {padding: 0 0 140px; width: 90%;}
.top_wrap .host-info {flex-direction: column; gap: 0; align-items: start;}
}



@media screen and (max-width:1199px) {
    .apl_wrap .inner {gap: 40px;}
    .apl_wrap .box .tit {font-size: 2rem;}
    .apl_wrap .box .btn {padding: 12px 18px;}

.top_wrap .tit_wrap .tit-group {gap: 20px;}
}


@media screen and (max-width:899px) {

  /* padding */
    .p_tb {padding: 90px 0;}
    .p_t {padding-top: 90px;}
    .p_b {padding-bottom: 90px;}

    #header {height: 60px;}
    #header .inner {justify-content: center;}
    #header .nav {display: none;}


 .top_wrap .tit_wrap { flex-direction: column; text-align: center; gap: 16px; padding: 0 0 120px; }
  .top_wrap .tit_wrap .img1, .top_wrap .tit_wrap .tit-group { width: 100%; max-width: 640px; }
.top_wrap .tit_wrap .tit img.tit_mo { display:block; }
.top_wrap .tit_wrap .tit img.tit_pc {display: none;}
  .top_wrap .host-info { justify-content: center; font-size: 0.875rem;  flex-direction: row; gap: 0; align-items: center;}


.top_wrap .img2 {width: 60%; }
.top_wrap .img3 {width: 60%; }

    .ov_wrap .inner {flex-direction: column; gap: 40px;}
    .ov_wrap .cont {max-width: 100%; width: max-content; margin: 0 auto;}
    .ov_wrap .cont .tit .big{font-size: 3rem;}
    .ov_wrap .cont .tit .small {font-size: 1.25rem;}
    .ov_wrap .cont .info {font-size: 1rem;}
.ov_wrap .cont .info li {padding: 15px 0;}
    .ov_wrap .key {width: 100%; margin: 0 auto; max-width: 500px;}

    .apl_wrap .box {padding:60px; width: 100%; gap: 20px;}

}


@media screen and (max-width:599px) {
    
    .body_tit .big {font-size: 2rem;} 

    .top_wrap .tit {width: 80%; margin-top: 50px;}
.top_wrap .tit_wrap { padding: 0 0 90px; gap: 0;}
  .top_wrap .host-info {flex-direction: column; gap: 0; flex-wrap: }



    .ov_wrap .key {padding: 10px;}
    .ov_wrap .cont .tit .big {font-size: 2.5rem;}
    .ov_wrap .cont .tit .small {font-size: 1.125rem;}
    .ov_wrap .cont .info li {flex-direction: column;}
    .ov_wrap .cont .info .gu {width: 100%;}
    .ov_wrap .bg .img1 {width: 50%;}
    .ov_wrap .bg .img2 {width: 40%;}


    .apl_wrap .inner {gap: 20px;}
    .apl_wrap .box {padding: 40px 20px;}
    .apl_wrap .box .tit {font-size: 1.5rem;}
    .apl_wrap .box .btn {font-size: 1rem;}
    .apl_wrap .box .cmnt {font-size: 0.875rem;}


	.popup{
left: 0px !important;
        top: 100px !important;
        width: 90% !important;
        margin-left: 50%;
        transform: translateX(-50%);
}
}


@media screen and (max-width:459px) {
  .top_wrap .host-info .host-logos {flex-wrap: wrap; justify-content: center;}
}