/* 초기화 */
* {word-break: keep-all;}
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.85em;font-family:'Noto Sans','Noto Sans KR','Nanum Gothic'}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR','Nanum Gothic'}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, li, ol, dl, dt, dd {margin: 0;padding:0;list-style: none;}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input, select, textarea {background:#fff;}
input, button {margin:0;padding:0;font-family:'Noto Sans KR','Nanum Gothic';font-size:1em}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR','Nanum Gothic';font-size:1em}
select {margin:0; min-height:21px;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}

a, a:link, a:visited, a:hover, a:focus, a:active {color:#000;text-decoration:none}
table {border-collapse: collapse;}



/* 컬러 */
.black {color:#000}
.white {color:#fff}
.red {color:#df0024}
.blue {color:#1d5298;}



/* 상단 */
header {margin-bottom:20px;}
#hd {width:100%;border-bottom:2px solid #df0024;box-shadow: 0 2px 1px rgba(0,0,0,0.1);}
#hd .top {clear: both;text-align: right;max-width: 1200px;margin:0 auto;}
.hd {width:100%;}
.hd .top {height:10px;}
.top .top_menu {width:auto;}
.top .top1 {display: inline-block;font-size: 0.9em;font-weight:normal;text-align:center;padding:0 20px;position: relative;}
.top .top1 a {color:#333;}
.top .top1 a:hover {color: #df0024;}
.top .top1 .top2 {display: block;position: absolute;z-index:99;width:100%;background:rgba(255,255,255,0.7);}
.top .top1 .top2 li {display: none;font-size: 1em;font-weight: normal;}
.top .top1 .top2 li a {display:block;margin:20px 30px;}
.top .top1:hover .top2 li {display: block;}
.top a.red {color:#df0024;}
.middle .top_menu {width:auto;position:absolute;top:0;right:0;}
.middle .top1 {display: inline-block;font-size: 0.9em;font-weight:normal;text-align:center;padding:0 20px;position: relative;}
.middle .top1 a {color:#333;}
.middle .top1 a:hover {color: #df0024;}
.middle .top1 .top2 {display: block;position: absolute;z-index:99;background:rgba(255,255,255,1);right:0;border-radius: 0 0 15px 15px;right: -5%;}
.middle .top1 .top2 li {display: none;font-size: 1em;font-weight: normal;}
.middle .top1 .top2 li a {display:block;margin:15px 30px;}
.middle .top1:hover .top2 li {display: block;}
#hd .top a {margin: 5px 10px;display: inline-block;}
#hd .middle {clear: both;max-width: 1200px;margin:0 auto;position: relative;}
#hd .middle .logo {width:150px;float:left;margin-right:40px;}
#hd .middle .logo img {width:100%;}
#hd .middle .partner_logo {float:left}
#hd .middle .partner_logo ul li {width: 100px;margin: 25px 10px 0 10px;vertical-align: bottom;display: inline-block;}
#hd .middle .partner_logo ul li img {width:100%;}
#hd .bot {clear: both;max-width: 1200px;margin:0 auto;}
#hd .bot .menu {width:100%;box-sizing: border-box;position: relative;}
/*#hd .bot .menu ul {display: flex;justify-content: space-around;}
#hd .bot .menu ul li {font-size: 1.4em;font-weight:bold;text-align:center;padding:15px 0;}
#hd .bot .menu ul li a.active {color:#df0024;}*/
.menu .mzero {width:100%;display: flex;}
.menu .mzero .active a {color:#df0024;}
.menu .mfirst {width:20%;font-size: 1.4em;font-weight:bold;text-align:center;padding:15px 0;position: relative;line-height:1.6;}
.menu .mfirst a {color:#333;}
.menu .mfirst a:hover {color: #df0024;}
.menu .mfirst .subnav {display: block;position: absolute;z-index:99;width:120%;background:#fff;text-align: left;}
.menu .mfirst .subnav li {display: none;font-size: 0.8em;font-weight: normal;}
.menu .mfirst .subnav li a {display:block;margin:20px 30px;}
.menu .mfirst:hover .subnav li {display: block;}
.menu a.red {color:#df0024;}
.nav_toggle {display: none;}
/*.sidenav {display: none;}*/
.api_list_scroll_wrap {display: none;}

.menu .mfirst a.cheaked {color:#df0024;}
.cheaked::after {width: 100%;height: 5px;background: #df0024;position: absolute;bottom: 0px;left: 0px;content: '';}

.hdFixed {position: fixed;top: 0px;left:0;background:#fff;margin-bottom:10px;z-index: 999;box-shadow: 0 2px 1px rgba(0,0,0,0.1);border-bottom:2px solid #df0024;}

@media all and (max-width:1024px){
    #hd .top {max-width: 100%;}
    #hd .middle {max-width: 100%;}
    #hd .bot {max-width: 100%;}
}

@media all and (max-width:768px){
.middle .top1 .top2 {right: 10%;}
.middle .top1 .top2 li a {display:block;margin:15px 10px;}
}

@media all and (max-width:625px){
    #hd .middle .partner_logo ul li {margin:0;}

    .menu .mzero {display: none;}
    /*.nav_toggle {position: absolute;top:-50px;left:10px;font-size: 1.4em;display: block;}
    .sidenav {display:block;height: 100%;width: 0;position: fixed;z-index: 1;top: 0;left: 0;background-color: #111;overflow-x: hidden;transition: 0.5s;padding-top: 60px;box-sizing: border-box;z-index: 999;}
    .sidenav a {padding: 8px 8px 8px 32px;text-decoration: none;font-size: 1.4em;color: #818181;display: block;transition: 0.3s;}
    .sidenav a:hover {color: #f1f1f1;}
    .sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
    .sidenav .sidesuv a {text-indent: 30px;font-size:1.2em;}*/

    .api_list_scroll_wrap {display: block;}
    .sch_tab .sch_tab_inner .api_list_scroll_wrap {height: 50px;}
    .api_list_scroll_wrap {overflow: hidden;overflow-x: auto;margin-top: 20px;-webkit-overflow-scrolling: touch;-ms-overflow-style: none;scrollbar-width: none;}
    .api_list_scroll_wrap::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
    .api_list_scroll_wrap>div {position: relative;height: 100%;}
    .api_list_scroll {position: relative;height: 100%;font-family: sans-serif;white-space: nowrap;}
    .api_list_scroll .bx {display: inline-block;position: relative;height: 100%;font-weight: bold;vertical-align: top;white-space: normal;line-height: 1.2;}
    .lst_sch .bx a.selected > span {color: #df0024 !important}
    .lst_sch .bx a {display: block;position: relative;height: 50px;margin-left: 6px;padding: 0 9px;font-size: 1.2em;line-height: 50px;/*color: var(--G-color-text6);*/font-weight: 700;text-align: center;letter-spacing: -.3px;}
    .lst_sch .bx a .m {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;position: relative;max-width: 100%;padding: 0 3px;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;vertical-align: top;}

}

@media all and (max-width:425px){
    #hd .middle {padding-top: 10px;}
    .middle .top_menu {top:-7px !important;}
    .middle .top1 .top2 li a {margin:15px;}
    .middle .top1 .top2 {right: 0%;}
}


.main_search {clear: both;background:url(../img/main_search.png) no-repeat center center;background-size:cover;height:600px;}
.main_search .search_cont {width:100%;max-width: 1200px;margin:0 auto;position: relative;}
.main_search .search_cont .search_box {position: absolute;top:50%;left:50%;transform: translateX(-50%);width:100%;padding:300px 0 0;}
.main_search .search_cont .search_box .title {text-align: center;color:#fff;font-size:2.4em;text-shadow: 1px 1px 2px #000; margin-bottom:20px;}
.main_search .search_cont .search_box .search_input {position: relative;}
.main_search .search_cont .search_box .search_input input {width:100%;max-width: 1200px;padding:10px;border:2px solid #df0024;outline: none;box-sizing: border-box;}
.main_search .search_cont .search_box .search_input .search {position: absolute;right:0px;top:0;background:#df0024;color:#fff;border:0;padding:12px 15px;}
.main_search .search_cont .search_box .search_recommend {width:100%;margin-top:5px;display: flex;justify-content: flex-start;overflow: hidden;height:34px}
.main_search .search_cont .search_box .search_recommend .recotit {background: #df0024;padding:5px 10px;border-radius: 5px;color:#fff;font-size:1.2em;font-weight: bold;
    margin-right: 5px;}
.main_search .search_cont .search_box .search_recommend ul {display: flex;justify-content: flex-start;padding: 0;overflow: hidden;}
.main_search .search_cont .search_box .search_recommend ul li {display: inline-block;background:rgba(223, 0, 36, 0.7);padding:5px 10px;border-radius: 5px;font-size: 1.2em;font-weight: normal;margin-right: 3px;}
.main_search .search_cont .search_box .search_recommend ul li a {color:#fff}


.main_info_line {background:#981212;}
.main_info_line .line_cont {width: 100%; max-width: 1200px;margin:0 auto;padding:5px 10px;box-sizing: border-box;display: flex;justify-content: space-between;}
.main_info_line .line_cont .notice { color:#fff;width:67%;font-size: 1.2em;}
.main_info_line .line_cont .notice a {color:#fff;}
.main_info_line .line_cont .hot_topic {display: flex;justify-content: space-between;width:32%;text-align: right;position: relative;}
.main_info_line .line_cont .hot_topic .topic_title {color:#fff;font-size: 1.2em;margin-right:20px;}
.main_info_line .line_cont .hot_topic .ht_list {background:#fff;font-size:1.2em;padding:0px 10px;position: relative;}
.main_info_line .line_cont .hot_topic .ht_list .hit_list {left:0;overflow: hidden;}
.main_info_line .line_cont .hot_topic .ht_list span {margin-right:10px;padding-right:15px;position: relative;}
.main_info_line .line_cont .hot_topic .ht_list span::after {content: '';width:1px;height:100%;background:#ddd;position: absolute;right:0;top:0;}
.main_info_line .line_cont .hot_topic .ht_list button {background: none;border:0;margin-left:50px;padding:0px;}


.hot_topic .hit_lank {background:#fff;font-size:1.2em;padding:5px 10px;overflow: hidden;height:1.2em;text-align: left;width:200px;display: inline-block;position: relative;}
.hot_topic .hit_lank ul {position: relative;width: 100%;margin:0;}
.hot_topic .hit_lank li {width:100%;height: 1.3em;line-height: 1.3em;margin:0;padding:0;list-style:none;overflow:hidden;height:30px;}
.hot_topic .hit_lank li span {margin-right:10px;padding-right:15px;position: relative;height: 0;line-height: 0;}
.hot_topic .hit_lank li span::after {content: '';width:1px;height:100%;background:#ddd;position: absolute;right:0;top:0;}
.hot_topic .hit_lank li button {background: none;border:0;margin-left:50px;padding:5px;}

.hot_topic .hl_nonrolling {position: absolute;top:0;right:0;background:#fff;border:1px solid #ddd;padding:5px 10px;width:100%;max-width:200px;z-index: 1;display: none;font-size:1.1em;}
.hot_topic .hl_nonrolling ul.cont li {padding:2px 0;text-align: left;}
.hot_topic .hl_nonrolling ul.cont li span {margin-right:10px;}

@media all and (max-width:1280px) {
    .main_info_line .line_cont .notice {width:66%;}
    .main_info_line .line_cont .hot_topic {width:33%;}
    .main_search .search_cont .search_box .search_input input {max-width:90%;margin:0 auto;display: block;}
    .main_search .search_cont .search_box .search_input .search {right: 5%;}
    .main_search .search_cont .search_box .search_recommend {width:90%;margin:5px auto 0;}
}

@media all and (max-width:1100px) {
    .main_info_line .line_cont .notice {width:64%;}
    .main_info_line .line_cont .hot_topic {width:35%;}
}

@media all and (max-width:1042px) {

    .main_info_line .line_cont {max-width: 100%;display: inherit;}
    .main_info_line .line_cont .notice {display: block;width:100%;padding: 5px 0;}
    .main_info_line .line_cont .hot_topic {display:flex;justify-content: start;width:100%;padding:5px 0;text-align: left;}
}

@media all and (max-width:768px) {
    #hd {max-width:100%;}
    #hd .middle .logo {width:150px;float:inherit;margin:0 auto;text-align: center;}
    #hd .middle .logo img {width:100%;}
    #hd .middle .partner_logo {float:inherit;}
    #hd .middle .partner_logo ul {display: flex;justify-content: center;}
    #hd .middle .partner_logo ul li {text-align: center;}
    #hd .middle .partner_logo ul li img {width:100%;}

    .main_search .search_cont {max-width:100%;}
    .main_search .search_cont .search_box .title {font-size:2em;}
    .main_search .search_cont .search_box .search_recommend ul {flex-wrap: wrap;}
    .main_info_line .line_cont .notice {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}

@media all and (max-width:625px) {
    .main_search .search_cont .search_box .title {font-size:1.4em;}
}

@media all and (max-width:500px) {
    .main_search .search_cont .search_box .search_recommend {height:28px}
    .main_search .search_cont .search_box .title {font-size:1.2em;width: 80%;margin: 0 auto 5%;}
    .main_search .search_cont .search_box .search_recommend .recotit {display: none;}
    .main_search .search_cont .search_box .search_recommend ul li {display: inline-block;background:rgba(223, 0, 36, 0.7);padding:5px 10px;border-radius: 5px;font-size: 0.9em; color:#fff;font-weight: normal;}
}

@media all and (max-width:425px) {
.main_search {height:170px;}
.main_search .search_cont .search_box {padding:25px 0 0;}
.main_search .search_cont .search_box .title {font-size: 1em;}
.main_search .search_cont .search_box .search_input input {max-width: 70%;}
.main_search .search_cont .search_box .search_input .search {right: 15%;}
.main_search .search_cont .search_box .search_recommend {width:70%;}



.main_info_line .line_cont {padding:5px 20px;}
.main_info_line .line_cont .notice {font-size: 1em;}
.main_info_line .line_cont .hot_topic .topic_title {margin-right:15px;line-height: 1.8em;font-size: 1em;}
.main_info_line .line_cont .hot_topic .ht_list {width:60%;}
.main_info_line .line_cont .hot_topic .ht_list button {margin-left:0px;padding:5px;position: absolute;top:50%;right:2%;transform: translateY(-50%);}
.hot_topic .hit_lank {font-size: 1em;}
.hot_topic .hl_nonrolling {font-size: 1em;}
}

@media all and (max-width:320px) {
    .main_info_line .line_cont .hot_topic {display: inherit;}
    .hot_topic .hit_lank {width:93%;}
    .hot_topic .hl_nonrolling {max-width:93%;}

}

/* 콘텐츠 */
/* 메인 콘텐츠 */
section {width:100%;max-width: 1200px;margin:0 auto;/**/position: relative;min-height:1200px;box-sizing: border-box;}
section.type1 {width:100%;max-width:100% !important;position: relative;min-height:1200px;box-sizing: border-box;}
.pc_v {display: block;}
.mo_v {display: none;}


.mc01 {width:100%;}
.mc01 .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.mc01 .info_box .title {font-size:2em;font-weight: bold;}
.mc01 .info_box .cont {font-size: 1.2em;color:#555;}
.mc01 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.mc01 .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.mc01 .box .sec1::after {content: '';display: block;clear: both;}
.mc01 .box .sec1 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;min-height: 120px;}
.mc01 .box .sec1 li:nth-child(4n) {margin-right:0;}
.mc01 .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
.mc01 .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
.mc01 .box .sec1 li:nth-last-child(1):before {content: none;}
.mc01 .box .sec1 li:nth-last-child(2):before {content: none;}
.mc01 .box .sec1 li:nth-last-child(3):before {content: none;}
.mc01 .box .sec1 li:nth-last-child(4):before {content: none;}
.mc01 .box .sec1 li:nth-last-child(5):before {content: none;}
.mc01 .box .sec1 li:nth-last-child(6):before {content: none;}
.mc01 .box .sec1 li:nth-child(4n):after {content: none;}
.mc01 .box .sec1 li .stit {font-size:1.2em;font-weight: bold;/*text-align: center;*/margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc01 .box .sec1 li .stit a {color:#df0024}
.mc01 .box .sec1 li a .stit {color:#df0024}
.mc01 .box .sec1 li .scont {font-size: 1em;line-height: 1.6;margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc01 .box .sec1 li .stel {display: flex;justify-content:space-between;font-size: 1.1em;}
.mc01 .box .sec1 li .stel .one {text-align: left;color:#333}
.mc01 .box .sec1 li .stel .one svg {height:0.8em;margin-right:3px}
.mc01 .box .sec1 li .stel .two {text-align: right;color:#888;}

.mc02 {width:100%;}
.mc02 .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.mc02 .info_box .title {font-size:2em;font-weight: bold;}
.mc02 .info_box .cont {font-size: 1.2em;color:#555;}
.mc02 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.mc02 .box .sec2 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.mc02 .box .sec2::after {content: '';display: block;clear: both;}
.mc02 .box .sec2 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;}
.mc02 .box .sec2 li:nth-child(4n) {margin-right:0;}
.mc02 .box .sec2 li .img {width:100%;height:200px;margin-bottom:20px;position: relative;box-sizing: border-box;}
.mc02 .box .sec2 li .img img {width:100%;height:100%;}
.mc02 .box .sec2 li .img .type {position: absolute;top:0;left:0;padding:5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}
.mc02 .box .sec2 li .title {font-size: 1.2em;font-weight: bold;padding:10px 10px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc02 .box .sec2 li .title a {color:#df0024}
.mc02 .box .sec2 li a .title {color:#df0024}
.mc02 .box .sec2 li .cont {font-size: 1em;line-height:1.6;padding:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.mc03 {width:100%;}
.mc03 .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.mc03 .info_box .title {font-size:2em;font-weight: bold;}
.mc03 .info_box .cont {font-size: 1.2em;color:#555;}
.mc03 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.mc03 .box .sec3 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.mc03 .box .sec3::after {content: '';display: block;clear: both;}
.mc03 .box .sec3 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;}
.mc03 .box .sec3 li:nth-child(4n) {margin-right:0;}
.mc03 .box .sec3 li {width:22%;margin-bottom:50px;border:1px solid #ddd;box-sizing: border-box;}
.mc03 .box .sec3 li .img {width:100%;height:200px;margin-bottom:10px;position: relative;box-sizing: border-box;}
.mc03 .box .sec3 li .img img {width: 100%;height:100%;border-bottom:1px solid #ddd;}
.mc03 .box .sec3 li .img .type {position: absolute;top:0;left:0;padding:5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}
.mc03 .box .sec3 li .title {font-size: 1.2em;font-weight: bold;padding:10px 10px 0;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc03 .box .sec3 li .title a {color:#111}
.mc03 .box .sec3 li .cont {font-size: 1em;line-height:1.6;padding:10px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc03 .box .sec3 li .cont p {font-size:1em;padding:5px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc03 .box .sec3 li .cont .type_sell_b {color:#1d5298;border:1px solid #1d5298;border-radius: 5px;padding:2px 10px;margin-right:5px;}
.mc03 .box .sec3 li .cont .type_sell_r {color:#df0024;border:1px solid #df0024;border-radius: 5px;padding:2px 10px;margin-right:5px;}
.mc03 .box .sec3 li .cont .type_bulid {font-size:1em;}
.mc03 .box .sec3 li .cont .small {font-size: 1em;color:#555;padding:2px 0;}
.mc03 .box .sec3 li .cont .date {font-size:1em;color:#888;}

.mc04 {width:100%;}
.mc04 .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.mc04 .info_box .title {font-size:2em;font-weight: bold;}
.mc04 .info_box .title span {font-size:0.8em;font-weight: normal;color:#111}
.mc04 .info_box .cont {font-size: 1.2em;color:#555;}
.mc04 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.mc04 .box .sec4 {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.mc04 .box .sec4 li {width:22%;margin-bottom:50px;}
.mc04 .box .sec4 li img {width: 100%;border:1px solid #ddd;}
.mc04 .box .sec4 li iframe {width:100%;height:200px;box-sizing: border-box;}
.mc04 .box .sec4 li .img {width:100%;margin-bottom:10px;box-sizing: border-box;}
.mc04 .box .sec4 li .img img {width: 100%;border:1px solid #ddd;}
.mc04 .box .sec4 li .title {font-size: 1.4em;font-weight: bold;padding:10px 10px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc04 .box .sec4 li .title a {color:#111}
.mc04 .box .sec4 li .cont {font-size: 1em;line-height:1.6;padding:10px;}
.mc04 .box .sec4 li .cont p {font-size:1.2em;padding:5px 0;}
.mc04 .box .sec4 li .cont .type_sell_b {color:#1d5298;border:1px solid #1d5298;border-radius: 5px;padding:2px 10px;}
.mc04 .box .sec4 li .cont .type_sell_r {color:#df0024;border:1px solid #df0024;border-radius: 5px;padding:2px 10px;}
.mc04 .box .sec4 li .cont .type_bulid {font-size:1.4em;}
.mc04 .box .sec4 li .cont .small {font-size: 1.1em;color:#555;padding:2px 0;}
.mc04 .box .sec4 li .cont .date {font-size:1em;color:#888;}
.mc04 .box .sec4 li .cont .date span {margin-left: 10px;}

.mc05 {width:100%;}
.mc05 .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.mc05 .info_box .title {font-size:2em;font-weight: bold;}
.mc05 .info_box .cont {font-size: 1.2em;color:#555;}
.mc05 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.mc05 .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.mc05 .box .sec1::after {content: '';display: block;clear: both;}
.mc05 .box .sec1 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;min-height: 120px;}
.mc05 .box .sec1 li:nth-child(4n) {margin-right:0;}
.mc05 .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
.mc05 .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
.mc05 .box .sec1 li:nth-last-child(1):before {content: none;}
.mc05 .box .sec1 li:nth-last-child(2):before {content: none;}
.mc05 .box .sec1 li:nth-last-child(3):before {content: none;}
.mc05 .box .sec1 li:nth-last-child(4):before {content: none;}
.mc05 .box .sec1 li:nth-last-child(5):before {content: none;}
.mc05 .box .sec1 li:nth-last-child(6):before {content: none;}
.mc05 .box .sec1 li:nth-child(4n):after {content: none;}
.mc05 .box .sec1 li .stit {font-size:1.2em;font-weight: bold;/*text-align: center;*/margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mc05 .box .sec1 li .stit a {color:#df0024}
.mc05 .box .sec1 li a .stit {color:#df0024}
.mc05 .box .sec1 li .scont {font-size: 1em;line-height: 1.6;margin-bottom:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mc05 .box .sec1 li .stel {display: flex;justify-content:space-between;font-size: 1.1em;}
.mc05 .box .sec1 li .stel .one {text-align: left;color:#333}
.mc05 .box .sec1 li .stel .one svg {height:0.8em;margin-right:3px}
.mc05 .box .sec1 li .stel .two {text-align: right;color:#888;}

@media all and (max-width:1440px) {
    section {max-width: 100%;min-height:auto;}
}

@media all and (max-width:1024px) {
    section {padding:0 10px;}
    .mc01 .box {max-width: 100%;}
    .mc02 .box {max-width: 100%;}
    .mc03 .box {max-width: 100%;}
    .mc04 .box {max-width: 100%;}
    .mc05 .box {max-width: 100%;}
}

@media all and (max-width:768px) {
    .pc_v {display: none;}
    .mo_v {display: block;}

    .mc01 .box .sec1 li {width:30%;}
    .mc01 .box .sec1 li:last-child {display: none;}
    .mc01 .box .sec1 li:nth-child(4n) {margin-right:2.5%;}
    .mc01 .box .sec1 li:nth-child(3n) {margin-right:0;}

    .mc01 .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .mc01 .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
    .mc01 .box .sec1 li:nth-last-child(1):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(2):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(3):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(4):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(5):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(6):before {content: '';}
    .mc01 .box .sec1 li:nth-child(3n):after {content: none !important;}
    .mc01 .box .sec1 li:nth-child(4n):after {content: '';}

    .mc02 .box .sec2 li {width:30%;}
    .mc02 .box .sec2 li:nth-last-child(2), .mc02 .box .sec2 li:last-child {display: none;}
    .mc02 .box .sec2 li:nth-child(4n) {margin-right:2.5%;}
    .mc02 .box .sec2 li:nth-child(3n) {margin-right:0;}
    .mc02 .box .sec2 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

    .mc03 .box .sec3 li {width:30%;}
    .mc03 .box .sec3 li:last-child {display: none;}
    .mc03 .box .sec3 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .mc03 .box .sec3 li:nth-child(4n) {margin-right:2.5%;}
    .mc03 .box .sec3 li:nth-child(3n) {margin-right:0;}

    .mc04 .box .sec4 li {width:30%;}
    .mc04 .box .sec4 li:last-child {display: none;}
    .mc04 .box .sec4 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

    .mc05 .box .sec1 li {width:30%;}
    .mc05 .box .sec1 li:last-child {display: none;}
    .mc05 .box .sec1 li .stit {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
}

@media all and (max-width:425px) {
    .mc01 .box .sec1 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float: inherit;}
    .mc01 .box .sec1 li:last-child {display:inline-block;}
    .mc01 .box .sec1 li:nth-child(4n) {margin-right:5%;}
    .mc01 .box .sec1 li:nth-child(3n) {margin-right:5%;}

    .mc01 .box .sec1 li::before {content: '';width: 100%;height: 1px;position: absolute;bottom: -10%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .mc01 .box .sec1 li::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
    .mc01 .box .sec1 li:nth-last-child(1):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(2):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(3):before {content: none;}
    .mc01 .box .sec1 li:nth-last-child(4):before {content: '';}
    .mc01 .box .sec1 li:nth-last-child(5):before {content: '';}
    .mc01 .box .sec1 li:nth-last-child(6):before {content: '';}
    .mc01 .box .sec1 li:nth-child(3n):after {content: none !important;}
    .mc01 .box .sec1 li:nth-child(4n):after {content: '';}

    .mc02 .box .sec2 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float:inherit}
    .mc02 .box .sec2 li:nth-child(4n) {margin-right:auto;}
    .mc02 .box .sec2 li:nth-child(3n) {margin-right:auto;}
    .mc02 .box .sec2 li:nth-child(2n+1) {margin-right:auto;}
    .mc02 .info_box {padding:0 0 20px 0}
    .mc02 .box .sec2 li .img {height:140px;margin-bottom:10px;}

    .mc03 .box .sec3 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float:inherit}
    .mc03 .box .sec3 li:last-child {display:inline-block;}
    .mc03 .box .sec3 li .cont p:nth-last-child(2) span {}
    .mc03 .box .sec3 li:nth-child(4n) {margin-right:5%;}
    .mc03 .box .sec3 li:nth-child(3n) {margin-right:5%;}
    .mc03 .box .sec3 li:nth-child(2n+1) {margin-right:5%;}
    .mc03 .info_box {padding:0 0 20px 0}
    .mc03 .box .sec3 li .img {height:140px;}

    .mc04 .box .sec4 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float: inherit;}
    .mc04 .box .sec4 li:last-child {display:inline-block;}
    .mc04 .box .sec4 li img {width:100%;height:200px;}
    .mc04 .info_box {padding:0 0 20px 0}


    .mc05 .box .sec1 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float: inherit;}
    .mc05 .box .sec1 li:last-child {display:inline-block;}
    .mc05 .box .sec1 li:nth-child(4n) {margin-right:5%;}
    .mc05 .box .sec1 li:nth-child(3n) {margin-right:5%;}
    .mc05 .box .sec1 li::before {content: '';width: 100%;height: 1px;position: absolute;bottom: -10%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .mc05 .box .sec1 li::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
    .mc05 .box .sec1 li:nth-last-child(1):before {content: none;}
    .mc05 .box .sec1 li:nth-last-child(2):before {content: none;}
    .mc05 .box .sec1 li:nth-last-child(3):before {content: none;}
    .mc05 .box .sec1 li:nth-last-child(4):before {content: '';}
    .mc05 .box .sec1 li:nth-last-child(5):before {content: '';}
    .mc05 .box .sec1 li:nth-last-child(6):before {content: '';}
    .mc05 .box .sec1 li:nth-child(3n):after {content: none !important;}
    .mc05 .box .sec1 li:nth-child(4n):after {content: '';}

    .mc01 .box .sec1 li .stit {text-align: left;}

    .mc05 .box .sec1 li .stit {text-align: left;}
}

@media all and (max-width:320px) {
    .mc04 .box .sec4 li img {height:160px;}
}

/* 검색 결과 */
.search_page {width:100%;max-width: 1200px;margin:0 auto;}
.search_page .info_box {width:100%;text-align: center;padding:20px 0;margin:10px 0 20px;}
.search_page .info_box .title {font-size:2em;font-weight: bold;}
.search_page .info_box .cont {font-size: 1.2em;color:#555;}

.search_page .search_box {width:100%;box-sizing: border-box;margin:50px 0;}
.search_page .search_box .search_input {position: relative;box-sizing: border-box;}
.search_page .search_box .search_input input {width:100%;padding:10px;border:2px solid #df0024;outline: none;box-sizing: border-box;}
.search_page .search_box .search_input .search {position: absolute;right:0px;top:0;background:#df0024;color:#fff;border:0;padding:12px 15px;}
.search_page .search_box .search_recommend {width:100%;margin-top:5px;}
.search_page .search_box .search_recommend .recotit {display: inline-block;padding:5px 10px;border-radius: 5px;color:#333;font-size:1.2em;font-weight: bold;}
.search_page .search_box .search_recommend ul {display: inline-block;padding:0;}
.search_page .search_box .search_recommend ul li {display: inline-block;padding:5px 10px;border-radius: 5px;font-size: 1.2em; color:#333;font-weight: normal;;}

.search_page .box .result {width:100%;display: flex;justify-content: space-between;margin: 50px 0;}
.search_page .box .result .r_left {font-size:1.4em;}
.search_page .box .result .r_right {font-size: 1.2em;}


.search_page .box {width:100%}
.search_page .box .sr_title {font-size:1.6em;margin:10px 0 50px;}
.search_page .box .sr_title span {font-size:0.6em;color: #df0024;padding:2px 10px;border:1px solid #df0024;box-sizing: border-box;border-radius: 5px;margin-left:10px;}
.search_page .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.search_page .box .sec1::after {content: '';display: block;clear: both;}
.search_page .box .sec1 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;box-sizing: border-box;min-height:120px;}
.search_page .box .sec1 li:nth-child(4n) {margin-right:0;}
/*.search_page .box .sec1 li {width:22%;margin-bottom:5%;}*/
.search_page .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
.search_page .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
.search_page .box .sec1 li .stit {font-size:1.2em;font-weight: bold;text-align: center;margin-bottom:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search_page .box .sec1 li .stit a {color:#df0024}
.search_page .box .sec1 li a .stit {color:#df0024}
.search_page .box .sec1 li .scont {font-size: 1em;line-height: 1.6;margin-bottom:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search_page .box .sec1 li .stel {display: flex;justify-content:space-between;font-size: 1.1em;}
.search_page .box .sec1 li .stel .one {text-align: left;color:#333}
.search_page .box .sec1 li .stel .one svg {height:0.8em;margin-right:3px}
.search_page .box .sec1 li .stel .two {text-align: right;color:#888;}


.search_page .box .sec2 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.search_page .box .sec2::after {content: '';display: block;clear: both;}
.search_page .box .sec2 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;box-sizing: border-box;min-height:340px}
.search_page .box .sec2 li:nth-child(4n) {margin-right:0;}
.search_page .box .sec2 li .img {width:100%;margin-bottom:20px;height:200px;}
.search_page .box .sec2 li .img img {width:100%;height:100%;}
.search_page .box .sec2 li .img .type {position: absolute;top:0;left:0;padding:5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}
.search_page .box .sec2 li .title {font-size: 1.2em;font-weight: bold;padding:10px 10px 0}
.search_page .box .sec2 li .title a {color:#df0024}
.search_page .box .sec2 li a .title {color:#df0024}
.search_page .box .sec2 li .cont {font-size: 1em;line-height:1.6;padding:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.search_page .box .sec3 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.search_page .box .sec3::after {content: '';display: block;clear: both;}
.search_page .box .sec3 li {width:23%;margin-bottom:5%;margin-right:2.5%;float:left;position: relative;box-sizing: border-box;}
.search_page .box .sec3 li:nth-child(4n) {margin-right:0;}
.search_page .box .sec3 li {width:22%;margin-bottom:50px;border:1px solid #ddd;box-sizing: border-box;min-height:350px;}
.search_page .box .sec3 li .img {width:100%;margin-bottom:10px;height:200px;}
.search_page .box .sec3 li .img img {width: 100%;height:100%;border-bottom:1px solid #ddd;}
.search_page .box .sec3 li .title {font-size: 1.4em;font-weight: bold;padding:10px 10px 0;text-align: center;}
.search_page .box .sec3 li .title a {color:#111}
.search_page .box .sec3 li .cont {font-size: 1em;line-height:1.6;padding:10px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search_page .box .sec3 li .cont p {font-size:1.2em;padding:5px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search_page .box .sec3 li .cont .type_sell_b {color:#1d5298;border:1px solid #1d5298;border-radius: 5px;padding:2px 10px;margin-right:5px;}
.search_page .box .sec3 li .cont .type_sell_r {color:#df0024;border:1px solid #df0024;border-radius: 5px;padding:2px 10px;margin-right:5px;}
.search_page .box .sec3 li .cont .type_bulid {font-size:1.4em;}
.search_page .box .sec3 li .cont .small {font-size: 1.1em;color:#555;padding:2px 0;}
.search_page .box .sec3 li .cont .date {font-size:1em;color:#888;}
.search_page .box .sec3 li .img .type {position: absolute;top:0;left:0;padding:5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}

.search_page .more_btn button {background:#fff;}

    .search_page .box .sec1 li .stit {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .search_page .box .sec2 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .search_page .box .sec3 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

@media all and (max-width:1024px) {
    .search_page {max-width: 100%;}
}

@media all and (max-width:768px) {
    .search_page .box .sec1 li {width:30%;}
    .search_page .box .sec1 li:nth-child(3n) {margin-right:0;}
    .search_page .box .sec1 li:nth-child(4n) {margin-right:2.5%;}
    .search_page .box .sec1 li:nth-child(3n)::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
    .search_page .box .sec1 li:nth-last-child(1):before {content: none;}
    .search_page .box .sec1 li:nth-last-child(2):before {content: none;}
    .search_page .box .sec1 li:nth-last-child(3):before {content: none;}
    .search_page .box .sec1 li:nth-last-child(4):before {content: none;}
    .search_page .box .sec1 li:nth-last-child(5):before {content: none;}
    .search_page .box .sec2 li {width:30%;}
    .search_page .box .sec2 li:nth-child(3n) {margin-right:0;}
    .search_page .box .sec2 li:nth-child(4n) {margin-right:2.5%;}
    .search_page .box .sec2 li:nth-last-child(2), .search_page .box .sec2 li:nth-last-child(1) {display: none;}
    .search_page .box .sec3 li {width:30%;}
    .search_page .box .sec3 li:nth-child(3n) {margin-right:0;}
    .search_page .box .sec3 li:nth-child(4n) {margin-right:2.5%;}
    .search_page .box .sec3 li:nth-last-child(1) {display: none;}
    .search_page .box .sec3 li .img {height:140px;}

    .search_page .search_box .search_recommend .recotit {font-size: 1em;}
    .search_page .search_box .search_recommend ul li {font-size:1em;}

}



@media all and (max-width:425px) {
    .search_page .box .sec1 li {width:90%;margin:0 auto 5%;float: inherit;}
    .search_page .box .sec1 li .title {font-size: 1.2em;}
    .search_page .box .sec1 li .stit {font-size: 1em;letter-spacing: -0.5px;}
    .search_page .box .sec1 li .scont {font-size: 0.8em;}
    .search_page .box .sec1 li .stel {font-size:0.8em;}
    .search_page .box .sec1 li::before {content: '';width: 100%;height: 1px;position: absolute;bottom: -15%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .search_page .box .sec1 li::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
    .search_page .box .sec1 li:nth-last-child(1):before {content: '';}
    .search_page .box .sec1 li:nth-last-child(2):before {content: '';}
    .search_page .box .sec1 li:nth-last-child(3):before {content: none;}
    .search_page .box .sec1 li:nth-last-child(4):before {content: '';}
    .search_page .box .sec1 li:nth-child(3n)::after {content: none;}
    .search_page .box .sec1 li:nth-child(2n) {margin-right:auto;}
    .search_page .box .sec1 li:nth-child(3n) {margin-right:auto;}
    .search_page .box .sec1 li:nth-child(4n) {margin-right:auto;}

    .search_page .box .sec2 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float: inherit;}
    .search_page .box .sec2 li:nth-last-child(2), .search_page .box .sec2 li:nth-last-child(1) {display: inline-block;}
    .search_page .box .sec2 li .title {font-size: 1em;}
    .search_page .box .sec2 li .cont {font-size: 0.8em;}
    .search_page .box .sec2 li:nth-last-child(1):before {content: none;}
    .search_page .box .sec2 li:nth-last-child(2):before {content: none;}
    .search_page .box .sec2 li:nth-last-child(3):before {content: none;}
    .search_page .box .sec2 li:nth-child(3n) {margin-right:auto;}
    .search_page .box .sec2 li:nth-child(4n) {margin-right:auto;}

    .search_page .box .sec3 li {width:90%;box-sizing: border-box;margin:0 auto 5%;float: inherit;}
    .search_page .box .sec3 li:nth-last-child(1) {display: inline-block;}
    .search_page .box .sec3 li .title {font-size: 1.1em;}
    .search_page .box .sec3 li .cont p {font-size: 1em;}
    .search_page .box .sec3 li .cont p>span{display: block;}
    .search_page .box .sec3 li .cont .type_bulid {font-size: 1em;}
    .search_page .box .sec3 li .cont .small {font-size: 1em;}
    .search_page .box .sec3 li .cont .date {letter-spacing: -0.5px;}
    .search_page .box .sec3 li:nth-child(3n) {margin-right: auto;}
    .search_page .box .sec3 li:nth-child(4n) {margin-right: auto;}

    .search_page .box .result .r_left {font-size:1.2em;}
}


/* 구인/구직 */
.wanted_map {width:100%;;max-width: 1200px;margin: 0 auto;}
.wanted_map .wm_type {border:1px solid #ddd;padding:10px;margin:20px auto;clear: both;display: flex;justify-content: space-between;}
.wanted_map .wm_type ul.type_1 {border-right:1px solid #ddd;}
.wanted_map .wm_type ul.type_1 li {padding: 0 10px;float:left;}
.wanted_map .wm_type ul.type_1 li:first-child {padding:0 5px 0 0;}
.wanted_map .wm_type ul.type_1 li select {border:0;}
.wanted_map .wm_type ul.type_2 {}
.wanted_map .wm_type ul.type_2 li {float:right;padding: 0 20px;}
.wanted_map .wm_type ul.type_2 li:first-child {padding: 0 10px 0 20px;}
.wanted_map .wm_type ul.type_2 li select {border:0;}

.wanted_map .map_cover {width:100%;height:40vh;margin-bottom:20px;border: 1px solid #ddd;overflow:hidden;position: relative;}
.wanted_map .map_cover .map {width:80%;height:100%;border-right: 1px solid #ddd;float:left;font-size: 0.9em;}
.wanted_map .map_cover .map > div {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wanted_map .map_cover .wd_table {width:20%;height:100%;background:#fff;float:right;overflow: auto;position: absolute;top:0;right:0;}
.wanted_map .map_cover .wd_table ul {width:100%;}
.wanted_map .map_cover .wd_table ul li {padding:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;}
.wanted_map .map_cover .wd_table ul li:before {content: 'ㆍ';margin-right: 2px;color: #333;}
.wanted_map .map_cover .wd_table ul li:after {content: '';width: 95%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}


.wanted_map .map_cover button {padding:0;}

.wmodal_cont {padding:20px;width:100%;box-sizing: border-box;}
.wmodal_cont .type {font-size:1.2em;font-weight: bold;color:#333;position: relative;padding:0 0 20px;}
.wmodal_cont .type::before {content: '';position: absolute;left:0;bottom:10px;width:100%;background:#ddd;height:1px;}
.wmodal_cont .type .tit {font-size:1em;font-weight: normal;color:#666;margin-right:5px;}
.wmodal_cont .type .more_view {font-size:0.9em;border:1px solid #ddd;padding:2px 10px;font-weight: normal;margin-left:10px;}
.wmodal_cont .newly_price {font-size:1.2em;color:#333;position: relative;padding:0 0 20px;}
.wmodal_cont .newly_price::before {content: '';position: absolute;left:0;bottom:10px;width:100%;background:#ddd;height:1px;}
.wmodal_cont .newly_price .tit {font-size:1em;font-weight: normal;color:#666;margin-right:5px;}
.wmodal_cont .newly_price .sele_type {border:1px solid #ddd;padding:0px 10px;border-radius: 10px;}
.wmodal_cont .newly_price .sele_type.blue {border:1px solid #1d5298;;padding:2px 10px;border-radius: 10px;}
.wmodal_cont .newly_price .sele_type.red {border:1px solid #df0024;padding:2px 10px;border-radius: 10px;}
.wmodal_cont .wmc_cont p {line-height: 1.6;color:#666;}
.wmodal_cont .wmc_cont p span {color:#333;}
.wmodal_cont .wmc_cont p a {color:#df0024;text-decoration: underline;font-weight: bold;}

.wl_box1 {width:100%;}
.wl_box1 .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.wl_box1 .info_box .title {font-size:1.5em;font-weight: bold;}
.wl_box1 .info_box .cont {font-size: 1.2em;color:#555;}
.wl_box1 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.wl_box1 .box .wl_bl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.wl_box1 .box .wl_bl_title .text {font-size: 1.2em;}
.wl_box1 .box .wl_bl_title .enter_btn button {border:0;background:#df0024;color:#fff;padding:5px 10px}
.wl_box1 .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.wl_box1 .box .sec1::after {content: '';display: block;clear: both;}
.wl_box1 .box .sec1 li {width:23%;margin-bottom:50px;margin-right:2.5%;float:left;position: relative;min-height:120px;}
.wl_box1 .box .sec1 li:nth-child(4n) {margin-right:0;}
.wl_box1 .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
.wl_box1 .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
.wl_box1 .box .sec1 li:nth-last-child(1):before {content: none;}
.wl_box1 .box .sec1 li:nth-last-child(2):before {content: none;}
.wl_box1 .box .sec1 li:nth-last-child(3):before {content: none;}
.wl_box1 .box .sec1 li:nth-last-child(4):before {content: none;}
.wl_box1 .box .sec1 li:nth-last-child(5):before {content: none;}
.wl_box1 .box .sec1 li:nth-child(4n):after {content: none;}
.wl_box1 .box .sec1 li .stit {font-size:1.2em;font-weight: bold;/*text-align: center;*/margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wl_box1 .box .sec1 li a > .stit {color:#df0024}
.wl_box1 .box .sec1 li .stit a {color:#df0024}
.wl_box1 .box .sec1 li .scont {font-size: 1em;line-height: 1.6;margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wl_box1 .box .sec1 li .stel {display: flex;justify-content:space-between;font-size: 1.1em;}
.wl_box1 .box .sec1 li .stel .one {text-align: left;color:#333}
.wl_box1 .box .sec1 li .stel .one svg {height:0.8em;margin-right:3px}
.wl_box1 .box .sec1 li .stel .two {text-align: right;color:#888;}

.wl_box2 {width:100%;}
.wl_box2 .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.wl_box2 .info_box .title {font-size:1.5em;font-weight: bold;}
.wl_box2 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.wl_box2 .box .wl_bl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.wl_box2 .box .wl_bl_title .text {font-size: 1.2em;}
.wl_box2 .box .free_wl {width:100%;}
.wl_box2 .box .free_wl table {width:100%;border-collapse: collapse;}
.wl_box2 .box .free_wl table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.wl_box2 .box .free_wl table tr th:first-child {width:15%;}
.wl_box2 .box .free_wl table tr th:nth-child(2) {width:10%;}
.wl_box2 .box .free_wl table tr th:nth-child(3) {width:10%;}
.wl_box2 .box .free_wl table tr th:nth-child(5) {width:10%;}
.wl_box2 .box .free_wl table tr th:last-child {width:10%;}
.wl_box2 .box .free_wl table tr td:nth-child(1), .wl_box2 .box .free_wl table tr td:nth-child(4) {text-align: left;}
.wl_box2 .box .free_wl table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.wl_box2 .box .free_wl table tr td:first-child {width:15%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 200px;}
.wl_box2 .box .free_wl table tr td:nth-child(2) {width:12%;}
.wl_box2 .box .free_wl table tr td:nth-child(3) {width:12%;max-width: 140px;}
.wl_box2 .box .free_wl table tr td:nth-child(4) {max-width:500px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wl_box2 .box .free_wl table tr td:nth-child(5) {width:10%;}
.wl_box2 .box .free_wl table tr td:last-child {width:10%;}

@media all and (max-width:1024px) {
    .wanted_map {max-width: 100%;}
    .wl_box1 .box {max-width: 100%;}
    .wl_box2 .box {max-width: 100%;}

    .wanted_map .wm_type {display: inherit;}
    .wanted_map .wm_type:after {clear: both;content: '';display: block;}

    .wanted_map .wm_type ul.type_1 {border-right:0;float:left;}
    .wanted_map .wm_type ul.type_2 {float:right;}
}

@media all and (max-width:768px) {
    .wl_box1 .box .sec1 li {width:30%;}
    .wl_box1 .box .sec1 li:nth-child(4n) {margin-right:3%;}
    .wl_box1 .box .sec1 li:nth-last-child(2), .wl_box1 .box .sec1 li:last-child {display: none;}
    .wl_box2 .box .free_wl {overflow: scroll;}
    .wl_box2 .box .free_wl table {width:1200px;}

    .wl_box1 .box .sec1 li .stit {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
}

@media all and (max-width:625px) {
}

@media all and (max-width:425px) {
    .wl_box1 .box .sec1 li {width:100%;margin-right:0;}
    .wl_box1 .box .sec1 li::after {content: none;}
    .wl_box1 .box .sec1 li:nth-last-child(1):before {content: '';}
    .wl_box1 .box .sec1 li:nth-last-child(2):before {content: '';}
    .wl_box1 .box .sec1 li:nth-last-child(3):before {content: '';}
    .wl_box1 .box .sec1 li:nth-last-child(4):before {content: '';}
    .wl_box1 .box .sec1 li:nth-last-child(5):before {content: '';}
    .wl_box1 .box .sec1 li::before {content: '';width: 100%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .wl_box1 .box .sec1 li::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}

    .wanted_map .wm_type ul.type_1 {border-right:0;display:block;float:inherit;font-size:1em;margin-bottom:10px;width:100%;}
    .wanted_map .wm_type ul.type_1::after {content: '';display: block;clear: both;}
    .wanted_map .wm_type ul.type_1 li {padding:0 10px 0 0;}
    .wanted_map .wm_type ul.type_1 li:nth-child(1), .wanted_map .wm_type ul.type_1 li:nth-child(3), .wanted_map .wm_type ul.type_1 li:nth-child(5) {display: none;}
    .wanted_map .wm_type ul.type_2 {display:block;float:inherit;font-size:1em;}
    .wanted_map .wm_type ul.type_2 li {float:left;padding: 0 10px 0 0;}
    .wanted_map .wm_type ul.type_2 li:first-child {padding: 0 10px 0 0;}
    .wanted_map .map_cover .map {width:100%;height:100%;border-right: 1px solid #ddd;float:left;font-size: 1em;}
    .wanted_map .map_cover .wd_table {width:100%;height:30%;background:#fff;float:right;overflow: auto;position: absolute;top: inherit;bottom:0;left:0;z-index: 99;}
}


@media all and (max-width:320px) {
}


/* 구인구직 공유하기 */
.wv_shared {width:100%;position: relative;}
.wv_shared .box {width:100%}
.wv_shared .box .share_box {position:absolute;left:50%;top:20%;padding:20px;width:400px;height:400px;transform: translateX(-50%);background:#333;border:1px solid #ddd;display: none;z-index:2;}
.wv_shared .box .share_box .close_x {position: absolute;top:0;right:0;}
.wv_shared .box .share_box .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.wv_shared .box .share_box .close_x button:hover {color:#fff;}
.wv_shared .box .share_box .share_wrap {}
.wv_shared .box .share_box .share_wrap h2 {font-size:1.4em;margin-bottom:20px;text-align: center;color:#fff;}
.wv_shared .box .share_box .share_wrap .img {width:100%;height:200px;}
.wv_shared .box .share_box .share_wrap .img img {width:100%;height:100%;}
.wv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:200px;}
.wv_shared .box .share_box .share_wrap .dtv_img img {width:100%;height:100%;}
.wv_shared .box .share_box .share_wrap h3 {margin-top:20px;margin-bottom:20px;font-size: 1.2em;color:#fff;text-align: left;}
.wv_shared .box .share_box .share_wrap ul {display: flex;justify-content: start;}
.wv_shared .box .share_box .share_wrap ul li {margin-right: 10px;text-align: center;height:30px;color:#fff;}
.wv_shared .box .share_box .share_wrap ul li a {color:#fff;font-size: 0.8em;}
.wv_shared .box .share_box .share_wrap ul li img {height:100%;}


@media all and (max-width:425px) {
    .wv_shared .box .share_box {width:80%;}
    .wv_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
    .wv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:140px;}
}

/* 구인/구직 글쓰기 */
.wl_box {width:100%}
.wl_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.wl_box .info_box .title {font-size:1.5em;font-weight: bold;}
.wl_box .box {width:100%;max-width: 1200px;margin:0 auto;}
.wl_box .box .wl_write {width:100%;margin:10px 0 40px;}
.wl_box .box .wl_write .type1 .type_title, .wl_box .box .wl_write .type2 .type_title, .wl_box .box .wl_write .type3 .type_title, .wl_box .box .wl_write .type4 .type_title, .wl_box .box .wl_write .type5 .type_title, .wl_box .box .wl_write .type6 .type_title, .wl_box .box .wl_write .type7 .type_title {font-size: 1.4em;font-weight: bold;}

.wl_box .box .wl_write .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box .box .wl_write .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box .box .wl_write .type1 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.wl_box .box .wl_write .type1 table tr:last-child th, .wl_box .box .wl_write .type1 table tr:last-child td {border-bottom:0;}
.wl_box .box .wl_write .type1 table tr td input, .wl_box .box .wl_write .type1 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.wl_box .box .wl_write .type1 table tr td label {margin-right:10px;}
.wl_box .box .wl_write .type1 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.wl_box .box .wl_write .type1 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.wl_box .box .wl_write .type1 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

.wl_box .box .wl_write .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box .box .wl_write .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box .box .wl_write .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.wl_box .box .wl_write .type2 table tr:last-child th, .wl_box .box .wl_write .type2 table tr:last-child td {border-bottom:0;}
.wl_box .box .wl_write .type2 table tr td input, .wl_box .box .wl_write .type2 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.wl_box .box .wl_write .type2 table tr td button {border:1px solid #ddd;background:#f1f1f1;padding:5px 10px;}

.wl_box .box .wl_write .type2 table#find_address_table {margin:10px 0;border-top:0px solid #aaa;border-bottom:0px solid #aaa;border-collapse: collapse;}

.wl_box .box .wl_write .type3 table {width:100%;margin:10px 0 10px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box .box .wl_write .type3 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box .box .wl_write .type3 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.wl_box .box .wl_write .type3 table tr:last-child th, .wl_box .box .wl_write .type3 table tr:last-child td {border-bottom:0;}
.wl_box .box .wl_write .type3 table tr td input, .wl_box .box .wl_write .type3 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.wl_box .box .wl_write .type3 table tr td label {margin-right:10px;}
.wl_box .box .wl_write .type3 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.wl_box .box .wl_write .type3 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.wl_box .box .wl_write .type3 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}
.wl_write_caption {color:#555;font-size: 0.9em;margin-bottom:50px;display: block;}

.wl_box .submit_btn label {margin-right:20px;}
.wl_box .submit_btn label:last-child {margin-right:0px;}
.wl_box .submit_btn #regBtn {display: block;margin:10px auto 0}
.wl_box .submit_btn .regBtn {display: block;margin:10px auto 0}

.cate_type {position: relative;padding-left: 25px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.cate_type input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #ddd;border-radius: 50%;}
.cate_type:hover input ~ .checkmark {background-color: #ccc;}
.cate_type input:checked ~ .checkmark {background-color: #fff;border:1px solid #df0024;box-sizing: border-box;}
.checkmark:after {content: "";position: absolute;display: none;}
.cate_type input:checked ~ .checkmark:after {display: block;}
.cate_type .checkmark:after {top: 4px;left: 4px;width: 10px;height: 10px;border-radius: 50%;background: #df0024;}

.gender {position: relative;padding-left: 25px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.gender input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #ddd;border-radius: 50%;}
.gender:hover input ~ .checkmark {background-color: #ccc;}
.gender input:checked ~ .checkmark {background-color: #fff;border:1px solid #df0024;box-sizing: border-box;}
.checkmark:after {content: "";position: absolute;display: none;}
.gender input:checked ~ .checkmark:after {display: block;}
.gender .checkmark:after {top: 4px;left: 4px;width: 10px;height: 10px;border-radius: 50%;background: #df0024;}



/* 구인/구직 글읽기 */
.wl_box {width:100%;}
.wl_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.wl_box .info_box .title {font-size:1.5em;font-weight: bold;}
.wl_box .box {width:100%;max-width:1200px;margin: 0 auto;}
.wl_box .box .wl_view {width:100%;margin:10px 0 40px;}
.wl_box .box .wl_view .ss_box {width: 100%;text-align: right;}
.wl_box .box .wl_view .ss_box .share {text-align: right;display: inline-block;}
.wl_box .box .wl_view .ss_box .share a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.wl_box .box .wl_view .ss_box .scrap {text-align: right;display: inline-block;}
.wl_box .box .wl_view .ss_box .scrap a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.wl_box .box .wl_view .wanted_detail {text-align: right;}
.wl_box .box .wl_view .wanted_detail a.detail {padding:5px 20px;background: #df0024;color:#fff;}
.wl_box .box .wl_view .type1 .type_title, .wl_box .box .wl_view .type2 .type_title, .wl_box .box .wl_view .type3 .type_title, .wl_box .box .wl_view .type4 .type_title, .wl_box .box .wl_view .type5 .type_title, .wl_box .box .wl_view .type6 .type_title, .wl_box .box .wl_view .type7 .type_title {font-size: 1.4em;font-weight: bold;}
.wl_box .box .wl_view .type1 .type_title span, .wl_box .box .wl_view .type2 .type_title span, .wl_box .box .wl_view .type3 .type_title span, .wl_box .box .wl_view .type4 .type_title span, .wl_box .box .wl_view .type5 .type_title span, .wl_box .box .wl_view .type6 .type_title span, .wl_box .box .wl_view .type7 .type_title span {font-size: 0.7em;color:#666;font-weight: normal;}

.wl_box .box .wl_view .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box .box .wl_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box .box .wl_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;width:30%;}
.wl_box .box .wl_view .type1 table tr:last-child th, .wl_box .box .wl_view .type1 table tr:last-child td {border-bottom:1px solid #aaa;}

.wl_box .box .wl_view .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box .box .wl_view .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box .box .wl_view .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;width:30%}
.wl_box .box .wl_view .type2 table tr:last-child th, .wl_box .box .wl_view .type2 table tr:last-child td {border-bottom:0;}

.wl_box .box .wl_view .type3 .copy_image {width:100%;max-width:1200px;margin-bottom:50px;}
.wl_box .box .wl_view .type3 .copy_image img {width:100%;}

@media all and (max-width:1024px) {
    .wl_box .box {max-width:100%;}

    .wl_box .box .wl_view .type3 .copy_image {max-width:100%;}
}


/* 구인/구직 글읽기 상세정보 */
.wl_box_detail {width:100%;}
.wl_box_detail .box {width:100%;max-width: 1200px;margin:0 auto;}
.wl_box_detail .box .wld_view {width:100%;margin:10px 0 40px;}
.wl_box_detail .box .wld_view .type1 {position:relative;padding: 40px;}
.wl_box_detail .box .wld_view .type1 .close_x {position: absolute;top:0;right:0;}
.wl_box_detail .box .wld_view .type1 .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.wl_box_detail .box .wld_view .type1 .close_x button:hover {color:#000;}
.wl_box_detail .box .wld_view .type1 .type_title {font-size:1.6em;}
.wl_box_detail .box .wld_view .type1 table {width:100%;margin:10px 0 50px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.wl_box_detail .box .wld_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.wl_box_detail .box .wld_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;}
.wl_box_detail .box .wld_view .type1 table tr:last-child th, .wl_box_detail .box .wld_view .type1 table tr:last-child td {border-bottom:1px solid #aaa;}
.wl_box_detail .close {text-align: center;}
.wl_box_detail .close button.close {background:#df0024;color:#fff;}

@media all and (max-width:1024px) {
    .wl_box_detail .box {max-width:100%;}
}



/* 레저정보 글읽기 */
.leisure_map {width:100%;;max-width: 1200px;margin: 0 auto;}
.leisure_map .lm_type {border:1px solid #ddd;padding:10px;margin-bottom:20px;clear: both;display: flex;justify-content: space-between;}
.leisure_map .lm_type ul.type_1 {border-right:1px solid #ddd;}
.leisure_map .lm_type ul.type_1 li {padding: 0 10px;float:left;}
.leisure_map .lm_type ul.type_1 li:first-child {padding:0 5px 0 0;}
.leisure_map .lm_type ul.type_1 li select {border:0;}
.leisure_map .lm_type ul.type_2 {}
.leisure_map .lm_type ul.type_2 li {float:right;padding: 0 20px;}
.leisure_map .lm_type ul.type_2 li:first-child {padding: 0 10px 0 20px;}
.leisure_map .lm_type ul.type_2 li select {border:0;}

.leisure_map .map {width:100%;margin-bottom:20px;}
.leisure_map .map .wide100 {width:100%;height:340px;}

.ll_box1 {width:100%;}
.ll_box1 .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.ll_box1 .info_box .title {font-size:1.5em;font-weight: bold;}
.ll_box1 .info_box .cont {font-size: 1.2em;color:#555;}
.ll_box1 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.ll_box1 .box .ll_bl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.ll_box1 .box .ll_bl_title .text {font-size: 1.2em;}
.ll_box1 .box .ll_bl_title .enter_btn button {border:0;background:#df0024;color:#fff;padding:5px 10px}
.ll_box1 .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.ll_box1 .box .sec1::after {content: '';display: block;clear: both;}
.ll_box1 .box .sec1 li {width:23%;margin-bottom:50px;margin-right:2.5%;float:left;position: relative;min-height:120px;}
.ll_box1 .box .sec1 li:nth-child(4n) {margin-right:0;}
.ll_box1 .box .sec1 li::before {content: '';width: 80%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
.ll_box1 .box .sec1 li::after {content: '';width: 1px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
.ll_box1 .box .sec1 li:nth-last-child(1):before {content: none;}
.ll_box1 .box .sec1 li:nth-last-child(2):before {content: none;}
.ll_box1 .box .sec1 li:nth-last-child(3):before {content: none;}
.ll_box1 .box .sec1 li:nth-last-child(4):before {content: none;}
.ll_box1 .box .sec1 li:nth-last-child(5):before {content: none;}
.ll_box1 .box .sec1 li:nth-child(4n):after {content: none;}

.ll_box1 .box .sec1 li .stit {font-size:1.2em;font-weight: bold;/*text-align: center;*/margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ll_box1 .box .sec1 li .stit a {color:#df0024}
.ll_box1 .box .sec1 li a .stit {color:#df0024}
.ll_box1 .box .sec1 li .scont {font-size: 1em;line-height: 1.6;margin-bottom:10px;}
.ll_box1 .box .sec1 li .stel {display: flex;justify-content:space-between;font-size: 1.1em;}
.ll_box1 .box .sec1 li .stel .one {text-align: left;color:#333}
.ll_box1 .box .sec1 li .stel .one svg {height:0.8em;margin-right:3px}
.ll_box1 .box .sec1 li .stel .two {text-align: right;color:#888;}

.ll_box2 {width:100%;}
.ll_box2 .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.ll_box2 .info_box .title {font-size:1.5em;font-weight: bold;}
.ll_box2 .box {width:100%;max-width: 1200px;margin: 0 auto;}
.ll_box2 .box .ll_bl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.ll_box2 .box .ll_bl_title .text {font-size: 1.2em;}
.ll_box2 .box .free_ll {width:100%;}
.ll_box2 .box .free_ll table {width:100%;border-collapse: collapse;}
.ll_box2 .box .free_ll table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.ll_box2 .box .free_ll table tr th:first-child {width:20%;}
.ll_box2 .box .free_ll table tr th:nth-child(2) {width:10%;}
.ll_box2 .box .free_ll table tr th:last-child {width:10%;}
.ll_box2 .box .free_ll table tr td:nth-child(1), .ll_box2 .box .free_ll table tr td:nth-child(3) {text-align: left;}
.ll_box2 .box .free_ll table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.ll_box2 .box .free_ll table tr td:first-child {width:15%;max-width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ll_box2 .box .free_ll table tr td:nth-child(2) {width:10%;}
.ll_box2 .box .free_ll table tr td:nth-child(3) {max-width:500px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ll_box2 .box .free_ll table tr td:nth-child(5) {width:10%;}
.ll_box2 .box .free_ll table tr td:last-child {width:10%;}


@media all and (max-width:1024px) {
    .leisure_map {max-width: 100%;}
    .ll_box1 .box {max-width: 100%;}
    .ll_box2 .box {max-width: 100%;}
}

@media all and (max-width:768px) {
    .ll_box1 .box .sec1 li {width:30%;}
    .ll_box1 .box .sec1 li:nth-child(4n) {margin-right:3%;}
    .ll_box1 .box .sec1 li:nth-last-child(2), .ll_box1 .box .sec1 li:last-child {display: none;}

    .ll_box2 .box .free_ll {overflow: scroll;}
    .ll_box2 .box .free_ll table {width:1200px;}

    .ll_box1 .box .sec1 li .stit {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
}

@media all and (max-width:625px) {
    .leisure_map .lm_type {display: inherit;}
    .leisure_map .lm_type ul.type_1 {width:100%;display: flex;justify-content: baseline;border-right:0}
    .leisure_map .lm_type ul.type_1 li {float: inherit;}
    .leisure_map .lm_type ul.type_2 {width:100%;display: flex;justify-content: end;}
    .leisure_map .lm_type ul.type_2 li {float: inherit;}
}

@media all and (max-width:425px) {
    .leisure_map .lm_type ul.type_1 {border-right:0;display:block;float: inherit;font-size:0.8em;margin-bottom:10px;}
    .leisure_map .lm_type ul.type_1::after {content: '';display: block;clear: both;}
    .leisure_map .lm_type ul.type_1 li {padding:0 10px 0 0;}
    .leisure_map .lm_type ul.type_1 li:nth-child(1), .leisure_map .lm_type ul.type_1 li:nth-child(3), .leisure_map .lm_type ul.type_1 li:nth-child(5) {display: none;}
    .leisure_map .lm_type ul.type_2 {float:left;font-size:0.8em;display: inherit;}
    .leisure_map .lm_type ul.type_2 li {float:left;padding: 0 10px 0 0;}
    .leisure_map .lm_type ul.type_2 li:first-child {padding: 0 10px 0 0;}
    .leisure_map .map_cover .map {width:100%;height:100%;border-right: 1px solid #ddd;float:left;font-size: 0.9em;}
    .leisure_map .map_cover .wd_table {width:100%;height:30%;background:#fff;float:right;overflow: auto;position: absolute;top: inherit;bottom:0;left:0;z-index: 99;}

    .leisure_map .lm_type:after {clear: both;content: '';display: block;}

    .ll_box1 .box .sec1 li {width:100%;margin-right:0;}
    .ll_box1 .box .sec1 li::after {content: none;}
    .ll_box1 .box .sec1 li:nth-last-child(1):before {content: '';}
    .ll_box1 .box .sec1 li:nth-last-child(2):before {content: '';}
    .ll_box1 .box .sec1 li:nth-last-child(3):before {content: '';}
    .ll_box1 .box .sec1 li:nth-last-child(4):before {content: '';}
    .ll_box1 .box .sec1 li:nth-last-child(5):before {content: '';}
    .ll_box1 .box .sec1 li::before {content: '';width: 100%;height: 1px;position: absolute;bottom: -20%;left: 50%;transform: translateX(-50%);z-index: 1;background: #ddd;}
    .ll_box1 .box .sec1 li::after {content: '';width: 0px;height: 80%;position: absolute;top: 50%;right: -5%;transform: translateY(-50%);z-index: 1;background: #ddd;}
}


@media all and (max-width:320px) {
}


/* 레져회원권 공유하기 */
.lv_shared {width:100%;position: relative;}
.lv_shared .box {width:100%}
.lv_shared .box .share_box {position:absolute;left:50%;top:20%;padding:20px;width:400px;height:400px;transform: translateX(-50%);background:#333;border:1px solid #ddd;display: none;z-index:2;}
.lv_shared .box .share_box .close_x {position: absolute;top:0;right:0;}
.lv_shared .box .share_box .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.lv_shared .box .share_box .close_x button:hover {color:#fff;}
.lv_shared .box .share_box .share_wrap {}
.lv_shared .box .share_box .share_wrap h2 {font-size:1.4em;margin-bottom:20px;text-align: center;color:#fff;}
.lv_shared .box .share_box .share_wrap .img {width:100%;height:200px;}
.lv_shared .box .share_box .share_wrap .img img {width:100%;height:100%;}
.lv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:200px;}
.lv_shared .box .share_box .share_wrap .dtv_img img {width:100%;height:100%;}
.lv_shared .box .share_box .share_wrap h3 {margin-top:20px;margin-bottom:20px;font-size: 1.2em;color:#fff;text-align: left;}
.lv_shared .box .share_box .share_wrap ul {display: flex;justify-content: start;}
.lv_shared .box .share_box .share_wrap ul li {margin-right: 10px;text-align: center;height:30px;color:#fff;}
.lv_shared .box .share_box .share_wrap ul li a {color:#fff;font-size: 0.8em;}
.lv_shared .box .share_box .share_wrap ul li img {height:100%;}


@media all and (max-width:425px) {
    .lv_shared .box .share_box {width:80%;}
    .lv_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
    .lv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:140px;}
}

/* 레저정보 글쓰기 */
.ll_box {width:100%}
.ll_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.ll_box .info_box .title {font-size:1.5em;font-weight: bold;}
.ll_box .box {width:100%;max-width: 1200px;margin:0 auto;}
.ll_box .box .ll_write {width:100%;margin:10px 0 40px;}
.ll_box .box .ll_write .type1 .type_title, .ll_box .box .ll_write .type2 .type_title, .ll_box .box .ll_write .type3 .type_title, .ll_box .box .ll_write .type4 .type_title, .ll_box .box .ll_write .type5 .type_title, .ll_box .box .ll_write .type6 .type_title, .ll_box .box .ll_write .type7 .type_title {font-size: 1.4em;font-weight: bold;}

.ll_box .box .ll_write .type1 table {width:100%;margin:10px 0 10px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box .box .ll_write .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box .box .ll_write .type1 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.ll_box .box .ll_write .type1 table tr:last-child th, .ll_box .box .ll_write .type1 table tr:last-child td {border-bottom:0;}
.ll_box .box .ll_write .type1 table tr td input, .ll_box .box .ll_write .type1 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.ll_box .box .ll_write .type1 table tr td label {margin-right:10px;}
.ll_box .box .ll_write .type1 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.ll_box .box .ll_write .type1 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.ll_box .box .ll_write .type1 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}
.ll_box .box .ll_write .type1 .ll_write_caption {color:#555;font-size: 0.9em;margin-bottom:100px;display: block;}

.ll_box .box .ll_write .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box .box .ll_write .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box .box .ll_write .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.ll_box .box .ll_write .type2 table tr:last-child th, .ll_box .box .ll_write .type2 table tr:last-child td {border-bottom:0;}
.ll_box .box .ll_write .type2 table tr td input, .ll_box .box .ll_write .type2 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.ll_box .box .ll_write .type2 table tr td button {border:1px solid #ddd;background:#f1f1f1;padding:5px 10px;}
.ll_box .box .ll_write .type2 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

.ll_box .box .ll_write .type3 table {width:100%;margin:10px 0 10px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box .box .ll_write .type3 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box .box .ll_write .type3 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.ll_box .box .ll_write .type3 table tr:last-child th, .ll_box .box .ll_write .type3 table tr:last-child td {border-bottom:0;}
.ll_box .box .ll_write .type3 table tr td input, .ll_box .box .ll_write .type3 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.ll_box .box .ll_write .type3 table tr td label {margin-right:10px;}
.ll_box .box .ll_write .type3 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.ll_box .box .ll_write .type3 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.ll_box .box .ll_write .type3 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

.ll_box .submit_btn label {margin-right:20px;}
.ll_box .submit_btn label:last-child {margin-right:0px;}
.ll_box .submit_btn .regBtn {display: block;margin:10px auto 0}

.cate_type {position: relative;padding-left: 25px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.cate_type input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #ddd;border-radius: 50%;}
.cate_type:hover input ~ .checkmark {background-color: #ccc;}
.cate_type input:checked ~ .checkmark {background-color: #fff;border:1px solid #df0024;box-sizing: border-box;}
.checkmark:after {content: "";position: absolute;display: none;}
.cate_type input:checked ~ .checkmark:after {display: block;}
.cate_type .checkmark:after {top: 4px;left: 4px;width: 10px;height: 10px;border-radius: 50%;background: #df0024;}

.gender {position: relative;padding-left: 25px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.gender input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #ddd;border-radius: 50%;}
.gender:hover input ~ .checkmark {background-color: #ccc;}
.gender input:checked ~ .checkmark {background-color: #fff;border:1px solid #df0024;box-sizing: border-box;}
.checkmark:after {content: "";position: absolute;display: none;}
.gender input:checked ~ .checkmark:after {display: block;}
.gender .checkmark:after {top: 4px;left: 4px;width: 10px;height: 10px;border-radius: 50%;background: #df0024;}



/* 레저정보 글읽기 */
.ll_box {width:100%;}
.ll_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.ll_box .info_box .title {font-size:1.5em;font-weight: bold;}
.ll_box .box {width:100%;max-width:1200px;margin: 0 auto;}
.ll_box .box .ll_view {width:100%;margin:10px 0 40px;}
.ll_box .box .ll_view .ss_box {width: 100%;text-align: right;}
.ll_box .box .ll_view .ss_box .share {text-align: right;display: inline-block;}
.ll_box .box .ll_view .ss_box .share a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.ll_box .box .ll_view .ss_box .scrap {text-align: right;display: inline-block;}
.ll_box .box .ll_view .ss_box .scrap a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.ll_box .box .ll_view .wanted_detail {text-align: right;}
.ll_box .box .ll_view .wanted_detail a.detail {padding:5px 20px;background: #df0024;color:#fff;}
.ll_box .box .ll_view .type1 .type_title, .ll_box .box .ll_view .type2 .type_title, .ll_box .box .ll_view .type3 .type_title, .ll_box .box .ll_view .type4 .type_title, .ll_box .box .ll_view .type5 .type_title, .ll_box .box .ll_view .type6 .type_title, .ll_box .box .ll_view .type7 .type_title {font-size: 1.4em;font-weight: bold;}
.ll_box .box .ll_view .type1 .type_title span, .ll_box .box .ll_view .type2 .type_title span, .ll_box .box .ll_view .type3 .type_title span, .ll_box .box .ll_view .type4 .type_title span, .ll_box .box .ll_view .type5 .type_title span, .ll_box .box .ll_view .type6 .type_title span, .ll_box .box .ll_view .type7 .type_title span {font-size: 0.7em;color:#666;font-weight: normal;}

.ll_box .box .ll_view .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box .box .ll_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box .box .ll_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;width:30%;}
.ll_box .box .ll_view .type1 table tr:last-child th, .ll_box .box .ll_view .type1 table tr:last-child td {border-bottom:1px solid #aaa;}

.ll_box .box .ll_view .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box .box .ll_view .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box .box .ll_view .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;width:30%;}
.ll_box .box .ll_view .type2 table tr:last-child th, .ll_box .box .ll_view .type2 table tr:last-child td {border-bottom:0;}

.ll_box .box .ll_view .type3 .type_title {margin:100px 0 20px;}
.ll_box .box .ll_view .type3 .copy_image {width:100%;max-width:1200px;display: flex;justify-content: space-between;margin-bottom:50px;}
.ll_box .box .ll_view .type3 .copy_image img {width:32%;border:1px solid #ddd;}

@media all and (max-width:1024px) {
    .ll_box .box {max-width:100%;}

    .ll_box .box .ll_view .type3 .copy_image {max-width:100%;}
}


/* 레저정보 글읽기 상세정보 */
.ll_box_detail {width:100%;}
.ll_box_detail .box {width:100%;max-width: 1200px;margin:0 auto;}
.ll_box_detail .box .lld_view {width:100%;margin:10px 0 40px;}
.ll_box_detail .box .lld_view .type1 {position:relative;padding: 40px;}
.ll_box_detail .box .lld_view .type1 .close_x {position: absolute;top:0;right:0;}
.ll_box_detail .box .lld_view .type1 .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.ll_box_detail .box .lld_view .type1 .close_x button:hover {color:#000;}
.ll_box_detail .box .lld_view .type1 .type_title {font-size:1.6em;}
.ll_box_detail .box .lld_view .type1 table {width:100%;margin:10px 0 50px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.ll_box_detail .box .lld_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.ll_box_detail .box .lld_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;}
.ll_box_detail .box .lld_view .type1 table tr:last-child th, .ll_box_detail .box .lld_view .type1 table tr:last-child td {border-bottom:1px solid #aaa;}
.ll_box_detail .close {text-align: center;}
.ll_box_detail .close button.close {background:#df0024;color:#fff;}

@media all and (max-width:1024px) {
    .ll_box_detail .box {max-width:100%;}
}


/* 매물 글쓰기 */
.rl_box {width:100%;}
.rl_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.rl_box .info_box .title {font-size:1.5em;font-weight: bold;}
.rl_box .box {width:100%}
.rl_box .box .rl_write {width:100%;margin:10px 0 40px;}
.rl_box .box .rl_write .type1 .type_title, .rl_box .box .rl_write .type2 .type_title, .rl_box .box .rl_write .type3 .type_title, .rl_box .box .rl_write .type4 .type_title, .rl_box .box .rl_write .type5 .type_title, .rl_box .box .rl_write .type6 .type_title, .rl_box .box .rl_write .type7 .type_title {font-size: 1.4em;font-weight: bold;}

.rl_box .box .rl_write .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_write .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_write .type1 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_write .type1 table tr:last-child th, .rl_box .box .rl_write .type1 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_write .type1 table tr td input, .rl_box .box .rl_write .type1 table tr td select {border:1px solid #ddd;padding:5px 10px;box-sizing: border-box;}
.rl_box .box .rl_write .type1 table tr td label {margin-right:10px;}
.rl_box .box .rl_write .type1 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.rl_box .box .rl_write .type1 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.rl_box .box .rl_write .type1 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

.rl_box .box .rl_write .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_write .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_write .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_write .type2 table tr:last-child th, .rl_box .box .rl_write .type2 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_write .type2 table tr td input, .rl_box .box .rl_write .type2 table tr td select {border:1px solid #ddd;padding:5px 10px;box-sizing: border-box;}
.rl_box .box .rl_write .type2 table tr td button {border:1px solid #ddd;background:#f1f1f1;padding:5px 10px;}
.rl_box .box .rl_write .type2 table tr td textarea {border:1px solid #ddd;background:#fff;padding:5px 10px;width:98%;height:100px;}

.rl_box .box .rl_write .type3 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_write .type3 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_write .type3 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_write .type3 table tr:last-child th, .rl_box .box .rl_write .type3 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_write .type3 table tr td input, .rl_box .box .rl_write .type3 table tr td select {border:1px solid #ddd;padding:5px 10px;box-sizing: border-box;}
.rl_box .box .rl_write .type3 table tr td label {margin-right:10px;}
.rl_box .box .rl_write .type3 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.rl_box .box .rl_write .type3 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.rl_box .box .rl_write .type3 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}
.rl_write_caption {color:#555;font-size: 0.9em;margin-bottom:100px;display: block;}

.rl_box .box .rl_write .type4 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_write .type4 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_write .type4 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_write .type4 table tr:last-child th, .rl_box .box .rl_write .type4 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_write .type4 table tr td input, .rl_box .box .rl_write .type4 table tr td select {border:1px solid #ddd;padding:5px 10px;box-sizing: border-box;}
.rl_box .box .rl_write .type4 table tr td label {margin-right:10px;}
.rl_box .box .rl_write .type4 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(http://127.0.0.1:3000/Users/USER/Desktop/작업/프로젝트/분양7번가/221107/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.rl_box .box .rl_write .type4 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.rl_box .box .rl_write .type4 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

@media all and (max-width:425px) {
    .rl_box .box .rl_write .type2 table tr td textarea {width:92%;}
    .mo_v.rl_write input {width:80% !important}
}



/* 매물 글읽기 */
.rl_box {width:100%;max-width: 1200px;margin:0 auto;}
.rl_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.rl_box .info_box .title {font-size:1.5em;font-weight: bold;}
.rl_box .box {width:100%}
.rl_box .box .rl_view {width:100%;margin:10px 0 40px;}
.rl_box .box .rl_view .type1 .type_title, .rl_box .box .rl_view .type2 .type_title, .rl_box .box .rl_view .type3 .type_title, .rl_box .box .rl_view .type4 .type_title, .rl_box .box .rl_view .type5 .type_title, .rl_box .box .rl_view .type6 .type_title, .rl_box .box .rl_view .type7 .type_title {font-size: 1.4em;font-weight: bold;}
.rl_box .box .rl_view .type1 .type_title span, .rl_box .box .rl_view .type2 .type_title span, .rl_box .box .rl_view .type3 .type_title span, .rl_box .box .rl_view .type4 .type_title span, .rl_box .box .rl_view .type5 .type_title span, .rl_box .box .rl_view .type6 .type_title span, .rl_box .box .rl_view .type7 .type_title span {font-size: 0.7em;color:#666;font-weight: normal;}

.rl_box .box .rl_view .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_view .type1 table tr:last-child th, .rl_box .box .rl_view .type1 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_view .type1 table tr td:first-child {width:10%;}
.rl_box .box .rl_view .type1 table tr td:nth-child(2) {width:40%}
.rl_box .box .rl_view .type1 table tr td:last-child {width:50%;}
.rl_box .box .rl_view .type1 table tr td .update {width:100%;border:1px solid #df0024;text-align: center;}
.rl_box .box .rl_view .type1 table tr td .update span {padding:4px 10px;display: block;}
.rl_box .box .rl_view .type1 table tr td .update span.bc {background:#df0024;color:#fff;}
.rl_box .box .rl_view .type1 table tr td .rl_data {width:100%;}
.rl_box .box .rl_view .type1 table tr td .rl_data span.rl_title {font-size:1.4em;color:#333;font-weight: bold;margin-right:20px;}
.rl_box .box .rl_view .type1 table tr td .rl_data span.rl_type {color:#666;}
.rl_box .box .rl_view .type1 table tr td .rl_data span.rl_size {display: block;margin-top:5px;}
.rl_box .box .rl_view .type1 table tr td .rl_price {width:100%;position: relative;}
.rl_box .box .rl_view .type1 table tr td .rl_price::before {content: '';width:1px;height:80%;background:#ddd;position: absolute;top:50%;left:-5%;transform: translateY(-50%);}
.rl_box .box .rl_view .type1 table tr td .rl_price span {display: block;color:#df0024;font-size:1.6em;}


.rl_box .box .rl_view .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_view .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_view .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;width:30%;}
.rl_box .box .rl_view .type2 table tr:last-child th, .rl_box .box .rl_view .type2 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_view .type2 table tr td input, .rl_box .box .rl_view .type2 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.rl_box .box .rl_view .type2 table tr td button {border:1px solid #ddd;background:#f1f1f1;padding:5px 10px;}
.rl_box .box .rl_view .type2 table tr td textarea {border:1px solid #ddd;background:#fff;padding:5px 10px;width:98%;height:100px;}

.rl_box .box .rl_view .type3 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_view .type3 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_view .type3 table tr td {padding:10px;border-bottom: 1px solid #ddd;width:30%;}
.rl_box .box .rl_view .type3 table tr:last-child th, .rl_box .box .rl_view .type3 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_view .type3 table tr td input, .rl_box .box .rl_view .type3 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.rl_box .box .rl_view .type3 table tr td label {margin-right:10px;}
.rl_box .box .rl_view .type3 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.rl_box .box .rl_view .type3 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.rl_box .box .rl_view .type3 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}
.rl_view_caption {color:#555;font-size: 0.9em;margin-bottom:100px;display: block;}

.rl_box .box .rl_view .type4 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.rl_box .box .rl_view .type4 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.rl_box .box .rl_view .type4 table tr td {padding:10px;border-bottom: 1px solid #ddd;}
.rl_box .box .rl_view .type4 table tr:last-child th, .rl_box .box .rl_view .type4 table tr:last-child td {border-bottom:0;}
.rl_box .box .rl_view .type4 table tr td input, .rl_box .box .rl_view .type4 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.rl_box .box .rl_view .type4 table tr td label {margin-right:10px;}
.rl_box .box .rl_view .type4 table tr td input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.rl_box .box .rl_view .type4 table tr td button {border:1px solid #ddd;background:#f4f5f6;padding:5px 10px;}
.rl_box .box .rl_view .type4 table tr td textarea {border:1px solid #ddd;width:100%;height:100px;}

.rl_box .box .rl_view .type5 .slider {width:100%;max-width:980px;margin:0 auto;}
.rl_box .box .rl_view .type5 .slider {width:100%;margin:0 auto;}
.rl_box .box .rl_view .type5 .slider a {display: inline-block;border:0; padding:0; margin-bottom:50px;}
.rl_box .box .rl_view .type5 .slider a.active {display: inline-block;border: 1px solid #df0024;}


.fac_slider {margin-top: 40px; position: relative;}
.fac_slider .bx-wrapper {max-width: 100% !important;max-width:980px !important;margin:0 auto;}
.fac_slider .slide-wrap {border-bottom: 1px solid #ddd; }
.fac_slider .bx-wrapper .bx-viewport .bxslider li {text-align: left;}
.fac_slider .bx-wrapper .bx-viewport .bxslider li img {width:100%; max-height: 600px;}

.fac_slider .slide-wrap .fac_outside {width: 100%; height: 80px; position: absolute; margin: 0 auto; bottom: 50%;}
.fac_slider .slide-wrap .fac_outside .prev {position: absolute; left: 30px;}
.fac_slider .slide-wrap .fac_outside .next {position: absolute; right: 30px;}
.fac_slider .slide-wrap .fac_outside .prev a {text-indent: -9999px; left: 30px; width: 44px; height: 80px; background: url(/img/arrow_l1.png) center center no-repeat;color:#df0024;font-size: 1.4em;}
.fac_slider .slide-wrap .fac_outside .next a {text-indent: -9999px; right: 30px; width: 44px; height: 80px; background: url(/img/arrow_r1.png) center center no-repeat;color:#df0024;font-size: 1.4em;}

.fac_slider .thumbnails {margin-top: 40px; position: relative;}
.fac_slider .thumbnails .fac_outside {}
.fac_slider .thumbnails .fac_outside span {cursor: pointer; position: absolute; top: 50%; margin-top: -13px;}
.fac_slider .thumbnails .fac_outside span.prev {left: 0;}
.fac_slider .thumbnails .fac_outside span.next {right: 0;}
.fac_slider .thumbnails .fac_outside span a {width:30px; height:27px; text-indent:-9999px; border-radius: 0;}
.fac_slider .thumbnails .fac_outside span.prev a {background-position:0 0;color:#df0024;font-size: 1.4em;}
.fac_slider .thumbnails .fac_outside span.next a {background-position:-35px 0;color:#df0024;font-size: 1.4em;}
.fac_slider .bxslider-pager li img {width: 100%; height: 97.5px;}
.fac_slider .bxslider-pager li {filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); fliter:gray; opacity: 0.4;}
.fac_slider .bxslider-pager li.active {filter:none; -webkit-filter:grayscale(0); opacity: 1;}


.rl_box .box .rl_view .ss_box {width: 100%;text-align: right;margin: 30px 0;}
.rl_box .box .rl_view .ss_box .share {text-align: right;display: inline-block;}
.rl_box .box .rl_view .ss_box .share a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.rl_box .box .rl_view .ss_box .scrap {text-align: right;display: inline-block;}
.rl_box .box .rl_view .ss_box .scrap a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}

@media all and (max-width:1024px) {
    .rl_box {max-width: 100%;}
}

@media all and (max-width:768px) {
    .fac_slider .slide-wrap .fac_outside {display: none;}
    .rl_box .box .rl_view .type1 table tr td .rl_price::before {content: none;}
    .mo_v table tr th {width:20% !important;}
    .mo_v table tr td {width:80% !important;}
    .mo_v .type1 table tr td:first-child {width:20% !important;}
}

@media all and (max-width:425px) {
    .fac_slider .slide-wrap .fac_outside {display: none;}
    .rl_box .box .rl_view .type1 table tr td {padding:15px 5px}
    .rl_box .box .rl_view .type1 table tr td .rl_price::before {content: none;}
    .mo_v table tr th {width:30% !important;word-break: keep-all;}
    .mo_v table tr td {width:70% !important;word-break: keep-all;}
    .mo_v .type1 table tr td:first-child {width:30% !important;}
    .rl_box .box .rl_view .type1 table tr td:first-child {width:30% !important}
    .rl_box .box .rl_view .type1 table tr td .rl_data span.rl_title {display: block;}
}

/* 부동산매물방 공유하기 */
.rv_shared {width:100%;position: relative;}
.rv_shared .box {width:100%}
.rv_shared .box .share_box {position:absolute;left:50%;top:20%;padding:20px;width:400px;height:400px;transform: translateX(-50%);background:#333;border:1px solid #ddd;display: none;z-index:2;}
.rv_shared .box .share_box .close_x {position: absolute;top:0;right:0;}
.rv_shared .box .share_box .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.rv_shared .box .share_box .close_x button:hover {color:#fff;}
.rv_shared .box .share_box .share_wrap {}
.rv_shared .box .share_box .share_wrap h2 {font-size:1.4em;margin-bottom:20px;text-align: center;color:#fff;}
.rv_shared .box .share_box .share_wrap .img {width:100%;height:200px;}
.rv_shared .box .share_box .share_wrap .img img {width:100%;height:100%;}
.rv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:200px;}
.rv_shared .box .share_box .share_wrap .dtv_img img {width:100%;height:100%;}
.rv_shared .box .share_box .share_wrap h3 {margin-top:20px;margin-bottom:20px;font-size: 1.2em;color:#fff;text-align: left;}
.rv_shared .box .share_box .share_wrap ul {display: flex;justify-content: start;}
.rv_shared .box .share_box .share_wrap ul li {margin-right: 10px;text-align: center;height:30px;color:#fff;}
.rv_shared .box .share_box .share_wrap ul li a {color:#fff;font-size: 0.8em;}
.rv_shared .box .share_box .share_wrap ul li img {height:100%;}


@media all and (max-width:425px) {
    .rv_shared .box .share_box {width:80%;}
    .rv_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
    .rv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:140px;}
}

/* 공지사항 리스트 */
.notice {width:100%;max-width: 1200px;margin:0 auto;}
.notice .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.notice .info_box .title {font-size:2em;font-weight: bold;}
.notice .info_box .cont {font-size: 1.2em;color:#555;}
.notice .box {width:100%}
.notice .box .rl_notice {width:100%;}
.notice .box .rl_notice table.noti1 {width:100%;border-collapse: collapse;}
.notice .box .rl_notice table.noti1 tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.notice .box .rl_notice table.noti1 tr th:first-child {width:10%;}
.notice .box .rl_notice table.noti1 tr th:nth-child(3) {width:10%;}
.notice .box .rl_notice table.noti1 tr th:nth-child(4) {width:10%;}
.notice .box .rl_notice table.noti1 tr th:nth-child(5) {width:10%;}
.notice .box .rl_notice table.noti1 tr th:last-child {width:10%;}
.notice .box .rl_notice table.noti1 tr td:nth-child(2) {text-align: left;}
.notice .box .rl_notice table.noti1 tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.notice .box .rl_notice table.noti1 tr.noti td {background:#fce5e9;}
.notice .box .rl_notice table.noti1 tr td a {color:#000;}


.notice .box .rl_notice table.noti2 {width:100%;border-collapse: collapse;}
.notice .box .rl_notice table.noti2 tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.notice .box .rl_notice table.noti2 tr th:first-child {width:10%;}
.notice .box .rl_notice table.noti2 tr th:nth-child(3) {width:10%;}
.notice .box .rl_notice table.noti2 tr th:nth-child(4) {width:10%;}
.notice .box .rl_notice table.noti2 tr th:nth-child(5) {width:10%;}
.notice .box .rl_notice table.noti2 tr th:last-child {width:10%;}
.notice .box .rl_notice table.noti2 tr td:nth-child(2) {text-align: left;}
.notice .box .rl_notice table.noti2 tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.notice .box .rl_notice table.noti2 tr.noti td {background:#fce5e9;}
.notice .box .rl_notice table.noti2 tr td a {color:#000;}
.notice .box .rl_notice table.noti2 tr td .w_info {color:#666;font-size:0.9em;margin-top:2px;}

@media all and (max-width:1024px) {
    .notice {max-width: 100%;}
}

@media all and (max-width:768px) {
    .notice .box .rl_notice table.noti2 tr th:first-child {width:20%;}
    .notice .box .rl_notice table.noti2 tr th:nth-child(3) {width:20%;}
    .notice .box .rl_notice table.noti1 tr th:nth-last-child(2), .notice .box .rl_notice table.noti1 tr th:last-child {display: none;}
    .notice .box .rl_notice table.noti1 tr td:nth-last-child(2), .notice .box .rl_notice table.noti1 tr td:last-child {display: none;}
    .notice .box .rl_notice table.noti2 tr th:nth-last-child(5), .notice .box .rl_notice table.noti2 tr th:nth-last-child(3), .notice .box .rl_notice table.noti2 tr th:nth-last-child(2), .notice .box .rl_notice table.noti2 tr th:last-child {display: none;}
    .notice .box .rl_notice table.noti2 tr td:nth-last-child(5), .notice .box .rl_notice table.noti2 tr td:nth-last-child(3), .notice .box .rl_notice table.noti2 tr td:nth-last-child(2), .notice .box .rl_notice table.noti2 tr td:last-child {display: none;}
    .notice .box .rl_notice table.noti2 tr td a {font-size: 1.1em;}
}

/* 고객상담실 리스트 */
.customer {width:100%;max-width: 1200px;margin:0 auto;}
.customer .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.customer .info_box .title {font-size:2em;font-weight: bold;}
.customer .info_box .cont {font-size: 1.2em;color:#555;}
.customer .box {width:100%}
.customer .box .rl_customer {width:100%;}
.customer .box .rl_customer table {width:100%;border-collapse: collapse;}
.customer .box .rl_customer table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.customer .box .rl_customer table tr th:first-child {width:10%;}
.customer .box .rl_customer table tr th:nth-child(3) {width:10%;}
.customer .box .rl_customer table tr th:nth-child(4) {width:10%;}
.customer .box .rl_customer table tr th:last-child {width:10%;}
.customer .box .rl_customer table tr td:nth-child(2) {text-align: left;}
.customer .box .rl_customer table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.customer .box .rl_customer table tr.noti td {background:#fce5e9;}
.customer .box .rl_customer table tr td a {color:#000;}
.customer .box .rl_customer table tr td .w_info {color:#666;font-size:0.9em;margin-top:2px;}


@media all and (max-width:1024px) {
    .customer {max-width: 100%;}
}

@media all and (max-width:768px) {
    .customer .box .rl_customer table tr th:first-child {width:20%;}
    .customer .box .rl_customer table tr th:nth-child(3) {width:20%;}
    .customer .box .rl_customer table tr th:nth-last-child(5), .customer .box .rl_customer table tr th:nth-last-child(3), .customer .box .rl_customer table tr th:nth-last-child(2), .customer .box .rl_customer table tr th:last-child {display: none;}
    .customer .box .rl_customer table tr td:nth-last-child(5), .customer .box .rl_customer table tr td:nth-last-child(3), .customer .box .rl_customer table tr td:nth-last-child(2), .customer .box .rl_customer table tr td:last-child {display: none;}
    .customer .box .rl_customer table tr td a {font-size:1.1em}
}


/*고객상담 게시글 열람*/
.customer {width:100%;min-height:900px;}
.customer .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.customer .info_box .title {font-size:2em;font-weight: bold;}
.customer .info_box .cont {font-size: 1.2em;color:#555;}
.customer .box {width:100%}
.customer .box .rl_customer_v {width:100%;}
.customer .box .rl_customer_v .title {font-size:1.6em;margin-bottom:20px;}
.customer .box .rl_customer_v table {width:100%;border-collapse: collapse;display: inline-table;margin-bottom:100px;}
.customer .box .rl_customer_v table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #ddd;padding:10px;text-align: center;width:20%;}
.customer .box .rl_customer_v table tr:first-child td {border-top:1px solid #aaa;}
.customer .box .rl_customer_v table tr:last-child th {border-bottom:1px solid #aaa;}
.customer .box .rl_customer_v table tr:last-child td {border-bottom:1px solid #aaa;}
.customer .box .rl_customer_v table tr td {text-align: left;border-bottom:1px solid #ddd;padding:10px;letter-spacing: -0.5px;}

@media all and (max-width:768px) {
    .customer .box .rl_customer_v table tr th {width:20%;}
}

@media all and (max-width:425px) {
    .customer .box .rl_customer_v table tr td {padding:10px;}
    .customer .box .rl_customer_v table tr th {width:30%;}
}

/*고객상담 게시글 글쓰기 */
.customer {width:100%;min-height:900px;}
.customer .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.customer .info_box .title {font-size:2em;font-weight: bold;}
.customer .info_box .cont {font-size: 1.2em;color:#555;}
.customer .box {width:100%}
.customer .box .rl_customer_w {width:100%;}
.customer .box .rl_customer_w .title {font-size:1.6em;margin-bottom:20px;}
.customer .box .rl_customer_w table {width:100%;border-collapse: collapse;margin-bottom:50px;}
.customer .box .rl_customer_w table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.customer .box .rl_customer_w table tr:first-child th {width:10%;}
.customer .box .rl_customer_w table tr:nth-child(3) th {width:10%;}
.customer .box .rl_customer_w table tr:nth-child(4) th {width:10%;}
.customer .box .rl_customer_w table tr th:last-child {width:10%;}
.customer .box .rl_customer_w table tr:first-child td {border-top:1px solid #aaa;}
.customer .box .rl_customer_w table tr:last-child th {border-bottom:1px solid #aaa;}
.customer .box .rl_customer_w table tr:last-child td {border-bottom:1px solid #aaa;}
.customer .box .rl_customer_w table tr td:nth-child(2) {text-align: left;}
.customer .box .rl_customer_w table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.customer .box .rl_customer_w table tr td select {border:1px solid #ddd;padding:4px 10px;}
.customer .box .rl_customer_w table tr td input {border:1px solid #ddd;padding:4px 10px;}
.customer .box .rl_customer_w table tr td textarea {border:1px solid #ddd;width:100%;height:200px;}


@media all and (max-width:768px) {
    .customer .box .rl_customer_w table tr:first-child th {width:25%;letter-spacing: -0.5px;}
    .customer .box .rl_customer_w table tr td input {display: block;}
    .customer #smart_editor2 .se2_text_tool ul {margin-right: 0px;}
}



/* 유튜브 리스트 */
.youtube {width:100%;max-width: 1200px;margin:0 auto;}
.youtube .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.youtube .info_box .title {font-size:1.5em;font-weight: bold;}
.youtube .info_box .title span {font-size: 1.4em;}
.youtube .info_box .cont {font-size: 1.2em;color:#555;}
.youtube .box {width:100%}
.youtube .box .youtube_l {width:100%;}
.youtube .box .youtube_l ul.list {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.youtube .box .youtube_l ul.list li {width:23%;margin-bottom:5%;}
.youtube .box .youtube_l ul.list li .img {/*border:1px solid #ddd;*/box-sizing: border-box;}
.youtube .box .youtube_l ul.list li .img iframe {border: 1px solid #ddd;}
.youtube .box .youtube_l ul.list li .img img {width:100%;}
.youtube .box .youtube_l ul.list li .stit {font-size: 1.2em;font-weight: bold;margin:10px 0;padding:0 10px;}
.youtube .box .youtube_l ul.list li .stit a {color:#000;}
.youtube .box .youtube_l ul.list li .scont {font-size:0.9em;color:#666;padding:0 10px;}
.youtube .box .youtube_l ul.list li .scont span {margin-right:20px;}


@media all and (max-width:1024px) {
    .youtube {max-width: 100%;}
}

@media all and (max-width:768px) {
    .youtube .box .youtube_l ul.list li {width:32%;}
    .youtube .box .youtube_l ul.list li:last-child {display: none;}


    .youtube .box .youtube_l ul.list li .img iframe {width:100% !important;}
    .youtube .box .youtube_l ul.list li .stit  {overflow: hidden;white-space: normal;line-height:1.4;height:2.8em;text-align: left;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
}

@media all and (max-width:425px) {
    .youtube .box .youtube_l ul.list li {width:100%;}
    .youtube .box .youtube_l ul.list li:last-child {display: inline-block;}
    .youtube .box .youtube_l ul.list li .img iframe {height:200px;}
}

@media all and (max-width:320px) {
    .youtube .box .youtube_l ul.list li {margin-bottom:10%}
}
/* 유튜브 상세정보 */
.youtube_detail {width:100%;max-width: 1200px;margin:0 auto;position:relative;}
.youtube_detail .box {width:100%}
.youtube_detail .box .yd_view {width:100%;margin:10px 0 40px;position:relative;padding: 40px 0;}
.youtube_detail .box .yd_view .close_x {position: absolute;top:0;right:0;}
.youtube_detail .box .yd_view .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.youtube_detail .box .yd_view .close_x button:hover {color:#000;}
.youtube_detail .box .yd_view .media {width:100%;}
.youtube_detail .box .yd_view .media .youtube {width:95%;height:600px;margin:0 auto;}
.youtube_detail .box .yd_view .data {width:95%; margin:20px auto 50px;}
.youtube_detail .box .yd_view .data .data_1 {width:100%;position: relative;margin-bottom:20px;}
.youtube_detail .box .yd_view .data .data_1 .name {font-size:1.5em;font-weight:bold;width:80%;}
.youtube_detail .box .yd_view .data .data_1 .view {display: inline-block; margin-right:50px;color:#888;}
.youtube_detail .box .yd_view .data .data_1 .upload_date {display: inline-block;color:#888;}
.youtube_detail .box .yd_view .data .data_1 .active_box {position: absolute;top:0;right:0;}
.youtube_detail .box .yd_view .data .data_1 .active_box .scrape {display: inline-block;margin-right:10px;}
.youtube_detail .box .yd_view .data .data_1 .active_box .share {display: inline-block;}
.youtube_detail .box .yd_view .data .data_1 .delete {position: absolute;top:30px;right:0;}
.youtube_detail .box .yd_view .data .data_1 .delete button {background: #df0024;color:#fff;}
.youtube_detail .box .yd_view .data .data_1 .delete button:hover {background:#990c24;}
.youtube_detail .box .yd_view .data .data_2 {width:100%;position: relative;}
.youtube_detail .box .yd_view .data .data_2 .content {width:100%;font-size:1.2em;line-height: 1.8em;}
.youtube_detail .box .yd_view .data .data_2 .content .more_view {display: inline-block;margin-left:20px;}
.youtube_detail .box .yd_view .data .data_2 .content .more_view button {padding:2px 20px;background:#fff;color:#666;border:1px solid #ddd;}
.youtube_detail .box .yd_view .data .data_2 .content .more_view button:hover {background: #ddd;color:#333;}
.youtube_detail .close {text-align: center;}
.youtube_detail .close button.close {background:#df0024;color:#fff;}


@media all and (max-width:425px) {
    .youtube_detail .box .yd_view .data .data_1 .name {width:65%}
    .youtube_detail .box .yd_view .media .youtube {height:400px;}
}
@media all and (max-width:375px) {
    .youtube_detail .box .yd_view .data .data_1 .name {width:55%;letter-spacing: -0.5px;font-size:1.2em;}
    .youtube_detail .box .yd_view .media .youtube {height:200px;}
    .youtube_detail .box .yd_view .data .data_2 .content {font-size:1em;}
    .youtube_detail .box .yd_view .data .data_1 .delete button {padding:10px 20px;}
}

/* 유튜브 공유하기 */
.yt_shared {width:100%;display: none;}
.yt_shared .box {width:100%}
.yt_shared .box .share_box {position:absolute;left:50%;top:20%;padding:20px;width:400px;height:400px;transform: translateX(-50%);background:#333;border:1px solid #ddd;}
.yt_shared .box .share_box .close_x {position: absolute;top:0;right:0;}
.yt_shared .box .share_box .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.yt_shared .box .share_box .close_x button:hover {color:#fff;}
.yt_shared .box .share_box .share_wrap {}
.yt_shared .box .share_box .share_wrap h2 {font-size:1.4em;margin-bottom:20px;text-align: center;color:#fff;}
.yt_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
.yt_shared .box .share_box .share_wrap h3 {margin-top:20px;margin-bottom:20px;font-size: 1.2em;color:#fff;}
.yt_shared .box .share_box .share_wrap ul {display: flex;justify-content: start;}
.yt_shared .box .share_box .share_wrap ul li {margin-right: 10px;text-align: center;height:30px;color:#fff;}
.yt_shared .box .share_box .share_wrap ul li a {color:#fff;font-size: 0.8em;}
.yt_shared .box .share_box .share_wrap ul li img {height:100%;}


@media all and (max-width:425px) {
    .yt_shared .box .share_box {width:80%;}
    .yt_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
}

/* 파트너 리스트 */
.partner {width:100%;max-width: 1200px;margin:0 auto;}
.partner .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.partner .info_box .title {font-size:2em;font-weight: bold;}
.partner .info_box .cont {font-size: 1.2em;color:#555;}
.partner .box {width:100%}

.partner .box .partner_l_1 {width:100%;margin-bottom:100px;}
.partner .box .partner_l_1 .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.partner .box .partner_l_1 ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.partner .box .partner_l_1 ul.list::after {content: '';display: block;clear: both;}
.partner .box .partner_l_1 ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.partner .box .partner_l_1 ul.list li:nth-child(4n) {margin-right:0;}
.partner .box .partner_l_1 ul.list li .img {text-align: center;height:70px;}
.partner .box .partner_l_1 ul.list li .img img {width:100%;height:100%;border:1px solid #ddd;box-sizing: border-box;}

.partner .box .partner_l_2 {width:100%;margin-bottom:100px;}
.partner .box .partner_l_2 .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.partner .box .partner_l_2 ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.partner .box .partner_l_2 ul.list::after {content: '';display: block;clear: both;}
.partner .box .partner_l_2 ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.partner .box .partner_l_2 ul.list li:nth-child(4n) {margin-right:0;}
.partner .box .partner_l_2 ul.list li .img {text-align: center;height:70px;}
.partner .box .partner_l_2 ul.list li .img img {width:100%;height:100%;border:1px solid #ddd;box-sizing: border-box;}

.partner .box .partner_l_3 {width:100%;margin-bottom:100px;}
.partner .box .partner_l_3 .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.partner .box .partner_l_3 ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.partner .box .partner_l_3 ul.list::after {content: '';display: block;clear: both;}
.partner .box .partner_l_3 ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.partner .box .partner_l_3 ul.list li:nth-child(4n) {margin-right:0;}
.partner .box .partner_l_3 ul.list li .img {text-align: center;height:70px;}
.partner .box .partner_l_3 ul.list li .img img {width:100%;height:100%;border:1px solid #ddd;box-sizing: border-box;}

.partner .box .partner_l_4 {width:100%;margin-bottom:100px;}
.partner .box .partner_l_4 .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.partner .box .partner_l_4 ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.partner .box .partner_l_4 ul.list::after {content: '';display: block;clear: both;}
.partner .box .partner_l_4 ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.partner .box .partner_l_4 ul.list li:nth-child(4n) {margin-right:0;}
.partner .box .partner_l_4 ul.list li .img {text-align: center;height:70px;}
.partner .box .partner_l_4 ul.list li .img img {width:100%;height:100%;border:1px solid #ddd;box-sizing: border-box;}

.partner .box .partner_l_5 {width:100%;margin-bottom:100px;}
.partner .box .partner_l_5 .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.partner .box .partner_l_5 ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.partner .box .partner_l_5 ul.list::after {content: '';display: block;clear: both;}
.partner .box .partner_l_5 ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.partner .box .partner_l_5 ul.list li:nth-child(4n) {margin-right:0;}
.partner .box .partner_l_5 ul.list li .img {text-align: center;height:70px;}
.partner .box .partner_l_5 ul.list li .img img {width:100%;height:100%;border:1px solid #ddd;box-sizing: border-box;}


@media all and (max-width:768px){
    .partner .box .partner_l_1 ul.list li:nth-child(3n) {margin-right:0;}
    .partner .box .partner_l_1 ul.list li:nth-child(4n) {margin-right:2.5%;}

    .partner .box .partner_l_2 ul.list li:nth-child(3n) {margin-right:0;}
    .partner .box .partner_l_2 ul.list li:nth-child(4n) {margin-right:2.5%;}

    .partner .box .partner_l_3 ul.list li:nth-child(3n) {margin-right:0;}
    .partner .box .partner_l_3 ul.list li:nth-child(4n) {margin-right:2.5%;}

    .partner .box .partner_l_4 ul.list li:nth-child(3n) {margin-right:0;}
    .partner .box .partner_l_4 ul.list li:nth-child(4n) {margin-right:2.5%;}

    .partner .box .partner_l_5 ul.list li:nth-child(3n) {margin-right:0;}
    .partner .box .partner_l_5 ul.list li:nth-child(4n) {margin-right:2.5%;}
}

@media all and (max-width:425px) {
    .partner .box .partner_l_1 {margin-bottom:50px;}
    .partner .box .partner_l_2 {margin-bottom:50px;}
    .partner .box .partner_l_3 {margin-bottom:50px;}
    .partner .box .partner_l_4 {margin-bottom:50px;}
    .partner .box .partner_l_5 {margin-bottom:50px;}
    .partner .box .partner_l_1 ul.list li .img {text-align: center;height:85px;}
    .partner .box .partner_l_2 ul.list li .img {text-align: center;height:85px;}
    .partner .box .partner_l_3 ul.list li .img {text-align: center;height:85px;}
    .partner .box .partner_l_4 ul.list li .img {text-align: center;height:85px;}
    .partner .box .partner_l_5 ul.list li .img {text-align: center;height:85px;}
}


/* 파트너 글읽기 */
.partner .box .partner_v {width:100%;margin-bottom:100px;}
.partner .box .partner_v .content {width:100%;}
.partner .box .partner_v .content .top_detail {width:100%;display: flex;justify-content: space-between;margin-bottom:50px;}
.partner .box .partner_v .content .top_detail .image {width:33%;border:1px solid #ddd;position: relative;box-sizing: border-box;}
.partner .box .partner_v .content .top_detail .image img {position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:80%}
.partner .box .partner_v .content .top_detail .data {width:65%;}
.partner .box .partner_v .content .top_detail .data table {width:100%;border-collapse: collapse;}
.partner .box .partner_v .content .top_detail .data table tr th, .partner .box .partner_v .content .top_detail .data table tr td {border-bottom:1px solid #ddd;}
.partner .box .partner_v .content .top_detail .data table tr:first-child th,
.partner .box .partner_v .content .top_detail .data table tr:first-child td {border-top:1px solid #aaa;}
.partner .box .partner_v .content .top_detail .data table tr:last-child th, .partner .box .partner_v .content .top_detail .data table tr:last-child td {border-bottom:1px solid #aaa;}
.partner .box .partner_v .content .top_detail .data table tr th {background:#f4f5f6;padding:10px;width:25%;}
.partner .box .partner_v .content .top_detail .data table tr td {padding:10px;width: 75%;}
.partner .box .partner_v .content .top_detail .data table tr td a {padding:5px 10px;background:#df0024;color:#fff;margin-left:10px;}
.partner .box .partner_v .content .bot_detail {width:100%}
.partner .box .partner_v .content .bot_detail .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;position: relative;}
.partner .box .partner_v .content .bot_detail .title::before {content:'';width:10%;height:2px;background:#df0024;position: absolute;bottom:-5px;left:0;}
.partner .box .partner_v .content .bot_detail .content {margin-bottom:50px;}
.partner .box .partner_v .content .bot_detail .image {width:100%;}
.partner .box .partner_v .content .bot_detail .image img {width:100%;margin-bottom:20px;}

@media all and (max-width:1024px) {
    .partner {max-width: 100%;}
}

@media all and (max-width:768px) {
    .partner .box .partner_l_1 ul.list li {width:30.5%;}
    .partner .box .partner_l_2 ul.list li {width:30.5%;}
    .partner .box .partner_l_3 ul.list li {width:30.5%;}
    .partner .box .partner_l_4 ul.list li {width:30.5%;}
    .partner .box .partner_l_5 ul.list li {width:30.5%;}
    .partner .box .partner_v .content .top_detail .image img {width:100%;}
    .partner .box .partner_v .content .bot_detail .content {line-height:1.6;}
}

@media all and (max-width:425px) {
    .partner .box .partner_v .content .top_detail {display: inherit;}
    .partner .box .partner_v .content .top_detail .image {width:60%;margin: 0 auto;border-color: #fff;}
    .partner .box .partner_v .content .top_detail .image img {width:100%;margin-top:30px;}
    .partner .box .partner_v .content .top_detail .data {display: block;width:100%;margin-top:100px;}
    .partner .box .partner_l_1 ul.list li {width:95%;margin: 0 auto 2%;float: inherit;}
    .partner .box .partner_l_1 ul.list li:nth-child(1n) {margin-right:auto;}
    .partner .box .partner_l_2 ul.list li {width:95%;margin: 0 auto 2%;float: inherit;}
    .partner .box .partner_l_2 ul.list li:nth-child(1n) {margin-right:auto;}
    .partner .box .partner_l_3 ul.list li {width:95%;margin: 0 auto 2%;float: inherit;}
    .partner .box .partner_l_3 ul.list li:nth-child(1n) {margin-right:auto;}
    .partner .box .partner_l_4 ul.list li {width:95%;margin: 0 auto 2%;float: inherit;}
    .partner .box .partner_l_4 ul.list li:nth-child(1n) {margin-right:auto;}
    .partner .box .partner_l_5 ul.list li {width:95%;margin: 0 auto 2%;float: inherit;}
    .partner .box .partner_l_5 ul.list li:nth-child(1n) {margin-right:auto;}

    .partner .box .partner_v .content .top_detail .data table tr th {word-break: keep-all;}
    .partner .box .partner_v .content .top_detail .data table tr td a {margin: 5px 0 0;display: inline-block;text-align: center;}
    .partner .box .partner_v .content .bot_detail .content img {width:100%;}
}


/* 기획자료실 리스트 */
/*.dataroom {width:100%;max-width: 1200px;margin:0 auto;}
.dataroom .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.dataroom .info_box .title {font-size:2em;font-weight: bold;}
.dataroom .info_box .cont {font-size: 1.2em;color:#555;}
.dataroom .box {width:100%}
.dataroom .box .rl_data {width:100%;}
.dataroom .box .rl_data table {width:100%;border-collapse: collapse;}
.dataroom .box .rl_data table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.dataroom .box .rl_data table tr th:first-child {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(3) {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(4) {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(5) {width:10%;}
.dataroom .box .rl_data table tr th:last-child {width:10%;}
.dataroom .box .rl_data table tr td:nth-child(2) {text-align: left;}
.dataroom .box .rl_data table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.dataroom .box .rl_data table tr.noti td {background:#fce5e9;}
.dataroom .box .rl_data table tr td a {color:#000;}
.dataroom .box .rl_data .data_choose {padding-bottom: 50px;display: block;clear: both;}
.dataroom .box .rl_data .data_choose ul.type_1 {border-right:1px solid #ddd;display: block;}
.dataroom .box .rl_data .data_choose ul.type_1 li {padding: 0 10px;float: left;}
.dataroom .box .rl_data .data_choose ul.type_1 li:first-child {padding:0 5px 0 0;}
.dataroom .box .rl_data .data_choose ul.type_1 li select {border:0;}

@media all and (max-width:1024px) {
    .dataroom {max-width: 100%;}
}

@media all and (max-width:768px) {
    .dataroom .box .rl_data table tr th:first-child {width:15%;word-break: keep-all;letter-spacing: -0.5px;}
    .dataroom .box .rl_data table tr th:nth-child(4) {width:15%;word-break: keep-all;letter-spacing: -0.5px;}
    .dataroom .box .rl_data table tr th:nth-child(5) {width:14%;word-break: keep-all;letter-spacing: -0.5px;}
    .dataroom .box .rl_data {overflow: scroll;}
    .dataroom .box .rl_data table {width:1200px;}
}*/

.dataroom {width:100%;max-width: 1200px;margin:0 auto;}
.dataroom .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.dataroom .info_box .title {font-size:2em;font-weight: bold;}
.dataroom .info_box .cont {font-size: 1.2em;color:#555;}
.dataroom .box {width:100%}
.dataroom .box .rl_data {width:100%;}
.dataroom .box .rl_data table {width:100%;border-collapse: collapse;}
.dataroom .box .rl_data table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.dataroom .box .rl_data table tr th:first-child {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(3) {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(4) {width:10%;}
.dataroom .box .rl_data table tr th:nth-child(5) {width:10%;}
.dataroom .box .rl_data table tr th:last-child {width:10%;}
.dataroom .box .rl_data table tr td:nth-child(2) {text-align: left;}
.dataroom .box .rl_data table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.dataroom .box .rl_data table tr.noti td {background:#fce5e9;}
.dataroom .box .rl_data table tr td a {color:#000;}
.dataroom .box .rl_data table tr td .w_info {color:#666;font-size:0.9em;margin-top:2px;}


@media all and (max-width:1024px) {
    .dataroom {max-width: 100%;}
}

@media all and (max-width:768px) {
    .dataroom .box .rl_data table tr th:first-child {width:20%;}
    .dataroom .box .rl_data table tr th:nth-child(3) {width:20%;}
    .dataroom .box .rl_data table tr th:nth-last-child(6), .dataroom .box .rl_data table tr th:nth-last-child(4), .dataroom .box .rl_data table tr th:nth-last-child(3), .dataroom .box .rl_data table tr th:nth-last-child(2), .dataroom .box .rl_data table tr th:last-child {display: none;}
    .dataroom .box .rl_data table tr td:nth-last-child(6), .dataroom .box .rl_data table tr td:nth-last-child(4), .dataroom .box .rl_data table tr td:nth-last-child(3), .dataroom .box .rl_data table tr td:nth-last-child(2), .dataroom .box .rl_data table tr td:last-child {display: none;}

    .dataroom .box .rl_data table tr td a {color:#000;font-size:1.1em;}
}


/* 부동산서비스 리스트 */
.service {width:100%;max-width: 1200px;margin:0 auto;}
.service .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.service .info_box .title {font-size:2em;font-weight: bold;}
.service .info_box .cont {font-size: 1.2em;color:#555;}
.service .box {width:100%}

.service .box .service_l {width:100%;margin-bottom:100px;}
.service .box .service_l .title {font-size:1.4em;font-weight:bold;margin-bottom:20px;}
.service .box .service_l ul.list {width:100%;/*display: flex;justify-content: space-around;flex-wrap: wrap;*/}
.service .box .service_l ul.list::after {content: '';display: block;clear: both;}
.service .box .service_l ul.list li {width:23%;margin-bottom:2%;margin-right:2.5%;float:left;position: relative;}
.service .box .service_l ul.list li:nth-child(4n) {margin-right:0;}
.service .box .service_l ul.list li .img {border:1px solid #ddd;box-sizing: border-box;height:90px}
.service .box .service_l ul.list li .img img {width:100%;height:100%;}
.service .box .service_l .submit_btn {float:right;}

@media all and (max-width:1024px) {
    .service {max-width: 100%;}
}

@media all and (max-width:768px) {
    .service .box .service_l ul.list li {width:30%;}
    .service .box .service_l ul.list li:nth-child(3n) {margin-right:0;}
    .service .box .service_l ul.list li:nth-child(4n) {margin-right:2.5%;}
}

@media all and (max-width:425px) {
    .service .box .service_l ul.list li {width:47%;}
    .service .box .service_l ul.list li:nth-child(2n) {margin-right:0%}
    .service .box .service_l ul.list li:nth-child(3n) {margin-right:2.5%;}
    .service .box .service_l ul.list li:nth-child(4n) {margin-right:0;}
    .service .box .service_l ul.list li .img {height:60px;}
}

/* 매물정보 */
.realtor_map {width:100%;max-width: 1200px;margin:0 auto;}
.realtor_map .rm_type {border:1px solid #ddd;padding:10px;margin-bottom:20px;clear: both;display: flex;justify-content: space-between;}
.realtor_map .rm_type ul.type_1 {border-right:1px solid #ddd;}
.realtor_map .rm_type ul.type_1 li {padding: 0 10px;float:left;}
.realtor_map .rm_type ul.type_1 li:first-child {padding:0 5px 0 0;}
.realtor_map .rm_type ul.type_1 li select {border:0;}
.realtor_map .rm_type ul.type_2 {}
.realtor_map .rm_type ul.type_2 li {float:right;padding: 0 20px;}
.realtor_map .rm_type ul.type_2 li:first-child {padding: 0 10px 0 20px;}
.realtor_map .rm_type ul.type_2 li select {border:0;}

.realtor_map .map {width:100%;margin-bottom:20px;}
.realtor_map .map .wide100 {width:100%;height:340px;}

.rl_box1 {width:100%;}
.rl_box1 .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.rl_box1 .info_box .title {font-size:1.5em;font-weight: bold;}
.rl_box1 .info_box .cont {font-size: 1.2em;color:#555;}
.rl_box1 .box {width:100%;max-width: 1200px;margin:0 auto;}
.rl_box1 .box .rl_bl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.rl_box1 .box .rl_bl_title .text {font-size: 1.2em;}
.rl_box1 .box .rl_bl_title .enter_btn button {border:0;background:#df0024;color:#fff;padding:5px 10px}
.rl_box1 .box .sec1 {width:100%;display: inline-block;border-top:1px solid #aaa;margin-bottom:50px;}
.rl_box1 .box .sec1 li {display: flex;width:100%;border-bottom:1px solid #aaa;padding:20px 10px;box-sizing: border-box;}
.rl_box1 .box .sec1 li .title_data {width:30%;position: relative;}
.rl_box1 .box .sec1 li .title_data .build_name {font-size: 1.2em;font-weight: bold;display: block;margin:10px 0;overflow: hidden;text-overflow: ellipsis;word-break: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.2em;letter-spacing: -0.5px;}
.rl_box1 .box .sec1 li .title_data .sell_type {border:1px solid #ddd;padding:2px 10px;border-radius: 10px;}
.rl_box1 .box .sec1 li .title_data .blue {border: 1px solid #1d5298;color:#1d5298;}
.rl_box1 .box .sec1 li .title_data .red {border: 1px solid #df0024;color:#df0024;}
.rl_box1 .box .sec1 li .title_data .price {font-size:1.2em;}
.rl_box1 .box .sec1 li .title_data .date {position: absolute;bottom:0;left:0;font-size: 1.1em;}
.rl_box1 .box .sec1 li .img_data {width:20%;height:140px;position: relative;box-sizing: border-box;}
.rl_box1 .box .sec1 li .img_data img {width:100%;height:100%;border: 1px solid #ddd;box-sizing: border-box;}
.rl_box1 .box .sec1 li .img_data .build_type {position: absolute;top: 1px;left: 1px;padding: 5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}
.rl_box1 .box .sec1 li .img_data .build_type a {color:#fff;}
.rl_box1 .box .sec1 li .content_data {width:50%;padding-left:2%;position: relative;}
.rl_box1 .box .sec1 li .content_data .room_type {font-size:1.2em;color:#555;margin-right:2%;}
.rl_box1 .box .sec1 li .content_data .use_size {font-size:1.2em;color: #555;margin-right:2%;}
.rl_box1 .box .sec1 li .content_data .floor_type {font-size:1.2em;color: #555;}
.rl_box1 .box .sec1 li .content_data .other_data {font-size:1.2em;color:#555;margin:20px 0;display: block;;overflow: hidden;text-overflow: ellipsis;word-break: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.rl_box1 .box .sec1 li .content_data .place {display: block;font-size: 1.2em;}
.rl_box1 .box .sec1 li .content_data .place i {color:#1d5298 !important;}
.rl_box1 .box .sec1 li .content_data .office {position:absolute;right:0;bottom:0;font-size: 1.2em;}
.rl_box1 .box .sec1 li .content_data .office .name {color:#1d5298;font-size: 1.1em;font-weight: bold;}
.rl_box1 .box .sec1 li .content_data .office .name a {color:#1d5298;}
.rl_box1 .box .sec1 li .content_data .office i {color:#444;}

.rl_box1 .box .sec1 li a {display: contents;}

@media all and (max-width:1024px) {
    .realtor_map {max-width:100%;}
    .rl_box1 .box {max-width:100%;}
    .rl_box1 .box .sec1 li {padding:20px 0;}
}

@media all and (max-width:768px) {
    .rl_box1 .box .sec1 li {display: inherit;box-sizing: border-box;padding: 10px;}
    .rl_box1 .box .sec1 li .title_data .date {bottom:-30px;}
    .rl_box1 .box .sec1 li .title_data {width:70%;display: inline-block;}
    .rl_box1 .box .sec1 li .img_data {width:28%;display: inline-block;vertical-align: top;margin-top: 20px;height:100px;}
    .rl_box1 .box .sec1 li .content_data {width:100%;padding:2% 0;position: relative;}
}

@media all and (max-width:625px) {
    .realtor_map .rm_type {display: inherit;}
    .realtor_map .rm_type ul.type_1 {width:100%;display: flex;justify-content: baseline;border-right:0}
    .realtor_map .rm_type ul.type_1 li {float: inherit;}
    .realtor_map .rm_type ul.type_2 {width:100%;display: flex;justify-content: end;}
}

@media all and (max-width:425px) {
    .realtor_map .rm_type {display: inherit;}
    .realtor_map .rm_type ul.type_1 {width:100%;display: flex;justify-content: baseline;border-right:0;font-size: 0.8em;}
    .realtor_map .rm_type ul.type_1 li {float: inherit;}
    .realtor_map .rm_type ul.type_2 {width:100%;/*display: flex;justify-content: end;*/display:inherit;font-size: 0.8em;}
    .realtor_map .rm_type ul.type_2 li {float: left;padding:0 20px 0 10px;}
    .realtor_map .rm_type ul.type_2::after {display: block;clear: both;content: '';}

    .realtor_map .rm_type ul.type_1 li:nth-child(1), .realtor_map .rm_type ul.type_1 li:nth-child(3), .realtor_map .rm_type ul.type_1 li:nth-child(5) {display: none;}

    .realtor_map .rm_type ul.type_1 li:nth-child(2) {padding:0 10px 0 0;}
    .realtor_map .rm_type ul.type_2 li:nth-child(1) {padding:0 10px 0 0;}
    .rl_box1 .box .sec1 li .img_data {height:140px;}
    .rl_box1 .box .sec1 li .img_data img {vertical-align: baseline;}
    .rl_box1 .box .sec1 li .content_data {padding:10% 0;}
    .rl_box1 .box .sec1 li .content_data .office {position:inherit;font-size: 1em;float: left;margin-top:5px;}
}

@media all and (max-width:375px) {
    .rl_box1 .box .sec1 li .title_data {width:100%;display: block;margin-bottom: 50px;}
    .rl_box1 .box .sec1 li .img_data {width:100%;display: block;}
    .rl_box1 .box .sec1 li .content_data {padding:5% 0 10%;}
}

/* 분양정보 */
.solid_map {width:100%;max-width: 1200px;margin:0 auto;}
.solid_map .sm_type {border:1px solid #ddd;padding:10px;margin-bottom:20px;clear: both;display: flex;justify-content: space-between;}
.solid_map .sm_type ul.type_1 {border-right:1px solid #ddd;}
.solid_map .sm_type ul.type_1 li {padding: 0 10px;float:left;}
.solid_map .sm_type ul.type_1 li:first-child {padding:0 5px 0 0;}
.solid_map .sm_type ul.type_1 li select {border:0;}
.solid_map .sm_type ul.type_2 {}
.solid_map .sm_type ul.type_2 li {float:right;padding: 0 20px;}
.solid_map .sm_type ul.type_2 li:first-child {padding: 0 10px 0 20px;}
.solid_map .sm_type ul.type_2 li select {border:0;}

.solid_map .map {width:100%;margin-bottom:20px;}
.solid_map .map .wide100 {width:100%;height:340px;}

.solid {width:100%;}
.solid .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.solid .info_box .title {font-size:1.5em;font-weight: bold;}
.solid .info_box .cont {font-size: 1.2em;color:#555;}
.solid .box {width:100%;max-width: 1200px;margin:0 auto;}
.solid .box .sl_title {width:100%;display: flex;justify-content:space-between;margin:10px 0 40px;}
.solid .box .sl_title .text {font-size: 1.2em;}
.solid .box .sl_title .enter_btn button {border:0;background:#df0024;color:#fff;padding:5px 10px}
.solid .box .sec1 {width:100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.solid .box .sec1::after {content: '';display: block;clear: both;}
.solid .box .sec1 li {width:23%;margin-right:2.5%;float:left;vertical-align:top;min-height:440px;/*margin-bottom:50px;*/}
.solid .box .sec1 li:nth-child(4n) {margin-right:0;}
.solid .box .sec1 li .img {width:100%;height:200px;margin-bottom:20px;position: relative;box-sizing: border-box;}
.solid .box .sec1 li .img img {width:100%;height:100%;}
.solid .box .sec1 li .img .type {position: absolute;top:0;left:0;padding:5px 15px;background: rgba(223,0,36,1);border-radius: 0 0 10px 0;color:#fff;}
.solid .box .sec1 li .title {font-size: 1.2em;font-weight: bold;padding:10px 10px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.solid .box .sec1 li .title a {color:#df0024}
.solid .box .sec1 li a .title {color:#df0024}
.solid .box .sec1 li .cont {font-size: 1em;line-height:1.6;padding:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


@media all and (max-width:768px) {
    .solid_map {max-width: 100%;}
    .solid .box {max-width: 100%;}
    .solid .box .sec1 li {width:30%;}
    .solid .box .sec1 li:last-child {display: none;}
    .solid .box .sec1 li .title {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
}


@media all and (max-width:425px) {
    .solid_map .sm_type {display: inherit;}
    .solid_map .sm_type ul.type_1 {width:100%;display: flex;justify-content: baseline;border-right:0;font-size: 0.8em;}
    .solid_map .sm_type ul.type_1 li {float: inherit;}
    .solid_map .sm_type ul.type_2 {width:100%;/*display: flex;justify-content: end;*/font-size: 0.8em;}
    .solid_map .sm_type ul.type_2 li {float: left;padding:0 20px 0 10px;}
    .solid_map .sm_type ul.type_2::after {display: block;clear: both;content: '';}

    .solid_map .sm_type ul.type_1 li:nth-child(1), .solid_map .sm_type ul.type_1 li:nth-child(3), .solid_map .sm_type ul.type_1 li:nth-child(5) {display: none;}

    .solid_map .sm_type ul.type_1 li:nth-child(2) {padding:0 10px 0 0;}
    .solid_map .sm_type ul.type_2 li:nth-child(2) {padding:0 10px 0 0;}

    .solid .box .sec1 li {width:98%;margin:0 auto;margin-bottom:0;min-height:350px;float: inherit;}
    .solid .box .sec1 li:last-child {display: inline-block;}
    .solid .box .sec1 li .title {padding:0 10px;}
    .solid .box .sec1 li .img {height:150px;margin-bottom:10px;}
    .solid .box .sec1 li .img img {width:100%;height:100%}
}

/* 분양정보 공유하기 */
.sv_shared {width:100%;position: relative;}
.sv_shared .box {width:100%}
.sv_shared .box .share_box {position:absolute;left:50%;top:20%;padding:20px;width:400px;height:400px;transform: translateX(-50%);background:#333;border:1px solid #ddd;display: none;z-index:2;}
.sv_shared .box .share_box .close_x {position: absolute;top:0;right:0;}
.sv_shared .box .share_box .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.sv_shared .box .share_box .close_x button:hover {color:#fff;}
.sv_shared .box .share_box .share_wrap {}
.sv_shared .box .share_box .share_wrap h2 {font-size:1.4em;margin-bottom:20px;text-align: center;color:#fff;}
.sv_shared .box .share_box .share_wrap .img {width:100%;height:200px;}
.sv_shared .box .share_box .share_wrap .img img {width:100%;height:100%;}
.sv_shared .box .share_box .share_wrap .dtv_img {width:100%;height:200px;}
.sv_shared .box .share_box .share_wrap .dtv_img img {width:100%;height:100%;}
.sv_shared .box .share_box .share_wrap h3 {margin-top:20px;margin-bottom:20px;font-size: 1.2em;color:#fff;text-align: left;}
.sv_shared .box .share_box .share_wrap ul {display: flex;justify-content: start;}
.sv_shared .box .share_box .share_wrap ul li {margin-right: 10px;text-align: center;height:30px;color:#fff;}
.sv_shared .box .share_box .share_wrap ul li a {color:#fff;font-size: 0.8em;}
.sv_shared .box .share_box .share_wrap ul li img {height:100%;}


@media all and (max-width:425px) {
    .sv_shared .box .share_box {width:80%;}
    .sv_shared .box .share_box .share_wrap iframe {width:100%;height:200px;}
    .sv_shared .box .share_box .share_wrap .dtv_img {height:140px;}
}

/* 매물 글읽기 */
.sl_box {width:100%;;max-width: 1200px;margin:0 auto}
.sl_box .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.sl_box .info_box .title {font-size:1.5em;font-weight: bold;}
.sl_box .info_box .cont {font-size: 1.2em;color:#555;}
.sl_box .box {width:100%;}
.sl_box .box .sl_view {width:100%;margin:10px 0 40px;}
.sl_box .box .sl_view .ss_box {width: 100%;text-align: right;margin-bottom: 30px;}
.sl_box .box .sl_view .ss_box .share {text-align: right;display: inline-block;}
.sl_box .box .sl_view .ss_box .share a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.sl_box .box .sl_view .ss_box .scrap {text-align: right;display: inline-block;}
.sl_box .box .sl_view .ss_box .scrap a {border:1px solid #ddd;border-radius: 10px;padding:5px 10px;}
.sl_box .box .sl_view .main_image {width:100%;margin-bottom:100px;}
.sl_box .box .sl_view .main_image img {width:100%;}
.sl_box .box .sl_view .type1 .type_title, .sl_box .box .sl_view .type2 .type_title, .sl_box .box .sl_view .type3 .type_title, .sl_box .box .sl_view .type4 .type_title, .sl_box .box .sl_view .type5 .type_title, .sl_box .box .sl_view .type6 .type_title, .sl_box .box .sl_view .type7 .type_title {font-size: 1.4em;font-weight: bold;}
.sl_box .box .sl_view .type1 .type_title span, .sl_box .box .sl_view .type2 .type_title span, .sl_box .box .sl_view .type3 .type_title span, .sl_box .box .sl_view .type4 .type_title span, .sl_box .box .sl_view .type5 .type_title span, .sl_box .box .sl_view .type6 .type_title span, .sl_box .box .sl_view .type7 .type_title span {font-size: 0.7em;color:#666;font-weight: normal;}

.sl_box .box .sl_view .type1 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.sl_box .box .sl_view .type1 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.sl_box .box .sl_view .type1 table tr td {padding:15px 10px;border-bottom: 1px solid #ddd;width:30%;}
.sl_box .box .sl_view .type1 table tr:last-child th, .sl_box .box .sl_view .type1 table tr:last-child td {border-bottom:0;}
.sl_box .box .sl_view .type1 table tr td a {background:#df0024;color:#fff;padding:5px 10px;margin-left:2%;}


.sl_box .box .sl_view .type2 table {width:100%;margin:10px 0 100px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;border-collapse: collapse;}
.sl_box .box .sl_view .type2 table tr th {background: #f4f5f6;padding:10px;width:20%;border-bottom:1px solid #ddd;}
.sl_box .box .sl_view .type2 table tr td {padding:10px;border-bottom: 1px solid #ddd;width:30%;}
.sl_box .box .sl_view .type2 table tr:last-child th, .sl_box .box .sl_view .type2 table tr:last-child td {border-bottom:0;}
.sl_box .box .sl_view .type2 table tr td input, .sl_box .box .sl_view .type2 table tr td select {border:1px solid #ddd;padding:5px 10px;}
.sl_box .box .sl_view .type2 table tr td button {border:1px solid #ddd;background:#f1f1f1;padding:5px 10px;}
.sl_box .box .sl_view .type2 table tr td textarea {border:1px solid #ddd;background:#fff;padding:5px 10px;width:98%;height:100px;}
.sl_box .box .sl_view .type2 .copy_image {width:100%;max-width: 1200px;margin-bottom:50px;}
.sl_box .box .sl_view .type2 .copy_image img {width:100%;}



@media all and (max-width:1024px) {
    .sl_box {max-width:100%;}
    .sl_box .box .sl_view .type2 .copy_image {max-width:100%;}
}

@media all and (max-width:425px) {
    .sl_box .box .sl_view .type1 table tr td a {display: inline-block;margin-left:0;margin-top:1%;}
}


/* 마이페이지 리스트 */
.mypage {width:100%;max-width: 1200px;margin:0 auto;}
.mypage .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.mypage .info_box .title {font-size:2em;font-weight: bold;}
.mypage .info_box .cont {font-size: 1.2em;color:#555;}
.mypage .box {width:100%}
.mypage .box .mp_list_1 {width:100%;margin-bottom:100px;}
.mypage .box .mp_list_1 .title {font-size:1.6em;margin-bottom:20px;}
.mypage .box .mp_list_1 table {width:100%;border-collapse: collapse;}
.mypage .box .mp_list_1 table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.mypage .box .mp_list_1 table tr th:nth-child(2) {width: 20%;}
.mypage .box .mp_list_1 table tr th:nth-child(3) {width:30%;}
.mypage .box .mp_list_1 table tr th:last-child {width:20%;}
.mypage .box .mp_list_1 table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.mypage .box .mp_list_1 table tr.noti td {background:#fce5e9;}
.mypage .box .mp_list_1 table tr td a {color:#000;}

.mypage .box .mp_list_2 {width:100%;margin-bottom: 100px;}
.mypage .box .mp_list_2 .title {font-size:1.6em;margin-bottom:20px;}
.mypage .box .mp_list_2 table {width:100%;border-collapse: collapse;}
.mypage .box .mp_list_2 table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.mypage .box .mp_list_2 table tr th:nth-child(2) {width: 40%;}
.mypage .box .mp_list_2 table tr th:last-child {width:30%;}
.mypage .box .mp_list_2 table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.mypage .box .mp_list_2 table tr.noti td {background:#fce5e9;}
.mypage .box .mp_list_2 table tr td a {color:#000;}

.mypage .box .mp_list_3 {width:100%;margin-bottom: 100px;}
.mypage .box .mp_list_3 .title {font-size:1.6em;margin-bottom:20px;}
.mypage .box .mp_list_3 table {width:100%;border-collapse: collapse;}
.mypage .box .mp_list_3 table tr th {background:#f4f5f6;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px;text-align: center;}
.mypage .box .mp_list_3 table tr th:nth-child(2) {width: 40%;}
.mypage .box .mp_list_3 table tr th:last-child {width:30%;}
.mypage .box .mp_list_3 table tr td {border-bottom:1px solid #ddd;padding:10px;text-align: center;}
.mypage .box .mp_list_3 table tr.noti td {background:#fce5e9;}
.mypage .box .mp_list_3 table tr td a {color:#000;}

.mypage .box .mp_list_4 {width:100%;}
.mypage .box .mp_list_4 .my_btn {text-align: right;}
.mypage .box .mp_list_4 .my_btn button {background: #fff;border:1px solid #ddd;}
.mypage .box .mp_list_4 .my_btn button:hover {background: #ddd;}



/* 마이페이지 수정 */
.mypage .box .mp_edit {width:100%;margin-bottom:100px;}
.mypage .box .mp_edit .title {font-size:1.6em;margin-bottom:20px;}
.mypage .box .mp_edit table {width:100%;border-collapse: collapse;}
.mypage .box .mp_edit table tr th {background:#f4f5f6;padding:10px;width:30%;border-bottom:1px solid #ddd}
.mypage .box .mp_edit table tr:first-child th, .mypage .box .mp_edit table tr:first-child td {border-top:1px solid #aaa;}
.mypage .box .mp_edit table tr:last-child th, .mypage .box .mp_edit table tr:last-child td {border-bottom:1px solid #aaa;}
.mypage .box .mp_edit table tr td {border-bottom:1px solid #ddd;padding:10px;}
.mypage .box .mp_edit table tr td input {border:1px solid #ddd;padding:5px;}
.mypage .box .mp_edit table tr td a {color:#000;}

.mypage .box .mpp_edit {width:100%;margin-bottom:100px;}
.mypage .box .mpp_edit .title {font-size:1.6em;margin-bottom:20px;}
.mypage .box .mpp_edit table {width:100%;border-collapse: collapse;}
.mypage .box .mpp_edit table tr th {background:#f4f5f6;padding:10px;width:30%;border-bottom:1px solid #ddd}
.mypage .box .mpp_edit table tr:first-child th, .mypage .box .mpp_edit table tr:first-child td {border-top:1px solid #aaa;}
.mypage .box .mpp_edit table tr:last-child th, .mypage .box .mpp_edit table tr:last-child td {border-bottom:1px solid #aaa;}
.mypage .box .mpp_edit table tr td {border-bottom:1px solid #ddd;padding:10px;}
.mypage .box .mpp_edit table tr td select {border:1px solid #ddd;padding:5px;}
.mypage .box .mpp_edit table tr td a {color:#000;}

@media all and (max-width:1024px) {
    .mypage {max-width: 100%;}
}


/* 회원탈퇴 */
.member_quit {width:100%;max-width: 1200px;margin:0 auto;}
.member_quit .box {width:100%}
.member_quit .box .mq_view {width:100%;margin:10px 0 40px;}
.member_quit .box .mq_view .type1 {position:relative;padding: 40px;}
.member_quit .box .mq_view .type1 .close_x {position: absolute;top:0;right:0;}
.member_quit .box .mq_view .type1 .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.member_quit .box .mq_view .type1 .close_x button:hover {color:#000;}
.member_quit .box .mq_view .type1 .type_title {font-size:1.6em;}
.member_quit .box .mq_view .type1 .content {width:100%;margin:10px 0 50px;border:1px solid #ddd;}
.member_quit .box .mq_view .type1 .content .text {padding:20px;font-size:1.2em;line-height:1.6em;}
.quit_btn {text-align: center;}
.quit_btn button.cancle {background:#fff;color:#333;border:1px solid #ddd;box-sizing: border-box;}
.quit_btn button.cancle:hover {background:#ddd;color:#333;border:1px solid #ddd;box-sizing: border-box;}
.quit_btn button.quit {background:#df0024;color:#fff;border:1px solid #df0024}
.quit_btn button.quit:hover {background:#990c24;color:#fff;border:1px solid #990c24}



/* 휴면계정 */
.inactivity {width:100%;}
.inactivity .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.inactivity .info_box .title {font-size:1.5em;font-weight: bold;}
.inactivity .box {width:100%}
.inactivity .box .inactivity_v {width:100%;text-align: center;}
.inactivity .box .inactivity_v .top_cont {font-size:1.2em;}
.inactivity .box .inactivity_v .bot_cont {color:#666;margin:50px 0 80px;font-size:1em;}
.inactivity .box .inactivity_v .check_data button {background: #df0024;color:#fff;}


.temporarily {width:100%;}
.temporarily .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.temporarily .info_box .title {font-size:1.5em;font-weight: bold;}
.temporarily .box {width:100%}
.temporarily .box .temporarily_v {width:100%;text-align: center;}
.temporarily .box .temporarily_v .top_cont {font-size:1.2em;margin-bottom: 50px;word-break: keep-all;}
.temporarily .box .temporarily_v .top_cont p {margin-bottom: 10px;font-size: 1em;word-break: keep-all;}
.temporarily .box .temporarily_v .top_cont p.l_title {font-size:1.2em;word-break: keep-all;}
.temporarily .box .temporarily_v .middle_cont {width: 40%;margin:0 auto;text-align: left;}
.temporarily .box .temporarily_v .middle_cont label {display: block;margin:5px 0;}
.temporarily .box .temporarily_v .middle_cont input {border:1px solid #ddd;padding:10px;}
.temporarily .box .temporarily_v .bot_cont {color:#666;margin:50px 0 80px;font-size:1em;}
.temporarily .box .temporarily_v .bot_cont button {border:1px solid #ddd;border-radius: 5px;}
.temporarily .box .temporarily_v .bot_cont button:hover {color:#fff;background:#df0024;transition: .3s;}
.temporarily .box .temporarily_v .bot_cont p {margin-top:20px;}
.temporarily .box .temporarily_v .check_data button {background: #df0024;color:#fff;}



/* 아이디 찾기 */
.findID {width:100%;}
.findID .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.findID .info_box .title {font-size:1.5em;font-weight: bold;}
.findID .box {width:100%}
.findID .box .findID_v {width:100%;text-align: center;}
.findID .box .findID_v .top_cont {font-size:1.2em;}
.findID .box .findID_v .middle_cont {width: 40%;margin:20px auto 10px;min-height:250px;}
.findID .box .findID_v .middle_cont .member_type {width:100%;margin:5px 0 20px;}
.findID .box .findID_v .middle_cont .member_type label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findID .box .findID_v .middle_cont .member_type input {margin:0;border:1px solid #ddd;}
.findID .box .findID_v .middle_cont .member_name {width:100%;margin:5px 0 20px;}
.findID .box .findID_v .middle_cont .member_name label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findID .box .findID_v .middle_cont .member_name input {padding:10px;border:1px solid #ddd;}
.findID .box .findID_v .middle_cont .sellerNum {width:100%;margin:5px 0 20px;}
.findID .box .findID_v .middle_cont .sellerNum label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findID .box .findID_v .middle_cont .sellerNum input {width:20%;padding:10px;border:1px solid #ddd;}
.findID .box .findID_v .bot_cont {color:#666;margin:50px 0 80px;font-size:1em;}
.findID .box .findID_v .check_data button {background: #df0024;color:#fff;}
.findID .box .findID_v .find_user_data {width:50%;border:1px solid #ddd;padding:50px 20px;margin:50px auto 0;font-size: 1.2em;}
.findID .box .findID_v .find_user_data .point {color:#df0024;}


/* 비밀번호 찾기 */
.findPW {width:100%;}
.findPW .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.findPW .info_box .title {font-size:1.5em;font-weight: bold;}
.findPW .box {width:100%}
.findPW .box .findPW_v {width:100%;text-align: center;}
.findPW .box .findPW_v .top_cont {font-size:1.2em;}
.findPW .box .findPW_v .top_cont span {color:#df0024}
.findPW .box .findPW_v .middle_cont {width: 40%;margin:20px auto 10px;min-height:100px;}
.findPW .box .findPW_v .middle_cont .member_id {width:100%;margin:5px 0 20px;}
.findPW .box .findPW_v .middle_cont .member_id label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findPW .box .findPW_v .middle_cont .member_id input {padding:10px;border:1px solid #ddd;}
.findPW .box .findPW_v .middle_cont .member_id span {display: block;margin:10px auto 20px;}
.findPW .box .findPW_v .middle_cont .member_name {width:100%;margin:5px 0 20px;}
.findPW .box .findPW_v .middle_cont .member_name label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findPW .box .findPW_v .middle_cont .member_name input {padding:10px;border:1px solid #ddd;}
.findPW .box .findPW_v .middle_cont .sellerNum {width:100%;margin:5px 0 20px;}
.findPW .box .findPW_v .middle_cont .sellerNum label {display: block;margin-bottom:5px;font-size: 1.2em;font-weight: bold;}
.findPW .box .findPW_v .middle_cont .sellerNum input {width:20%;padding:10px;border:1px solid #ddd;}
.findPW .box .findPW_v .bot_cont {color:#666;margin:50px 0 80px;font-size:1em;}
.findPW .box .findPW_v .check_data button {background: #df0024;color:#fff;}

.findPW .box .findPW_v .lost_pw_act_cont {width:70%;margin:0 auto;}
.findPW .box .findPW_v .lost_pw_act_cont .tit {font-size: 1.2em;font-weight:bold;margin-bottom:20px;}
.findPW .box .findPW_v .lost_pw_act_cont .cont {font-size:1.1em;line-height:1.6;}
.findPW .box .findPW_v .lost_pw_act_cont .cont span {color:#df0024}
.findPW .box .findPW_v .lost_pw_act_cont .service_team {padding:20px;margin:20px auto;}


/* 광고안내 */
.advertisement {width:100%;}
.advertisement .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.advertisement .info_box .title {font-size:2em;font-weight: bold;}
.advertisement .info_box .cont {font-size: 1.2em;color:#555;}
.advertisement .box {width:100%}
.advertisement .box .ad_list {width:100%;margin-bottom:100px;}
.advertisement .box .ad_list .ad_box {width:100%;}
.advertisement .box .ad_list .ad_box .ad_cont {width:100%;margin-bottom:100px;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type {display: flex;justify-content: space-between;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_image {width:40%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_image img {width:100%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam {width:55%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam .title {font-size:1.4em;font-weight: bold;margin-bottom: 10px;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table {width:100%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr th {background: #f4f5f6;text-align: center;border-bottom:1px solid #ddd;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr td {padding:10px; border-bottom: 1px solid #ddd;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:first-child th, .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:first-child td {border-top:1px solid #aaa;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:last-child th, .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:last-child td {border-bottom:1px solid #aaa;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam .btn_go {text-align: right;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam .btn_go a {padding:5px 20px;background:#df0024;color:#fff;margin-top:50px;display: inline-block;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam .btn_go a:hover {background:#990c24;}



/* 광고신청 */
.advertisement {width:100%;max-width: 1200px;margin:0 auto;}
.advertisement .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.advertisement .info_box .title {font-size:2em;font-weight: bold;}
.advertisement .info_box .cont {font-size: 1.2em;color:#555;}
.advertisement .box {width:100%}
.advertisement .box .ad_list {width:100%;margin-bottom:100px;}
.advertisement .box .ad_list .ad_box {width:100%;margin-bottom:100px;}
.advertisement .box .ad_list .ad_box .ad_cont {width:100%;margin-bottom:100px;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type {display: flex;justify-content: space-between;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_image {width:40%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_image img {width:100%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam {width:55%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam .title {font-size:1.4em;font-weight: bold;margin-bottom: 10px;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table {width:100%;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr th {background: #f4f5f6;text-align: center;border-bottom:1px solid #ddd;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr td {padding:10px; border-bottom: 1px solid #ddd;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:first-child th, .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:first-child td {border-top:1px solid #aaa;}
.advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:last-child th, .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam table tr:last-child td {border-bottom:1px solid #aaa;}
.advertisement .box .ad_qusetion {width:100%;margin-bottom:100px;}
.advertisement .box .ad_qusetion .title {font-size:1.5em;font-weight:bold;margin-bottom: 10px;}
.advertisement .box .ad_qusetion .cont {font-size: 1.2em;}
.advertisement .box .ad_qusetion .ad_check {border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding: 50px 0;margin:20px 0;text-align: center;}
.advertisement .box .ad_qusetion .ad_check .adc_cont {font-size:1.2em;}
.advertisement .box .ad_qusetion .ad_check .adc_cont input {border:1px solid #ddd;padding: 4px 10px;margin-right:10px;}
.advertisement .box .ad_qusetion .ad_check .adc_cont input[type="date"]::-webkit-calendar-picker-indicator {color: rgba(0, 0, 0, 0);opacity: 1;display: block;background: url(/img/input_calendar.png) no-repeat;width: 15px;height: 15px;border-width: thin;margin-top:5px}
.advertisement .box .ad_qusetion .ad_check .adc_cont button {padding:5px 20px;margin-left:20px;}
.advertisement .box .ad_qusetion .ad_check .adc_cont button.find {background:#fff;border:1px solid #ddd;}
.advertisement .box .ad_qusetion .ad_check .adc_cont button.adc_btn {background:#ddd;color:#aaa;margin-left: 10px;}
.advertisement .box .ad_qusetion .ad_check .adc_cont button.adc_btn.active {background:#df0024;color:#fff;margin-left: 10px;}
.advertisement .box .ad_qusetion .ad_check .adc_result {margin:30px 0 0;}
.advertisement .box .ad_qusetion .ad_check .adc_price {font-size: 1.4em;}
.advertisement .box .ad_qusetion .ad_check .adc_price button {background:#df0024;color:#fff;padding:5px 30px;margin-left:20px;}
.advertisement .box .ad_regi {width:100%;margin-bottom:100px;}
.advertisement .box .ad_regi .title {font-size: 1.5em;font-weight: bold;margin-bottom: 10px;}
.advertisement .box .ad_regi .adr_box {width:100%;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:50px 0; margin:20px 0;}
.advertisement .box .ad_regi .adr_box .adr_img {width:100%;}
.advertisement .box .ad_regi .adr_box .adr_img button.adr_btn {width:100%;text-align: center;border:1px dashed #aaa;background: #fff;padding:20px;color:#888}
.advertisement .box .ad_regi .adr_box .adr_link {width:100%;margin:20px 0;}
.advertisement .box .ad_regi .adr_box .adr_link input {border:1px solid #bbb;padding:10px 10px;box-sizing: border-box;width:100%}
.advertisement .box .ad_regi .adr_box button.submit {text-align: center;background:#df0024;color:#fff;display: block;margin:10px auto;}
.advertisement .box .ad_payment {width:100%;}
.advertisement .box .ad_payment .title {font-size: 1.5em;font-weight: bold;margin-bottom: 10px;}
.advertisement .box .ad_payment .adp_box {width:100%;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:50px 0; margin:20px 0;}
.advertisement .box .ad_payment .adp_box .adp_type {width:100%;text-align: center;}
.advertisement .box .ad_payment .adp_box .adp_type button.adr_btn {width:100%;text-align: center;border:1px dashed #aaa;background: #fff;padding:20px;color:#888}
.advertisement .box .ad_payment .adp_box .adr_link {width:100%;margin:20px 0;}
.advertisement .box .ad_payment .adp_box .adr_link input {border:1px solid #bbb;padding:10px 10px;box-sizing: border-box;width:100%}
.advertisement .box .ad_payment .adp_box button.submit {text-align: center;background:#df0024;color:#fff;display: block;margin:10px auto;}


/* 광고 주문상세 */
.advertisement .box .ad_s {width:100%;margin-bottom:100px;}
.advertisement .box .ad_s .title {font-size:1.6em;margin-bottom:20px;}
.advertisement .box .ad_s table {width:100%;border-collapse: collapse;}
.advertisement .box .ad_s table tr th {background:#f4f5f6;padding:10px;width:30%;border-bottom:1px solid #ddd}
.advertisement .box .ad_s table tr:first-child th, .advertisement .box .ad_s table tr:first-child td {border-top:1px solid #aaa;}
.advertisement .box .ad_s table tr:last-child th, .advertisement .box .ad_s table tr:last-child td {border-bottom:1px solid #aaa;}
.advertisement .box .ad_s table tr td {border-bottom:1px solid #ddd;padding:10px;}
.advertisement .box .ad_s table tr td input {border:1px solid #ddd;padding:5px;}
.advertisement .box .ad_s table tr td a {color:#000;}
.advertisement .box .ad_s table tr td img {width:98%}
.advertisement .box .ad_s table tr td img.lank {width:15px;margin-right:5px;}
.advertisement .box .success_comment {width:100%;text-align: center;background:#fafafa;border:1px solid #ddd;border-radius: 20px;margin:0 auto 50px;padding:30px 0;font-size: 1.4em;box-sizing: border-box;}
.advertisement .box .success_comment p {font-size: 0.8em;}
.advertisement .box .success_comment p:first-child {margin-top:20px;}

.advertisement .box .ad_c {width:100%;margin-bottom:100px;}
.advertisement .box .ad_c .title {font-size:1.6em;margin-bottom:20px;}
.advertisement .box .ad_c table {width:100%;border-collapse: collapse;}
.advertisement .box .ad_c table tr th {background:#f4f5f6;padding:10px;width:30%;border-bottom:1px solid #ddd}
.advertisement .box .ad_c table tr:first-child th, .advertisement .box .ad_c table tr:first-child td {border-top:1px solid #aaa;}
.advertisement .box .ad_c table tr:last-child th, .advertisement .box .ad_c table tr:last-child td {border-bottom:1px solid #aaa;}
.advertisement .box .ad_c table tr td {border-bottom:1px solid #ddd;padding:10px;}
.advertisement .box .ad_c table tr td select {border:1px solid #ddd;padding:5px;}
.advertisement .box .ad_c table tr td a {color:#000;}



@media all and (max-width:1024px) {
    .advertisement {max-width: 100%;}
}

@media all and (max-width:768px) {
    .advertisement br.mo_v {margin-top: 10px;display: block;content: '';}
}

@media all and (max-width:425px) {
    .info_box {width:100%;text-align: center;padding:0 !important;margin:50px 0 30px !important;}
    .info_box .title {font-size:1.6em;font-weight: bold;margin-bottom:0px;}
    .info_box .cont {font-size: 1.2em;color:#555;padding:0 20px;line-height: 1.6;}

    .advertisement .box .ad_list  ul {padding:0}
    .advertisement .box .ad_list .ad_box .ad_cont .ad_type {display: inherit;}
    .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_image {width:100%;margin-bottom:20px;}
    .advertisement .box .ad_list .ad_box .ad_cont .ad_type .ad_exam {width:100%;}
    .advertisement .box .ad_qusetion .ad_check .adc_cont {font-size: 1em;}
    .advertisement .box .ad_qusetion .ad_check .adc_price {font-size: 1em;}
}

@media all and (max-width:320px) {
    .advertisement .box .ad_qusetion .ad_check .adc_cont input {width:35%}
    .advertisement .box .ad_qusetion .ad_check .adc_cont button.find {display: block;margin:10px auto;}
    .advertisement .box .ad_qusetion .ad_check .adc_cont button.adc_btn.active {margin: 0 auto;}
}
/* 회원등급 */
.lank {width:100%;max-width: 1200px;margin:0 auto;}
.lank .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.lank .info_box .title {font-size:2em;font-weight: bold;}
.lank .info_box .cont {font-size: 1.2em;color:#555;}
.lank .box {width:100%}
.lank .box .lank_box {width:100%;margin-bottom:100px;}
.lank .box .lank_box .title {font-size:1.6em;font-weight: bold;margin-bottom: 10px;}
.lank .box .lank_box table {width:100%;}
.lank .box .lank_box table tr th {background: #f4f5f6;border-bottom:1px solid #ddd;width:20%}
.lank .box .lank_box table tr td {padding:10px;border-bottom:1px solid #ddd;text-align: center;}
.lank .box .lank_box table tr:first-child th, .lank .box .lank_box table tr:first-child td {border-top:1px solid #aaa;}
.lank .box .lank_box table tr:last-child th, .lank .box .lank_box table tr:last-child td {border-bottom: 1px solid #aaa;}
.lank .box .lank_box span.table_cap {color:#555;margin-top: 10px;display: block;}


@media all and (max-width:1024px) {
    .lank {max-width: 100%;}
    .lank .box .lank_box table tr td img {width:100%;}
}


/* 개인정보취급방침, 이용약관 */
.privacy {width:100%;max-width: 1200px;margin:0 auto;}
.privacy  .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.privacy  .info_box .title {font-size:2em;font-weight: bold;}
.privacy  .info_box .cont {font-size: 1.2em;color:#555;}
.privacy .box {width:100%}
.privacy .box .privacy_box {width:100%;margin-bottom:100px;line-height:1.6;border: 1px solid #ddd;padding:20px;box-sizing: border-box;}

.provision {width:100%;max-width: 1200px;margin:0 auto;}
.provision  .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.provision  .info_box .title {font-size:2em;font-weight: bold;}
.provision  .info_box .cont {font-size: 1.2em;color:#555;}
.provision .box {width:100%}
.provision .box .provision_box {width:100%;margin-bottom:100px;line-height:1.6;border: 1px solid #ddd;padding:20px;box-sizing: border-box;}



/* 로그인 */
.login {width:100%;max-width:600px;margin:0 auto;}
.login .box {width:100%}
.login .box .login_box {width:100%;margin:10px 0 40px;}
.login .box .login_box .type1 {position:relative;padding: 40px;}
.login .box .login_box .type1 .close_x {position: absolute;top:0;right:0;}
.login .box .login_box .type1 .close_x button {background: none;padding:0 10px;color:#888;font-size: 1.6em;}
.login .box .login_box .type1 .close_x button:hover {color:#000;}
.login .box .login_box .type1 .sns_login {width: 100%;margin-top:50px;}
.login .box .login_box .type1 .sns_login ul li {width:100%;margin-bottom:10px;padding:20px 0;text-align: center;box-sizing: border-box;}
.login .box .login_box .type1 .sns_login ul li:first-child {background:#2db400;color:#fff;}
.login .box .login_box .type1 .sns_login ul li:first-child a {color:#fff;}
.login .box .login_box .type1 .sns_login ul li:nth-child(2) {background: #ffe812;color:#391b1b;}
.login .box .login_box .type1 .sns_login ul li:nth-child(2) a {color:#391b1b;}
/*.login .box .login_box .type1 .sns_login ul li:last-child {background:#4267b2;color:#fff;}
.login .box .login_box .type1 .sns_login ul li:last-child a {background:#4267b2;color:#fff;}*/
.login .box .login_box .type1 .middle {width:100%;position: relative;margin:40px 0;}
.login .box .login_box .type1 .middle::before {content: '';position: absolute;top:50%;left:0;transform: translateY(-50%);width:100%;height:1px;background:#aaa;}
.login .box .login_box .type1 .middle span {text-align: center;display: block;position: relative;z-index: 99;}
.login .box .login_box .type1 .middle span::before {background: #fff;content: '';width:10%;height:100%;position: absolute;z-index: -1;left:50%;transform: translateX(-50%);}
.login .box .login_box .type1 .input_box {width:100%;}
.login .box .login_box .type1 .input_box input {border:1px solid #df0024;width:100%;box-sizing: border-box;padding:10px;margin-bottom:10px;}
.login .box .login_box .type1 .input_box .login_detail {clear: both;}
.login .box .login_box .type1 .input_box .login_detail input[type=checkbox] {width:auto;margin:0;}
.login .box .login_box .type1 .input_box .login_detail label {color:#555;float:left}
.login .box .login_box .type1 .input_box .login_detail a.look {float:right;color:#df0024}
.login .box .login_box .type1 .input_box .login_detail button.submit {background: #df0024;color:#fff;text-align: center;width:100%;margin:20px 0;padding:20px 0;}
.login .box .login_box .type1 .input_box .login_detail .joinus {float: left;}
.login .box .login_box .type1 .input_box .login_detail .joinus a {color:#df0024;}
.login .box .login_box .type1 .input_box .login_detail .pw_find {float: right;}
.login .box .login_box .type1 .input_box .login_detail .pw_find a {color:#df0024;}
.login .box .login_box .type1 .input_box .login_detail .pw_find span {margin:0 10px;color:#aaa}

.login .close {text-align: center;}
.login .close button.close {background:#df0024;color:#fff;}

.login .login_logo {text-align: center;}
.login .login_logo img {width:150px;margin-bottom:50px}


@media all and (max-width:425px) {
    .login .box .login_box .type1 .input_box .login_detail .joinus {float: inherit;margin-bottom: 10px;}
}


/* 회원가입방식 선택 */
.regi_select {width:100%;max-width: 1200px;margin:0 auto;box-sizing: border-box;}
.regi_select .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.regi_select .info_box .title {font-size:2em;font-weight: bold;}
.regi_select .info_box .cont {font-size: 1.2em;color:#555;}
.regi_select {width:100%}
.regi_select .join_door {width:100%;margin-bottom:100px;/*display: flex;justify-content: space-between;*/}
.regi_select .join_door .door_L {width:50%;text-align: center;float:left}
.regi_select .join_door .door_L h2 {font-size:1.6em;font-weight: bold;margin-bottom: 10px;}
.regi_select .join_door .door_L p {font-size:1.2em;min-height:50px;margin:20px 0;}
.regi_select .join_door .door_R {width:50%;text-align: center;float:right;}
.regi_select .join_door .door_R h2 {font-size:1.6em;font-weight: bold;margin-bottom: 10px;}
.regi_select .join_door .door_R p {font-size:1.2em;min-height:50px;margin:20px 0;}
.regi_select .join_door .door_L .join_btn {border:1px solid #ddd;padding:10px 20px;border-radius: 5px;box-sizing: border-box;display: inline-block;}
.regi_select .join_door .door_L .join_btn img {width:22px;}
.regi_select .join_door .door_R .join_btn {border:1px solid #df0024;background:#df0024;color:#fff;padding:10px 20px;border-radius: 5px;box-sizing: border-box;display: block;}
.regi_select .join_door .door_R .join_btn:hover {border:1px solid #990c24;background: #990c24;}

@media all and (max-width:1024px) {
    .regi_select {max-width: 100%;}
}

@media all and (max-width:768px) {
    .regi_select .join_door .door_L p {font-size:1em;;}
    .regi_select .join_door .door_R p {font-size:1em;}
    .regi_select .join_door .door_L .join_btn {width:30%;font-size: 0;}
}

@media all and (max-width:425px) {
    .regi_select .join_door {display: inherit;}
    .regi_select .join_door .door_L {width:100%;}
    .regi_select .join_door .door_R {width:100%;margin-bottom:50px;}
}

/* 회원가입 */
.join_step {text-align:center; padding:50px 0 80px;}
.join_step li {display:inline-block; padding:0 20px;}
.join_step li:first-child {margin-left:0; background:none;}
.join_step li p {width:130px;height:130px;font-size:16px;border: 1px solid #ddd; border-radius: 50%;}
.join_step li.On p {color:#fff; background-position:0 0px; background-color: #df0024; border: 1px solid #df0024;}
.join_step li p span {display:block; width:24px; margin:0 auto 10px; padding:30px 0 3px; border-bottom:1px solid #999;}
.join_step li.On p span {border-bottom:1px solid #fff; border-bottom:1px solid rgba(256,256,256,0.8); color: #fff;}
.icon_circl_5x {margin:0 auto 30px; width:135px; height:135px; background:url(/web/img/common/bg_joinIcon.png) no-repeat 50% 50%;}
.icon_circl_5x i {color:#999; line-height:135px;}

.member_wrap {overflow:hidden; border-top:0;width: 100%; margin: 0 auto;}
.member_wrap h2 {font-size:24px; color:#333; font-weight: 300;}
.member_wrap .title {text-align: center;font-size: 2em; font-weight: bold;margin-bottom:50px;}
.member_boxL {position:relative; float:left; text-align: center; padding:40px; width:48%; height:auto; border:1px solid #ddd; border-top:4px solid #df0024; border-bottom:4px solid #df0024; box-sizing: border-box;}
.member_boxL p {font-size:1em;margin:50px 0;}
.member_boxR {position:relative; float:right; text-align: center; padding:40px; width:48%; height:auto; border:1px solid #ddd; border-top:4px solid #1d5298; border-bottom:4px solid #1d5298; box-sizing: border-box; margin-right: 20px;}
.member_boxR p {font-size: 1em;letter-spacing: -1.5px;margin:50px 0;}
.member_boxF {position:relative; clear:both; padding:40px; width:100%; height:326px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.member_boxF:first-child {border-top:none;}
.member_boxF:last-child {border-bottom:none;}
.btn_round{display:inline-block;padding: 8px 30px; margin:0 1px; border-radius:50px; text-align:center; color: #fff;  box-sizing:border-box; font-size: 14px; }
.btn_red { border: 1px solid #df0024; color:#df0024;}
.member_boxL:hover .btn_red { background: #df0024; color:#fff;}
.btn_blue { border: 1px solid #1d5298; color:#1d5298;}
.member_boxR:hover .btn_blue { background: #1d5298; color:#fff;}

.member_more {overflow:hidden;}
.member_more li {float:left; margin:0 40px 0 0;}
.member_more li a {margin-left:15px;}
.member_more li a + a {margin-left:1px;}

.type_choice{position: relative; float: left; margin-right: 20px;}
.type_choice img{position: absolute; bottom: 40px; left: 10px; width: 300px; border: 4px solid #ddd; display: none; }
.type_choice:hover img{ display: block; }
.join_wrap {width:100%;margin:0 auto 50px;overflow:hidden;}
.join_wrap input[type=checkbox], .join_wrap input[type=radio] {width:22px;height:22px;margin-right:5px;margin-bottom:0;border:0;}
.join_wrap .agree_box {margin-top:20px;border:1px solid #d2d2d6;}
.join_wrap .agree_box h3 {padding:20px;font-weight:400;}
.join_wrap .agree_box h3 label {font-size:18px;font-weight:500;}
.join_wrap .agree_box h3 label span {font-weight:400;}
.join_wrap .agree_box .agree_content {height:320px;overflow-y:auto;padding:20px;border-top:1px solid #d2d2d6;}
.join_wrap .agree_box .agree_content h4 {margin:20px 0 10px;font-size:16px;font-weight:500;}
.join_wrap .agree_box .agree_content h4:first-child {margin-top:0;}
.join_wrap .agree_box .agree_content h5 {margin:20px 0 10px;font-size:15px;font-weight:500;}
.btn_join_wrap {margin-top:30px;text-align:center;}

.btn_join_wrap button {display:inline-block;min-width:160px; margin: 0 5px; color:#fff;font-size:1.2em;height: 42px; border-radius:3px;}
.btn_join_wrap .btn_join1 {background:#df0024;}
.btn_join_wrap .btn_join2 {background:#87878a;}

.join_wrap .join_input {width:480px;margin:0 auto;}
.join_wrap .join_input h3 {margin:30px 0 25px;font-weight:500;color:#000;font-size:20px;line-height:22px;text-align:center;}
.join_wrap .join_input h3 span {font-weight:400;}
.join_wrap input {width:100%;height:40px;margin-bottom:10px;border:1px solid #d2d2d6;background:#fff;}
.join_wrap input:focus {border:1px solid #df0024;}
.join_wrap .join_input .radio_wrap input:first-child + label {margin-right:20px;}
.join_wrap .certify {margin-bottom:30px;}
.join_wrap .certify a {display:inline-block;width:100%;height:52px;line-height:52px;color:#fff;font-size:18px;text-align:center;background:#df0024;}
.join_wrap .tel_wrap {margin-top:20px;}
.join_wrap .tel_wrap select {width:120px;height:40px;border-right:0;}
.join_wrap .tel_wrap input {width:calc(100% - 120px);margin-bottom:0;margin-left:-5px;border-left:0;}
.join_wrap .sns_wrap {margin-top:20px;}
.join_wrap .sns_wrap input {width:calc(100% - 134px);margin-bottom:0;}
.join_wrap .sns_wrap .btn_gray {width:130px;height:40px;line-height:40px;padding:0 10px;}

.join_info ul{padding-left: 20px; margin-bottom: 10px;}
.join_info li{margin-bottom: 10px; padding-left: 10px;}
.rightContents{ margin: 0 auto 50px; color: #333;}
.rightContents th{ padding: 10px;width:20%}
.rightContents td{ padding: 10px;}
.rightContents label{ margin-right: 10px; }
.rightContents input{ margin-bottom: 0px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; margin-right: 5px; background: #fff; padding:10px;}
.rightContents input[type="checkbox"]{width: auto;}
.rightContents select{margin-right: 5px; margin-bottom: 0px; padding: 5px 10px; border: 1px solid #ccc; border-radius: 5px; background: #fff; }
.rightContents #hpcom{width: 100%;}
.rightContents th, .rightContents td{  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.rightContents .mySubTit{ font-size: 1.6em; float: left; color: #36354b; margin-bottom: 15px;}
.rightContents .mySubTit span.point {font-size:0.7em;}
.empty4{float: left; height: 18px; width: 3.5px; margin: 7px 5px 0 0; background: #36354b; }
.requbtn{background: #36354b !important; color: #fff; display: inline-block; width: 75px;  border-radius: 5px; line-height: 40px; vertical-align: top; height: 40px; cursor: pointer; text-align: center; padding: 0;}
.dspnone{display: none;}
.cartTotalSum{ margin: 20px 0 30px; width: 100%; height: 40px; color: #fff; text-align: center; background: #35b1a9;}
.cartTotalSum td, .cartTotalSum th, .cartTotalSum span{color: #fff; height: 50px; font-size: 15px; }
.writeTable {margin-bottom:50px;}
.writeTable button {background:#fff;border:1px solid #ddd;}

.requiredWrap{margin-bottom: 40px;}
.joinBtnWrap {text-align : center; margin-top: 30px;}
.joinCanBtn, .joinEnterBtn {cursor : pointer; text-align : center; width : 100px; height : 40px; }
.joinCanBtn { background : #cccccc; font-size : 15px; color : #666666; margin-right : 5px;}
.joinEnterBtn { background : #35b1a9; font-size : 15px; color : #ffffff;}
.telnumcheck {padding:5px 15px;border:1px solid #ccc;border-radius: 5px;display: inline-block;}
.telnumcheck:hover {background:#f5f6f7;border:1px solid #aaa;}

.phoneWrap{overflow: hidden; }
.phoneWrap p, .mailWrap p, .bankWrap p{margin: 10px 10px 0 0; width: 60px;}
.sellerNum{ float: left;}
.sellerNum input{width: 150px;}

.selectWrap, .adName, .bankWrap{margin-bottom: 8px;}
form label.error {text-align:left; margin-left: 10px; width: auto; display: none; height:20px; padding-bottom:5px; padding-top:5px; color:#ff0000; font-size:11px}
.adNameTit{float: left; margin: 0 0px 0 12px; width: 60px; }
.phoneWrap p, .mailWrap p, .bankWrap p, .numberBox, .emailBox{float: left; font-size: 14px; }



@media all and (max-width:425px) {
    .join_step {display: flex;justify-content: space-between;}
    .join_step li {display:inherit;padding:0;}
    .join_step li p {width:80px;height:80px;font-size:0.8em;}
    .join_step li p span {display:block; width:24px; margin:0 auto 10px; padding:10px 0 3px; border-bottom:1px solid #999;}
    .join_step li.On p span {border-bottom:1px solid #fff; border-bottom:1px solid rgba(256,256,256,0.8); color: #fff;}
    .icon_circl_5x {margin:0 auto 30px; width:8px; height:8px; background:url(/web/img/common/bg_joinIcon.png) no-repeat 50% 50%;}
    .icon_circl_5x i {color:#999; line-height:8px;}
    .btn_round {padding: 8px 20px;}
    .rightContents input{ margin-bottom: 0px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; margin-right: 5px; background: #fff; padding:10px;width:100%}

    .member_boxL {float: inherit;width: 100%;margin-bottom:20px;}
    .member_boxR {float: inherit;width: 100%;margin-right: 0;}
}

@media all and (max-width:320px) {
    .join_step li p {width:70px;height:70px;font-size:0.8em;}
    .join_step li p span { margin:0 auto 5px;}
}



/* join_last */
.join_wrap .end_box {padding:60px 0;text-align:center;border:1px solid #d2d2d6;}
.join_wrap .end_box dt{margin-bottom:20px;line-height:22px;font-size:25px;font-weight:500;}
.join_wrap .end_box dd p{font-size:16px;}




/* 게시글 카운트 */
.count {width:100%;margin:10px 0;clear: both !important;}
.count span {color:#df0024;}
.count .one {display: inline-block;}
.count .two {display: inline-block;}
.count .count_opt {float:right;}
.count .count_opt select {border:1px solid #ddd;padding:5px 10px;border-radius: 5px;margin-bottom: 10px;}


/* 목록 페이징 */
.paging {text-align: center;margin:50px 0 20px;}
.paging .pagination {display: inline-block;}
.paging .pagination a {color: black;float: left;padding: 6px 10px 8px;text-decoration: none;transition: .3s;border: 1px solid #ddd;margin: 0 2px;line-height: 1.6;}
.paging .pagination a.active {background-color: #df0024;color: white;border: 1px solid #df0024;}
.paging .pagination a:hover:not(.active) {background-color: #ddd;}
.search {margin:0 auto;text-align: center;}
.search select {padding:8px;border: 1px solid #ddd;}
.search input {border:1px solid #ddd;padding:9px;width:20%;}
.search button {border:0;background:#df0024;color:#fff;padding:10px 15px;}
.solid .search {text-align: right;margin:10px auto 0;}
.youtube .search {text-align: right;margin:10px auto 0;}
.partner .search {text-align: right;margin:10px auto 0;}
.ll_box1 .search {text-align: right;margin:10px auto 0;}
.rl_box1 .search {text-align: right;margin:10px auto 0;}
.service .search {text-align: right;margin:10px auto 0;}



@media all and (max-width:500px) {
    .paging .pagination a {padding: 0px 5px;}
}

/* 버튼 */
button {padding:10px 40px;border:0;transition: .3s;}
button:hover {transition: .3s;}
.btn_box {margin:50px auto;text-align: center;}

/* 더보기 버튼 */
.more_btn {margin: 0 auto;text-align: center;clear: both;}
.more_btn button {border: 1px solid #ddd;transition: .3s;}
.more_btn button:hover {background:#df0024;color:#fff;transition: .3s;}

/* 등록 버튼 */
.submit_btn {margin:0 auto;text-align:center}
.submit_btn button {background: #df0024;color:#fff;border-radius: 10px;}
.submit_btn button:hover {background:#990c24;color:#fff;}

/* 글쓰기 */
.write {text-align:right;margin: 20px auto 10px;}
.write button {background: #df0024;color:#fff;}
.write button:hover {background:#990c24;color:#fff;}

/* 글읽기 */
.edit {border:1px solid #ddd;background:#fff;}
.edit:hover {border:1px solid #ddd;background:#eee;}
.del {border:1px solid #ddd;background:#fff;color:#000;}
.del:hover {border:1px solid #990c24;background:#990c24;color:#fff;}
.reply {border: 1px solid #df0024;background: #df0024;color:#fff;}
.reply:hover {border:1px solid #990c24;background:#990c24;color:#fff;}

/* 회원가입 속 버튼 */
.btn_box button {border-radius: 5px;}
.btn_box button.submit {border:1px solid #df0024;background:#df0024;color:#fff;}
.btn_box button.submit:hover {border:1px solid #990c24;background:#990c24;color:#fff;}
.btn_box button.cancle {border:1px solid #666;background:#666;color:#fff;}
.btn_box button.cancle:hover {border:1px solid #555;background:#555;color:#fff;}


/* 배너 */
.banner {width:100%;max-width: 1100px;margin:0 auto;height:200px;}
.banner img {width:100%;}
.left_banner {width:120px;height:360px;position: absolute;left:-12%;top:0;z-index: 1;}
.left_banner img {margin-bottom:10px;}
.right_banner {width:120px;height:180px;position: absolute;right:-12%;top:0;z-index: 1;}
.right_banner img {margin-bottom:10px;}
.banner2 {width:100%;max-width: 1200px;margin:100px auto;}
.banner2 ul {display:flex;justify-content: space-between;}
.banner2 ul li {width:49%;max-width: 580px;height:90px;}
.banner2 ul li img {width:100%;}

.banner:hover, .left_banner:hover, .right_banner:hover, .banner2:hover {cursor:pointer;}

/* input box width size */
input.w5 {width:5%;}
input.w10 {width:10%;}
input.w15 {width:15%;}
input.w20 {width:20%;}
input.w25 {width:25%;}
input.w30 {width:30%;}
input.w35 {width:35%;}
input.w40 {width:40%;}
input.w45 {width:45%;}
input.w50 {width:50%;}
input.w55 {width:55%;}
input.w60 {width:60%;}
input.w65 {width:65%;}
input.w70 {width:70%;}
input.w75 {width:75%;}
input.w80 {width:80%;}
input.w85 {width:85%;}
input.w90 {width:90%;}
input.w95 {width:95%;}
input.w100 {width:100%;}


/* 하단 */
#ft {width:100%;margin-top:100px;padding:0 0 30px;}
#ft .copy {width:100%;background:#888;height:40px;line-height: 3;box-sizing: border-box;}
#ft .copy .copy_short {width:100%;max-width: 1200px;margin:0 auto;}
#ft .copy .copy_short ul li {float: left;margin-right:10px;}
#ft .copy .copy_short ul li a {color:#fff;}
#ft .copy_cont {width:100%;margin-top:20px;}
#ft .copy_cont .copy_body {clear: both;width:100%;max-width: 1200px;margin:0 auto;position: relative;box-sizing: border-box;}
#ft .copy_cont .copy_body .copy_logo {display: inline-block;width:12%;margin-right:5%;vertical-align: top;}
#ft .copy_cont .copy_body .copy_logo img {width:100%;}
#ft .copy_cont .copy_body .text {display: inline-block;width:60%;}
#ft .copy_cont .copy_body .text span {margin-right:20px;position: relative;}
#ft .copy_cont .copy_body .text span:after {content: '';width:1px;height:80%;background:#999;position: absolute;right:-15px;top:50%;transform: translateY(-50%);}
#ft .copy_cont .copy_body .copy_sns {position: absolute;bottom: 0%;right:-4%;}
#ft .copy_cont .copy_body .copy_sns ul {display: flex;}
#ft .copy_cont .copy_body .copy_sns ul li {margin:0 5%;}
#ft .copy_cont .copy_body .copy_sns ul li img {margin-top:20px;}
#ft .copy_cont .copy_body .copy_sns ul li:first-child {margin-right:40%}
#ft .copy_cont .copy_body .copy_sns ul li:first-child img {width:50px;margin:0}
#ft .copy_cont .copy_body .copy_infit {position: absolute;top: 0;right: 16%;width: 6%;}
#ft .copy_cont .copy_body .copy_infit img {width:100%;}

#ft .quick_btn {position: fixed;bottom:20px;right:10%;z-index: 9;}
#ft .quick_btn button {background: #df0024;color:#fff;border-radius: 10px;}
#ft .quick_btn button:hover {background:#990c24;color:#fff;}

.copy_info {width:100%;max-width: 1200px;margin: 0 auto;}
.copy_info .info_box {width:100%;text-align: center;padding:20px 0;margin:50px 0;}
.copy_info .info_box .title {font-size:2em;font-weight: bold;}
.copy_info .info_box .cont {font-size: 1.2em;color:#555;}
.copy_info img {width:100%;}

@media all and (max-width:1510px) {
    .mc01 .box {max-width: 1100px;}
    .mc02 .box {max-width: 1100px;}
    .mc03 .box {max-width: 1100px;}
    .mc04 .box {max-width: 1100px;}
    .mc05 .box {max-width: 1100px;}

    /*.right_banner {right:0px}
    .left_banner {left:0px}*/
}

@media all and (max-width:1440px){
    #ft .copy_cont .copy_body .copy_sns {right:10%;}

    .left_banner, .right_banner {display: none ;}
    .right_banner {right:0px}
    .left_banner {left:0px}
}

@media all and (max-width:1360px) {
    /*.left_banner, .right_banner {display: none ;}*/
    .ft_banner {width: 100%;display: block;}
    .ft_banner .ft_left_banner .left_banner {position: inherit;display: flex;justify-content: start;flex-wrap: wrap;width:100%;height: auto;}
    .ft_banner .ft_left_banner .left_banner img {width:15%;margin-right:2%;}
    .ft_banner .ft_left_banner .left_banner img:nth-child(4n) {margin-right:0;}
    .ft_banner .ft_left_banner .left_banner:after {content: '';display: block;float: inherit;clear: both;}
    .ft_banner .ft_right_banner .right_banner {position: inherit;display: flex;justify-content: start;flex-wrap: wrap;width:100%;height: auto;}
    .ft_banner .ft_right_banner .right_banner img {width:15%;margin-right:2%;}
    .ft_banner .ft_right_banner .right_banner img:nth-child(4n) {margin-right:0;}
    .ft_banner .ft_right_banner .right_banner:after {content: '';display: block;float: inherit;clear: both;}
}

@media all and (max-width:1280px) {
    #ft .quick_btn {right:5%;}
}

@media all and (max-width:1024px) {
    * {word-break: break-all;}
    .banner {max-width: 100%;}
    .banner2 {max-width: 100%;}

    .ft_banner .ft_left_banner .left_banner img {width:14%;}
    .ft_banner .ft_left_banner .left_banner img:nth-child(4n) {margin-right:2%;}
    .ft_banner .ft_right_banner .right_banner img {width:14%;}
    .ft_banner .ft_right_banner .right_banner img:nth-child(4n) {margin-right:2%;}

    #ft .copy {width:100%;padding:0 10px;}
    #ft .copy .copy_short {max-width: 100%;}
    #ft .copy_cont .copy_body {max-width: 100%;}
    #ft .copy_cont .copy_body .copy_infit {right: 17%;}
    #ft .copy_cont .copy_body .copy_sns {right:12%;}
    .copy_info {max-width: 100%;}
}


@media all and (max-width:768px) {

    .middle .top1:last-child {display: none;}

    .banner {max-width: 100%;height:130px;}
    .banner img {width:100%;height: 100%;}
    .banner2 ul li {max-width: 100%;}
    .banner2 {margin:50px auto;}

    .findID .box .findID_v .middle_cont {width:100%}
    .findID .box .findID_v .top_cont {font-size:1em;}

    #ft .copy_cont .copy_body .text {display: inline-block;width:60%;}
    #ft .copy_cont .copy_body .copy_sns {right:10%;}
    #ft .copy_cont .copy_body .copy_sns ul li:first-child {margin-right:5%}
    #ft .copy_cont .copy_body .copy_infit {top: 40%;right: 2%;}

    .ft_banner .ft_left_banner .left_banner img {width:23%;}
    .ft_banner .ft_right_banner .right_banner img {width:23%;}
}

@media all and (max-width:625px) {
    #ft .copy_cont .copy_body {padding:0 10px;}
    #ft .copy_cont .copy_body .copy_logo {display: block;width:30%;margin:10px 0;}
    #ft .copy_cont .copy_body .text {display: block;width:100%;}
}


@media all and (max-width:425px) {
    table tr th, table tr td {letter-spacing: -0.5px;}
    table tr th.hide_mo, table tr td.hide_mo {display: none;}

    .banner {height:100px;}
    .banner2 {margin:30px auto;}
    .banner2 ul li {height:50px;}
    .banner2 ul li img {height:100%}

    .write button {padding:10px 20px;}

    .ft_banner .ft_left_banner .left_banner img {width:30%;}
    .ft_banner .ft_left_banner .left_banner img:nth-child(3n) {margin-right:0;}
    .ft_banner .ft_left_banner .left_banner img:nth-child(4n) {margin-right:2%;}
    .ft_banner .ft_right_banner .right_banner img {width:30%;}
    .ft_banner .ft_right_banner .right_banner img:nth-child(3n) {margin-right:0;}
    .ft_banner .ft_right_banner .right_banner img:nth-child(4n) {margin-right:2%;}

    .top .top1 {padding: 0px;}
    #ft .copy_cont .copy_body .text span {margin-right:3%;letter-spacing: -0.5px;}
    #ft .copy_cont .copy_body .text span:after {content:none;}
    #ft .copy_cont .copy_body .copy_sns {top: -1%;right:15%;}
    #ft .copy_cont .copy_body .copy_infit {top: 0%;right: 39%;width: 8%;}


}

@media all and (max-width:375px) {
    #ft .copy {height: auto;}
    #ft .copy .copy_short ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
    #ft .copy .copy_short ul li {float: inherit;width:48%;margin-right:0;text-align: center;font-size: 1em;line-height: 2em;}
    #ft .copy_cont .copy_body .copy_infit {right: 43%;width: 9%;}
    .rl_box1 .box .sec1 li .title_data .build_name {-webkit-line-clamp: 1;}
}


@media all and (max-width:320px) {
    .banner {height:70px;}
    #ft .copy_cont .copy_body .copy_sns {top: -1%;right:0;width:50%}
    #ft .copy_cont .copy_body .copy_sns ul li:first-child img {width:30px;margin:0}
    #ft .copy_cont .copy_body .copy_sns ul li img {margin-top:10px;width:100%}
    #ft .copy_cont .copy_body .copy_infit {position: absolute;top: 0%;right: 49%;width: 8%;}
}



@media all and (max-width:280px){
    #hd .middle .partner_logo ul li {width: 80px;}

    .main_search .search_cont .search_box .title {word-break: keep-all;}
    .main_info_line .line_cont .notice {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .main_info_line .line_cont .hot_topic .ht_list {background: #fff;font-size: 1em;padding: 5px 10px 3px;display: inline-block;}
    .main_info_line .line_cont .hot_topic .ht_list button {background: none;border: 0;margin-left: 10px;padding: 5px 0;}
    .main_info_line .line_cont .hot_topic .topic_title {margin-right: 2%;}

    .mc01 .info_box .title {font-size:1.8em;font-weight: bold;}
    .mc01 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}
    .mc01 .box .sec1 li .stel {display: contents;font-size: 1em;}
    .mc01 .box .sec1 li .scont {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

    .mc02 .info_box .title {font-size:1.8em;font-weight: bold;}
    .mc02 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}

    .mc03 .info_box .title {font-size:1.8em;font-weight: bold;}
    .mc03 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}

    .mc04 .info_box .title {font-size:1.8em;font-weight: bold;}
    .mc04 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}

    .mc05 .info_box .title {font-size:1.8em;font-weight: bold;}
    .mc05 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}
    .mc05 .box .sec1 li .stel {display: contents;font-size: 1em;}
    .mc05 .box .sec1 li .scont {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

    .search_page .box .result {display: block;}
    .search_page .box .result .r_right {text-align: right;}

    .wl_box1 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}
    .wl_box1 .box .sec1 li .stel {display: contents;font-size: 1em;}
    .wl_box1 .box .sec1 li .scont {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .wl_box .box .wl_view .type1 table tr th {word-break: keep-all;}
    .wl_box .box .wl_view .type2 table tr th {word-break: keep-all;}
    .wl_box_detail .box .wld_view .type1 {padding: 10px;}
    .wl_box_detail .box .wld_view .type1 table tr th {letter-spacing: -0.5px;word-break: keep-all;}

    .ll_box1 .info_box .cont {font-size: 1em;letter-spacing: -0.5px;padding:0;}
    .ll_box1 .box .sec1 li .stel {display: contents;font-size: 1em;}
    .ll_box1 .box .sec1 li .scont {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

    .ll_box .box .ll_view .type1 table tr th {word-break: keep-all;}
    .ll_box .box .ll_view .type2 table tr th {word-break: keep-all;}
    .ll_box_detail .box .lld_view .type1 {padding: 10px;}
    .ll_box_detail .box .lld_view .type1 table tr th {letter-spacing: -0.5px;word-break: keep-all;}

    .solid .box .sec1 li {margin-bottom: 10px;}
    .solid .box .sec1 li .title {padding: 10px 5px 0;}
    .solid .box .sec1 li .cont {font-size: 0.9em;line-height: 1.6;padding: 5px;letter-spacing: -1px;}
    .solid .box .sec1 li .img {margin-bottom: 0px;height: 50%;}
    .sl_box .box .sl_view .type1 table tr th {word-break: keep-all;}

    .rl_box1 .box .sec1 li .title_data .build_name {word-break: keep-all;letter-spacing: -0.5px;}
    .rl_box1 .box .sec1 li .content_data {letter-spacing: -0.5px;}
    .rl_box .box .rl_view .type2 table tr th {word-break: keep-all;}
    .rl_box .box .rl_view .type4 table tr th {word-break: keep-all;}


    .youtube_detail .box .yd_view .data .data_1 .active_box .scrape {margin-right: 10px;}
    .youtube_detail .box .yd_view .data .data_2 .content .more_view {display: block;margin: 10px 0 0 0;}
    .youtube_detail .box .yd_view .data .data_1 .view {margin-right: 20px;}

    .dataroom .box .rl_data table tr td {word-break: keep-all;}
    .dataroom .box .rl_data table tr td {word-break: break-all;}
    .service .box .service_l .submit_btn {margin: 0 5px 10px 0;}

    .notice .box .rl_notice table.noti1 tr td {word-break: keep-all;}
    .customer .box .rl_customer table tr td {word-break: keep-all;}

    .advertisement .info_box .title {font-size: 1.8em;}
    .advertisement .info_box .cont {font-size: 1em;}
    .advertisement .box .ad_qusetion .ad_check .adc_cont button {margin-left: 0px;}

    .login .box .login_box .type1 .middle span::before {width: 30%;}

    .regi_select .join_door .door_R p {word-break: keep-all;}

    .join_step {flex-wrap: wrap;padding: 0 10px 50px;}
    .join_step li p {width: 100px;height: 100px;font-size: 1em;margin-bottom: 10%;}
    .join_step li p span {padding: 20px 0 3px;}
    .member_boxL p {font-size: 1em;word-break: keep-all;}
    .member_boxR p {font-size: 1em;word-break: keep-all;}
    .rightContents th {width: 30%;}
    .rightContents label {display: block;}

    #ft .copy_cont .copy_body .copy_sns {right: 5%;}
    #ft .copy_cont .copy_body .text {word-break: keep-all;}
    #ft .copy_cont .copy_body .text span {margin-right: 2%;}
}




/*.search-bar {margin:10px auto 0;display: flex;justify-content: end;}
.search-bar input, .search-btn, .search-btn:before, .search-btn:after {transition: all 0.25s ease-out;}
.search-bar input, .search-btn {width: 2em;height: 2em;}
.search-bar input:invalid:not(:focus), .search-btn {cursor: pointer;}
.search-bar, .search-bar input:focus, .search-bar input:valid  {width: 100%;}
.search-bar input:focus, .search-bar input:not(:focus) + .search-btn:focus {outline: transparent;}
.search-bar input {background: transparent;border-radius: 1.5em;box-shadow: 0 0 0 0.4em #171717 inset;padding: 10px;transform: translate(0.5em,0.5em) scale(0.5);transform-origin: 100% 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;border:0;}
.search-bar input::-webkit-search-decoration {-webkit-appearance: none;}
.search-bar input:focus, .search-bar input:valid {background: #fff;border-radius: 0.375em 0 0 0.375em;box-shadow: 0 0 0 0.1em #d9d9d9 inset;transform: scale(1);}
.search-btn {background: #171717;border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;padding: 0.75em;position: relative;transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);transform-origin: 0 50%;}
.search-btn:before,
.search-btn:after {content: "";display: block;opacity: 0;position: absolute;}
.search-btn:before {border-radius: 50%;box-shadow: 0 0 0 0.2em #f1f1f1 inset;top: 0.25em;left: 0.25em;width: 1.2em;height: 1.2em;}
.search-btn:after {background: #f1f1f1;border-radius: 0 0.25em 0.25em 0;top: 51%;left: 51%;width: 0.75em;height: 0.25em;transform: translate(0.2em,0) rotate(45deg);transform-origin: 0 50%;}
.search-btn span {display: inline-block;overflow: hidden;width: 1px;height: 1px;}

/* Active state
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #ff0024;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
}
.search-bar input:focus + .search-btn:before,
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before,
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: crimson;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
    .search-bar input {box-shadow: 0 0 0 0.4em #f1f1f1 inset;}
	.search-bar input:focus, .search-bar input:valid {background: #3d3d3d;box-shadow: 0 0 0 0.1em #3d3d3d inset;}
    .search-btn {background: #f1f1f1;}
}*/


    .popup_layer {position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
/*팝업 박스*/
.popup_box{position: relative;top:50%;left:50%; overflow: auto; height: 400px; width:550px;transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
/*컨텐츠 영역*/
.popup_box .popup_cont {padding:50px;line-height:1.6;font-size:1.2em; }
.popup_box .popup_cont h2 {padding:15px 0;color:#333;margin:0;}
.popup_box .popup_cont p{ border-top: 1px solid #666;padding-top: 30px;}
/*버튼영역*/
.popup_box .popup_btn {display: table;table-layout: fixed;width: 80%;height: 70px;background: #ECECEC;word-break: break-word;margin: 0 auto;}
.popup_box .popup_btn a {position: relative; display: table-cell; height:70px;  font-size:17px;text-align:center;vertical-align:middle;text-decoration:none; background:#ECECEC;}
.popup_box .popup_btn a:before{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.popup_box .popup_btn a:after{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.popup_box .popup_btn a.close_day {background:#5d5d5d;}
.popup_box .popup_btn a.close_day:before, .popup_box .popup_btn a.close_day:after{display:none;}
/*오버레이 뒷배경*/
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}
/*popup*/

@media all and (max-width:425px){
    .popup_box {width:325px;height:500px;}
}


.contents_wrap_all {width:100%;max-width:1480px;display:flex;justify-content: space-between;margin: 0 auto;}
.contents_wrap_all .all_one, .all_three {width:120px;}
.contents_wrap_all .all_two {width:1200px;}
.contents_wrap_all .left_banner {position:inherit;}
.contents_wrap_all .right_banner {position:inherit;}


@media all and (max-width:1440px){
    .contents_wrap_all {max-width:100%;}
    .contents_wrap_all .left_banner {display:block;}
    .contents_wrap_all .right_banner {display:block;}
}

@media all and (max-width:768px){
    .contents_wrap_all .all_one, .all_three {display: none;}
    .contents_wrap_all .all_two {width:100%;}
}