@import url('/common/fonts/Pretendard/pretendard.css');
/* @import url('/common/fonts/Freesentation/stylesheet.css'); */

#event_header {
    background-color: #621e97;
}

#event_body {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    /* font-family: 'Freesentation';  */
    font-family: 'Pretendard';
    line-height: 170%;
}

@media (min-width: 992px) {
    #event_body {
        padding: 40px 0 0 0;
        font-size: 18px;
    }
}

.s_b {
    margin: 0 0 4rem 0;
}
.s_b p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .s_b {
        margin: 0 0 6rem 0;
    }
}
.bluecolor{
    color: #13469b;
}

#event_intro {
    position: relative;
    /* height: calc(100vh - 40px); */
    height: calc(100svh - 40px);
    /* height: -webkit-fill-available; */
    /* height: fill-available; */
    background: url('/common/event/images/semipackage_it/main.webp') 50% 0% no-repeat;
    background-size: cover;
}

#event_intro .txt_c {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    padding-top: 16%;
    /* height: calc(100vh - 40px); */
    height: calc(100svh - 40px);
    /*
    height: -webkit-fill-available;
    height: fill-available; */
    /* text-align: center; */
}
#event_intro .txt_c h4 {
    margin: 0;
    font-family: 'rixseoulstation-pro';
    font-weight: 300;
}
#event_intro .txt_c h4 .bg_b {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 5px 4px 0px 4px;
    background-color: #21cbf3;
}
#event_intro .txt_c h1 {
    margin: 0;
    color: #fff;
}
#event_intro .txt_c h1 span {
    font-size: 1.5em;
    font-weight: 500;
}

#event_intro .txt_c h5 {
    margin: 20px 0 10px 0;
    color: #fff;
    text-shadow: 0 1px 20px #671a1a6b;
    
    font-size: 1.1rem;
}
#event_intro .txt_c h5 .underline {
    display: block;
    text-decoration: underline;
}
#event_intro .txt_c h5 .highlight {
    position: relative;
    z-index: 10;
}
#event_intro .txt_c h5 .highlight::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 50%;
    width: 100%;
    background-color: #1d72ffad;
    z-index: -1;
}

#event_intro .txt_c h2 {
    margin: 0px;
}
#event_intro .txt_c h2 .sp {
    display: inline-block;
    margin: 0;
    padding: 4px 6px;
    background-color: #21cbf3;
    color: #fff;
    font-size: .7em;
    text-transform: uppercase;
}
#event_intro .txt_c h2 .g_name {
    display: block;
} 
#event_intro .txt_c p {
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    font-size: 1rem;
    text-shadow: 0 0px 8px #4d4d4d;
}

#event_intro .goods_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00000036;
    width: 100%;
    padding: 12px;
}

@media (min-width: 992px) {
    #event_intro {
        background: url('/common/event/images/semipackage_it/main_lg.webp') 50% 0% no-repeat;
        background-size: cover;
    }
    #event_intro .txt_c {
        margin-left: 90px;
        padding-top: 25vh;
        max-width: 400px;
    }
    #event_intro .txt_c h4 {
        font-size: 1.9rem;
    }
    #event_intro .txt_c h1 {
        font-size: 2.7rem;
    }
    #event_intro .txt_c h5 {
        margin: 70px 0 40px 0;
        text-shadow: 0 1px 20px #671a1a6b;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    #event_intro .txt_c h2 {
        margin-bottom: 8px;
    }
    #event_intro .goods_tit {
        position: relative;
        bottom: auto;
        background-color: transparent;
        padding: 0;
        border: 2px solid #ffffff7a;
        padding: 12px 15px;
    }
}



.gray {
    padding: 4rem 0;
    /* background-color: #f9f9f9; */
    /* background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%); */
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
@media (min-width: 992px) {
    .gray {
        padding: 6rem 0;
    }
}


.s_b h1 {
    margin: 0 0 1.5rem 0;
    font-family: 'rixseoulstation-pro';
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
}
.s_b h1 .accent {
    color: #13469b;
    font-size: 1.2em;
    position: relative;
    z-index: 1;
}

.s_b h1 .accent::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 30%;
    width: 100%;
    background-color: #7dd6ea82;
    z-index: -1;
}


