:root {
	--col_context: #F3527A;
	--col_blue: #9999FF;
	--col_font_s: #333333;
	--col_font_m: #888888;
	--col_font_w: #AAAAAA;
	--col_s: #FFFFFF;
	--col_m: #DFDFDF;
	--col_active: #AAAAAA;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          min-height: 0;
}




html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #555;
	font-size: 1.0rem;
	line-height: 1.5;
	font-family: 'Noto Sans KR', sans-serif;
}

table
{
    border-collapse: collapse;
}

table, td
{
    padding: 0px; 
    border: 0px;
}

input[type="text"] {
	padding: 7px 7px;
	font-size: 110%;
	
	height: auto; 
	line-height : normal; 
	font-family: inherit; 
	border: 0px solid var(--col_context); 
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}

input[type="number"] {
	padding: 7px 7px;
	font-size: 120%;
	
	height: auto; 
	line-height : normal; 
	font-family: inherit; 
	border: 0px solid var(--col_context); 
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}

input[type="date"] {
	padding: 7px 7px;
	font-size: 110%;
	
	height: auto; 
	line-height : normal; 
	font-family: inherit; 
	border: 0px solid var(--col_context); 
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}

input[type="time"] {
	padding: 7px 7px;
	font-size: 110%;
	
	height: auto; 
	line-height : normal; 
	font-family: inherit; 
	border: 0px solid var(--col_context); 
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}


input[type="radio"] {
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Chrome, Safari, Opera */
    transform: scale(1.4);
}

.inputWrap {
	border: 1px solid #D6D6D6;
	display: flex;
	align-items: center;
	align-content: center;
	
	min-height: 30px;
	padding: 5px;
}

.formtitrow {
	display: flex;
	align-items: flex-end;
}

.formtitrow .tit {
	font-size: 110%;
	font-weight: bold;
	flex-grow: 1;
	flex-shrink: 1;
}

.formtitrow .etc {
	font-size: 100%;
	color: #848484;
	flex-grow: 0;
	flex-shrink: 0;
}




textarea {
	padding: 7px 7px;
	font-size: 110%;
	
	height: auto; 
	line-height : 170%; 
	font-family: inherit; 
	border: 0px solid var(--col_context); 
	outline-style: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}


#flexbase {
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column;	
}

#flowbase {
	width: 100%; 
	height: 100%;
	overflow: auto; 
}


.butG {
	background-color: #AAAAAA;
	padding: 7px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;

    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
}

.butG:hover{
	background-color:#71a628;
	color: #fff;	
}


.butN {
	background-color: var(--col_context);
	padding: 7px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;

    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
}

.butN:hover{
	background-color:#d94c71;
	color: #fff;	
}

.butM {
	background-color: #7355f2;
	padding: 7px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;

    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
}

.butM:hover{
	background-color:#674cd9;
	color: #fff;	
}


.butObj:hover{
	background-color: var(--col_active);
}

.parabox {
	border-radius: 10px; 
	background-color: #FFFFFF; 
	padding: 10px; 
}

.paratit {
	font-weight: bold; 
	font-size: 120%;
	color: #444444;
}

.flexc {
	display: flex;
	flex-direction: row; 
}


.flexr {
	display: flex;
	flex-direction: row;
}

.flexd {
	display: flex;
	flex-direction: column;
}
.flext {
	display: flex;
	flex-direction: column;
}


.usrpost {
	width: 100%;
	margin: 10px;
	cursor: pointer;
}

.usrpost .usrrow {
	display: flex;
	align-items: center;
}

.usrpost .imgwriter {
	width:40px;
	height:40px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	flex-shrink: 0;
	flex-grow: 0;
	
	border-radius: 25px;
	
}
.usrgrp {
    padding:20px; width: 100%; margin: 10px;
}
.imgback_grp {
     width:100%; height: 200px; border-radius: 5px; margin-bottom:10px;
}
.imgback_news{
     width:100%; height: 200px; border-radius: 5px; margin-bottom:10px;
}

