@charset "utf-8";
/**
* import
*/
@import url("../../resource/css/style.css?after");
@import url("../../resource/css/reset.css?after");
@import url("../../resource/css/common.css?after");
@import url("../../resource/css/graph.css?after");
@import url("../../resource/css/ui.css?after");
@import url("../../resource/css/layer.css?after");
@import url("../../resource/css/select.css");
@import url("../../resource/css/sms.css");
@import url("../../resource/css/datepicker.css");
@import url("../../resource/css/clone.css");
@import url("../../resource/css/calendar.css");
@import url("../../resource/css/auto_list.css");
@import url("../../resource/css/fonts/pretendard.css?after");


*{box-sizing: border-box;font-family: 'Pretendard', dotum, Helvetica, sans-serif;letter-spacing:-0.2px; word-break: keep-all}

.pc-hidden{display: none !important;}
.inner{width: 128rem; box-sizing: border-box; margin: 0 auto}

/* primary color 관련 위치  */
.txt-primary{color:#d6197d;}
.bg-primary{background-color:#d6197d; color: #fff;}
.bg-primary-line{border: 1px solid #d6197d;}
.btn-primary{background-color:#d6197d; color: #fff; border-color:#d6197d;}
.btn-primary:hover{background-color:#fff; color: #d6197d; border-color:#d6197d;}

.btn-line-primary{background-color:#fff; color: #d6197d; border-color:#d6197d;}
.btn-line-primary:hover{background-color:#d6197d; color: #fff;}

/* input 공통사항 */
/* input checkbox */
input[type='checkbox']{width: 0; height: 0; opacity: 0;}
input[type='checkbox'] + label{position: relative; padding-left: 3rem; font-size:1.8rem; }
input[type='checkbox'] + label:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #ddd;
    box-sizing: border-box;
}
input[type='checkbox'] + label:after{
    position: absolute;
    left:0.3rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '\e928';
    font-family: xeicon;
    font-size: 2rem;
    color: #999;
}
input[type='checkbox']:checked + label:before{border-color: #7300FF; background: #7300FF;}
input[type='checkbox']:checked + label:after{color: yellow}

input[type='checkbox']:focus + label{outline: black 2px solid;}
/* input radio */
input[type='radio']{width: 0; height: 0; opacity: 0;}
input[type='radio'] + label{position: relative; padding-left: 3rem; font-size:1.8rem; }
input[type='radio'] + label:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #ddd;
    box-sizing: border-box;
}
input[type='radio'] + label:after{
    position: absolute;
    left:0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #f5f5f5;
    box-sizing: border-box;
}
input[type='radio']:checked + label:before{border-color: #7300FF;}
input[type='radio']:checked + label:after{background: #7300FF;}
input[type='radio']:focus + label{outline: black 2px solid;}


input[type='text']{}
input[type='date']{}
input[type='file']{}
input[type='password']{}
input[type='email']{}
/*  */

html {width:100%; font-size:10px; }
body{font-size: 16px; font-family: "Pretendard", sans-serif; }

#wrap{overflow:hidden; position: relative; z-index: 0; width: 100%;}
#container {margin: 0 auto;  background: #fff; padding-top: 10rem;}
body.login #container,
body.join #container{padding-top: 0}

#header{
    border-bottom: 0.1rem solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
    background-color: transparent;/* 투명도 있는 배경색 */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* 사파리 대응 */
    box-sizing: border-box;
}
#header div.header_wrap > div.flex{width: 128rem; margin: 0 auto; box-sizing: border-box}
#header h1{width: 200px; height: 50px;}
#header h1 a{
    display: block;
    width: 100%;
    height: 100%;
    background: url('./img/logo.png') center center no-repeat;
    background-size: contain;
}

#header div.header_wrap div.my-area{}
#header div.header_wrap div.my-area ul li{position: relative; margin-left: 1rem; padding-left: 1rem; font-size: 1.4rem;}
#header div.header_wrap div.my-area ul li:before{position:absolute; left: 0; top: 50%; transform: translateY(-50%);  display: block; content: ""; width: 0.1rem; height: 1rem; background: #ddd;}
#header div.header_wrap div.my-area ul li:first-of-type:before{display: none;}
#header div.header_wrap div.my-area ul li a{display: flex; align-items: center; width: 100%; height: 100%;}
#header div.header_wrap div.my-area ul li a i{font-size: 1.6rem; margin-right: 1rem;}
#header div.header_wrap div.my-area ul li a:hover{color: #d6197d;}

#header div.header_wrap div.my-area ul li:last-child a{border-bottom: 0.1rem solid transparent; color: #999 }
#header div.header_wrap div.my-area ul li:last-child a:hover{border-bottom: 0.1rem solid #d6197d; color: #d6197d; }

/* 햄버거 버튼 */
.more-menu-area{display: none;}
.more-menu{position: relative; width: 3rem; height: 2rem; transition: all 0.2s; margin-left: 2rem;}
.more-menu span{position: absolute; top: 0; left:0; display: block; width: 100%; height: 0.3rem; background: #222; transition: all 0.2s;}
.more-menu span:nth-child(2){top:50%;}
.more-menu span:last-child{top:100%;}

.more-menu.on span{transform: rotate(45deg); top: 50%;}
.more-menu.on span:nth-child(2){display: none;}
.more-menu.on span:last-child{transform: rotate(-45deg);}

/* gnb */
#gnb{}
#gnb > ul{display: flex; width: 100%;}
#gnb > ul > li{position: relative; margin-left: 20px;}
#gnb > ul > li:first-child{margin-left: 0;}
#gnb > ul > li > a{display: block; height: 100px; line-height: 100px; font-size: 1.8rem; padding: 0 20px; text-align: center; font-weight: 600;}
#gnb > ul > li > ul{display: none; position:absolute; width: 100%; z-index: 100;}
#gnb > ul > li > ul > li > a{display: block; font-size: 1.6rem; padding: 1.5rem 0; text-align: center; background: #fff; border-top: 1px solid #ddd;}


/* hover 효과 */
#gnb > ul > li:hover > a{color: #d6197d; font-weight: 600; }
#gnb > ul > li:hover > ul,
#gnb > ul > li:focus-within > ul,
#gnb > ul > li:active > ul{display: block;}
#gnb > ul > li > ul > li:hover > a{background: #ddd;}


/* footer */
#footer{position: relative; background: #333; padding: 50px 0; box-sizing: border-box;}
.footer_wrap{position: relative; width: 128rem; margin: 0 auto;}
.sns-area{position: absolute; top: 0; right: 0}
.sns-area li{margin-left: 1rem;}
.sns-area li:first-child{margin-left: 0}
.sns-area .icon{width: 3.5rem; height: 3.5rem;  background: #999 !important;}
.sns-area .icon i{font-size: 2rem;}
.sns-area .icon:hover{background: #ddd !important; }
.sns-area .icon:hover i{color: #444 !important;}

ul.f-nav{margin-top: 2rem;}
ul.f-nav li{margin-right: 1.5rem; padding-right: 1.5rem; border-right: 0.1rem solid #ddd; line-height: 1;}
ul.f-nav li:last-of-type{border-right: 0;}
ul.f-nav li a{display: block; width: 100%; color: rgba(255,255,255,0.5);}
ul.f-nav li.on button{color: #fff; font-weight: 700;}
div.f-info{margin-top: 2rem;}
div.f-info p{color: rgba(255,255,255,0.5); line-height: 1.5; padding-right: 3rem;}

.bottom-fixed{position: fixed; bottom: 20px; right: 20px; display: flex; flex-wrap: wrap;flex-direction: column; align-items: flex-end;  z-index: 10;}
.bottom-fixed ul li{margin-top: 1rem;}
.bottom-fixed ul li a,
.bottom-fixed ul li button{position: relative; width: 50px; height: 50px; border-radius: 50%; box-shadow: rgba(0,0,0,0.3) 5px 5px 5px; }

.radi-area{animation: bounce1 5s ease-in-out infinite;}
.radi-area a.live{position: relative; border-radius: 0; width: 10rem; height: auto; box-shadow: unset}
.radi-area a.live .txt-box{display: block; position: absolute; transform: translateY(-50%); top: 0%; right: 9rem; border-radius: 0.9rem; width: max-content;  background: #fff; padding: 1rem; box-sizing: border-box; box-shadow: rgba(0,0,0,0.3) 5px 5px 5px; transition: all 0.2s}
.radi-area a.live .txt-box p{font-size:1.4rem;}
.radi-area a.live .txt-box p:first-child{margin-bottom: 0.5rem; font-size:1.2rem; font-weight: 800;}
.radi-area a.live .txt-box p:first-child span{display: inline-block; padding:0.2rem 0.5rem; border: 0.1rem solid red; box-sizing: border-box; border-radius: 0.5rem; color: red; margin-left: 0.5rem;}
.radi-area a.live .txt-box p:first-child b{display: none}
.radi-area a.live .txt-box p:last-child{display: none; line-height: 1.3;}
.radi-area a.live .txt-box p:last-child span{font-weight: 800;}
.radi-area a.live .radi{position: relative; width: 100%; padding-top: 130%; }
.radi-area a.live .radi img{position: absolute; top: 0; left: 0; width: 100%; height: auto; filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));}

.radi-area a.live:hover{}
.radi-area a.live:hover .txt-box p:first-child span{display: none;}
.radi-area a.live:hover .txt-box p:first-child b{display: block}
.radi-area a.live:hover .txt-box p:last-child{display: block;}

/* 라디오 제작에서는 라디 캐릭터 안보이게 작업 260414 */
body.radio .radi-area{display: none}

@keyframes bounce1 {
    0%, 100% { transform: translateY(0);}
    30% {transform: translateY(-20px); /* 위로 튀었다가 */}
    50% {transform: translateY(0);     /* 다시 내려오고 */}
    70% {transform: translateY(-10px); /* 다시 살짝 튐 */}
    90% {transform: translateY(0);}
}


.goto-top{ background: #fff;}
.goto-top:hover{background: #666; color: #fff;}

.f-logo{width: 200px; height: 50px;}
.f-logo a{display: block; width: 100%; height: 100%; background: url('./img/logo.png') 0 0 no-repeat; background-size: contain; background-position: center center; filter: grayscale(1);}
.copy{font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 20px;}


/* 개인정보처리방침 */
#privacy{}
#privacy p.tit{font-size: 2rem; font-weight: 600; margin-bottom: 2rem;}
#privacy div.box.bg-gray-50{padding: 2rem; box-sizing: border-box;}
#privacy > ul > li{margin-top: 3rem; font-size: 1.4rem;}
#privacy > ul > li > p{font-weight: 600; font-size: 1.8rem; }
#privacy > ul > li p.sub{font-weight: 400; font-size: 1.4rem; margin-top: 1rem;}
#privacy > ul > li p.txt-red{padding: 1rem; background: #f5f5f5; border-radius: 0.5rem;  font-size: 1.4rem; margin-top: 1rem;}
#privacy > ul > li ol{padding-left: 1.5rem;}
#privacy > ul > li ol li{list-style: auto;  margin-top: 1rem;}
#privacy > ul > li ol li ul{padding-left: 1.5rem;}
#privacy > ul > li ol li ul li{list-style: circle}
#privacy table{width: 100%; border-top: 0.1rem solid #ddd; border-bottom: 0.1rem solid #ddd; border-spacing:0; margin-top: 1rem;}
#privacy table th,
#privacy table td{padding: 1rem; box-sizing: border-box; border-right: 0.1rem solid #ddd;}
#privacy table th:first-of-type,
#privacy table td:first-of-type{border-left: 0.1rem solid #ddd;}
#privacy table th{background: #f5f5f5}
#privacy table td{border-top: 0.1rem solid #ddd;}

/* 서브 페이지 공통 */
#section-wrap{margin:10rem 0 11rem;}
#section-wrap .page-tit{font-size: 5.8rem; font-weight: 800; line-height: 1; text-align: center}
#section-wrap .page-sub{font-size: 2.2rem; text-align: center; margin-top: 2rem; margin-bottom: 9rem;}
#section-wrap .page-location span{display: inline-block; padding: 0 1rem; margin-bottom: 4rem;}

/* 게시판 공동 */
.search{border-bottom: 0.3rem solid #f5f5f5; padding:0 0 3rem; box-sizing: border-box; margin-bottom: 3rem;}
.search .btn{line-height: 1; font-size: 1.4rem; font-weight: 500;}

.search .input-box{border-bottom: 0.2rem solid #f5f5f5; margin-right: 2rem; height: 4rem; box-sizing: border-box}
.search .input-box input{line-height: 4rem; font-size: 1.6rem; padding-left: 1rem; box-sizing: border-box; width: 100%;}
.search form fieldset dl dt{width: 9%; min-width: 8rem; font-size: 1.4rem;}
.search form fieldset dl dd{width: 91%;}

.search .btn.btn-search{ margin-right: 1rem; background:#333; color: #fff}
.search .btn.btn-reset{background: #f5f5f5; color: #666}

.category-tab li{margin-right: 1rem;}
.category-tab li a{display: block; background: #f5f5f5; color: #999; font-size: 1.6rem; padding: 0.8rem 1.5rem; border: 0.1rem solid #ddd; border-radius: 4rem; width: max-content; box-sizing: border-box;}
.category-tab li a:hover,
.category-tab li.on a{background: #fff; color: #d6197d; border-color: #d6197d;}

input.datetime{border-bottom: 0.1rem solid #ddd; box-sizing: border-box; padding-right: 4rem;}
input.datetime + label.btn-datetime{border-bottom: 0; margin-left: -4rem;}
.search input.datetime{line-height: 4rem;}
.search .btn.btn_period{line-height: 4rem;    padding: 0 1rem;}

.select-area{
    position: relative;
    box-sizing: border-box;
    margin-right: 1rem;
    border-radius: 0.5rem;
    width: fit-content;
}
.select-area:before{
    position: absolute;
    right: 1rem;
    line-height: 4rem;
    content: "\e942";
    font-size: 1.6rem;
    font-family: xeicon;
}
.select-area select{
    appearance: none; /* 기본 스타일 제거 */
    -webkit-appearance: none; /* WebKit 브라우저 (Chrome, Safari) */
    -moz-appearance: none; /* Firefox */
    padding: 0 4rem 0 1rem;
    line-height: 4rem;
    height: 4rem;
    background: none;
}


.list{}
.list-top{margin-bottom: 3rem;}
.list-top .left{width: fit-content;}
.list-top .right{}
.list-header{font-size: 1.4rem;}
.list-header > ul > li{text-align: center}
.list-body{font-size: 1.6rem; margin-top: 1rem;}
.list-body > ul > li{margin-bottom: 0.5rem;}
.list-body > ul > li:last-child{margin-bottom: 0;}
.list-body > ul > li > a,
.list-body > ul > li > button{display: block; width: 100%; height: 100%; border: 0.1rem solid #ddd; border-radius: 0.5rem;}
.list-body > ul > li > a > ul > li{padding: 1.5rem 0; box-sizing: border-box; text-align: center}

.list-body > ul > li:hover{background: #f5f5f5}

.pagination{display: flex; justify-content: center}
.pagination ul li{border-radius: 0;}

.no-data{text-align: center;border-top: 0.1rem solid #ddd;  border-bottom: 0.1rem solid #ddd;  padding: 5rem 0;}

.view{}
.view-box{border-bottom:0.3rem solid #f5f5f5;}
.view-box .view-info{ padding-bottom: 3rem}
.view-box .view-info p{font-size: 4.6rem; font-weight: 600;}
.view-box .view-info p span{display: block; font-size: 1.8rem; margin: unset;}
.view-box .view-info dl{font-size: 1.6rem; margin-top: 2rem; align-items: center}
.view-box .view-info dl dt{color: #666; padding:0.5rem 1rem; border-radius: 0.5rem; background: #f5f5f5; font-size: 1.4rem;}
.view-box .view-info dl dd{padding: 0 2rem 0 1rem;}
.view-box div.view-content{border-top: 0.3rem solid #f5f5f5;  padding-top: 3rem; min-height: 15rem;}

.view .view-file{padding:1rem 0; box-sizing: border-box; border-top: 0.3rem solid #f5f5f5; }
.view .view-file p{font-size: 1.2rem;}
.view .view-file ul{}
.view .view-file ul li{}
.view .view-file ul li a{text-decoration: underline;}
.view .view-file ul li a strong{}
.view .view-file ul li a span{}
.view .around{}
.view .around ul{display: flex; justify-content: space-between; align-items: center; border-bottom: 0.3rem solid #f5f5f5; margin-bottom: 2rem; padding: 1rem 0}
.view .around ul li{width: 50%;}
.view .around ul li a,
.view .around ul li span{display: flex; width: 100%; padding: 1rem 0rem 1rem; box-sizing: border-box; }
.view .around ul li em{font-style: unset; color: #222}

.view .around ul li.prev{}
.view .around ul li.prev em{margin-right: 1rem;}
.view .around ul li.next a,
.view .around ul li.next span{text-align: right; flex-direction: row-reverse; }
.view .around ul li.next em{margin-left: 1rem;}

.view .around ul li.prev span,
.view .around ul li.next span{color: #999}

.view-footer{display: flex; justify-content: space-between}
.view-footer .left .btn.btn-modify{margin-right: 1rem;}
.view-footer.ver2{padding-top: 3rem; border-top: 0.1rem solid #ddd;}
.view-footer.ver2 .btn:not(:first-of-type){margin-left: 1rem;}


/* 마이페이지 */
/* mypage */
.mypage #sub-top{padding-left: 29.5rem; box-sizing: border-box;}
.mypage #sub-top .page-tit{text-align: left; font-size: 3.8rem;}
.mypage #sub-top .page-sub{text-align: left; font-size: 1.8rem; margin-bottom: 3rem;}
.mypage .my-page-area{min-height: 55vh;}
.mypage .my-page-area > div.flex > div.left{position: fixed; top: 19rem; left: calc(50% - 64rem); width: 25rem;}
.mypage .my-page-area > div.flex > div.right{width: 77%; }
.mypage .my-page-area > div.flex > div.left > ul > li{margin-bottom: 1rem;}
.mypage .my-page-area > div.flex > div.left > ul > li:last-of-type{margin-bottom: 0}
.mypage .my-page-area > div.flex > div.left > ul > li > p{ padding:2rem 1rem; border-bottom: 0.1rem solid #222;}
.mypage .my-page-area > div.flex > div.left ul li:last-child{border-bottom: 0}
.mypage .my-page-area > div.flex > div.left ul li ul{}
.mypage .my-page-area > div.flex > div.left ul li ul li a{display: flex; align-items: center; width: 100%; box-sizing: border-box; padding: 1rem 1.5rem;  font-size: 1.4rem;}
.mypage .my-page-area > div.flex > div.left ul li ul li a i{width: 3rem; font-size: 2rem;}
.mypage .my-page-area > div.flex > div.left ul li ul li.on a{background: #f5f5f5}
.mypage .my-page-area > div.flex > div.left ul li ul li a:hover{background: #f5f5f5}

.mypage .my-page-area > div.flex > div.right div.box{padding: 3rem; box-sizing: border-box; border: 0.3rem solid #f5f5f5; margin-bottom: 2rem;}
.mypage .my-page-area > div.flex > div.right div.box:last-of-type{margin-bottom: 0;}
.mypage .my-page-area > div.flex > div.right div.box > div{padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 0.3rem solid #f5f5f5;}
.mypage .my-page-area > div.flex > div.right div.box > div:last-child{padding-bottom:0; margin-bottom:0; border-bottom: 0;}
.mypage .my-page-area > div.flex > div.right div.box > div p{font-size: 2.6rem;}
.mypage .my-page-area > div.flex > div.right div.box > div p span{display: block; font-size: 1.4rem; margin-top: 1rem; }
.mypage .my-page-area > div.flex > div.right div.box > div > dl{margin-bottom: 3rem; padding: 0 2rem;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl:last-of-type{margin-bottom:0;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dt{font-size: 1.2rem; color: #666}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd{display: flex; align-items: center; justify-content: space-between; margin-top: 1rem;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd p{font-size: 1.6rem;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd a{display: block; padding: 0.5rem 1rem; border: 0.2rem solid #f5f5f5; border-radius: 0.5rem; box-sizing: border-box; font-size: 1.2rem;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd a:hover{color: #7300FF; border-color: #7300FF}

.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns{display: block;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns div.flex div.icon-box{width: 5rem; text-align: center; font-size: 2.6rem;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns div.flex div.txt-box{}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns div.flex div.txt-box p{line-height: 1.5;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns div.flex div.txt-box p:first-child{font-weight: 800;}
.mypage .my-page-area > div.flex > div.right div.box > div > dl dd.sns div.flex div.txt-box p:last-child{font-size: 1.2rem; color: #999;}

.mypage .my-page-area > div.flex > div.right div.box > div > dl dd div.btn_area button{font-size: 1.2rem;     padding: 0.5rem 1rem;}



@media screen and (max-width:1279px){
    /* 노트북 */
    .inner{width: 100%; min-width: 28rem; padding: 0 4%; box-sizing: border-box;}
    .m-hidden{display: none}
    .pc-hidden{display: block !important;}

    #header{filter: unset; background: #fff;}
    #header div.header_wrap > div.flex{position: relative; width: 100%; padding:1rem 4%; box-sizing: border-box}
    #header div.header_wrap > div.flex:last-of-type{height: 8rem;}
    #header h1 {width: 20rem; height: 100%;}
    #header .my-area{position: absolute; right: 10%;}

    #container{padding-top: 8rem;}

    .more-menu-area,
    .more-menu{display: block}

    #gnb {
        display: block;
        position: absolute;
        width: 100%;
        top: 8rem;
        height: calc(100vh - 8rem);
        background: #fff;
        right: -100%;
        border-top: 0.1rem solid #ddd;
        padding: 0 4% 7rem;
        box-sizing: border-box;
        overflow: scroll;
        transition: all 0.2s;
    }
    #gnb > ul{display: block;}
    #gnb > ul > li{border-bottom: 0.1rem solid #ddd; margin-left: 0;}
    #gnb > ul > li > a{text-align: left; padding: 2rem 4%; height: auto; line-height: 1.3}
    #gnb > ul > li > ul{display: block; position: unset}
    #gnb > ul > li > ul > li > a{text-align: left; padding: 1.5rem 6%;}

    #header.open:before{display: none;}
    #header.open #gnb{right: 0;}

    .footer_wrap{width: 100%; padding: 0 4%; box-sizing: border-box}
    .sns-area{position: unset; margin-top: 2rem;}
    .radi-area{z-index: 10}

    .radi-area a.live:hover{}
    .radi-area a.live:hover .txt-box p:first-child span{display: block;}
    .radi-area a.live:hover .txt-box p:first-child b{display: none}
    .radi-area a.live:hover .txt-box p:last-child{display: none;}




    #section-body{padding:0 4%}
    .lnb{}
    .lnb .inner{padding: 0;}
    .lnb .home{display: none}
    .lnb > .inner > ul:first-of-type{display: none;}
    .lnb > .inner > ul:last-of-type{width: 100%; border-right: 0}
    .lnb > .inner > ul > li a{width: 100%; border-right: 0}
    .lnb ul li ul{width: 100%;}

    .mypage #sub-top{padding-left: 0;}
    .mypage .view-box{padding: 3rem;}
    .mypage .view-box .btn_area{position: unset !important; margin-top: 1rem;}


}
@media screen and (max-width:1203px){
    div.f-info > div.flex{display: block;}
    div.f-info > div.flex p{margin-top: 1rem; word-break: keep-all}


    .mypage .my-page-area > div.flex{flex-wrap: wrap;}
    .mypage .my-page-area > div.flex > div.left{position: unset; width: 100%; margin-bottom: 2rem;}
    .mypage .my-page-area > div.flex > div.right{width: 100%;}
    .mypage .my-page-area > div.flex> div.left ul,
    .mypage .my-page-area > div.flex > div.left ul li ul{display: flex}
    .mypage .my-page-area > div.flex > div.left ul li p{display: none}
    .mypage .my-page-area > div.flex > div.left ul li ul li{width: fit-content; margin-right: 1rem; border: 0.1rem solid #ddd;}
    .mypage .my-page-area > div.flex > div.left ul li ul li:last-child{border-bottom: 0.1rem solid #ddd;}

}
@media screen and (max-width:839px){

    #section-wrap{margin-top: 5rem;}
    #section-wrap .page-tit{font-size: 3.6rem;}
    #section-wrap .page-sub{margin-bottom: 4rem; font-size: 1.8rem;}

    .radi-area a.live{width: 8rem;}
    .radi-area a.live .txt-box{right: 7.5rem}

    .list-header{display: none}
    .list-header > ul.flex,
    .list-body > ul > li ul.flex{flex-wrap: wrap;}
    .list-body > ul > li > a{padding:2rem 1rem; box-sizing: border-box}
    .list-body > ul > li > a > ul{flex-wrap: wrap}
    .list-body > ul > li > a > ul > li{padding: 0; text-align: left !important;}
    .list-body > ul > li > a > ul > li.row-no{width: 10% !important;}
    .list-body > ul > li > a > ul > li.row-title{width: 90% !important;}
    .list-body > ul > li > a > ul > li:nth-child(n+3){padding:0.5rem 1rem !important; border-radius: 0.5rem; margin-top: 1rem; margin-right: 2rem; width: fit-content !important; font-size: 1.4rem !important;}

    .mypage .my-page-area > div.flex > div.right div.box{border: 0; padding: 0;}

    .mypage .my-page-area > div.flex > div.left{position: unset; width: 100%; margin-bottom: 2rem;}
    .mypage .my-page-area > div.flex > div.right{width: 100%;}
    .mypage .my-page-area > div.flex > div.left ul,
    .mypage .my-page-area > div.flex > div.left ul li ul{display: flex; flex-wrap: wrap}
    .mypage .my-page-area > div.flex > div.left ul li p{display: none}
    .mypage .my-page-area > div.flex > div.left ul li ul li{width: fit-content; margin-right: 1rem; border: 0.1rem solid #ddd;}
    .mypage .my-page-area > div.flex > div.left ul li ul li:last-child{border-bottom: 0.1rem solid #ddd;}

    .mypage .my-page-area > div.flex > div.left{}
    .mypage .my-page-area > div.flex > div.left > ul{width: 100%; display: inline-block}
    .mypage .my-page-area > div.flex > div.left > ul > li{margin-bottom: 0;}
    .mypage .my-page-area > div.flex > div.left > ul li ul{flex-wrap: wrap}
    .mypage .my-page-area > div.flex > div.left > ul li ul li{width: 49%; margin-right: 2%; margin-bottom: 2%;}
    .mypage .my-page-area > div.flex > div.left > ul li ul li:nth-child(2n){margin-right: 0}
    .mypage .my-page-area > div.flex > div.right div.box{border: 0; padding: 0;}


}
@media screen and (max-width:599px){
    .pc-hidden{display: block;}
    .m-hidden{display: none;}
    #header h1{width: 10rem}

    ul.f-nav{flex-wrap: wrap}
    ul.f-nav li{width: calc(100%/3); padding-right: 0; margin-right: 0; box-sizing: border-box; border-top: 0.1rem solid #999; border-bottom: 0.1rem solid #999;}
    ul.f-nav li a{text-align: center; padding: 1rem; box-sizing: border-box}
    ul.f-nav li:nth-child(odd){}

    ul.f-nav{display: block;}
    ul.f-nav li{width: 100%; border-bottom:0; border-right: 0;}
    ul.f-nav li:last-of-type{border-bottom: 0.1rem solid #999;}
    ul.f-nav li a{text-align: left}

    .bottom-fixed{right: 1rem;}
    .bottom-fixed ul li:first-child{margin-bottom: 0;}
    .radi-area a.live{width: 6rem;}
    .radi-area a.live .txt-box{top:-7%; right: 0rem;}
    .radi-area a.live .txt-box p:first-child{margin-bottom: 0;}

    #section-wrap .page-sub{font-size: 1.4rem;}

    .mypage .view-box{padding: 3rem 0; border-left: 0; border-right: 0;}

    /* 게시판 view */
    .view-box .view-info p{font-size: 2.8rem;}
    .view-box .view-info dl{flex-wrap: wrap;}
    .view-box .view-info dl dt{width: 30%; margin-bottom: 1rem;}
    .view-box .view-info dl dd{width: 70%; margin-bottom: 1rem;}
    .view .around ul{flex-wrap: wrap;}
    .view .around ul li{width: 100%;}
    .view .around ul li a,
    .view .around ul li span{padding: 1rem;}
    .view .around ul li.next{border-top: 0.1rem solid #ddd;}
    .view .around ul li.next a,
    .view .around ul li.next span{flex-direction: unset}
    .view .around ul li.next em{margin-left: 0; margin-right: 1rem;}

    input[type='radio'] + label{font-size: 1.4rem;}
}

@media screen and (max-width:480px){
    .f-logo {width: 100%; height: 30px; }
    .f-logo a{background-position: left center}
    ul.f-nav li a {font-size: 1.4rem;}
    div.f-info > div.flex p{font-size: 1.4rem;}


    /* 게시판 공동 */
    .search{border-bottom: 0.3rem solid #f5f5f5; padding:0 0 3rem; box-sizing: border-box; margin-bottom: 3rem;}
    .search .btn{line-height: 1; font-size: 1.4rem; font-weight: 500; margin-right: 0}

    .search .input-box{border-bottom: 0.2rem solid #f5f5f5; margin-right: 2rem; height: 4rem; box-sizing: border-box}
    .search .input-box input{width: 100%; line-height: 4rem; font-size: 1.6rem}
    .search form fieldset dl dd{width: 100%;}

    .search .btn.btn-search{ margin-right: 1rem; background:#333; color: #fff}
    .search .btn.btn-reset{background: #f5f5f5; color: #666}

    .pagination{width: 100%;}
    .pagination ul li{margin-right: 1px;}

}