section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{  
    width:100%; 
    max-width: 1230px;
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 4;
}

/* sc01 */
#sc01{
    padding-top: 81px;
}
.sc01gn-bg{
    background-color: #ECF2E9;
}
.sc01gn-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 45px 0 30px;
}
.sc01gn-wrap::before{
    content: "";
    width: 100%;
    height: 70px;
    background-color: #1C3837;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sc01-btn{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    z-index: 2;
    transition: .3s;
}
.sc01-btn > .sc01-book{
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin-right: 5px;
}
.sc01-btn > .sc01-go{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    background-color: #FFA801;
    color: #1C3837;
    font-size: 14px;
    transform: translateX(10px);
    transition: .2s;
}

.sc01gn-caption{
    width: 49%;
    padding: 40px 0 85px 50px;
}
.sc01gn-caption > h3{
    font-size: 40px;
    color: #1c1c1c;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.sc01gn-caption > h3 > span{
    color: #1F3E3D;
}
.sc01gn-caption > h5{
    font-size: 20px;
    font-weight: 400;
    color: #1F3E3D;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.sc01gn-caption > h5::after{
    content: "";
    width: 120px;
    height: 1px;
    background-color: #264241;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sc01gn-caption > p{
    font-size: 20px;
    font-weight: 400;
    color: #1F3E3D;
    margin-bottom: 35px;
}
.sc01gn-caption > p > span{
    font-weight: 700;
}
.sc01gn-caption > ul{
    display: flex;
}
.sc01gn-caption > ul > li{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #1C3837;
    margin-right: 5px;
}
.sc01gn-cont{
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
    position: relative;
    z-index: 2;
}
.sc01gn-img{
    display: flex;
    width: 49%;
}
.sc01gn-img img{
    width: 100%;
}