@media (min-width: 992px) {
    .flexc {
        display: flex;
        flex-direction: column; 
    }

    .flexr {
        display: flex;
        flex-direction: row;
    }
    .flexd {
        display: flex;
        flex-direction: row;
    }
    .usrpost {
        width: 300px;
        margin: 10px;
        cursor: pointer;
    }

    .usrpost .usrrow {
        display: flex;
        align-items: center;
    }

    .usrpost .imgwriter {
        width:40px;
        height:40px;

        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        flex-shrink: 0;
        flex-grow: 0;

        border-radius: 25px;

    }
    .usrgrp {
        padding:20px; width: 470px; margin: 10px;
    }
    .imgback_grp {
         width:180px; height: 130px; border-radius: 5px; margin-bottom:0px;
    }
    .imgback_news{
         width:180px; height: 130px; border-radius: 5px; margin-bottom:10px;
    }    
}


._divFooter {
    background-color: #1D1D1D;
    padding: 30px 40px;
    color: #858585;
    font-size: 0.9rem;
}
.oneshop {
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;

    cursor: pointer;
}

.oneshop .shopimg {
    width: 100%;
    height: 130px;

    border-radius: 10px 10px 0px 0px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.oneshop .bottombox {
    width: 100%;
    padding: 10px;

}
.main_comm_type {
    padding-left: 60px; align-items: center; margin-bottom: 5px;
}
.main_comm_date {
    text-align: left; font-size:0.8rem; padding:0px 10px; color: #AAAAAA;
}
.onepet {
	width: 100%;
	padding: 35px 0px;
	margin: 10px 10px 10px 10px;
	cursor: pointer;
}


@media (min-width: 992px) {
    ._divFooter {
        background-color: #1D1D1D;
        padding: 30px 80px;
        color: #858585;
        font-size: 0.9rem;
   }
    .oneshop {
        width: 220px;
        margin: 10px;
        border-radius: 10px;
        overflow: hidden;

        cursor: pointer;
    }

    .oneshop .shopimg {
        width: 100%;
        height: 130px;

        border-radius: 10px 10px 0px 0px;

        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .oneshop .bottombox {
        width: 100%;
        padding: 10px;

    }
    
    .onepet {
        width: 300px;
        padding: 35px 0px;
        margin: 10px 10px 10px 10px;
        cursor: pointer;
    }

}


.onepet:hover {
	border: 5px solid var(--col_context);
}

.onepet .prfimg {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	margin: auto;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.onepet .petname {
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	
	padding-top: 20px;
}

.onepet .butPetModify {
	width: 100px; 
	height: 26px;
	border-radius: 15px; 
	padding: 0px;
	margin-top: -7px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9rem; 
	
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.onepet .butMgt {
	width: 150px; 
	height: 30px;
	border-radius: 15px;
	background-color: #5591A9;
	color: #FFFFFF; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9rem; 
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	opacity: 0.8;
	
}

.onepet .petknd {
	color: #777777;
	font-size: 1.0rem;
	text-align: center;
	padding: 5px;
}

.onepet .petlead {
	color: #444433;
	font-size: 0.9rem;
}

.onepet .petgood {
	color: var(--col_context);
	font-size: 0.9rem;
}

.onepet .petgal {
	color: #6666BB;
	font-size: 0.9rem;
}

.onepet .petold {
	color: #444444;
	font-size: 0.9rem;
}



.flexexp {
	flex-grow: 1;
	flex-shrink: 1;
}

.flexexph {
	flex-shrink: 1;
}

.flexexpw {
	flex-grow: 1;
	flex-shrink: 1;
    width:100%;
}

.flexfix {
	flex-grow: 0;
	flex-shrink: 0;
}
.petinfo_menu {
    width:100%;
}
.addpet_box {
    width: 100%; padding: 20px; margin:10px; text-align: center; cursor: pointer;
}
.main_shop_box {
    width: 100%; padding: 20px; margin:10px; text-align: center; cursor: pointer;
}
.news_list {
    padding:10px; width: 100%; margin: 10px;
}
@media (min-width: 992px) {
    .flexexpw {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .flexfix {
        flex-grow: 0;
        flex-shrink: 0;
    }
    .petinfo_menu {
        width:180px;
        margin-right:20px;
    }
    .addpet_box {
        width: 300px; padding: 20px; margin:10px; text-align: center; cursor: pointer;
    }
    .news_list {
        padding:10px; width: 470px; margin: 10px;
    }
    .main_shop_box {
        width: 300px; padding: 20px; margin:10px; text-align: center; cursor: pointer;
    }
    
}

.imgback {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#__chang_wait_div {
    position:fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     text-align: center;
     color: #FFFFFF;
     
}

#__yesno_dialog_base {
    position:fixed;
    
    min-width:310px;
    max-width:400px;

    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);

	border-radius: 10px;
 	box-shadow: 0px 0px 15px rgba(0,0,0, .2);
 	
	background-color: #FFFFFF;
	overflow: hidden;
	
	display: none;	
}

#__alert_dialog_base {
    position:fixed;
    
    min-width:310px;
    max-width:400px;

    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);

	border-radius: 10px;
 	box-shadow: 0px 0px 15px rgba(0,0,0, .2);
 	
	background-color: #FFFFFF;
	overflow: hidden;
	
	display: none;		
}


#__menu_dialog_base {
    position:fixed;
    
    min-width:310px;

    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);

	border-radius: 10px;
 	box-shadow: 0px 0px 15px rgba(0,0,0, .2);
 	
	background-color: #FFFFFF;
	overflow: hidden;
	
	display: none;	
}


