@charset "utf-8";

div.sub-img{width: 100%; height: 25rem; border-radius: 0.9rem; overflow: hidden; margin-bottom: 5rem;}
div.sub-img img{object-fit: cover;}
div.sub-top{margin-bottom: 5rem;}
div.sub-top span{display: block; text-align: center; color: #999; font-weight: 800; margin-bottom: 1.5rem;}
div.sub-top div{width: 6rem; height: 0.2rem; background: #444; margin: 3rem auto;}
div.sub-top p{ text-align: center;}
div.sub-top p.tit{font-size: 2.8rem; font-weight: 800;}
div.sub-top p.txt{font-size: 2rem;  }

#intro > div.icon-area{margin-top: 10rem; text-align: center;}
#intro > div.icon-area p.tit{font-size: 2.8rem; font-weight: 800; color: #d6197d;}
#intro > div.icon-area p.txt{margin: 3rem 0 6rem; font-size: 2.2rem; line-height: 1.6;}
#intro > div.icon-area div.flex div.box{width: calc(100%/5);}
#intro > div.icon-area div.flex div.box div.icon-box{width: 13rem; height: 8rem; margin: 0 auto; background: #ddd; background: url("./img/icon-infor.png") -5% center no-repeat; background-size: cover}
#intro > div.icon-area div.flex div.box p{margin-top: 2rem; line-height: 1.5;}
#intro > div.icon-area div.flex div.box p span{
    display: block;
    font-size: 1.6rem;
    color: #999;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

#intro > div.icon-area div.flex div.box:nth-child(2) div.icon-box{background-size: cover; background-position: 21% center;}
#intro > div.icon-area div.flex div.box:nth-child(3) div.icon-box{background-size: cover; background-position: 46% center;}
#intro > div.icon-area div.flex div.box:nth-child(4) div.icon-box{background-size: cover; background-position: 74% center;}
#intro > div.icon-area div.flex div.box:nth-child(5) div.icon-box{background-size: cover; background-position: 103% center;}

#intro > div.btn-area{margin-top: 5rem;}
#intro > div.btn-area .btn{margin: 0 auto; display: flex; justify-content: space-between; align-items: center; width: 26rem; height: 5rem; line-height: 5rem; padding: 0 2rem; border-radius: 0.9rem; background-color:#fff; color: #d6197d; border-color:#d6197d;}

.voice-in{margin:1rem; box-sizing: border-box; border-bottom: 0.1rem solid #ddd; }
.voice-in > p{font-size: 1.4rem; color: #666;}
.voice-in > div{min-height: 2rem; display: block}
div.making div.step01{}
div.making div.step01 > div.x-scroll > div.flex{margin-bottom: 6.5rem;}
div.making div.step01 div.flex div.box{width: calc(100%/3); text-align: center;}
div.making div.step01 div.flex div.box p.tit{font-size: 2.2rem; font-weight: 800;}
div.making div.step01 div.flex div.box p.txt{font-size: 1.8rem; line-height: 1.5;}
div.making div.step01 div.flex div.box div.icon-area{position: relative; width: 7rem; height: 7rem; background: url('./img/icon-radio.png') -5% bottom no-repeat; margin: 2.5rem auto 4.5rem;}
div.making div.step01 div.flex div.box:nth-child(2) div.icon-area{background: url('./img/icon-radio.png') 46% bottom no-repeat;}
div.making div.step01 div.flex div.box:last-child div.icon-area{background: url('./img/icon-radio.png') 97% bottom no-repeat;}
div.making div.step01 div.flex div.box div.icon-area:before{position: absolute; left: 0; top: 0; content: ""; display: block; width: 6rem; height: 6rem; border-radius: 50%; background: rgba(170, 14, 251, 0.2);}

div.making div.textarea-area{border: 0.1rem solid #ddd; border-radius: 9px;}
div.making div.textarea-area textarea{width: 100%; min-height: 15rem; padding: 1rem; box-sizing: border-box;  resize: vertical;}

div.making div.file-area{margin-bottom: 1rem;}
div.making div.file-area .btn{width: 100%; background: #f5f5f5; padding: 1rem;}

div.making div.recod-btn-area button{display: flex; align-items: center; margin-right: 2.5rem; font-size: 1.4rem;}
div.making div.recod-btn-area button i{font-size: 2.8rem; margin-right: 1rem;}

div.making div.recod-btn-area button.on{color: #d6197d;}

/*tab*/
div.making div.tab-wrap div.tab-title.line > ul{ background-color: #f3f3f3; border-radius: 9px 9px 0 0; overflow: hidden}
div.making div.tab-wrap div.tab-title.line > ul > li{ padding:15px; border-bottom: 1px solid #d6197d; width: 100%;  color: #a1a1aa; background-color: #f3f3f3; box-sizing: border-box}
div.making div.tab-wrap div.tab-title.line > ul > li.on{color: #d6197d; background-color: #fff; font-weight: bold; border: 1px solid #d6197d; border-bottom:0; border-radius: 9px 9px 0 0}

div.making div.tab-wrap div.tab-content{ border: 1px solid #d6197d; border-top: 0; border-radius: 0 0 9px 9px}
div.making div.tab-wrap div.tab-content > div{display:none; padding: 2.5rem 2.5rem 3rem; box-sizing: border-box}
div.making div.tab-wrap div.tab-content > div.on{display: block;}

.no-data{text-align: center; width: 100%; padding: 10rem 0; box-sizing: border-box;}
.search{border-bottom: 0.3rem solid #f5f5f5; padding:0 0 1.5rem; box-sizing: border-box; margin-bottom: 1.5rem;}
div.making div.step-big{}
div.making div.step-big .bg-f5f5f5{border-radius: 0.9rem; padding: 1.5rem 0; text-align: center; font-size: 2.2rem; margin-bottom: 3rem; }
div.making div.step-big .bg-f5f5f5 span{font-weight: 700;}
div.making div.step-big .news-area{max-height: 54vh; overflow-y: scroll; border-top: 0.1rem solid #ddd; border-bottom: 0.1rem solid #ddd; padding: 1.5rem 0;}
div.making div.step-big .news-box{margin-bottom: 5rem;}
div.making div.step-big .news-box:last-child{margin-bottom: 0;}
div.making div.step-big .news-box .left{width: 24rem; margin-right: 2rem;}
div.making div.step-big .news-box .left .img-box{background: #f5f5f5;}
div.making div.step-big .news-box .right{width: calc(100% - 26rem);}
div.making div.step-big .news-box .right ul{font-size: 1.4rem; margin-bottom: 2rem;}
div.making div.step-big .news-box .right ul li{margin-right: 2rem;}
div.making div.step-big .news-box .right p.tit{ font-size: 2.2rem; font-weight: 800; margin-bottom: 1rem;}
div.making div.step-big .news-box .right p.ell{line-height: 1.5; max-height: 4.5rem; margin-bottom: 2rem;}
div.making div.step-big .news-box .right .check-area{}
div.making div.step-big .news-box .right .check-area input[type='checkbox']{display: none}
div.making div.step-big .news-box .right .check-area button{
    font-size: 1.4rem;
    width: 12rem;
    height: 4rem;
    line-height: 4rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    display: block;
    text-align: center;
    padding: 0 2rem;
    border: 0.1rem solid #d6197d;
    color: #d6197d;
    box-sizing: border-box
}
div.making div.step-big .news-box .right .check-area button i{display: inline-block; padding-right: 1rem;}
div.making div.step-big .news-box .right .check-area button.on{background: #d6197d; color: #fff}
div.making div.step-big .news-box .right .check-area a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #444;
    width: calc(100% - 13rem);
    height: 4rem;
    line-height: 4rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #ddd;
    box-sizing: border-box;
}
div.making div.step-big .news-box .right .check-area a i{margin-left: 1rem; font-size: 2rem;}

#category_filter{padding: 0; box-sizing: border-box; border-top: 0.1rem solid #f5f5f5; border-bottom: 0.1rem solid #f5f5f5;}
#category_filter .checkbox_field{border-bottom: 0.1rem solid #ddd; margin-bottom: 1rem;}
#category_filter .checkbox_field:last-of-type{margin-bottom: 0;}

#category_filter .checkbox_field input[type='checkbox'] + label{padding-left: 3.5rem; font-size: 1.6rem;}
#category_filter .checkbox_field > dl{align-items: center;}
#category_filter .checkbox_field > dl dt{min-width: 15rem;}
#category_filter .checkbox_field > dl dd{width: calc(100% - 15rem); border-left: 0.1rem solid #f5f5f5; padding: 1.5rem;}
#category_filter .checkbox_field > dl dd > div {margin:0.5rem 1.5rem 0.5rem 0;}

div.making div.step02{}
div.making div.step02 > div.box{width: 52rem; margin: 0 auto}
div.making div.step02 > div.box form > button{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 5rem; line-height: 5rem; padding: 0 1.5rem; border-radius: 0.5rem; border: 0.1rem solid #ddd; box-sizing: border-box;}
div.making div.step02 > div.box form > button.on{border-color: #d6197d; color: #d6197d;}
div.making div.step02 > div.box form > button.radio_use_host:first-of-type{margin-bottom: 1rem;}
div.making div.step02 > div.box form > div > ul{padding: 4rem 0 0; border-bottom: 0.1rem solid #f5f5f5;}
div.making div.step02 > div.box form > div > ul > li{position:relative; display: flex; justify-content: space-between; align-items: center; width: 100%; margin-bottom: 4rem;}
div.making div.step02 > div.box form > div > ul > li:after{position: absolute; top: calc(50% - 0.1rem); right: 15rem;  content: ""; display: block; width: 13rem; height: 0.1rem; background: #ddd;}

#_warning_make_radio_{}
#_warning_make_radio_ .layer-center-cont > div > p{font-size: 1.4rem; line-height: 1.4;}
#_warning_make_radio_ .box{height: 45vh; overflow-y: scroll; padding: 1rem; box-sizing: border-box; margin: 1rem 0;}
#_warning_make_radio_ .box > ul{padding-left: 1.5rem; font-size: 1.4rem;}
#_warning_make_radio_ .box > ul > li{margin-bottom: 1rem;}
#_warning_make_radio_ .box > ul > li > p{margin-top: 0.5rem;}

div.making div.step03{width: 52rem; margin: 0 auto}
div.making div.step03 div.box{border:0.1rem solid #f5f5f5; border-radius: 0.5rem; padding: 4rem 10rem; box-sizing: border-box}
div.making div.step03 div.box ul{font-size: 1.8rem; text-align: center}
div.making div.step03 div.box ul li{margin-bottom: 2rem;}
div.making div.step03 div.box ul li:last-child{margin-bottom: 0;}
div.making div.step03 div.box ul li.my{}
div.making div.step03 div.box ul li.my p{font-weight: 600}
div.making div.step03 div.box ul li.my div{background: #f5f5f5; border-radius: 0.5rem; padding:2rem; box-sizing: border-box; font-size: 1.6rem; line-height: 1.5; margin-top: 1rem;}
div.making div.step03 div.box ul li.news{font-weight: 600}
div.making div.step03 div.box ul li.news span{display: inline-block; margin:0 1rem; font-weight: 400; font-size: 1.4rem;}
div.making div.step03 div.box ul li.txt{font-weight: 600}

div.making div.step04{}
div.making div.step04 div.box{
    position: relative;
    padding: 3rem;
    border-top:0.1rem solid #f5f5f5;
    border-bottom:0.1rem solid #f5f5f5;
    height: 40rem;
    overflow-y: scroll;
    line-height: 2;
}
div.making div.step04 div.box div.loding{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
div.making div.step04 div.box div.loding p{font-size: 2rem;}
div.making div.step04 div.box div.loding i{font-size: 10rem; margin: 3rem 0;}

div.making div.step05 div.box{
    position: relative;
    padding: 3rem;
    border-top:0.1rem solid #ddd;
    border-bottom:0.1rem solid #ddd;
    height: auto;
    overflow-y: scroll;;
}
div.making div.step05 div.bg-f5f5f5{padding: 1.5rem 0 ; margin: 1rem 0}
div.making div.step05 div.voice-setting{margin-bottom: 10px;  justify-content: center;}
div.making div.step05 div.voice-setting > div{display: flex; align-items: center; margin-right: 20px; tab-index: 1;}
div.making div.step05 div.voice-setting > div:last-child{margin-right: 0}
div.making div.step05 div.voice-setting > div > span{font-size: 14px; margin-right: 10px;}
div.making div.step05 div.voice-area{display: flex; flex-wrap: wrap}
div.making div.step05 div.voice-area button{
    display: flex;
    align-items: center;;
    border: 0.1rem solid #ddd;
    box-sizing: border-box;
    padding:1.5rem 2rem;
    border-radius: 0.5rem;
    width: calc(94% / 4);
    margin-right: 2%;
    margin-bottom: 1rem;
}
div.making div.step05 div.voice-area button:nth-child(4n){margin-right: 0;}
div.making div.step05 div.voice-area button .left{width: 25%; margin-right: 5%;}
div.making div.step05 div.voice-area button .right{width: 70%;}
div.making div.step05 div.voice-area button .left .img-box{background: #f5f5f5;}
div.making div.step05 div.voice-area button .right p{text-align: left}
div.making div.step05 div.voice-area button .right p:first-child{}
div.making div.step05 div.voice-area button .right p.speaker_tag{font-size: 1.4rem; margin-top: 0.5rem; color: #999;}
div.making div.step05 div.voice-area button .right p.speaker_age{font-size: 1.4rem; margin-top: 0.5rem; color: #999;}
div.making div.step05 div.voice-area button .right p.speaker_age.same_age{color: #d6197d;}
div.making div.step05 div.voice-area button .right p:last-child{font-size: 1.4rem; margin-top: 0.5rem; color: #999;}
div.making div.step05 div.voice-area button.on{border-color: #d6197d;}
div.making div.step05 div.voice-area button.on .right p{color: #d6197d}
div.making div.step05 div.voice-area button:hover{background: #f5f5f5;}


.audio-wrap{width:100%; min-width: 320px;  max-width:100%; margin-top: 1rem;}
.audio-wrap audio{width: 100%; background: #f1f3f4;}

/* 녹음 */
div.recording{}
div.recording div.record-area div.box{border: 0.3rem solid #f5f5f5; border-radius: 9px; padding: 0 3rem 2.5rem; box-sizing: border-box; margin-bottom:1rem;}
div.recording div.record-area div.box:last-child{margin-bottom: 0}
div.recording div.record-area div.box p.box-top{font-size: 1.4rem; color: #999; line-height: 1; padding: 1.5rem 0 1rem; box-sizing: border-box;}
div.recording div.record-area div.box div.textarea-area{border-top: 0.1rem solid #ddd; border-bottom:  0.1rem solid #ddd;}
div.recording div.record-area div.box div.textarea-area textarea{width: 100%; min-height: 10rem; padding: 1rem; box-sizing: border-box;  resize: vertical;}

div.recording div.record-area div.box div.recod-btn-area{flex-wrap: wrap; margin: 2rem 0 0;}
div.recording div.record-area div.box div.recod-btn-area button{display: flex; align-items: center; margin-right: 2.5rem; font-size: 1.4rem;}
div.recording div.record-area div.box div.recod-btn-area button i{font-size: 2.2rem; margin-right: 1rem;}
div.recording div.record-area div.box div.recod-btn-area button:first-of-type,
div.recording div.record-area div.box div.recod-btn-area button:nth-child(2){color: red}
div.recording div.record-area div.box div.recod-btn-area button:nth-child(3){color: #0ac73e}
div.recording div.record-area div.box div.recod-btn-area button:last-of-type{margin-right: 0; color: red}
div.recording div.record-area div.box div.recod-btn-area span{display: block; width: 100%; padding-top: 1rem;}


/*  */

/* 라디오 상태 */
.state{display: block; margin: 0 auto; width: 5rem; height: 2rem; line-height: 2rem; font-size: 1.2rem; text-align: center;}
.state.red{background: rgba(255,0,0,0.1); color: #FF2828;}
.state.yellow{background: #FCEDCE; color: #FF8800FF;}
.state.green{background: rgba(82,255,2,0.1); color: #00C700}
.state.gray{background: #f5f5f5; color: #AAAAAA}

.view-box .state{margin: 0}


/* 라디오 상세 */
div.view{}
.view-box{padding: 5rem; box-sizing: border-box; border: 0.3rem solid #f5f5f5; border-radius: 0.9rem;}
.view-box .view-info{padding-bottom: 1rem;}
.view-box .view-info p{font-size: 2.6rem;}
.view-box .view-content{margin: 1rem 0; padding: 2rem; box-sizing: border-box; border: 0.3rem solid #f5f5f5;}
.view-box .bg-f5f5f5{padding: 1.5rem 2rem; border-radius: 0.5rem; margin-bottom: 1rem;}
.view-box .bg-f5f5f5 span{display: inline-block; margin-left: 1.5rem; color: #666; font-size: 1.4rem;}
.view-box .bg-f5f5f5 p{}
.view-box .bg-f5f5f5 p span{display: block; margin-left: 0; margin-top: 1rem;}

.view-box .box{}
.view-box .box > p.comment_title{font-size: 1.4rem;}
/*.view-box .box pre{font-size: 1.4rem; padding-top: 1rem; margin-top: 1rem; border-top: 0.3rem solid #f5f5f5}*/
.view-box .box p.comment_content{font-size: 1.4rem; padding-top: 1rem; margin-top: 1rem; border-top: 0.3rem solid #f5f5f5}

/* 라디오 리스트 */
.radio_list ul.flex li:first-child{width: 5%}
.radio_list ul.flex li:nth-child(2){width: 50%}
.radio_list ul.flex li:nth-child(3){width: 20%}
.radio_list ul.flex li:nth-child(4){width: 10%}
.radio_list ul.flex li:last-child{width: 15%}

@media screen and (max-width:839px){

    .btn.h50{font-size: 1.4rem;}

    div.making div.step01 div.x-scroll{overflow-x: scroll; }
    div.making div.step01 div.x-scroll div.flex{width: 67rem; margin-bottom: 3rem;}
    div.making div.step01 div.flex div.box{}
    div.making div.step01 div.flex div.box div.icon-area{margin-bottom: 3rem;}
    div.making div.step01 div.flex div.box p.tit{font-size: 2rem;}
    div.making div.step01 div.flex div.box p.txt{font-size: 1.6rem; padding: 0 1.5rem; box-sizing: border-box; word-break: keep-all}
    div.making div.step01 div.flex div.box p.txt br{display: none}

    .search{border-bottom: 0; margin-bottom: 0;}
    div.making div.step-big .bg-f5f5f5{font-size: 1.8rem; margin-bottom: 2rem;}
    div.making div.step-big .news-area{height: 54vh; padding-top: 0; border-top: 0}
    div.making div.step-big .news-box{display: block; padding-top: 2rem; border-top: 0.1rem solid #ddd; margin-bottom: 2rem;}
    div.making div.step-big .news-box .left{width: 100%; margin-right: 0; display: none;}
    div.making div.step-big .news-box .right{width: 100%;}
    div.making div.step-big .news-box .right ul{flex-wrap: wrap;}
    div.making div.step-big .news-box .right ul li{width: max-content; margin-bottom: 0.5rem; }
    div.making div.step-big .news-box .right ul li:nth-child(3),
    div.making div.step-big .news-box .right ul li:last-of-type{ margin-bottom: 0;}

    div.making div.step05 div.voice-setting{flex-wrap: wrap; padding: 0 3rem}
    div.making div.step05 div.voice-setting > div{margin-right: 0; justify-content: space-between; margin-bottom: 5px; width: 100%;}
    div.making div.step05 div.voice-setting > div:last-child{margin-bottom: 0}

    div.making div.step05 div.voice-area button{width: calc(96% / 3); margin-right: 2%; margin-bottom: 2%;}
    div.making div.step05 div.voice-area button:nth-child(4n){margin-right: 2%;}
    div.making div.step05 div.voice-area button:nth-child(3n){margin-right: 0}

    .radio_list ul.flex li:first-child{width: 10%;}
    .radio_list ul.flex li:nth-child(2){width: 90%;}
    .radio_list ul.flex li:nth-child(n+3){width: fit-content}

    div.recording div.record-area div.box div.recod-btn-area{justify-content: space-between;}
    div.recording div.record-area div.box div.recod-btn-area button{margin-right: 0}

}
@media screen and (max-width:599px){

    .btn.h50{height: 4rem; line-height: 4rem;}
    div.sub-top p.tit{font-size: 2.4rem;}
    div.sub-top div{margin: 1.5rem auto;}
    div.sub-top p.txt{font-size: 1.6rem;}

    #intro > div.icon-area p.txt{font-size: 1.8rem;}
    #intro > div.icon-area p.txt br{display: none}
    #intro > div.icon-area div.flex{flex-wrap: wrap; justify-content: center}
    #intro > div.icon-area div.flex div.box{width: calc(100% / 3); margin-top: 3rem;}
    #intro > div.icon-area div.flex div.box div.icon-box{ width: 9rem;  height: 6rem;}

    div.making div.textarea-area{}
    div.making div.recod-btn-area button{}
    div.making div.recod-btn-area button i{font-size: 1.6rem; margin-right: 0.5rem;}

    div.making div.step01 div.x-scroll{overflow-x: unset; }
    div.making div.step01 div.x-scroll div.flex{width: 100%; flex-wrap: wrap; justify-content: center;}
    div.making div.step01 div.x-scroll div.flex div.box{width: 50%; margin-bottom: 3rem;}
    div.making div.step01 div.x-scroll div.flex div.box:last-of-type{width: 100%; margin-bottom: 0}
    div.making div.step01 div.flex div.box div.icon-area,
    div.making div.step01 div.flex div.box:nth-child(2) div.icon-area,
    div.making div.step01 div.flex div.box:last-of-type div.icon-area{margin: 1rem auto; width: 5rem; height: 5rem; background-size: auto 40px}
    div.making div.step01 div.flex div.box div.icon-area:before{width: 4rem; height: 4rem;}

    div.making div.step01 div.flex div.box p.tit{font-size: 1.6rem;}
    div.making div.step01 div.flex div.box p.txt{font-size: 1.4rem;}
    div.making div.step01 div.recod-btn-area{padding: 2rem 0;}
    div.making div.step01 .btn-area.flex{flex-wrap: wrap}
    div.making div.step01 .btn-area.flex button,
    div.making div.step01 .btn-area.flex a{width: 100%; margin-bottom: 1rem;}
    div.making div.tab-wrap div.tab-title.line > ul{background:none; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 0.3rem solid #f5f5f5; box-sizing: border-box}
    div.making div.tab-wrap div.tab-title.line > ul > li{ padding: 0.8rem 1.5rem; width: max-content; border-radius: 5rem; margin-right: 1rem; border-color: transparent;}
    div.making div.tab-wrap div.tab-title.line > ul > li.on{ border-radius: 5rem; border: 0.1rem solid #d6197d;}
    div.making div.tab-wrap div.tab-content{border: 0;}
    div.making div.tab-wrap div.tab-content > div{padding: 0;}

    div.sub-img{height: 15rem; display: flex;justify-content: center;}
    div.sub-img img{height: 100%;}

    div.making div.step02 > div.box{width: 100%;}

    div.making div.step03{width: 100%;}
    div.making div.step03 div.box{padding: 2rem 3rem;}

    div.making div.step05 div.voice-area button{width: calc(98% / 2); margin-right: 2%; }
    div.making div.step05 div.voice-area button:nth-child(4n){margin-right: 2%;}
    div.making div.step05 div.voice-area button:nth-child(3n){margin-right: 2%;}
    div.making div.step05 div.voice-area button:nth-child(3n){margin-right: 0;}

    div.recording div.record-area div.box{padding: 0 1.5rem 1rem;}
    div.recording div.record-area div.box div.textarea-area textarea{min-width: 5rem; height: max-content}
    div.recording div.record-area div.box div.recod-btn-area button i{font-size: 1.6rem; margin-right: 0.5rem}
    div.recording .btn-area.flex .w120{min-width:fit-content}

    .view-box{padding: 3rem;}


}
@media screen and (max-width:480px){
    div.making div.step02 > div.box form > div > ul{padding: 2rem;}
    div.making div.step02 > div.box form > div > ul > li:after{display: none;}
    div.making div.step02 > div.box form > div > ul > li{display: block;}
    div.making div.step02 > div.box form > div > ul > li p{margin-bottom: 1rem;}
    div.making div.step02 > div.box form > div > ul > li div.select-area{width: 100%}

    div.making div.step04 .btn-area.flex .w120{min-width:fit-content}

    div.making div.step05 div.voice-area button{width: 100%; margin-right: 0; }
    div.making div.step05 div.voice-area button:nth-child(4n){margin-right: 0;}
    div.making div.step05 div.voice-area button:nth-child(3n){margin-right: 0;}
    div.making div.step05 div.voice-area button:nth-child(3n){margin-right: 0;}



}
@media screen and (max-width:300px){}