.sc01gr-wrap{
    width: 100%;
    padding: 100px 95px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc01gr-img{
    display: flex;
    width: 300px;
}
.sc01gr-img img{
    width: 100%;
}
.sc01gr-tit{
    color: #454545;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.sc01gr-tit > h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 1rem;
}
.sc01gr-tit > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.sc01gr-cont{
    margin-bottom: 1.5rem;
    color: #454545;
}
.sc01gr-cont:last-child{
    margin-bottom: 3rem;
}
.sc01gr-cont > h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc01gr-cont > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.sc01gr-ul > li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sc01gr-ul > li:last-child{
    margin-bottom: 0;
}

/* sc02 */
.sc02-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #333;
    padding-top: 150px;
    position: relative;
}
.sc02-wrap::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sc02-img{
    display: flex;
    width: 37%;
    position: relative;
    z-index: 2;
}
.sc02-img img{
    width: 100%;
}
.sc02-caption{
    width: 62%;
    padding-right: 100px;
    text-align: right;
    color: #fff;
    position: relative;
    z-index: 2;
}
.sc02-caption > h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.sc02-caption > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.sc02-caption > h5{
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.sc02-caption > h5::after{
    content: "";
    width: 92px;
    height: 4px;
    background-color: #fdda00;
    position: absolute;
    right: 0;
    bottom: -8px;
}

/* sc03 */
.sc03-bg{
    width: 100%;
    padding: 105px 30px;
    background-color: #f8f8f8;
}
.sc03-tit{
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 3rem;
}
.sc03-tit > h3{
    font-size: 50px;
    font-weight: 800;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-wrap.mb{
    margin-bottom: 1.5rem;
}
.sc03-box{
    width: 32%;
    border-radius: 30px;
    border: 1px solid #888;
    padding: 25px;
}
.sc03-box > h5{
    font-size: 16px;
    margin-bottom: 1rem;
}
.sc03-box > p{
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 1.5;
}

/* sc04 */
.sc04-con{
    padding: 105px 0;
    background-color: #fff;
}
.sc04-tit{
    display: flex;
    margin-bottom: 2rem;
    width: 160px;
}
.sc04-tit img{
    width: 100%;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc04-box{
    width: 32%;
}
.sc04-img{
    display: flex;
}
.sc04-img img{
    width: 100%;
}

/* sc05 */
#sc05{
    padding-bottom: 50px;
}
.sc05-bg{
    padding: 55px 30px 0;
    background-color: #f8f8f8;
}
.form-bg{
    width: 100%;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 35px;
}
.sc05-img{
    width: 50%;
    display: flex;
}
.sc05-img img{
    width: 100%;
    border-radius: 40px;
}
.form-con{
    width: 50%;
    padding: 0 30px;
}
.form-con > h3{
    text-align: center;
    color: #000;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 2rem;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-box{
    width: 49%;
}
.form-box input{
    width: 100%;
    padding: 12px 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    font-size: 14px;
}
.form-box input::placeholder{
    font-size: 14px;
    color: #666;
}
.form-box label{
    width: 100%;
    display: block;
}
.form-box label p.on{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.form-box label p.on > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% - 38px);
    transform: translateY(-50%);
    opacity: 0;
}
.form-box label [type="radio"]{
    display: none;
}
.form-box label [type="radio"]:checked + .on{
    background-color: #E53D25;
    border-color: #E53D25;
    color: #fff;
}
.form-box label [type="radio"]:checked + .on > span{
    opacity: 1;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 100px;
    padding: 12px 1rem;
    color: #000;
    outline: none;
    border: 1px solid #d5d5d5;
    resize: none;
    font-size: 14px;
    border-radius: 7px;
}
.form-textarea textarea::placeholder{
    font-size: 14px;
    color: #666;
}
.submit-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.submit-caption{
    display: flex;
    align-items: center;
}
.submit-caption label{
    font-size: 14px;
}
.submit-btn{
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.sbtn{
    border: 1px solid #E53D25;
    padding: 1rem 2rem;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background-color: #E53D25;
    cursor: pointer;
}
.pol-btn{
    display: inline-block;
    font-size: 14px;
    padding: 10px 1rem;
    border-radius: 12px;
    background-color: #E53D25;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.sc05-bt-wrap{
    width: 100%;
    padding: 30px 50px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc05-bt{
    display: flex;
    align-items: center;
}
.sc05-logo{
    width: 135px;
    display: flex;
    margin-right: 1rem;
}
.sc05-logo img{
    width: 100%;
}
.sc05-bt > h5{
    font-size: 25px;
    font-weight: 700;
}
.sc05-bt > h5 > span{
    background-image: linear-gradient(-120deg, #231557 0, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    width: 100%;
    transition: .3s;
    animation: textclip 2.5s linear infinite;
}

@keyframes textclip{
    100%{
        background-position: -200% center;
    }
}

#modal{
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.modal_content{
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.modal_body{
    padding: 2rem 2rem 80px;
    height: 600px;
    overflow-y: auto;
}
.modal_body > p{
    font-size: 16px;
    line-height: 1.5;
}
.modal_foot{
    width: 100%;
    height: 50px;
    position: absolute; bottom: 0; left: 0;
    background-color: #f5f5f5;
    text-align: center;
}
.modal_foot .pol-close{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    cursor: pointer;
}

@media(min-width:1200px){

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }


    .sc01-btn:hover > .sc01-go{
        transform: translateX(1rem);
    }
}

@media(max-width:1630px){

}
@media(max-width:1499px){

}
@media(max-width:1199px){

    .mc-con{
        padding: 0;
    }
    
    .sc01gn-wrap{
        padding: 74px 0 15px;
        flex-direction: column;
    }
    .sc01gn-bg{
        padding: 0;
    }
    .sc01gn-caption{
        width: 100%;
        padding: 0 15px 30px 15px;
    }
    .sc01gn-cont{
        width: 100%;
        padding: 0 15px;
    }
    .sc01gn-caption > h3{
        font-size: 32px;
    }
    .sc01gn-caption > h5{
        font-size: 18px;
    }
    .sc01gn-caption > p{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sc01gn-caption > ul > li{
        font-size: 12px;
        padding: 7px 10px;
        border-radius: 5px;
    }
    .sc01-btn{
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: space-between;
        margin-top: 45px;
        padding: 0 15px;
        line-height: 1.3;
    }
    .sc01-btn > .sc01-go{
        margin-left: 10px;
        transform: translateX(0);
    }
    .sc01-btn > .sc01-book{
        display: none;
    }
    .sc01gn-wrap::before{
        height: 74px;
    }
    .sc01gr-wrap{
        padding: 50px 15px;
        flex-direction: column;
    }
    .sc01gr-img{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .sc01gr-tit > h3{
        font-size: 26px;
    }
    .sc01gr-tit > p{
        font-size: 16px;
    }
    .sc01gr-cont > p{
        font-size: 14px;
    }

    .sc02-wrap{
        flex-direction: column-reverse;
        padding-top: 70px;
    }
    .sc02-img{
        width: 100%;
        padding-right: 100px;
    }
    .sc02-caption{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 1.5rem;
    }
    .sc02-caption > h3{
        font-size: 26px;
    }
    .sc02-caption > p{
        font-size: 14px;
    }
    .sc02-caption > h5{
        font-size: 18px;
    }
    .sc02-caption > h5::after{
        width: 82px;
        bottom: -5px;
        height: 3px;
    }

    .sc03-bg{
        padding: 70px 15px;
    }
    .sc03-tit{
        margin-bottom: 2rem;
    }
    .sc03-tit > h3{
        font-size: 32px;
    }
    .sc03-wrap{
        flex-direction: column;
    }
    .sc03-wrap.mb{
        margin-bottom: 0;
    }
    .sc03-box{
        width: 100%;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 15px;
    }
    .sc04-con{
        padding: 50px 15px;
    }
    .sc04-tit{
        width: 120px;
    }
    .sc04-wrap{
        flex-direction: column;
    }
    .sc04-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .sc04-box:last-child{
        margin-bottom: 0;
    }

    #sc05{
        padding-bottom: 101px;
    }
    .sc05-bg{
        padding: 50px 15px 0;
    }
    .sc05-wrap{
        padding: 40px 15px;
        border-radius: 15px;
        flex-direction: column;
    }
    .sc05-img{
        width: 100%;
        margin-bottom: 2rem;
    }
    .sc05-img img{
        border-radius: 20px;
    }
    .form-con{
        width: 100%;
        padding: 0;
    }
    .form-con > h3{
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    .sc05-bt-wrap{
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .sc05-bt{
        flex-direction: column;
        margin-top: 1.5rem;
    }
    .sc05-logo{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sc05-bt > h5{
        font-size: 20px;
    }

    .form-bg{
        padding: 0;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-wrap.mo .form-box{
        width: 100%;
        margin-bottom: 10px;
    }
    .form-wrap.mo .form-box:last-child{
        margin-bottom: 0;
    }
    .form-box input{
        font-size: 14px;
    }
    .form-box input::placeholder{
        font-size: 14px;
    }
    .form-box label p.on{
        font-size: 14px;
    }
    .form-box label p.on > span{
        left: calc(50% - 34px);
    }
    .form-textarea textarea{
        font-size: 14px;
    }
    .form-textarea textarea::placeholder{
        font-size: 14px;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 0;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .pol-btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-left: 3px;
        border-radius: 5px;
    }
    .submit-caption label input{
        margin: 0;
    }
    .modal_body{
        height: 400px;
        padding: 1rem 1rem 60px;
    }
    .modal_foot{
        height: 45px;
    }
    .modal_foot .pol-close{
        margin-top: 3px;
        font-size: 16px;
    }
    .modal_body > p{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 2rem;
        border-radius: 5px;
        font-weight: 700;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