#__id_base_iframe_dialog_iframeobj {
	position:fixed;
	-webkit-user-drag: element;
	background-color: #FFFFFF;
	
	border-radius: 5px;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  
	display: none;	
}


#__chang_disable_background {
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	
	width:100%;
	height:100%;

	background:#000000AA;
}


.gsbar {
	background-color: #FFFFFF;
	display: flex;
	align-items: stretch;
	border-top: 1px solid #DFDFDF;
}

.gsbar .butgs {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	flex-basis: 100%;
}




.norpost {
	margin: 10px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	overflow: hidden;	
}
@media (min-width: 992px) {
    .norpost {
        margin: 10px;
        width: 380px;
        background-color: #FFFFFF;
        padding: 0px;
        overflow: hidden;	
    }
}

.norpost .imgwriter {
	width:50px;
	height:50px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	flex-shrink: 0;
	flex-grow: 0;
	
	border-radius: 25px;
	
}

.norpost .mainimg {
	width: 100%;
	height: 250px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.norpost .mainytb {
	width: 100%;
	height: 250px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.rowpost {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	padding: 10px;
	
	display: flex;
	align-items: center;
	
	border-bottom: 1px solid #DFDFDF;
	
	
}

.rowpost .postimg {
	width:60px;
	height:60px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	flex-shrink: 0;
	flex-grow: 0;
	
	border-radius: 5px;
	
	margin-right: 10px;
	
}



.imgpost {
	width: 205px;
	margin-top: 10px;
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	
	overflow: hidden;	
}

.imgpost .image {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100%; 
	height: 205px;
}

.imgpost .image .imgpanel {
	width: 100%;
	background-color: #00000088;
	color: #FFFFFF;
	font-size: 80%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 10px;
	
	position: absolute;
	bottom: 0px;
}


.imgpost .image .imgpanel .ico {
	width: 20px;
	height: 20px; 
}


.imgpost .bottom {
	background-color: #FFFFFF;
	
	width: 100%;
	padding: 5px; 
}

.imgpost .bottom .usrrow {
	display: flex;
	align-items: center;
	color: #CCCCCC;
}

.imgpost .bottom .title {
	text-align: center;
	 overflow: hidden; 
	 white-space:nowrap; 
	 text-overflow:ellipsis;
}

.strNowrap {
	 overflow: hidden; 
	 white-space:nowrap; 
	 text-overflow:ellipsis;
}

.sevtpost {
	background-color: #FFFFFF;
	margin: 10px;
	width: 100%;
	
	border-radius: 15px;
	border: 1px solid #DFDFDF;
	
	padding: 0px;
	
	overflow: hidden;
}

@media (min-width: 992px) {
    .sevtpost {
        background-color: #FFFFFF;
        margin: 10px;
        width: 470px;

        border-radius: 15px;
        border: 1px solid #DFDFDF;

        padding: 0px;

        overflow: hidden;
    }
}

.sevtpost .tit {
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: var(--col_context); 
	
	font-weight: bold;
	font-size: 100%;
	padding: 8px;
}

.sevtpost .middle {
	padding: 10px;
	border-bottom: 1px solid #DFDFDF;
	
	display: flex;
	flex-direction: row;
	align-items: center;
}



.forCList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	justify-content: left; 
}


.screen {
	background-color: #00000066;
	width: 100%;
	height: 100%;
	
	padding: 5px;
	
	color: #FFFFFF;
}

.screen:active {
	background-color: #000000AA;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.container {

    width: 100%;
    margin: 0px auto;

}


@media (min-width: 768px) {
    .container {
        width: 100%;
        margin: 0px auto;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1000px;
        margin: 0px auto;

    }
}



.roundbox {
	border-radius: 8px;
	border: 1px solid #DADADA;
	box-shadow: 2px 2px 2px #EDEDED;
	
}

._navibar {	
    display: flex;
    align-items: center;
    background-color: #2D2D2D;

    color: #FFFFFF;
    height: 60px;
    padding: 0px 20px 0px 20px;
}
._navibar .title {
	font-size: 1.2rem;
	color: #FFFFFF;
	flex-grow: 1;
	text-align: left;
}

@media (min-width: 992px) {
    ._navibar {	
        display: flex;
        align-items: center;
        background-color: #2D2D2D;

        color: #FFFFFF;
        height: 60px;
        padding: 0px 100px 0px 200px;
    }
    ._navibar .title {
        font-size: 1.2rem;
        color: #FFFFFF;
        flex-grow: 1;
        text-align: center;
    }
    
}


._navibar .path {
	font-size: 0.9rem;
	color: #AAAAAA;
	flex-grow: 0;
}


._leftmenubox {
	width: 100%; 
	margin: 0px 0px 20px 0px; 
	padding: 25px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #333333;
}

._leftmenubox ._leftmenu {
	padding: 15px 0px;
	border-bottom: 1px solid #DFDFDF;
	
	cursor: pointer;
}

._leftmenubox .selected {
	
	color: var(--col_context);
}


@media (min-width: 992px) {
    ._leftmenubox {
        width: 180px; 
        margin: 0px 20px 0px 0px;
        padding: 25px;
        font-size: 1.0rem;
        font-weight: bold;

        color: #333333;
    }

    ._leftmenubox ._leftmenu {
        padding: 15px 0px;
        border-bottom: 1px solid #DFDFDF;

        cursor: pointer;
    }

    ._leftmenubox .selected {

        color: var(--col_context);
    }
}


.pageno {
	border-radius: 8px;
	border: 1px solid #DADADA;
	
	overflow: hidden;
	
	margin: 10px auto;
	
	font-size: 1.1rem;
}

.pageno .curpage {
	background-color: var(--col_context);
	color: #FFFFFF;

	display: inline-flex;
	
	height: 35px;
	padding: 0px 15px;
	
	align-items: center;
	justify-content: center;
}

.pageno .num {
	height: 35px;
	padding: 0px 15px;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	border-right: 1px solid #DADADA; 
	cursor: pointer;
}

.pageno .num:hover {
	background-color: var(--col_context);
	color: #FFFFFF;
}

.pageno .next {
	height: 35px;
	padding: 0px 15px;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pageno .next:hover {
	background-color: var(--col_context);
	color: #FFFFFF;
}

.pageno .prev {
	height: 35px;
	padding: 0px 15px;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #DADADA; 
	cursor: pointer;
}

.pageno .prev:hover {
	background-color: var(--col_context);
	color: #FFFFFF;
}


.__poptitlebar {
	padding: 17px 10px 17px 20px;
	background-color: var(--col_context);
	display: flex;
	align-items: center;
	
	flex-grow: 0;
}

.__poptitlebar .__title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1rem;
	flex-grow: 1;
	flex-shrink: 1;
}


.__poptitlebar  .__butX {
	width: 20px; 
	height: 20px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/images/but_img_x_white.png");
	
	flex-grow: 0;
	flex-shrink: 0;
	
	cursor: pointer;
}

.__poptitlebar  .__butX:hover {
	color: #fff;	
}

.footer_line { 
    padding:0px 10px;
    color:#3a3a3a;
    font-size:10px;
}




._topmenu {
	font-size: 0.9rem;
	margin: 5px 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;

}

._mainmenubar {
	padding: 15px 10px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
._mainmenu {
	padding:0px 7px;
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	
	cursor: pointer;
}
.usrnews {
    padding:20px; width: 100%; margin: 10px; display: flex; cursor: pointer; flex-direction: column;   
}
.imgnews{
    width:100%; height: 200px; border-radius: 5px; margin: 0 0 10px 0px;
}
.iframeobj {
    width: 95%!important; height: 750px; display: inline;
}


@media (min-width: 992px) {
    ._mainmenubar {
        padding: 15px 40px;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    ._mainmenu {
        padding:0px 40px;
        font-size: 1.1rem;
        display: flex;
        justify-content: center;

        cursor: pointer;
    }    
    .usrnews{
        padding:20px; width: 470px; margin: 10px; display: flex; cursor: pointer; flex-direction: row;
    }
    .imgnews{
        width:200px; height: 140px; border-radius: 5px; margin: 0 0 0px 0px;
    }
    .iframeobj {
        width: 800px!important; height: 750px; display: inline;
    }

}



._mainmenu:hover {
	color: #FC5178;
	font-weight: bold;
}

._mainmenubar .selected {
	color: #FC5178;
}

#_divMypage {
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 300px; 
	height: 100%; 
	background-color: #313131;
	
	overflow: hidden;
	display: none;
	
	padding: 0px 30px;
	
	color: #E8E8E8;
}

#__divMypageBack {
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #00000088;
	
	display: none;
}

#_divMypage .mypagemenu {
	padding: 20px 0px;
	display: flex;
	align-items: center;
	
	font-size: 1.0rem;
	
	cursor: pointer;
	
	border-bottom: 1px solid #393939;
}


