/* stit */
.stit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 15px;
}
@media (max-width:1499px) and (min-width:501px){
    .stit2 {
        display: flex;
        align-items: center;
    }
}
@media (max-width:500px) {
    .stit {
        flex-wrap: wrap;
    }
    .stit2 {
		        display: contents;
    }
    .stit > h1,
    .stit > div {
        width: 100%;
    }
    .stit h2 {
        font-size: calc(100vw * (24 / 500));
    }
}
/* company */
#company .sec1 {    
    position: relative;
}

/* mapbox */
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 350px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}
/* contBoxs */
.contBoxs .item {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 30px;
}
.contBoxs .item.kakao {
    background-color: rgba(255, 255, 255, 0.6);
}
.contBoxs .item .icon {
    font-weight: 100;
    font-size: 80px;
    width: 80px;
    display: flex;
    align-items: center;
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (max-width:767px) {
    .contBoxs .item {
        padding: 20px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}


/* formContents */ 
.formContents > li {
    margin: 10px 0;
}
@media (max-width:501px){
    .formContents > li {
        margin: 5px 0;
    }
}
/* formHeadTit */
.formHeadTit {
    padding: 0 2rem;
}
@media (max-width:501px){
    .formHeadTit {
        padding: 0 .5rem;
    }
}
/* formAgrees */
.formAgrees {
    border-top: 1px solid #333;
}
.formAgrees > li {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.formAgrees > li.all {
    border-bottom-color: #333;
}
.formAgrees > li .radio-custom {
    padding: 5px 0;
}
.formAgrees > li .checkbox-custom,
.formAgrees > li .radio-custom {
    padding: 0px;
    width: 100%;
}
.formAgrees > li .hasModal .checkbox-custom,
.formAgrees > li .hasModal .radio-custom {
    width: calc(100% - 70px);
}
.formAgrees > li .checkbox-custom label,
.formAgrees > li .radio-custom label {
    display: block;
    width: 100%;
    color: #333;
    border-radius: 4px;
    height: 55px;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.formAgrees > li .checkbox-custom.big label,
.formAgrees > li .radio-custom.big label {
    height: 90px;
}
.formAgrees > li .checkbox-custom.md label,
.formAgrees > li .radio-custom.md label {
    height: 70px;
}
.formAgrees > li .checkbox-custom.md label span strong,
.formAgrees > li .checkbox-custom.big label span strong,
.formAgrees > li .radio-custom.md label span strong,
.formAgrees > li .radio-custom.big label span strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label,
.formAgrees > li .radio-custom input[type="radio"]:checked + label {
    border-color: #111;
    color: #111;
    /* background-color: #f5f8ff;
    box-shadow: 5px 5px 20px rgba(141, 160, 214, 0.15); */
}
.formAgrees > li .checkbox-custom label::before,
.formAgrees > li .radio-custom label::before {
    left: 0px;
    right: auto;
    width: 27px;
    height: 27px;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    border-radius: 50%;
}
.formAgrees > li .checkbox-custom input[type="checkbox"] + label:after,
.formAgrees > li .radio-custom input[type="radio"] + label:after {
    content: "\eb7b";
    font-family: remixicon!important;
    font-style: normal;
    right: auto;
    left: 5px;
    background-color: transparent;
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    color: #fff;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label::before,
.formAgrees > li .radio-custom input[type="radio"]:checked + label::before {
    background-color: #099814;
    border-color: #099814;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label:after,
.formAgrees > li .radio-custom input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0;
}
@media (max-width:767px) {
    .formAgrees > li {
        font-size: 15px;
    }
    .formAgrees > li .checkbox-custom label, 
    .formAgrees > li .radio-custom label {
        height: 40px;
        padding-left: 35px;
    }
    .formAgrees > li .checkbox-custom label::before, 
    .formAgrees > li .radio-custom label::before {
        width: 24px;
        height: 24px;
    }
    .formAgrees > li .checkbox-custom input[type="checkbox"] + label:after, 
    .formAgrees > li .radio-custom input[type="radio"] + label:after {
        font-size: 14px;
    }
}

/* sendMsg */
.btnItem.sendMsg {
    min-width: 145px;
    text-align: center;
}
/* numList */
.numList li {
    position: relative;
    padding-left: 20px;
}
.numList li .num {
    position: absolute;
    left: 0;
    top: 0;
}

/* hList */
.hList > li {
    position: relative;
    padding-left: 10px;
}
.hList > li:after {
    content: "*";
    position: absolute;
    left: 0;
    top: 6px ;
}
.hList > li h6 {
    font-weight: 300;
}
.hList.c_rd > li:after  {
    color: #ff0000;
}
@media (max-width:768px){
    .hList > li:after {
        top: 3px ;
    }
}



/* formLayout */
.formLayout > li {
    display: flex;
    align-items: flex-start;
}
.formLayout > li.canvas {
    background-color: #fbfffb;
}
.formLayout > li > .tit {
    width: 140px;
}
.formLayout > li > .con {
    width: calc(100% - 140px);
}
.formLayout > li > .con .checkbox-custom,
.formLayout > li > .con .radio-custom {
    margin: 0 12px 0 0;
}
.formLayout > li > .tit .txtCon,
.formLayout > li > .con .txtCon,
.formLayout > li > .tit label {
    font-size: 1.6rem;
    color: #333;
}
.formLayout > li > .tit label.mini {
    font-size: 1.4rem;
}
.formLayout > li > .con .checkbox-custom label ,
.formLayout > li > .con .radio-custom label  {
    font-size: 1.6rem;
    color: #333;
}
.formLayout > li > .tit label {
    font-weight: 400;
    margin: 0px;
}
@media (min-width:768px) {
    .formLayout > li > .tit .txtCon:not(.noline),
    .formLayout > li > .con .txtCon:not(.noline),
    .formLayout > li > .tit label:not(.noline),
    .formLayout > li > .con .checkbox-custom,
    .formLayout > li > .con .radio-custom {
        line-height: 48px;
    }
    .formLayout > li > .con .checkbox-custom.line,
    .formLayout > li > .con .radio-custom.line {
        line-height: 25px;
        margin-top: 5px;
    }
}
@media (max-width:768px) {
    .formLayout > li {
        flex-wrap: wrap;
    }
    .formLayout > li > .tit,
    .formLayout > li > .con {
        width: 100%;
    }
    .formLayout > li > .tit {
        padding: 10px 0 0;
    }
    .formLayout > li > .con {
        padding: 5px 0 10px;
    }
    .formLayout > li > .tit .txtCon,
    .formLayout > li > .con .txtCon,
    .formLayout > li > .tit label {
        font-size: calc(100vw * (17 / 768));
    }
    .formLayout > li > .con .checkbox-custom label ,
    .formLayout > li > .con .radio-custom label  {
        font-size: calc(100vw * (16 / 768));
    }
}
@media (max-width:500px) {
    .formLayout > li > .tit .txtCon,
    .formLayout > li > .con .txtCon,
    .formLayout > li > .tit label {
        font-size: calc(100vw * (17 / 500));
    }
    .formLayout > li > .con .checkbox-custom label ,
    .formLayout > li > .con .radio-custom label  {
        font-size: calc(100vw * (16 / 500));
    }
}

/* dtBox */
.dtBox {
    background-color: #eee;
    padding: 2.5rem 3.5rem;
    width: 100%;
}
.dtBox.w {
    background-color: #fff;
}
@media (max-width:768px) {
    .dtBox {
        padding: 1.5rem 1.5rem;
    }
}

/* radiosWrp */
.radiosWrp .form-flex {
    margin: 0px !important;
    padding-top: 0px !important;
}
.radiosWrp .form-flex .radio-custom {
    margin-top: 1rem;
}
@media (min-width:768px) {
    .radiosWrp .form-flex > div {
        width: 50%;
    }
}
@media (max-width:768px) {
    .radiosWrp .form-flex .radio-custom {
        margin-top: .5rem;
    }
}
@media (max-width:500px) {
    .radiosWrp .form-flex > div {
        width: 100%;
    }
}

/* formLined */
.formLined {
    border-top: 1px solid #C0C0C0;
    /*padding-top: 4rem;*/
    margin-top: 4rem;
}
.formLined.formLined_mini {
    padding-top: 2rem;
    margin-top: 2rem;
}

/* filebox */
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

/* cost_policy */
#cost_policy .costList .costItem .cost .bt {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}
#cost_policy .costList > li {
    padding: 0;
}
@media (min-width:991px) {
    #cost_policy .costList {
        flex-wrap: wrap;
        margin: 0 -1.5rem;
    }
    #cost_policy .costList > li {
        flex-grow: unset;
        flex-basis: calc(20% - 1.5rem);
        padding: 1.5rem;
    }
}
@media (max-width:991px) and (min-width:500px) {
    #cost_policy .costList {
        flex-wrap: wrap;
        margin: 0 -1rem;
    }
    #cost_policy .costList > li {
        flex-grow: unset;
        flex-basis: calc(50% - 1.5rem);
        padding: 1rem;
    }
    #cost_policy .costList > li:last-child {
        flex-basis: calc(100% - 1.5rem);
    }
}
@media (max-width:991px) and (max-width:500px) {
    #cost_policy .costList > li:last-child {
        flex-basis: calc(100% - 5px);
    }
}

