/* 초기화 */
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'netmarbleB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/netmarbleB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {overflow-y:scroll;overflow-x: hidden; background-color: #FBFBFB}
body {margin:0 auto;padding:0 !important;font-size:13px; letter-spacing:0px; line-height:1.6em; color:#707070;
    font-family:'NanumSquareNeo-Variable', sans-serif; font-weight:400; word-break:keep-all;}
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}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle; outline:none;}
input:focus,
button:focus {outline:none;}
input, button {margin:0;padding:0;font-size:1em;outline:none;}
button {cursor:pointer;}
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:5px;font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a, a:visited {color:#353535;text-decoration:none}
a:hover, a:focus, a:active {color:#353535;text-decoration:none}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}


/* 폰트어썸 아이콘 */
i{margin:0 2px;}
.ref{font-size: 0.9em; font-weight: 600; color: #F25C23; line-height: 1.2em;
    display: block; margin: 10px 0; padding: 6px 10px; background-color: #F7F7F7; border-radius: 10px;}
div.ref{padding: 20px; line-height: 1.6em;}
div.ref .box{ margin-top: 15px; padding: 10px; background-color: #fff; border-radius: 10px; color: #707070 }
div.ref .box strong{font-size: 1.1em; display: inline-block; margin-bottom: 5px;}
.leaf2{
    /*line-height: 2em; color: #fff; background: url("../../img/landing/logo_leaf.svg") no-repeat 100% 0%/auto 100%; display: inline-block; padding: 15px 6px 0 22px; */margin-right: 6px;
}

.inner{
    max-width: 1200px;
    margin: 0 auto;
}


.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }


.minitxt{
    font-size: 13px;
}
.minitxt.gray{
    color: #ccc;
}


/*form 디자인*/
.form{padding: 26px;}
.form dl{margin-bottom: 20px;}
.form dt{font-size: 1.1em; margin-bottom: 14px; padding-left: 10px;}
.form .flex{display: flex; align-items: baseline; justify-content: space-between;}
.form .btn{border-radius: 15px; line-height: 38px; margin-left: 4px;}
.form .btn_submit{border:0; width:100%; background-color: #F25C23;
    color: #fff; font-size: 1.2em; padding: 12px 16px; border-radius: 15px;}
.form .btn_submit.withdraw{
    background-color: #707070;
}

.form .ft_btn{/*position: fixed; left: 0; bottom: 0; width: 100%; z-index: 100;*/}
.form .ft_btn .btn_submit{/*width: calc(100% - 32px); margin: 16px;*/    width: 100%;
    margin: 10px 0;}

@media (min-width:600px) {
    .form .ft_btn{position: relative;}
    .form .ft_btn .btn_submit{width: 100%; margin: 16px 0;}
}

.upload label{min-width: 85px; margin: 0 10px 0 0;}
.upload .flex{justify-content: flex-start;
    width: 100%; background-color: #FDFDFB; border: 1px solid #ddd; border-radius: 15px; line-height: 42px; margin-bottom: 12px; padding: 0 20px;}
select{width: 100%; background-color: #FDFDFB; border: 1px solid #ddd; border-radius: 15px; height: 42px; line-height: 42px; margin-bottom: 12px; padding: 0 18px;}

input[type="date"],
input[type="tel"],
input[type="password"],
input[type="text"],
input[type="date"]{width: 100%; background-color: #FDFDFB; border: 1px solid #ddd; border-radius: 15px; line-height: 42px; margin-bottom: 12px; padding: 0 8px;}
input[type="date"]{
    height: 44px;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/ico_calendar.svg) no-repeat !important;
    background-position: right 12px center !important;
    background-size: 11px !important;
}

/*input[type="checkbox"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: 0px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}*/
input[type="checkbox"] + label{position: relative; font-weight: normal; margin-right:10px; padding-left: 25px; font-weight: 600; overflow: unset !important;}
input[type="checkbox"] + label:before {content: ' ';display:block;width: 20px;height: 20px;
    border-radius: 15px; border:1px solid #eee; background-color: transparent;
    text-align: center;vertical-align: middle;font-size:1.2em;color:#666;
    position: absolute;left: 0; top: 50%; transform:translateY(-50%);}
input[type="checkbox"] + label:after {
    font-family: "Font Awesome 5 Pro";color: #ddd; display: block;;
    content: "\f00c";position:absolute;top:50%; left:4px; transform:translateY(-50%);font-weight:300;}

input[type="checkbox"]:checked + label:before{background-color:#F25C23; border: 1px solid #F25C23; }
input[type="checkbox"]:checked + label:after {color: #fff;}


input[type="radio"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: 0px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
input[type="radio"] + label{position: relative; font-weight: normal; margin-right:10px; padding-left: 25px;}
input[type="radio"] + label:before {/*content: ' ';display:block;width: 20px;height: 20px;border-radius: 50%;background-color: #FFF1F2;
    text-align: center;vertical-align: middle;font-size:1.2em;color:#666;
    position: absolute;left: 0; top: 50%; transform:translateY(-50%);*/
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 1px solid #eee;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
    color: #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);}
input[type="radio"]:checked + label:before {
    /*background-color: #fff; border: 1px solid #ff1655;*/
    background-color: #F25C23;
    border: 1px solid #F25C23;
}
input[type="radio"]:checked + label:after {
    /*content: "";display: block;position: absolute;left: 0; top: 50%; transform:translateY(-50%);margin: 0px 5px;width: 10px;height: 10px; border-radius: 50%;background-color: #ff1655;*/
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    display: block;
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    font-weight: 300;
}

.box_in input[type=checkbox] + label:hover > div { border-width: 2px; }
.box_in input[type=checkbox] { display: none; }
.box_in input[type=checkbox] + label { cursor: pointer; font-size:0.95em; font-weight:normal; display:inline-block !important;
    background:#fff; padding:8px 10px; line-height:1em; border-radius:6px; border:1px solid #ddd; margin-right: 4px; }
.box_in input[type=checkbox] + label > div { width: 13px; height: 13px; margin-top: -2px; display: none;}
.box_in input[type=checkbox] + label > div:before{font-weight: 500; top: 53%}
.box_in input[type=checkbox]:checked + label{
    background:#fff;
    border:1px solid #ff1655;
    color:#ff1655;
    font-weight: 600;
}

/*가로스크롤*/
.scroll_x{overflow-x:scroll; padding:0px; -webkit-overflow-scrolling:touch;-ms-overflow-scrolling:touch;-mos-overflow-scrolling:touch;-o-overflow-scrolling:touch;}
.scroll_x ul{white-space:nowrap;}
.scroll_x li{display:inline-block; white-space:nowrap; margin-right:5px; vertical-align:top; position:relative;}

/*브라우저 상하단이동버튼*/
#gobtn{position:fixed; display:block; right:10px; bottom:20px; display:none; z-index:9999;}
.goHd, .goFt{width:30px; height:30px; background:#F7F7F7; z-index:9999; text-indent:-9999px; border:1px solid #CCC; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.5); border-radius:4px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}

/* 준비중페이지 */
#ready{text-align:center; background:url(../../theme/basic_app/img/common/ready.png) no-repeat 50% 0; margin:80px 0;
        padding-top:130px; font-size:1.5em; line-height:1.3em; color:#333;}
#ready strong{font-weight:600; color:#23B1BD;}
#ready p{font-size:0.8em; color:#666;}

/* 블랙 표 
.tbl table{width:100%; margin:10px 0px 0px 0; font-size:0.95em; border-top:1px solid #E3E3E3; border-bottom:1px solid #E3E3E3; font-size:1.1em; line-height:1.8em; }
.tbl td, .tbl th{vertical-align:middle; border-bottom:1px solid #8C8C8C; padding:10px 15px; border-left:1px solid #8C8C8C; text-align:center;}
.tbl td{}
.tbl th{border-right:1px solid #8C8C8C; color:#FFF; background:#C4E6F6; font-weight:bold;}

.tbl thead th{border-bottom:1px solid #fff; background:#000;}
.tbl tbody th{background:#404040; border-bottom:1px solid #8C8C8C; font-weight:normal;}

.tbl tr th:first-child, .tbl tr td:first-child{border-left:0;}
.tbl tr:last-child th{border-right:0;}

.tbl table.td_left td{text-align:left;}*/

/* 화이트 표 */
.tbl table{width:100%; margin:10px 0px 0px 0; border-left:1px solid #CBCBCB; border-top:1px solid #CBCBCB; border-bottom:1px solid #E3E3E3; font-size:1em; line-height:1.5em; }
.tbl td, .tbl th{vertical-align:middle; border-bottom:1px solid #CBCBCB; padding:10px 5px; border-right:1px solid #CBCBCB; text-align:center;}
.tbl td{}
.tbl th{border-right:1px solid #CBCBCB; color:#333; background:#E3E3E3; font-weight:bold;}

.tbl thead th{border-bottom:1px solid #CBCBCB; background:#E0EEF8;}
.tbl tbody th{background:#FBFBFB; border-bottom:1px solid #CBCBCB; font-weight:normal;}

/*.tbl tr th:first-child, 
.tbl tr td:first-child{border-left:0;}
.tbl tr td:last-child,
.tbl tr th:last-child{border-right:0;}*/

.tbl table.td_left td{text-align:left;}

/*가로스크롤*/
.row-horizon {
  position:relative;
  width:98%;
  padding:0 0 20px 0;
  margin:0 auto 20px auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width:787px) {
.row-horizon:before{content:"← 좌우스크롤로 확인해주세요 →"; display:block; text-align:center; margin-bottom:10px;}
.row-horizon {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
}


/*clearfix*/
.cf{}/* 여기서 cf는 float속성을 가진 태그의 부모태그라고 생각한다.*/
.cf:after{display:block; content:""; clear: both;}
.hide{display:none;}
.cb{clear:both!important;}
.bgn{background:none!important;}
.bdn{border:none!important;}
.pa{position:absolute!important;}
.fwb{font-weight:bold!important;}
.fl{float:left;}
.fr{float:right;}

/*기본모달*/
/*모달*/
.modal-backdrop{background:;}
.modal-backdrop.in{opacity:.7;}
.modal-header{font-weight: 600;}
.modal-content{box-shadow:none; -webkit-box-shadow:none; border:0; padding:0;}

.modal-dialog{margin:0% 5%; position:fixed; top:2%; bottom: 2%; width:90%; }
.modal-content{border-radius:; }
.modal-body{padding:0px;}
.modal-body li:first-child{border-top:0;}
.modal-body li{border-top:1px solid #ddd;}
.modal-body li a{display:block; padding:15px 30px;}
.modal-body li i{font-size:1.3em; margin-right:10px;}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, 25%);
      -ms-transform: translate(0, 25%);
       -o-transform: translate(0, 25%);
          transform: translate(0, 25%);
}
.modal.fade.in .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -0%);
      -ms-transform: translate(0, -0%);
       -o-transform: translate(0, -0%);
          transform: translate(0, -0%);
}

@media (min-width: 750px) {

    .modal-dialog{margin:0%; top: 10%; bottom: 10%; left: calc(50% - 200px); width:400px; }

}

/*원형모달*/
#circle{}
#circle .modal-backdrop{background:;}
#circle .modal-backdrop.in{opacity:.7;}
#circle .modal-content{box-shadow:none; -webkit-box-shadow:none; border:0; padding:0;}
#circle .modal-header {text-align:right; padding:10px 15px;}
#circle .modal-header .close{ float:none;}

#circle .modal-dialog{margin:0; position:fixed; bottom:80px; width:auto; }
#circle .modal-content{border-radius:20px 20px 0 0; background:none; }
#circle .modal-body{padding:15px;}
#circle .modal-body a{display:block; padding:10px 0px; background:#12bcbb; color:#fff; font-weight:600; font-size:1.1em; text-align:center; width:70px; height:70px; border-radius:50%; margin-bottom:10px;}
#circle .modal-body a i{font-size:1.8em; line-height:1.2em;}
#circle .modal-body a p{font-size:0.75em; line-height:1.4em; font-weight:normal;}

#circle .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, 25%);
      -ms-transform: translate(0, 25%);
       -o-transform: translate(0, 25%);
          transform: translate(0, 25%);
}
#circle .modal.fade.in .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -0%);
      -ms-transform: translate(0, -0%);
       -o-transform: translate(0, -0%);
          transform: translate(0, -0%);
}

.quick{position: fixed; bottom: 20px; right: 10px; z-index: 100;}
.quick a{display: block; width: 70px; height: 70px; border-radius: 50%; background-color: #FFDE00; color: #231816; box-shadow:1px 2px 3px rgba(0,0,0,0.16); text-align: center; padding: 10px 0;}
.quick a img{height: 30px;}
.quick a p{font-size: 12px;}


#navtoggle {position:absolute; width:100%; height:100vh; right:0; top:0; background-color: #F25C23; overflow:hidden; z-index:102; padding: 20px 25px;}
#navtoggle .m_tnb{display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px;}
#navtoggle .m_logo img{height: 32px;}
#navtoggle .close{z-index:1001; opacity:1; text-shadow: none!important; color: #fff; }

#navtoggle #m_gnb{padding: 20px;}
#navtoggle #m_gnb a{display:inline-block; color: #fff;}
.mgnb_1dli{color: #fff; font-size: 1.3em;  line-height: 2em;}
.mgnb_1dli:before{content: ""; display: inline-block; width: 6px; height: 6px; background: url("../img/menu_icon.svg") no-repeat; vertical-align: middle; margin-right: 10px;}
a.mgnb_1da{padding: 10px 0;}
.mgnb_2dli{opacity: 0.6; margin-left: 20px; font-size: 0.8em;}
a.mgnb_2da{padding: 0;}
#mgnb_top{padding-left: 20px;}
#mgnb_top ul{/*display: grid;gap: 10px; grid-template-columns: repeat(2, 1fr);*/}
#mgnb_top li{display: inline-block}
#mgnb_top .kakaoConsult{}

#logout a{}
#ft_copy{color: #fff; position: absolute; bottom: 0; left: 0; padding: 20px 25px; opacity: 0.8;}
#ft_company a, #logout a{color: #fff; display: inline-block; margin-right: 4px;}
#ft_company a:after{content: ""; display: inline-block; width: 1px; height: 8px; background: rgba(255,255,255,0.5); margin: 0 5px 0 10px;}
#ft_company a:last-child:after{display: none;}
#ft_copy .co{color: #fff; font-size: 11px; opacity: 0.5;}


/*이용안내*/
#user_guide{
    /*padding: 20px;*/
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 50px 0;
}
#user_guide h4{
    font-size: 2.4em; text-align: center; margin-bottom: 40px; color: #343434
}
#user_guide .step{
    position: relative;
    margin: 0 auto;
}
#user_guide .step::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 26px;
    width: 3px;
    height: 95%;
    background: #ebebeb;
}
#user_guide .step dl{
    display: flex; align-items: flex-start; margin-bottom: 20px; /*background-color: #fff;*/ border-radius: 15px;
    padding: 26px; /*box-shadow: 0 3px 2px rgba(0,0,0,0.05); border: 1px solid #eee;*/
}
#user_guide .step dt{
    display: inline-block;
    width: 42%;
    margin-left: -18px;
    padding-left: 70px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -3px;
    background: url(../../../img/landing/ee_round.svg) no-repeat;
    background-size: 35px;
    background-position: left 0 top 6px;
    color: #222;
    position: relative;
    z-index: 1;

    /*width: 210px; font-size: 1.4em;*/
}
#user_guide .step dd{width: 58%; font-size: 1.3em;padding-top: 10px;}
#user_guide .btnWrap{
    text-align: center;
}
#user_guide a.freeStart{
    transition: all 0.3s;
    border: 1px solid #f57d4f;
    color: #f57d4f;
    font-weight: 500;
    font-size: 1.5em;
    padding: 10px 50px;
    border-radius: 30px;
    margin-top: 30px;
}
#user_guide a.freeStart:hover{
    background: #f57d4f;
    color: #fff;
}
@media (max-width:768px) {
    #user_guide{
        margin: 70px auto 0;
        padding: 30px 0 50px;
    }
    #user_guide .step dt{
        background-size: 32px;
        font-size: 24px;
        padding: 4px 0 2px 42px;
    }
    #user_guide .step dl{
        padding: 15px 15px 15px 30px;
    }
    #user_guide .step dd{
        padding-top: 0;
        font-size: 15px;
        padding-left: 26px;
    }
    #user_guide .step::after{
        width: 2px;
        left: 27px;
    }
}
@media (max-width:600px) {
    #user_guide h4{font-size: 1.4em; line-height: 1.6em;}
    #user_guide .step dl{display: block;}
    #user_guide .step dt{width: 100%; margin-bottom: 20px;}
    #user_guide .step dd{width: 100%;}
    #user_guide .step dd p{line-height: 1.6em;}

}

/*QNA*/
#qna h4{font-size: 2em; text-align: center; margin-bottom: 40px; color: #343434}
#qna img{width: 100%;}

#daum_juso_pagezip{
    position: fixed!important; left:50%!important; top: 50%!important; transform: translate(-50%,-50%);
                    max-width:850px; width: 90%!important; z-index: 1000; margin: 0!important;
    max-height: 80vh;
}