.lostpet {
	padding: 20px;
	display: flex;
    flex-direction: column;
	align-items: center;	
	width: 100%;
	margin: 10px;	
	cursor: pointer;
}

.lostpet .petimg {
	width: 100%;
	height: 200px;
	margin-bottom:10px;
	border-radius: 10px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	flex-grow: 0;
	flex-shrink: 0
}

.lostpet .infobox {
    width:100%;
	flex-grow: 1;
	flex-shrink: 1;
}
.notipost {
	width: 100%;
	margin: 10px;
	padding: 15px;
	cursor: pointer;
}
@media (min-width: 992px) {
    .lostpet {
        padding: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 470px;
        margin: 10px;

        cursor: pointer;
    }

    .lostpet .petimg {
        width: 200px;
        height: 140px;
        margin-bottom: 0px;
        border-radius: 10px;

        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        flex-grow: 0;
        flex-shrink: 0
    }

    .lostpet .infobox {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .notipost {
        width: 470px;
        margin: 10px;
        padding: 15px;
        cursor: pointer;
    }    
}



.notipost:hover {
	background-color: #DFDFDF;
}

.notipost .notiimg {
	width: 100%;	
	border-radius: 15px;
	margin-bottom: 15px;
	
	overflow: hidden;
}

.notipost .notitit {
	color: #888888;
	padding-bottom: 15px;
}

.notipost .notidtm {
	text-align: right;
	color: #AAAAAA;
}

.shopinfo_menu {
    width:100%; margin-right: 20px;
}
.app_down {
    width:100%; padding:10px; line-height: 12px; box-sizing: border-box;
    display: flex; justify-content: space-between; align-items: center; flex-direction: column;
}

@media (min-width: 992px){
    .shopinfo_menu {
        width:180px;
        margin-right: 20px;
    }
    .app_down {
        width:1000px; padding:20px 100px; margin-bottom:20px;
        display: flex; justify-content: space-between; align-items: center; flex-direction: row;
    }
}