/* 초기화 */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
body {
    /* max-width: 1920px; */
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.15rem;
    overflow-x: hidden;
}
ul,
li,
ol {
    list-style: none;
}
button { 
    border: none;
}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: none;}



/* 반응형 PC */
@media only screen and (min-width: 1024px) {
    .mo {
        display: none !important;
    }
    h1,h2,h3,h4,h5,h6{
        font-family: "FlightSans-Title";
    }
    .wrap {
        width: 960px;
        margin: 0 auto;
    }
    .note{
        display: block;
        font-size: 1.8rem;
        text-align: center;
        margin-top: 25px;
        font-weight: 300;
    }
    a.btn{
        padding: 30px 60px;
        border-radius: 20px;
        display: table;
        margin: 0 auto;
        font-weight: 600;
        font-size: 3.4rem;
        text-align: center;
        transition: background-color 0.4s ease; /* 부드럽게 변경 */
    }


    /* 비주얼 */
    .main_visual {
        width: 100%;
        background-color: #fff8a6;
    }
    .main_visual .logo{
        padding-top: 30px;
    }
    .main_visual .logo img{
        height: 30px;
    }
    .main_visual .visual_img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
    }
    .main_visual .visual_img img.pc{
        width: 80%;
        max-width: 780px;
    }
    .main_visual .tit_wrap{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main_visual .tit_wrap .cities{
        color: #fff;
        font-size: 3rem;
        padding: 20px 50px;
        border-radius: 50px;
        background: #545045;
        display: inline;
        margin-bottom: 30px;
    }
    .main_visual .tit_wrap .sub_tit{
        font-size: 3.3rem;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .main_visual .tit_wrap .info{
        color: #545045;
        font-size: 2.8rem;
        margin-bottom: 80px;
        font-weight: 500;
    }
    .main_visual .tit_wrap .info span{
        display: block;
        font-size: 1.8rem;
        font-weight: 300;
        margin-top: 15px;
    }


    /* section01, section06, section07,
    관광지리스트, 항공, 스테이크*/
    .title{
        text-align: center;
        font-size: 3.6rem;
        padding: 140px 0 0;
        font-weight: 900;
    }
    .title h3{
        text-align: center;
        font-size: 3rem;
        color: #60584c;
        line-height: 1.4em;
    }
    .title .box{
        padding: 10px 25px;
        display: inline-block;
        margin-top: 10px;
    }


    /* 관광지리스트 */
    .section01{
        width: 100%;
        background-color: #ffcc00;
        height: auto;
    }
    .section01 .title .box{
        color: #ffcc00;
        background-color: #000;
    }
    .section01 .id_linkbox{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        padding:50px 0 140px 0;
    }
    .section01 .id_linkbox li{
        border-radius: 40px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        text-align: center;
        aspect-ratio: 3/1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        background:rgba(0, 0, 0, .2);
        background-blend-mode: darken;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section01 .id_linkbox li:nth-child(1){
        background-image: url(../img/section02-01.jpg);
    }
    .section01 .id_linkbox li:nth-child(2){
        background-image: url(../img/section02-02.jpg);
    }
    .section01 .id_linkbox li:nth-child(3){
        background-image: url(../img/section02-03.jpg);
    }
    .section01 .id_linkbox li:nth-child(4){
        background-image: url(../img/section02-04.jpg);
    }
    .section01 .id_linkbox li p{
        font-size: 2.6rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .section01 .id_linkbox li a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 20px 30px;
        border-radius: 50px;
        width: 40%;
        font-size: 2.6rem;
        margin-bottom: 40px;
        font-weight: 500;
        transition: background-color 0.4s ease; /* 부드럽게 변경 */
    }
    .section01 .id_linkbox li a:hover{
        background: #ffbc00;
    }
    .section01 .id_linkbox li a svg{
        margin-left: 10px;
    }
    .section01 .id_linkbox li:last-child{
        margin-bottom: 0;
    }


    /* section01 ~ section04 관광지 세부 혜택*/
    .section02,.section04{
        background: #fff8a6;
        padding-bottom: 140px;
    }
    .section03,.section05{
        background: #ffbc00;
        padding-bottom: 140px;
    }
    .title .half_box{
        padding: 10px 25px;
        display: inline-block;
        z-index: 0;
        position: relative;
    }
    .title .half_box::after{
        position: absolute;
        content: "";
        height: 40%;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .section02 .title .half_box::after,
    .section04 .title .half_box::after{
        background: #ffbc00;
    }
    .section03 .title .half_box::after,
    .section05 .title .half_box::after{
        background: #fff8a6;
    }
    .tourism_logo{
        max-width: 300px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .tourism_logo img{
        width: 100%;
    }
    .benefit_wrap .main,
    .benefit_wrap .sub{
        background: #fff;
        border-radius: 40px;
        overflow: hidden;
        height: auto;
        aspect-ratio: unset;
        margin: 70px 0;
    }
    .benefit_wrap .sub .close .img{
        filter: brightness(50%);
    }
    .benefit_wrap .tit{
        background: #545045;
        color: #fff8a6;
        text-align: center;
        width: 100%;
        padding: 30px;
        font-size: 3rem;
    }
    .benefit_wrap .main .benefit_list{
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    #hawaii .benefit_wrap .main .benefit_list{
        flex-wrap: wrap;
    }
    #hawaii .benefit_wrap .main .benefit_list li:nth-child(n+3){
        padding-top: 20px;
    }
    #guam .benefit_wrap .sub .close {
        position: relative;
    }
    #guam .benefit_wrap .sub .sticker{
        position: absolute;
        top: 9%;
        left: 15%;
    }
    #saipan .benefit_wrap .sub .close {
        position: relative;
    }
    #saipan .benefit_wrap .sub .sticker2{
        position: absolute;
        top: 9%;
        left: 15%;
    }
    #saipan .benefit_wrap .sub .sticker{
        position: absolute;
        top: 10%;
        left: 15%;
    }
    .benefit_wrap .main .benefit_list li{
        width: 49%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .benefit_wrap .sub .benefit_list{
        width: 100%;
        padding: 40px 40px 0 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .benefit_wrap .sub .benefit_list li{
        width: 32%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 40px;
    }
    .benefit_wrap .benefit_list li .img{
        background-color: #000;
        border-radius: 35px;
        aspect-ratio: 1/.9;
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .benefit_wrap .benefit_list li .img img{
        width: 100%;
    }
    .b_tit{
        border-left: #545045 4px solid;
        padding-left: 20px;
    }
    .b_tit p{
        color: #000;
        font-size: 2rem;
        font-weight: 400;
        word-break: break-all;
    }
    .b_tit p:first-child{
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 2.8rem;
    }
    .location a.btn{
        background-color: #282828;
        color: #fff;
    }
    .location a.btn:hover{
        background-color: #000;
    }


    /* 발리 coming soon */
    .soon{
        border-radius: 35px;
        overflow: hidden;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 3rem;
        color:#fff;
        background: rgba(0, 0, 0, .5);
        background-image: url(../img/soon.jpg);
        background-blend-mode: darken;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }
    /* 발리 스파세트 */
    .section05 .sub .benefit_list li:nth-child(n+7){
        width: 100%;
    }
    .section05 .sub .benefit_list li:nth-child(n+7) .img{
        aspect-ratio: 3/1;
    }


    /* section06 항공 */
    .section06{
        background: #efe8e6;
        padding-bottom: 140px;
    }
    .section06 .title h2 span.box{
        color: #efe8e6;
        background: #000;
        margin-right: 5px;
    }
    .section06 .title h2.box{
        background: #ffcc00;
    }
    .section06 .flight_wrap .main{
        background: #fff;
        border-radius: 40px;
        overflow: hidden;
        height: auto;
        aspect-ratio: unset;
        margin: 70px 0;
    }
    .section06 .flight_wrap .main .img_box{
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .section06 .flight_wrap .main .img_box .txt{
        text-align: center;
        width: 100%;
        padding-top: 50px;
        font-size: 3.4rem;
        font-weight: 700;
    }
    .section06 .flight_wrap .main .img_box .txt p{
        display: inline-block;
        background: #fff8a6;
        padding: 2px 5px;
    }
    .section06 .flight_wrap .main .img_box .absolut{
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: flex;
    }
    .section06 .flight_wrap .main .img_box .absolut img:first-child{
        border: 1px solid #adadad;
        border-radius: 50%;
        margin-right: 20px;
    }
    .section06 .flight_wrap .main .img_box .img_tit{
        text-align: center;
        width: 100%;
        padding: 30px;
        font-size: 3rem;
        font-weight: 700;
    }
    .section06 .flight_wrap .main .tit {
        background: #545045;
        color: #fff8a6;
        text-align: center;
        width: 100%;
        padding: 30px;
        font-size: 3.5rem;
        font-weight: 700;
    }
    .section06 .flight_wrap .main .illust {
        width: 78%;
        padding-bottom: 30px;
        margin-top: 10px;
    }


    /* section07 스테이크 */
    .section07{
        background: #fff8a6;
        padding-bottom: 140px;
    }
    .section07 .title h2 span.box{
        color: #fff8a6;
        background: #000;
        margin-right: 5px;
    }
    .section07 .title h2.box{
        color: #ffcc00;
        background: #000;
    }
    .section07 .stake_wrap ul{
        display: flex;
        flex-direction: column;
    }
    .section07 .stake_wrap{
        margin: 70px 0;
    }
    .section07 .stake_wrap ul li{
        margin: 25px 0;
        width: 100%;
        display: block;
        background: #fff;
        border-radius: 40px;
        overflow: hidden;
    }
    .section07 .stake_wrap ul li.close{
        background: #000;
        color: #464646;
        position: relative;
    }
    .section07 .stake_wrap ul li.close .sticker3{
        position: absolute;
        top: 7%;
        left: 58%;
    }
    .section07 .stake_wrap ul li.close .sticker3 img{
        width: 65%;
    }
    .section07 .stake_wrap ul li.img_box{
        overflow: hidden;
        height: auto;
        aspect-ratio: 2.5/1;
        margin-top: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section07 .stake_wrap ul li.img_box img{
        width: 100%;
    }
    .section07 .stake_wrap ul li:last-child{
        margin-bottom: 0;
    }
    .section07 .stake_wrap ul li a{
        width: 100%;
        display: flex;
    }
    .section07 .stake_wrap ul li .left{
        background: #545045;
        color: #ffcc00;
        font-weight: 700;
        text-align: center;
        font-size: 3rem;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section07 .stake_wrap ul li .right{
        padding: 35px 0;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section07 .stake_wrap ul li .right p{
        text-align: center;
        font-size: 2.8rem;
        line-height: 1.4;
    }
    .stake a.btn {
        background-color: #ffcc00;
        color: #000000;
    }
    .stake a.btn:hover{
        background-color: #000;
        color: #ffcc00;
        font-weight: 700;
    }


    /* 유의사항 */
    footer {
        background: #454545;
        color: #fff;
        padding: 140px 0;
    }
    footer div.inner:last-child ul {
        margin-bottom: 0;
    }
    footer .footer_title {
        font-size: 2.4rem;
        font-weight: 600;
    }
    footer ul {
        margin: 30px 0 60px;
    }
    footer ul li {
        font-size: 1.8rem;
        line-height: 1.8;
        font-weight: 300;
        color: #e0e0e0;
        position: relative;
        padding-left: 12px;
    }
    footer ul li:before {
        display: inline-block;
        content: '-';
        margin-left: -12px;
    }
    footer ul li.no_bar{
        margin-top: 20px;
    }
    footer ul li.no_bar:before {
        display: none;
        content: '';
    }
    footer ul li.bold {
        font-weight: 600;
    }
}


/* 반응형 MO */
@media only screen and (max-width: 1023px) {
    body {
        letter-spacing: -0.05rem;
    }
    .pc {
        display: none !important;
    }
    h1,h2,h3,h4,h5,h6{
        font-family: "FlightSans-Bold";
    }
    .wrap {
        width: 100%;
        max-width: 568px;
        padding: 0 30px;
        margin: 0 auto;
        position: relative;
    }
    .note{
        display: block;
        font-size: 1.2rem;
        text-align: center;
        margin-top: 15px;
        font-weight: 300;
    }
    a.btn{
        padding: 20px 0;
        border-radius: 15px;
        display: block;
        margin: 0 auto;
        font-weight: 600;
        font-size: 2rem;
        text-align: center;
    }


    /* 비주얼 */
    .main_visual {
        width: 100%;
        background-color: #fff8a6;
    }
    .main_visual .logo{
        padding: 25px 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .main_visual .logo img{
        width: 50%;
        min-width: 180px;
        max-width: 230px;
    }
    .main_visual .visual_img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 25px;
    }
    .main_visual .visual_img img.mo{
        width: 110%;
        max-width: 700px;
    }
    .main_visual .tit_wrap{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main_visual .tit_wrap .cities{
        color: #fff;
        font-size: 2.2rem;
        padding: 10px 30px;
        border-radius: 50px;
        background: #545045;
        display: inline;
        margin-bottom: 20px;
    }
    .main_visual .tit_wrap .sub_tit{
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .main_visual .tit_wrap .info{
        color: #545045;
        font-size: 2.2rem;
        margin-bottom: 60px;
        font-weight: 500;
    }
    .main_visual .tit_wrap .info span{
        display: block;
        font-size: 1.6rem;
        font-weight: 300;
        margin-top: 10px;
    }


    /* section01, section06, section07,
    관광지리스트, 항공, 스테이크*/
    .title{
        text-align: center;
        font-size: 2.2rem;
        padding: 70px 0 0;
        font-weight: 900;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title h3{
        text-align: center;
        font-size: 2rem;
        color: #60584c;
        line-height: 1.4em;
    }
    .title .box{
        padding: 3px 8px;
        margin-top: 10px;
    }


    /* 관광지리스트 */
    .section01{
        width: 100%;
        background-color: #ffcc00;
        height: auto;
    }
    .section01 .title .box{
        color: #ffcc00;
        background-color: #000;
    }
    .section01 .id_linkbox{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        padding:30px 0 70px 0;
    }
    .section01 .id_linkbox li{
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        text-align: center;
        aspect-ratio: 1.5/1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        background:rgba(0, 0, 0, .2);
        background-blend-mode: darken;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section01 .id_linkbox li:nth-child(1){
        background-image: url(../img/section02-01.jpg);
    }
    .section01 .id_linkbox li:nth-child(2){
        background-image: url(../img/section02-02.jpg);
    }
    .section01 .id_linkbox li:nth-child(3){
        background-image: url(../img/section02-03.jpg);
    }
    .section01 .id_linkbox li:nth-child(4){
        background-image: url(../img/section02-04.jpg);
    }
    .section01 .id_linkbox li p{
        font-size: 1.8rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5%;
    }
    .section01 .id_linkbox li a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 10px 15px;
        border-radius: 50px;
        width: 80%;
        font-size: 2rem;
        margin-bottom: 8%;
        font-weight: 500;
        transition: background-color 0.4s ease; /* 부드럽게 변경 */
        max-width: 300px;
    }
    .section01 .id_linkbox li a svg{
        margin-left: 5px;
    }
    .section01 .id_linkbox li:last-child{
        margin-bottom: 0;
    }


    /* section01 ~ section04 관광지 세부 혜택*/
    .section02,.section04{
        background: #fff8a6;
        padding-bottom: 70px;
    }
    .section03,.section05{
        background: #ffbc00;
        padding-bottom: 70px;
    }
    .title .half_box{
        padding: 5px 10px;
        display: inline-block;
        z-index: 0;
        position: relative;
    }
    .title .half_box::after{
        position: absolute;
        content: "";
        height: 40%;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .section02 .title .half_box::after,
    .section04 .title .half_box::after{
        background: #ffbc00;
    }
    .section03 .title .half_box::after,
    .section05 .title .half_box::after{
        background: #fff8a6;
    }
    .tourism_logo{
        max-width: 200px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .tourism_logo img{
        width: 100%;
    }
    .benefit_wrap .main,
    .benefit_wrap .sub{
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        height: auto;
        aspect-ratio: unset;
        margin: 30px 0;
    }
    .benefit_wrap .tit{
        background: #545045;
        color: #fff8a6;
        text-align: center;
        width: 100%;
        padding: 15px;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .benefit_wrap .main .benefit_list{
        width: 100%;
        padding: 7% 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }
    .benefit_wrap .main .benefit_list li{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 5%;
    }
    .benefit_wrap .main .benefit_list li:last-child{
        margin-bottom: 0%;
    }
    .benefit_wrap .main .benefit_list li .img{
        background-color: #000;
        border-radius: 15px;
        aspect-ratio: 2 / 1;
        margin-bottom: 15px;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .benefit_wrap .sub .benefit_list{
        width: 100%;
        padding: 7% 5%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }
    .benefit_wrap .sub .benefit_list li{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 3% 0;
        border-bottom: 1px solid #545045;
    }
    .benefit_wrap .sub .benefit_list li:first-child{
        padding-top: 0;
    }
    .benefit_wrap .sub .benefit_list li:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }
    .benefit_wrap .sub .benefit_list li .img{
        background-color: #000;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        width: 25%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .benefit_wrap .benefit_list li .img img{
        width: 100%;
    }
    .benefit_wrap .sub .close .img{
        filter: brightness(50%);
    }
    .benefit_wrap .benefit_list li .sticker img{
        aspect-ratio: 1 / 1;
        width: 30%;
        overflow: hidden;
    }
    .benefit_wrap .benefit_list li .sticker2 img{
        aspect-ratio: 1 / 1;
        width: 30%;
        overflow: hidden;
    }
    .sub .b_tit{
        border: 0;
        width: 75%;
    }
    .b_tit{
        border-left: #545045 4px solid;
        padding-left: 20px;
    }
    .b_tit p{
        color: #000;
        font-size: 1.6rem;
        font-weight: 400;
        word-break: break-all;
    }
    .b_tit p.small{
        font-size: 1.8rem !important;
    }
    .b_tit p:first-child{
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 2rem;
    }
    .location a.btn{
        background-color: #282828;
        color: #fff;
    }
    #guam .benefit_wrap .sub .close {
        position: relative;
    }
    #guam .benefit_wrap .sub .sticker{
        position: absolute;
        top: 19%; 
        left: 2.5%;
    }
    #saipan .benefit_wrap .sub .close {
        position: relative;
    }
    #saipan .benefit_wrap .sub .sticker2{
        position: absolute;
        top: 19%;
        left: 2.5%;
    }
    #saipan .benefit_wrap .sub .sticker{
        position: absolute;
        top: 10%;
        left: 15%;
    }

    /* 발리 coming soon */
    .soon{
        border-radius: 15px;
        aspect-ratio: 1.5/1;
        overflow: hidden;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 3rem;
        color:#fff;
        background: rgba(0, 0, 0, .5);
        background-image: url(../img/soon.jpg);
        background-blend-mode: darken;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }
    /* 발리 스파세트 */
    .section05 .sub .benefit_list li:nth-child(n+7) .img img{
        height: 100%;
        width: auto;
        margin-left: -17px;
    }

    /* section06 항공 */
    .section06{
        background: #efe8e6;
        padding-bottom: 70px;
    }
    .section06 .title.mo h2:first-child{
        font-size: 2.4rem;
        margin-bottom: 5px;
    }
    .section06 .title h2 span.box{
        color: #efe8e6;
        background: #000;
        margin-right: 2px;
    }
    .section06 .title h2.box{
        background: #ffcc00;
    }
    .section06 .flight_wrap .main{
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        height: auto;
        aspect-ratio: unset;
        margin: 30px 0;
    }
    .section06 .flight_wrap .main .img_box{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section06 .flight_wrap .main .img_box .txt{
        text-align: center;
        width: 100%;
        padding-top: 20px;
        font-size: 2.4rem;
        font-weight: 700;
    }
    .section06 .flight_wrap .main .img_box .txt p{
        display: inline-block;
        background: #fff8a6;
        padding: 1px 3px;
        margin-bottom: 5px;
    }
    .section06 .flight_wrap .main .img_box .absolut{
        position: absolute;
        bottom: 5%;
        right: 4%;
        width: 20%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .section06 .flight_wrap .main .img_box .absolut img{
        aspect-ratio: 1 / 1;
        max-height: 70px;
    }

    .section06 .flight_wrap .main .img_box .absolut img:first-child{
        border: 1px solid #adadad;
        border-radius: 50%;
    }
    .section06 .flight_wrap .main .img_box .illust{
        width: 100%;

    }
    .section06 .flight_wrap .main .tit {
        background: #545045;
        color: #fff8a6;
        text-align: center;
        width: 100%;
        padding: 15px;
        font-size: 2.4rem;
        line-height: 1.4;
        font-weight: 700;
    }


    /* section07 스테이크 */
    .section07{
        background: #fff8a6;
        padding-bottom: 70px;
    }
    .section07 .title.mo h2:first-child{
        font-size: 2.4rem;
        margin-bottom: 5px;
    }
    .section07 .title h2 span.box{
        color: #fff8a6;
        background: #000;
        margin-right: 2px;
    }
    .section07 .title h2.box{
        color: #ffcc00;
        background: #000;
    }
    .section07 .stake_wrap ul{
        display: flex;
        flex-direction: column;
    }
    .section07 .stake_wrap{
        margin: 30px 0;
    }
    .section07 .stake_wrap ul li{
        margin: 10px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
    }
    .section07 .stake_wrap ul li.close{
        background: #000;
        color: #464646;
        position: relative;
    }
    .section07 .stake_wrap ul li.close .sticker3{
        position: absolute;
        top: 45%;
        left:40%;
    }
    .section07 .stake_wrap ul li.close .sticker3 img{
        width: 35%;
    }
    .section07 .stake_wrap ul li.img_box{
        margin: 10px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        align-items: center;
    }
    .section07 .stake_wrap ul li.img_box img{
        width: 100%;
    }
    .section07 .stake_wrap ul li:last-child{
        margin-bottom: 0;
    }
    .section07 .stake_wrap ul li .left{
        color: #ffcc00;
        background: #545045;
        text-align: center;
        width: 100%;
        padding: 10px;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .section07 .stake_wrap ul li .right{
        padding: 5%;
        width: 100%;
    }
    .section07 .stake_wrap ul li .right p{
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .stake a.btn {
        background-color: #ffcc00;
        color: #000000;
    }


    /* 유의사항 */
    footer {
        background: #454545;
        color: #fff;
        padding: 70px 0;
    }
    footer div.inner:last-child ul {
        margin-bottom: 0;
    }
    footer .footer_title {
        font-size: 2.2rem;
        font-weight: 600;
    }
    footer ul {
        margin: 20px 0 40px;
    }
    footer ul li {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 300;
        color: #e0e0e0;
        position: relative;
        padding-left: 12px;
    }
    footer ul li:before {
        display: inline-block;
        content: '-';
        margin-left: -12px;
    }
    footer ul li.no_bar{
        margin-top: 20px;
    }
    footer ul li.no_bar:before {
        display: none;
        content: '';
    }
    footer ul li.bold {
        font-weight: 600;
    }

}