/* 폰트 적용 */
body		{ font-family: 'NanumSquare', sans-serif }
.extra-bold { font-weight: 800 }
.bold		{ font-weight: 700 }
.normal		{ font-weight: 400 }
.light		{ font-weight: 300 }
/* 폰트 적용 */

body {
    background-image: url("./src/BG.jpg");
    background-size: cover;
    font-weight: 400;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.text-align-left {
    text-align: left;
}

.launchpad-disabled {
    width: 0px !important;
    opacity: 0;
}

textarea {
    transition: box-shadow 0.2s ease-out;
    font-family: 'NanumSquare', sans-serif;
    resize: none;
    outline: none;
    box-shadow: 0 0 10px #0000001e;
    border: none;
}

textarea:focus {
    box-shadow: 0 0 20px #00000033;
}

#launchpad {
    text-align: center;
    transition: all 0.5s ease-out;
    background-color: #ffffff59;
    margin-left: 50px;
    margin-top: 8%;
    width: 630px;
    height: 630px;
    border-radius: 40px;
    box-shadow: 0 0 30px #00000049;
    flex-shrink: 0;
    padding: 20px;
    overflow: hidden;
}

#launchpad > p {
    margin-top: -4px;
    margin-bottom: 5px;
}

.chain {
    transition: all 0.2s ease-out;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: white;
    margin: 4px;
    box-shadow: 0 0 20px #00000020;
    flex-shrink: 0;
}

.chain:hover {
    transform: scale(0.95, 0.95);
    background-color: rgb(219, 219, 219);
}

.chain > div {
    margin-top: -16px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.chain > div:hover {
    opacity: 1;
}

.chain > div > p {
    padding-top: 16px;
}

.selected-chain {
    background-color: #2d3436;
}

.button {
    transition: all 0.2s ease-out;  
    width: 55px;
    height: 55px;
    border-radius: 20%;
    background-color: white;
    margin: 4px;
    box-shadow: 0 0 20px #00000020;
    flex-shrink: 0;
}

.button:hover {
    transform: scale(0.95, 0.95);
    background-color: rgb(219, 219, 219);
}

.button > div {
    margin-top: -16px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.button > div:hover {
    opacity: 1;
}

.button > div > p {
    padding-top: 16px;
}

.selected-button {
    background-color: #4c585c;
}

.center1 {
    border-radius: 20% 20% 50% 20% !important;
}

.center2 {
    border-radius: 20% 20% 20% 50% !important;
}

.center3 {
    border-radius: 20% 50% 20% 20% !important;
}

.center4 {
    border-radius: 50% 20% 20% 20% !important;
}

#main {
    text-align: center;
}

#app {
    background-color: #ffffffb4;
    width: 800px;
    height: 880px;
    border-radius: 40px;
    box-shadow: 0 0 30px #00000049;
}

#title-box {
    display: flex;
    padding-left: 55px;
    padding-top: 10px;
}

#title-box > h1 {
    font-size: 50px;
}

#title-box > div > #version {
    font-size: 13px;
    margin-top: 41px;
    margin-left: 15px;
    text-align: center;
    background-color: black;
    color: white;
    width: 100px;
    height: 20px;
    border-radius: 10px;
}

#title-box > div > #subtitle {
    font-size: 20px;
    margin-top: -15px;
    margin-left: 15px;
}

#description {
    text-align: left;
    margin-top: 36px;
    padding-left: 40px;
    font-size: 12px;
}

#description_2 {
    font-size: 14px;
}

#description > div {
    margin-bottom: 30px;
}

#description > div > p {
    margin-top: -15px;
}

#app-main > div {
    width: 250px;
    height: 400px;
    margin: 10px;
    border-radius: 30px;
    background-color: #74baff3a;
}

#app-main > .center-sortation {
    margin-top: 20%;
    font-size: 30px;
    width: 100px;
    background-color: transparent;
}

#app-main > div > textarea {
    width: 180px;
    height: 295px;
    border-radius: 10px;
    font-size: 16px;
}

#app-main > div > .line-text {
    margin-top: 0px;
    margin-right: 40px;
    text-align: right;
    font-size: 13px;
}

#button-input-box {
    margin-top: -150px;
}

#button-input-box > div > p {
    text-align: left;
    margin-left: 80px;
}

#button-input-box > div > #block {
    background-color: #74baff3a;
    margin-left: 70px;
    width: 390px;
    height: 200px;
    border-radius: 20px;
}

#block > div > div > select {
    border: none;
    box-shadow: 0 0 10px #0000001e;
    border-radius: 15px;
    padding-left: 10px;
    width: 110px;
    height: 30px;
}

#block > div > div > img {
    margin-left: 20px;
    margin-right: 14px;
    border-radius: 7px;
    background-color: #ffffffa0;
    box-shadow: 0 0 10px #0000001e;
}

#block > div > div > textarea {
    margin-top: 16px;
    padding: 10px;
    border-radius: 15px;
    height: 105px;
}

#button-box {
    background-color: #74baff71;
    margin-top: 53px;
    margin-left: 40px;
    margin-right: 60px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
}

button {
    width: 130px;
    height: 50px;
    margin-top: 26px;
    border: solid #ffffff 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.322);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgb(119, 119, 119);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button:hover{
    animation-name: scale;
    transform: scale(1.1, 1.1);
    background: linear-gradient(45deg, #8bb1ff, #ff84b1);
}

.bt-color-1 {
    background: linear-gradient(45deg, #78ff7e, #f07fff);
}

.bt-color-2 {
    height: 70px;
    background: linear-gradient(45deg, #8ff194, #7fdbff);
}


.padding-15 {
    padding: 15px;
}

.copyright {
    color: rgb(70, 70, 70);
}

#output {
    color: rgb(155, 155, 155);
}

#unipad {
    background-color: #e67e22;
}

#ndi {
    background-color: #3498db;
}

#github {
    background-color: black;
}

#youtube {
    background-color: #e74c3c;
}

.show {
    animation-duration: 0.5s;
    animation-name: FadeIn;
    animation-fill-mode: forwards;
}

.hide {
    animation-duration: 0.5s;
    animation-name: FadeOut;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

@keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes FadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

#credit-box > a {
    transition: all 0.5s ease-in-out;
    width: 41px;
    height: 41px;
    border-radius: 8px;
    margin: 5px;
    text-align: left;
    box-shadow: 0 0 20px #00000049;
    animation-duration: 0.5s;
    animation-name: opacity-on;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

#credit-box > a:hover {
    width: 200px;
}

#credit-box > a > img {
    margin: 8px;
    position: absolute;
}

#credit-box > a > p {
    color: white;
    position: absolute;
    text-align: center;
    pointer-events:none;
    opacity: 0;
}

#unipad > p {
    transform: translate(43%, -30%);
}

#ndi > p {
    transform: translate(95%, -30%);
}

#github > p {
    transform: translate(85px, -30%);
}

#youtube > p {
    transform: translate(76px, -30%);
}