/* hasLeftNav */
.hasLeftNav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 20px;
}
.hasLeftNav .leftNav {
    width: 250px;
}
.hasLeftNav .leftNav li {
    float: none;
}
.hasLeftNav .leftNav > .dropdown-menu {
    display: block;
}
.hasLeftNav .leftNav .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: 0 0 0;
    border: 0;
    background-color: transparent;
    z-index: 10;
}
.hasLeftNav .leftNav > .dropdown-menu  > li a {
    font-size: 2rem;
    padding: 0;
    margin: 1.5rem 0;
    background-color: transparent;
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > a::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
    display: inline-block;
}
.hasLeftNav .leftNav > .dropdown-menu  > li.current > a,
.hasLeftNav .leftNav > .dropdown-menu  > li.arr_open > a {
    font-weight: 800;
	color:#ff6700;
}
.hasLeftNav .leftNav > .dropdown-menu  > li.arr_open > a::after {
    transform: rotate(180deg);
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > a {
    cursor: pointer;
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > .dropdown-menu {
    border-left: 2px solid #D9D9D9;
    border-radius: 0;
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu.arr_open > .dropdown-menu {
    display: block
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > .dropdown-menu li {
    position: relative;
    padding-left: 10px;
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > .dropdown-menu li a {
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > .dropdown-menu li.current::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ff6700;
}
.hasLeftNav .leftNav > .dropdown-menu  > .dropdown-submenu > .dropdown-menu li.current a {
    color: #ff6700;
    font-weight: 800;
    position: relative;
}
@media (min-width:1499px) {
    .hasLeftNav .moreMobile {
        display: none;
    }
    .hasLeftNav .leftNav .close {
        display: none;
    }
}
@media (max-width:1500px) {
    .hasLeftNav .leftNav {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 500;
        background-color: #fff;
        padding: 20px;
        width: 50vw;
        height: 100%;
        display: block;
        left: -100%;
        overflow-y: scroll;
        min-width: 200px;
    
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .hasLeftNav .leftNav.opend {
        left: 0;
    }
    .hasLeftNav .leftNav .close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        position: absolute;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        right: 15px;
        top: 15px;
        opacity: 1;
    }
    .hasLeftNav .leftNav > h2 {
        font-size: 2rem;
    }
    .hasLeftNav .moreMobile .btnItem {
        line-height: 20px;
		        margin-left: 15px;
    }
    .hasLeftNav .leftNav > .dropdown-menu {
        top: 0;
    }
    .hasLeftNav .leftNav > .dropdown-menu  > li a {
        font-size: 1.3rem;
        margin: 1rem 0;
    }
}
@media (max-width:500px) {

    .hasLeftNav .moreMobile  {
         text-align: right;
		position: absolute;
		right: 5%;
    }
    .hasLeftNav .moreMobile .btnItem {
				margin-bottom: 10px;
    }
}
/* board_list */
.board_list {
    margin: 0 -1rem;
}
.board_list li {
    padding: 0 1rem;
}
/* relationContent */
.relationContent {
    padding: 0 5rem;
}
@media (max-width:1024px){
    .relationContent {
        padding: 0;
    }
}
/* relationSlick */
.relationSlick {
    margin: 0 -1rem;
}
.relationSlick .slick-slide {
    padding: 0 1rem;
}
.relationSlick .slick-slide video {
    width: 100%;
}
@media (max-width:768px) {
	
	.hasLeftNav {
		display: block;
	}
    .relationSlick {
        margin: 0 -.5rem;
    }
    .relationSlick .slick-slide {
        padding: 0 .5rem;
    }
}
/* slick-slider */
.slick-slider {
    position: relative;
}
.slick-slider .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 0px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    top: 50%;
}
.slick-slider .slick-prev {
    right: calc(100% + 20px);
    transform: translateY(-50%) rotate(180deg);
}
.slick-slider .slick-next {
    left: calc(100% + 20px);
    transform: translateY(-50%);
}
.slick-slider .slick-arrow:after {
    content: "\ea6e";
    font-family: remixicon !important;
}
/* keywords */
.keywords {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.keywords .word {
    border: 1px solid #90BD55;
    display: inline-block;
    color: #90BD55;
    padding: 4px 6px;
    line-height: 1em;
    border-radius: 4px;
}
.keywords .word span,
.keywords .word img {
    display: inline-block;
    vertical-align: middle;
}
.keywords .word img {
    margin-right: 4px;
}

/* viewContent */
#viewContent video {
    width: 100%;
}
@media (max-width:768px) {
    #viewContent .fbox > div {
        width: 100%;
    }
    #viewContent .fbox .txt {
        padding-top: 20px;
    }
}

.typesSet li{
	padding: 0px 30px;
}
@media (min-width:767px) {
    .typesSet li .txt h6 {
        height: 24px;
    }
}

/* pagination */
.board_pagin_wrp .pagination {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.board_pagin_wrp .pagination li a {
    font-size: 1.6rem;
    background-color: transparent;
    border: 0px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #333 !important;
}
.board_pagin_wrp .pagination li.active a {
    background-color: #FF6700 !important;
    color: #fff !important;
}
@media (max-width:501px) {
    .board_pagin_wrp .pagination li a {
        width: 20px;
        height: 20px;
        font-size: 1.3rem;
    }
}

/* company_faq */
#company_faq .searchBar {
    border: 1px solid #333;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
}
#company_faq .searchBar .schBtn {
    background-color: #333;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%;
}
#company_faq .searchBar .form-control {
    font-size: 1.6rem;
}
#company_faq .searchBar .form-control::placeholder,
#company_faq .searchBar .form-control::-webkit-input-placeholder {
    color: #929292 !important;
}



