/*
흰배경 #ffffff
연보라 #e7e6ff
생보라 #5900d8
버튼보라 #8f00ff
진보라 #36008c 글자
검보라 #3a2360
*/
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    font-family: 'GmarketSansMedium', sans-serif;
}
a, a:visited{
    color: #ffffff;
    text-decoration: none;
}
.section{
    background-color: #000;
    position: relative;
    text-align: center;
    height: 650px;
/*    background-color: #ff0000aa;*/
    overflow: hidden;
}
.section.header{
    height: 100vh;
}
.section.footer{
    height: 500px;
}
.poa{
    position: absolute !important;
}
.left{
    left: 0;
}
.top{
    top: 0;
}
.right{
    right: 0;
}
.bottom{
    bottom: 0;
}

.full{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.input_,
.btn_{
    cursor: pointer;
}

.album{
    display: inline-block;
    width: 1140px;
    background-color: #e7e6ff;
    border-radius: 30px;
    height: 400px;
    text-align: left;
    box-shadow: 0 0 30px #00000022;
}
.album ul{
    margin: 0;
    padding: 0;
}

.album li{
    display: inline-block;
    width: 200px;
    height: 360px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #00000066;
}
.album li video{
    display: inline-block;
    width: 200px;
    height: 360px;
    background-color: #fff;
    border-radius: 15px;
}
.second .album{
    background-color: #ffffff;
}
.second .album li{
    background-color: #e7e6ff;
}

.section.header > .gradient{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0));
}

.section.header > .cornerOverlay{
    display: block;
    background-color: #fff;
    background-size: 100%;
}
.section.header > .cornerOverlay.first{
    background: url('resource/cornerOverlay_36008c.png') 100%;
    width: 50%;
    height: 300px;
}
.section.header > .cornerOverlay.first > .logo{
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0;
    top: 10px;
    left: 50px;
    background: url('resource/icon_Actable.png') no-repeat center center;
    background-size: 100%;
}

.topGradient{
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0));
}
.logoRoot{
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
}
.logoRoot .logo{
    position: absolute;
    display: block;
    width: 50%;
    min-width: 130px;
    height: 100px;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('resource/icon_Actable.png') no-repeat center center;
    background-size: 100%;
}
.section.header > .cornerOverlay.second{
    background: url('resource/cornerOverlay_ffffff_downside.png');
    width: 50%;
    height: 300px;
    margin-bottom: -1px;
}

.wallvideo{
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.albumvideo{
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.form_GetOffer{
    display: block;
    width: 800px;
    height: 300px;
    bottom: 0;
    left: 0;
    margin-left: 10%;
    margin-bottom: 23vh;
/*    background-color: red;*/
    text-align: left;
    font-weight: 700;
    color: #fff;
    font-size: 70px;
    text-shadow: 
        4px 4px 35px #000000ff,
        2px 2px 2px #000000ff;
    white-space: nowrap;
}

.form_GetOffer  .input_{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    width: 145px;
    height: 30px;
    border-radius: 10px;
    padding: 6px 12px;
    border: 0px solid #00000000;
    background-color: #fff;
    text-shadow: none;
    color: #36008c;
    transition: 0.2s;
}
.input_::before{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/icon/check_Off.png);
    background-size: cover;
    right: 0;
    top: 0;
    margin-top: -2px;
    opacity: 1;
    transition: 0.2s;
}
.input_::after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/icon/check_OnGreen.png);
    background-size: cover;
    right: 0;
    top: 0;
    margin-top: -2px;
    opacity: 0;
    transition: 0.2s;
}
.input_.choosen::before{
    opacity: 0;
}
.input_.choosen::after{
    opacity: 1;
}

.form_GetOffer  .input_.first{
    
}
.form_GetOffer  .input_.second{
    width: 180px;
}
.form_GetOffer  .input_.choosen{
    color: #ffffff;
    background-color: #36008c;
}

.form_GetOffer .btn_{
    display: inline-block;
    text-align: center;
    font-size: 25px;
    width: 170px;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #8f00ff;
    padding: 6px;
    border: 0px solid #00000000;
    text-shadow: none;
    margin-top: -2px;
    margin-left: -2px;
    transition: 0.3s;
    cursor: pointer;
}
.form_GetOffer.center .btn_{
    margin-top: 30px;
    line-height: 46px;
}