@media (min-width: 992px) {
    .s_b h1 {
        margin: 0 0 2rem 0;
    }
}



#section_0 {}
#section_0 h6{
    margin: 3rem 0 0 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
    text-align: center;
}
#section_0 h6 b {
    color: #000;
}
#section_0 h6 i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 1rem auto;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 2rem;
    color: #ffffff;
    background-color: #621e97;
    /* background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%); */
}
@media (min-width: 992px) {
    #section_0 h6{
        margin: 5rem 0 0 0;
        font-size: 1.6rem;
    }
}







#section_1 {

}
#section_1 h1 {

}
#section_1 img {
    width: 100%;
}
#section_1 p.accent {
    color: #13469b;
    font-size: 1.2em;
}
#section_1 p b {
    font-size: 1.35em;
}
#section_1 p u {
    font-weight: 700;
}







#section_2 img {
    width: 100%;
}
#section_2 h4 {
    margin: 2em auto;
    text-align: center;
    padding: 2em 0;
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* border-radius: 40px; */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    max-width: 500px;
    color: #777;
    line-height: 1.4;
}
#section_2 h4 .accent {
    color: #000000;
    font-weight: 600;
}
#section_2 p b {
    font-size: 1.2em;
    color: #13469b;
}






#section_3 h1 {

}
#section_3 p {
    /* margin: 2em auto; */
    line-height: 1.4;
}
#section_3 img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}






#cherrypicker {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#cherrypicker .col-8 {
    margin: 0 auto;
}
#cherrypicker p:last-child {
    margin-bottom: 0;
}
#cherrypicker p b {
    font-size: 1.2em;
    font-weight: 700;
}

@media (min-width: 992px) {
    #cherrypicker .col-lg-4 {
        width: 38%;
        text-align: right;
        padding-right: 2.4rem;
    }
    #cherrypicker .col-lg-5 {
        width: 38%;
        padding-left: 2.4rem;
    }
    #cherrypicker .col-lg-3 {
        width: 24%;
    }
}



#semipackage_preview {
    margin: 3rem 0 0 0;
}
#semipackage_preview h1 {
    margin: 0 0 2rem 0;
}
#semipackage_preview h3 {
    text-align: center;
}
#semipackage_preview h5 {
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
#semipackage_preview h5 .g {
    font-size: 1.2em;
    color: #386120;
}
#semipackage_preview h5 .r {
    font-size: 1.2em;
    color: #bb2020;
}
#semipackage_preview p {
    font-weight: 400;
    color: #000;
}
@media (min-width: 992px) {
    #semipackage_preview h1 {
        margin: 0 0 4rem 0;
    }
}



#preview_slider {
    width: 100%;
    margin-top: 1.5rem;
}

#preview_slider .img_c {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#preview_slider .img_c h6 {
    color: #fff;
    position:absolute;
    z-index: 3;
    bottom: 10px;
    right: 15px;
    margin: 0;
    /* width: 100%; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    #preview_slider {
        margin-top: 3rem;
    }
}








#section_4 h1 {

}
#section_4 h5 {
    margin: 1rem 0 .5rem 0;
    font-weight: 600;
    color: #13469b;
}
#section_4 ol {
    list-style-type: decimal;
    padding-left: 30px;
}
#section_4 ol > li {
    margin: 0 0 .5rem 0;
}
#section_4 ol > li > ul {
    list-style-type: disc;
    padding-left: 30px;
}
#section_4 ol > li > ul > li {
    color: #000;
}







#section_5 h1 {

}
#section_5 .day_schedule {
    margin: 2rem 0;
}
#section_5 .day_schedule:last-child {
    margin-bottom: 0;
}
#section_5 .day_schedule h5{
    margin: .5rem 0;
}
#section_5 .day_schedule h5:before {
    display: block;
    content: '';
    padding: 10px 0 0 0;
    /* margin: 20px 0 0 0; */
    margin: 0;
    border-top: 4px solid #000;
    width: 20px;
    height: 0;
}
#section_5 .day_schedule h5 .day_t{
    display: block;
    margin: 0 0 10px 0;
    color: #818181;
    font-size: 1.3rem;
    font-weight: bold;
}
#section_5 .day_schedule ul {
    list-style-type: disc;
    padding-left: 30px;
}
#section_5 .day_schedule ul > li{
    /* margin: 0 0 1rem 0; */
}
#section_5 .day_schedule ul > li .tour{}