/* 스와이퍼 arrow */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    background: #fff;
}
.swiper-button-prev::before, .swiper-button-prev::after,
.swiper-button-next::before, .swiper-button-next::after{
    content: '';
    display: inline-block;
    background: #000;
}
.swiper-button-prev::before {
    width: 19px;
    height: 1px;
    transform: translateX(0px) translateY(4px) rotate(-45deg);
}
.swiper-button-prev::after {
    width: 1px;
    height: 19px;
    transform: translateX(-9px) translateY(26px) rotate(-45deg);
}
.swiper-button-next::before {
    width: 19px;
    height: 1px;
    transform: translateX(3px) translateY(4px) rotate(45deg);
}
.swiper-button-next::after {
    width: 1px;
    height: 19px;
    transform: translateX(-7px) translateY(26px) rotate(45deg);
}




/* 결제내역 */
.pay_list{
    max-width: 1200px;
    margin: 50px auto 100px;
}
@media (max-width: 768px) {
    .pay_list{padding: 0 15px;}
}


/* 계약등록 */
#bo_v{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    #bo_v {
        padding: 0 15px 100px;
    }
}



/* 게시판공통(기존) */
/*** 기존작업자 : 박지영 ***/
#container_title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #343434;
    font-weight: 600;
}
#bo_w{
    padding: 15px 10px;
    font-size: 1.1em;
    max-width: 1200px;
    margin: 80px auto;
}
input[type=checkbox], input[type=radio]{display: none; margin:0 4px 0 0 !important}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden; border:0 !important}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}
legend{ border:0 !important}