.form_GetOffer.center{
    display: block;
    text-align: center;
    width: 800px;
    height: 220px;
    margin-left: 0;
    margin-top: -10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #36008c;
    font-size: 70px;
    text-shadow: none;
    border-radius: 30px;
    background-color: #e7e6ff;
    padding: 25px;
    box-shadow: 0 0 30px #00000033;
    line-height: 60px;
}

.form_GetOffer.center > .title{
    margin-top: 20px;
    text-align: center;
}
.form_GetOffer.center > .inputRoot{
    display: block;
    width: 100%;
}
.form_GetOffer.center > .inputRoot > .input_.first{
    margin-left: 0;
    width: 25%;
}
.form_GetOffer.center > .inputRoot > .input_.second{
    margin-left: 0;
    width: 45%;
}

.form_GetOffer.center > .inputRoot > .btn_{
    margin-left: 0;
    width: 19.3%;
}
.form_GetOffer.center > .info_{
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    white-space: nowrap;
    color: #777777;
}
.section.playable{
    height: 670px;
    background-color: #fff;
}
.section.playable .cornerOverlay{
    display: block;
    background-color: #fff;
    background-size: 100%;
}
.section.playable .cornerOverlay.first{
    background: url('resource/cornerOverlay_e7e6ff.png') 100%;
    width: 50%;
    height: 300px;
}
.section.playable .cornerOverlay.second{
    background: url('resource/cornerOverlay_e7e6ff_downside.png');
    width: 50%;
    height: 300px;
    margin-bottom: -1px;
}
.section.playable.second{
    background-color: #e7e6ff;
}
.section.playable.second  .cornerOverlay.first{
    background: url('resource/cornerOverlay_ffffff.png') 100%;
    width: 50%;
    height: 300px;
}
.section.playable.second  .cornerOverlay.second{
    background: url('resource/cornerOverlay_3a2360_downside.png');
    width: 50%;
    height: 300px;
    margin-bottom: -1px;
}

.section.playable.second .title{
/*
    font-size: 70px;
    letter-spacing: -2px;
*/
}
.section.playable .title{
    height: 100px;
    width: 100%;
    font-size: 80px;
    font-weight: 700;
    color: #36008c;
    line-height: 70px;
    white-space: nowrap;
}
.section.playable .title.sub{
    font-size: 33px;
    font-weight: 700;
    color: #36008c;
    height: 50px;
    margin-top: 50px;
    line-height: 40px;
    letter-spacing: 0px; /* 자간을 1px 줄임 */
}


.section.footer{
    background-color: #3a2360;
    box-shadow: 0 0 30px #00000044;
    height: 550px;
}
.section.footer .cornerOverlay{
    display: block;
    background-color: #fff;
    background-size: 100%;
}
.section.footer .cornerOverlay.first{
    background: url('resource/cornerOverlay_e7e6ff.png') 100%;
    width: 50%;
    height: 300px;
}
.section.footer .cornerOverlay.second{
    background: url('resource/cornerOverlay_ffffff_downside.png');
    width: 50%;
    height: 300px;
    margin-bottom: -1px;
}
.section.footer .tag_{
    padding: 30px;
    font-size: 20px;
    color: #ffffffaa;
    font-weight: 200;
}