/* faq */
.faq ul {
    border-top: 1px solid #ddd;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.faq li .item {
    border-bottom: 1px solid #ddd;
}
.faq li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.faq li a,
.faq li .a {
    padding: 1.5rem 4rem;
}
.faq li a h5 {
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li a:hover h5,
.faq li .act a h5 {
    color: #111;
}
.faq li a .sbj {
    width: calc(100% - 70px);
}
.faq li a .q {
    width: 30px;
    text-align: center;
}
.faq li a .q span {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-size: 1.1em;
    
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.faq li .act .q span {
    color: #FF6700;
}
.faq li a .sbj {
    padding-left: 10px;
}
.faq li a .arr {
    width: 40px;
    text-align: center;
    position: relative;
    transform: rotate(180deg);
    font-size: 28px;
    color: #333;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li .act a .arr {
    transform: rotate(0deg);
}
.faq li a .arr img {
    position: relative;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li a .arr .arr_f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
.faq li a:hover .arr .arr_f {
    opacity: 1;
}
.faq li .a {
    background-color: #fff;
    border-top: 1px solid #C0C0C0;
    display: flex;
}
.faq li .a .con {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-top: 10px;
}
.faq li .a .head {
    width: 30px;
    text-align: center;
}
.faq li .a p {
    padding: 20px;
}
@media (max-width:768px){
    .faq {
        margin-top: 30px;
    }
    .faq li a,
    .faq li .a {
        padding: 1rem 1.5rem;
    }
    .faq li a .q span {
        width: 28px;
        line-height: 28px;
    }
}
/* inquiry */
#inquiry .tabs .nav-tabs {
    display: flex;
    align-items: center;
}
#inquiry .tabs .nav-tabs li {
    float: none;
    width: 50%;
}
#inquiry .tabs .nav-tabs li a {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #EEE;
    padding: 2.5rem 1rem;
}
#inquiry .tabs .nav-tabs li + li a {
    border-left: 1px solid #C0C0C0;
}
#inquiry .tabs .nav-tabs li.active a {
    background-color: #fff;
    border-color: #fff;
}
#inquiry .tabs .nav-tabs li a .txt {
    color: #929292;
}
#inquiry .tabs .nav-tabs li.active a .txt {
    color: #333;
}
#inquiry .tabs .tab-content {
    padding: 0;
    box-shadow: 0 0 0;
    border: 0px;
    background-color: transparent;
}
#inquiry .tabs .tab-content .form_wrp {
    padding: 4rem;
    background-color: #fff;
}
#inquiry .tabs .tab-content .table_info,
#inquiry .tabs .tab-content .table_info thead th:first-child,
#inquiry .tabs .tab-content .table_info tbody th:first-child,
#inquiry .tabs .tab-content .table_info tbody td:first-child {
    border-left: 0px;
}
#inquiry .tabs .tab-content .table_info,
#inquiry .tabs .tab-content .table_info thead th:last-child,
#inquiry .tabs .tab-content .table_info tbody th:last-child,
#inquiry .tabs .tab-content .table_info tbody td:last-child {
    border-right: 0px;
}
#inquiry .tabs .tab-content .form-flex .radio-custom label {
    line-height: 1.4em;
}
#inquiry .tabs .tab-content .form-flex .radio-custom input[type="radio"] + label::before  {
    margin-top: 2px;
    top: 0;
}
#inquiry .tabs .tab-content .form-flex .radio-custom input[type="radio"] + label::after  {
    margin-top: 6px;
    top: 0;
}
@media (max-width:768px) {
    #inquiry .tabs .nav-tabs li a {
        padding: 1.5rem 1rem;
    }
    #inquiry .tabs .tab-content .form_wrp {
        padding: 2rem 1.5rem;
    }
}