/*** 버튼 색상및 디자인 모음 ***/
.btn_bo_adm input {
    /*display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;*/
}
a.btn.btn_line{
    background-color: #ededed;
}
a.btn.btn_gray{
    background-color: #e3e3e3;
    color: #353535;
}
a.btn.btn_orange{
    background-color: #f57d4f;
    color: #fff;
}
/*.new_win .win_btn button,
a.btn_b01,
a.btn_b02,
a.btn_admin,
a.btn_cancel,
.btn_bo_adm input,
.btn_submit {
    transition:all .2s ease;
    border:1px solid #d1d1d1;
    box-shadow:0px 1px 0px #d1d1d1;
    border-radius:3px!important;
    line-height:1.2em}*/
/*버튼라운드 및 다지인*/

a.btn_b01:hover,
a.btn_b02:hover,
a.btn_admin:hover,
a.btn_cancel:hover,
.btn_bo_adm input:hover,
.btn_submit:hover {
    background:#333!important;
    border-color:#000!important;
    color:#fff!important;
}/*버튼전체hover*/


/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center; font-size:1.2em;} /* 서식단계 진행 */
.btn_submit {padding:10px 20px;border:1px solid #f57d4f;background:#f57d4f;color:#fff;letter-spacing:-0.1em;cursor:pointer}

/* 검색 */
.frm_input.sch_input{width:150px;}
fieldset .btn_submit, .btn_submit02 {border-radius:0; height:30px; line-height:1em; background:#444; color:#fff; font-size:1em; border:1px solid #000; padding:0 7px}

a.btn_cancel {display:inline-block;padding:10px 20px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:10px 20px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:32px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #f57d4f;background:#f57d4f;color:#fff !important;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #333;background:#4b545e;color:#fff !important;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 분류 */
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate{width:100%; margin-bottom:30px;}
#bo_cate ul {padding-left:1px;zoom:1;border-bottom:0px solid #A6A6A6;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;margin:0 5px 5px 0}
#bo_cate a {display:inline-block;position:relative;margin-left:-1px;padding:15px 20px; width:auto;border:0px solid #ddd; border-bottom:0spx solid #A6A6A6;
    background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em; font-size:1.0em; cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:0px solid #A6A6A6; border-bottom:0px solid #FFF; background:#2f8bbf;color:#fff;font-weight:bold}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {
    display: none;
    padding:10px 0;font-weight:bold;text-align:left; font-size:1.2em;
}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding: 12px 0; border-top:2px solid #000;background:#fafafa; border-bottom:1px solid #bfc4cd; font-size:1.13em; letter-spacing:0.005em; font-weight:500; text-align:center}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5; font-size:1.07em; background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}
.tbl_wrap td span.bold{ font-weight:500; font-size:1.10em; margin:0 5px 0 0;}

/* 지점테이블 */
.tbl_branch_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_branch_wrap caption {padding:10px 0;font-weight:bold;text-align:left; font-size:1.2em;}

.tbl_branch {margin:0 0 10px}
.tbl_branch caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_branch thead th {padding: 12px 0; border-top:2px solid #000;background:#a39ba2; color:#fff; border-bottom:1px solid #000; font-size:1.18em; letter-spacing:0.005em; font-weight:500; text-align:center}
.tbl_branch thead a {color:#383838}
.tbl_branch thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_branch thead th p.tit{ font-size:1.30em; font-weight:500; font-family:'paybooc-Bold',sans-serif;}
.tbl_branch tfoot th, .tbl_branch tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_branch tbody th {padding:8px 0;border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; background:#fafafa; text-align:center; font-size:1.18em; }
.tbl_branch td {padding:15px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em; font-size:1.13em;  word-break:break-all; text-align:center}
.tbl_branch td.left{ text-align:left; padding: 15px}
.tbl_branch a {}
.tbl_wrap td span.bold{ font-weight:500; font-size:1.10em; margin:0 5px 0 0;}

.bo_cate_link{ color:#2f8bbf !important; font-weight:500 !important}
#bo_list .tbl_head01 a{text-decoration:none; /*font-size: 1.17em;*/}
#bo_list .tbl_head01 tbody tr:hover td{background:#F7F7F7;}
#bo_list .td_name{text-align:center!important;}
#bo_v header{padding:0 15px; border-top:2px solid #111; border-bottom:1px solid #ccc; background:#fafafa;}
#bo_v_title{padding: 10px 0 ; font-size: 1.35em; line-height:1.3em; color: #333; font-weight: bold; letter-spacing: -.05em}
#bo_v_info{border-bottom:0;}
.bo_fx{ margin:0 0 17px}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}


/* 검색 셀렉트박스 */ /* 게시판내에 js파일이 연결되어있어야 적용됨 */
.select-box{display:inline-block;position:relative;border:1px solid #ccc;vertical-align:middle;}
.select-box select{position:absolute;left:-9999px;display:none;}
.select-box a{display:block;height:25px; line-height:25px;padding:0 10px;background:#FFF url(../img/board/select_box_ico.png) right center no-repeat;text-align:left !important;color:#333;font-size:1em;}
.select-box a:visited, .select-box a:active, .select-box a:link, .select-box a:hover{text-decoration:none;}
.select-box a i.fa{vertical-align:middle;float:right;padding-top:7px;}
.select-box ul{position:absolute;left:-1px; top:25px;border:1px solid #ccc;display:none;background:#fff;max-height:240px; list-style:none;padding:0;margin:0;overflow:hidden;overflow-y:auto;z-index:999;
    scrollbar-face-color: #eaeaea;scrollbar-track-color: #f7f7f7;scrollbar-3dlight-color: #e2e2e2;scrollbar-arrow-color: #8c8c8c;scrollbar-shadow-color: #eaeaea;scrollbar-highlight-color: #eaeaea;scrollbar-darkshadow-color: #e2e2e2;}
.select-box ul a{display:block;line-height:25px;height:25px;background:none;}

.select-box.select-active a{color:#4B87C8; background:#FFF url(../img/board/select_box_ico_active.png) right center no-repeat;}
.select-box.select-active a i{color:#4B87C8}
.select-box.select-active ul a{color:#333;background:none;}
.select-box.select-active ul a.hover{background:#8DA5C2;color:#fff;}
.select-box.select-active ul a.active{background:#4B7AB2;color:#fff;}

#bo_sch select, select#ca_name{height:30px; border:1px solid #ccc; background:#fff}




/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:120px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#F7F7F7;text-align:left;color:#555; font-size: 1.10em;}
.tbl_frm01 td {padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 td input[type=radio]{ margin:5px 0 10px 10px !important}
.tbl_frm01 td label{ font-weight:500 !important; margin:5px 0 10px 3px}
.tbl_frm01 td select{height:40px; border:1px solid #ccc; background:#fff}
.tbl_frm01 td input[type=radio] {visibility: hidden; position: absolute;}
.tbl_frm01 td input[type=radio] + label {
    /*display: inline-block;
    margin-right: 15px;
    padding-left: 25px;
    font-size: 1.10em;
    font-weight:500;
    color: #555;
    background: url('images/radio_off.png') left no-repeat;
    cursor: pointer;*/
    position: relative;
    font-weight: normal;
    margin-right: 10px;
    padding-left: 25px;
    font-weight: 600;
}
.tbl_frm01 td input[type=radio]:checked + label {
    /*background: url('images/radio_on.png') left no-repeat;*/
}
.tbl_frm01 td input[type=checkbox] {visibility: hidden; position: absolute;}
.tbl_frm01 td input[type=checkbox] + label {
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px;
    font-size: 1.10em;
    font-weight:500;
    color: #555;
    background: url('images/radio_off.png') left no-repeat;
    cursor: pointer;
}
.tbl_frm01 td input[type=checkbox]:checked + label {
    background: url('images/radio_on.png') left no-repeat;
}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#fff;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:15px; font-family: 'CoreGothicD', 'Sans-serif';  background: #fff;}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;line-height: 39px;}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
.tbl_frm01 th span.check {
    color: #F33;
    font-size: .8em;
    opacity: .8;
    margin: 0 3px 0 0;
}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input.tel{width:15%;}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input.search{width:25%;}
#bo_w .tbl_frm01 .frm_input{width:30%; text-indent:10px; height:40px; border-radius:.35rem}
#bo_w .tbl_frm01 input::placeholder{font-size:1.10em; color:#999;}
#bo_w .tbl_frm01 input::-webkit-input-placeholder{font-size:1.10em; color:#999;}
#bo_w .tbl_frm01 input::-moz-placeholder{font-size:1.10em; color:#999;}
#bo_w .tbl_frm01 input::-ms-input-placeholder{font-size:1.10em; color:#999;}
#bo_w .tbl_frm01 input::-moz-placeholder{font-size:1.10em; color:#999;}
#bo_w .tbl_frm01 .frm_input.subj{width:50%;}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .route{ margin:7px 0 0}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .route span{ width:70px; display:inline-block; padding:0 0 0 5px}

.btn-primary {color: #fff; background-color: #e96cd3; border-color: #e96cd3; height:40px; line-height:40px; font-size:1.07em; border-radius:.35rem; padding:0 12px}
.btn-primary02 {color: #fff; background-color: #e96cd3; border-color: #e96cd3; height:30px; line-height:26px; font-size:1em; border-radius:.35rem; padding:0 12px; vertical-align:top}
a.btn-primary{ color:#fff}
a.btn-primary02{ color:#fff}
.btn_branch{ position:absolute; right:0; top:13px}
.agreement{ margin:23px 0 0}
.agreement p{ font-size:.92em; margin:0; opacity:.8}

/*검색결과*/
.result_list ul{ padding: 0; margin: 0 20px;}
.result_list dl{ position:relative; margin: 0 0 12px;}
.result_list dt{ font-weight:500; color:#555}
.result_list dd{ position:absolute; right:0; top:0}
.result_list dd .btn-primary {color: #fff; background-color: #3287b9; border-color: #3287b9; height:26px; line-height:26px; font-size:.82em; border-radius:2px; padding:0 12px}

/* 필수입력 */
/*.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}*/
.required, textarea.required {background:#fff !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {background:#fff; color:#333; padding:5px 15px; height:auto; line-height:2em;}
.new_win .win_btn input { padding:5px 15px; height:auto; line-height:2em; border-radius:3px; }
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:auto;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none;background:#fff; border:1px solid #E3E3E3;}
.pg_start, .pg_prev {/* 이전 */text-indent:-9999px; width:10px; background:url(../img/board/icon_first.gif) no-repeat 50%/80% auto}
.pg_end, .pg_next {/* 다음 */text-indent:-9999px; width:10px; background:url(../img/board/icon_last.gif) no-repeat 50%/80% auto}
.pg_current {display:inline-block;margin:0;background:#333; border:1px solid #000; color:#fff;font-weight:normal}

/*모달*/
.modal-header{ padding:10px 15px !important; margin: 7px 0 0;}
.modal-body{ padding:15px !important}
.modal-body:after {display:block;visibility:hidden;clear:both;content:""}
.modal-body .frm_input{ width:80% !important; float: left;}
.modal-body button{ width:18% !important; margin:0 0 0 2% !important; text-align:center; padding:0}
.modal-footer{ padding:15px !important; text-align:center !important}

@media screen and (max-width:900px){
    .btn_branch{ position:relative; right:auto; top:auto; text-align:right}
}

@media screen and (max-width:767px){
    #bo_w{
        margin: 70px auto;
    }
    /* 분류 */
    #bo_cate ul{border-bottom:0;}
    #bo_cate li {width:49.5%; margin:0 .5% 4px 0; box-sizing:border-box;}
    #bo_cate li:nth-child(2n){width:49.5%; margin:0 0 4px .5%; box-sizing:border-box;}
    #bo_cate a {padding:10px 10px; box-sizing:border-box; width:100%;border:0px solid #ddd; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; vertical-align:middle;}
    #bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
    #bo_cate #bo_cate_on {border-bottom:0px solid #A6A6A6;}

    /* 쓰기 */
    #bo_w .tbl_frm01 th{padding:5px; background:#fff; border-right:0;}
    .tbl_frm01 th{width:20%;}
    .tbl_frm01 td{width:80%;}
    #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input{width:100%;}
    #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input.tel{width:30%;}
    #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input.searcg{width:70%;}
    #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 th{ width:100%; display: block; border: 0; padding:17px 0 0;}
    #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 td{ width:100%; display: block; border-top: 0;}
    #bo_w .tbl_frm01 textarea{
        border: 1px solid #e4eaec;
        border-radius: .35rem;
    }

    /* 읽기 */
    #bo_v_bot .bo_v_nb{display:none;}
    #bo_v_top .bo_v_com{display:none;}

    /*.tbl_head01{
        padding: 0 15px;
    }*/
}


/* 게시판 공통 추가 */
.login_banner{
    background: #FEEAE4;
    margin-top: 80px;
}
.login_banner .txtBox{
    background: url(../../../../../../img/landing/page05_img.png) no-repeat;
    background-size: 220px;
    background-position: right center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}
.login_banner .txtBox p{
    line-height: 1.6;
}
.login_banner .txtBox p:nth-child(1){
    font-size: 2.4em;
    color: #000;
    font-weight: 500;
}
.login_banner .txtBox p:nth-child(2){
    font-size: 2.4em;
    color: #f58d00;
}
.login_banner .txtBox p:nth-child(3){
    font-size: 16px;
}
@media (max-width:768px){
    #container_title{
        font-size: 2em;}


    #mb_login {
        padding: 10% 40px;
    }
    .login_banner{
        margin-top: 70px;
        padding: 0 20px;
    }
    .login_banner .txtBox{}
    .login_banner .txtBox p:nth-child(1){
        font-size: 1.6em;
    }
    .login_banner .txtBox p:nth-child(2){
        font-size: 1.6em;
        font-weight: 500;
    }
    .login_banner .txtBox p:nth-child(3){
        line-height: 1.6em;
        font-size: 1.1em;
        width: 250px;
        margin-top: 10px;
    }

}

.bo_wrap{
    min-height: calc(100vh - (80px + 234px));
    padding-bottom: 80px;
}
.tab_menuWrap{
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.tab_menuWrap .tab_menu{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.tab_menuWrap .tab_menu li{
    position: relative;
    width: 20%;
}
.tab_menuWrap .tab_menu li a{
    position: relative;
    font-size: 20px;
    color: #666;
    padding: 13px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tab_menuWrap .tab_menu li.active a{
    color: #F25C23;
}
.tab_menuWrap .tab_menu li.active a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 10px;
    background: #F25C23;
    z-index: 3;
}
.tab_menuWrap .tab_cont{}
.tab_menuWrap .tab_cont li{
    display: none;
}
.tab_menuWrap .tab_cont li.active{
    display: unset;
}
@media (max-width:768px){
    .tab_menuWrap .tab_menu{
        flex-wrap: wrap;
    }
    .tab_menuWrap .tab_menu li{
        width: 33.333%;
    }
    .tab_menuWrap .tab_menu li:nth-child(4),
    .tab_menuWrap .tab_menu li:nth-child(5){
        width: 50%;
    }
    .tab_menuWrap .tab_menu li a{
        font-size: 16px;
        padding: 5px 0;
    }
    .tab_menuWrap .tab_menu li.active a::after{
        height: 2px;
    }
}