.afterMaxWidth1250{display: none;}
@media (max-width: 1250px) {
    .afterMaxWidth1250{display: inline;}
    .section.playable{
        height: 1020px;
    }
    .form_GetOffer.center .btn_{
        line-height: 46px;
    }
    .form_GetOffer.first{
        width: 100%;
        left: 50%;
        top: calc(50% + 40px);
        margin-left: 0;
        margin-bottom: 0;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .form_GetOffer.first .input_{
        text-align: left;
    }
    .form_GetOffer.first .title{
        font-size: 50px;
    }
    .section.playable .title.sub{
        font-size: 30px;
    }
    .section.playable .title{
/*        font-size: 55px;*/
    }
    .section.playable.second .title.sub{
/*        font-size: 30px;*/
    }
    .section.playable.second .title{
/*        font-size: 55px;*/
    }
    .album{
        width: 690px;
        height: 790px;
    }
    .album li:nth-child(4){
        margin-left: 130px;
    }
    .form_GetOffer.center{
        width: 690px;
        height: 250px;
    }
    .form_GetOffer.center > .inputRoot > .btn_{
        margin-top: 30px;
    }
    .form_GetOffer.center .info_{
        white-space: normal;
        margin-top: 30px;
    }
}

.afterMaxWidth800{display: none;}
@media (max-width: 800px) {
    .afterMaxWidth800{display: inline;}
    
    .section.header > .gradient{
        background: linear-gradient(to top right, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0));
    }
    .section.playable{
        height: 1020px;
    }
    .form_GetOffer.first{
        width: 100%;
        left: 50%;
        top: 50%;
        margin-left: 0;
        margin-bottom: 0;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .section.header > .cornerOverlay.first > .logo{
        display: none;
    }
    .form_GetOffer.first .title{
        font-size: 40px;
        white-space: normal;
        padding: 30px;
    }
    .form_GetOffer .inputRoot{
        display: inline-block;
        white-space: normal;
        width: calc(100% - 40px);
        padding: 0px 20px;
        margin-top: 10px;
        line-height: 45px
    }
    .form_GetOffer .input_{
        display: inline-block;
/*        width: calc(100% - 60px);*/
    }
    .form_GetOffer .btn_{
        display: inline-block;
        width: 70%;
        min-width: 150px;
        height: 70px;
        box-shadow: 3px 3px 0 #000000aa;
    }
    .form_GetOffer.center .btn_{
        line-height: 70px;
    }
    .section.playable{
        height: 560px;
    }
    .section.playable .title.sub{
        font-size: 20px;
        margin-top: 40px;
        height: 30px;
    }
    .section.playable .title{
        font-size: 55px;
        height: 80px;
    }
    .section.playable.second{
        height: 630px;
    }
    .section.playable.second .title.sub{
/*
        font-size: 20px;
        margin-top: 40px;
        height: 30px;
*/
    }
    .section.playable.second .title.sub{
/*        line-height: 15px;*/
    }
    .section.playable.second .title{
/*
        font-size: 55px;
        height: 150px;
        line-height: 60px;
*/
    }
    .section.footer{
        height: 450px;
    }
    .album{
        width: calc(100% - 30px);
        height: 400px;
        overflow: scroll;
        overflow-y: hidden;
    }
    .album ul{
        white-space: nowrap;
    }
    .album li:nth-child(4){
        margin-left: 20px;
    }
    .album li:last-child{
        margin-right: 20px;
    }
    .form_GetOffer.center{
        width: 100%;
        height: 220px;
        background-color: #3a2360;
        box-shadow: none;
        top: calc(50% - 80px);
        text-align: center;
    }
    .form_GetOffer.center .title{
        color: #ffffff;
        font-size: 50px;
        text-align: center;
        font-size: 70px;
    }
    .form_GetOffer.center > .inputRoot{
        padding: 0;
    }
    .form_GetOffer.center > .inputRoot > .input_.first{
        width: 70%;
    }
    .form_GetOffer.center > .inputRoot > .input_.second{
        width: 70%;
    }
    .form_GetOffer.center > .inputRoot > .btn_{
        text-align: center;
        width: 250px;
        min-width: 150px;
        height: 70px;
        box-shadow: 3px 3px 0px #000000aa;
    }
    .form_GetOffer.first > .inputRoot > .btn_{
        margin-top: 20px;
        line-height: 70px;
    }
    .form_GetOffer.center .info_{
        white-space: normal;
    }
    .section.footer .tag_{
        font-size: 10px;
    }
}
@media (max-width: 600px) {
    .form_GetOffer.first{
        margin-top: -40px;
    }
    .form_GetOffer.first .title{
        font-size: 30px;
    }
    .form_GetOffer.center .title{
        font-size: 50px;
    }
    .form_GetOffer.first > .inputRoot > .input_.first,
    .form_GetOffer.center > .inputRoot > .input_.first{
        width: calc(100% - 60px);
    }
    .form_GetOffer.first > .inputRoot > .input_.second,
    .form_GetOffer.center > .inputRoot > .input_.second{
        width: calc(100% - 60px);
    }
    .form_GetOffer.first > .inputRoot > .btn_{
        width: calc(100% - 35px);
    }
}


/* 드롭다운 스타일 */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #6a0dad;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}