#section_5 .day_schedule ul > li .tour .t{
    color: #13469b;
    font-weight: bold;
}
#section_5 .day_schedule ul > li .tour .t .with_bluemate{
    font-weight: 800;
    color: #2084ef;
    border: 1px solid #2d75fd;
    display: inline;
    padding: 4px 7px 3px 7px;
    margin: 0 0 0 4px;
    font-size: .9em;
}
#section_5 .day_schedule ul > li .tour .c{
    font-size: .9em;
    color: #11252b;
}
#section_5 .day_schedule ul > li .tour .e{
    font-size: .9em;
    color: #333;
}
#section_5 .day_schedule ul > li .recomm .t{
    color: #621e97;
    font-weight: bold;
}
#section_5 .day_schedule ul > li .recomm .c{
    /* color: #297f68; */
    font-size: .9em;
}
@media (min-width: 992px) {
    #section_5 .day_schedule {
        margin: 3rem 0;
    }
    #section_5 .day_schedule h5{
        margin: 1rem 0;
    }
    #section_5 .day_schedule h5 .day_t{
        font-size: 1.8rem;
    }
}









#section_6 h1 .accent {
    color: #c9572a;
}
#section_6 ol {
    list-style-type: decimal;
    padding-left: 30px;
}
#section_6 ol li {
    margin-bottom: 15px;
}
#section_6 ol li:last-child {
    margin-bottom: 0px;
}
#section_6 ol li h5 {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
#section_6 ol li p {
    
}









#section_7 {
    margin: 0
}
#section_7 h1 .accent{
    color: #d91818;
}
#section_7 ul {
    list-style-type: desc;
    padding-left: 30px;
}
#section_7 ul li {
    margin-bottom: 15px;
}
#section_7 ul li:last-child {
    margin-bottom: 0px;
}
#section_7 ul li h5 {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
#section_7 ul li p {
    
}







#section_consulting_bar {
    background-color: #13469b;
    padding: 3rem 0;
    text-align: center;
}
#section_consulting_bar img {
    max-height: 35px;
}
.consult_btn {
    display: block;
    margin: 1.4rem auto 0 auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #3d001d;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media (min-width: 992px) {
    #section_consulting_bar img {
        height: 50px;
    }
}





/* #shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 1000;

    height: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;

    background-color: var(--b24-blue);
    color: #fff;

    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;

}
#shotcut_consulting span {
    display: inline-block;
    padding-right: 10px;
}
#shotcut_consulting img {
    display: block;
    width: 50px;
    height: 50px;
}
#shotcut_consulting .text {
    display: block;
    width: 130px;
    margin-right: -77px;
    padding: 5px 10px 5px 15px;
    -webkit-transition: all .8sease -in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #fff;
}
#shotcut_consulting:hover .text {
    margin-right: 0;
} */








.img_hr_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 7rem; */
}
.img_hr_logo img {
    display: inline-block;
    margin: 0 2rem;
    /* padding: 11px 10px 8px 10px; */
    height: 30px;
    background-color: #fff;
    /* border-radius: 4px; */
}
.img_hr_logo::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: -1;
    height: 0;
    width: 100%;
    border-top: 4px solid #13469b;
}




.img_c_1-1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.img_c_1-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}