/* qaList */
.qaList .qaItem {
    padding: 4rem;
    background-color: #fff;
}
.qaList .qaItem + .qaItem  {
    border-top: 1px solid #C0C0C0;
}
.qaList .q,
.qaList .a {
    display: flex;
}
.qaList .q {
    align-items: center;
}
.qaList .q .head,
.qaList .a .head {
    width: 30px;
    text-align: center;
}
.qaList .q .sbj,
.qaList .a .con {
    width: calc(100% - 30px);
    padding-left: 10px;
}
.qaList .a .con .logo {
    width: 95px;
}
@media (max-width:768px) {
    .qaList .qaItem {
        padding: 2rem 1.5rem;
    }
}

/* deptList */
.deptList .c {
    display: flex;
}
.deptList .c .tt {
    width: 20px;
}
.deptList .c .cc {
    width: calc(100% - 20px);
}
/* tList */
.tList > li + li {
    margin-top: 5px;
}
.tList > li > .tx {
    position: relative;
    padding-left: 13px;
}
.tList > li > .tx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 50%;
}


input[readonly] {
	background: #eee !important; 
}

.cominfo_error {
	border-color: #FF0000 !important; 
}
label.cominfo_error:before {
	border-color: #FF0000 !important; 
}

/* 테스트용 글씨가 너무 작아서 안보임!!!*/
/*
.panel-body{
	font-size: 15px !important; 
}
*/

.form-panel .costList .costItem {
    cursor: pointer;
}
.form-panel .topVdo .rt .rows {
    padding: 15px 0;
}
.form-panel .topVdo .rt .rows > div {
    width: 100%;
}
@media (min-width:767px){
    .form-panel .topVdo .rt .rows {
        min-height: 272px;
    }
    .form-panel .panel-body .fbox > .rt .txtCon {
        min-height: 30px;
    }
}
@media (max-width:768px){
    .form-panel .panel-body .fbox > .lft,
    .form-panel .panel-body .fbox > .rt {
        width: 100%;
    }
}
/* cursor*/
.pointer {
    cursor: pointer;
}


.txtlink{
	text-decoration: underline !important;
    color: #e50000 !important;
}