@charset "utf-8";

:root{
	--content-w:1200px;

	--color:#ff6060;
	--color2:#ef7373;
	--color3:#ff8685;
	--color-btn:#ff6a6f;/*00a650*/
	--font-color:#222;
	--font-size:16px;
	--font-size-b:18px;
	--h:50px;
	--h2:44px;
	--lh:48px;
	--lh2:42px;
	--lh-side:46px;
	--bdr:solid 1px #ddd;
	--bdr-focus:solid 1px #ff8685;
	--radius:5px;
}

html {width:100%;height:100%;}
body {width:100%;height:100%;margin:0;padding:0;font-family:'Pretendard','Malgun Gothic','dotum','Sans-serif';color:#444;font-size:14px;font-weight:400;background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, li, dl, dt, dd {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}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard','Malgun Gothic','dotum','Sans-serif';color:#444;font-size:14px;font-weight:400;outline:none;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
p .vod-desc {padding-right: 10px;}
pre, xmp {overflow-x:scroll;font-family:'Pretendard','Malgun Gothic','dotum','Sans-serif';font-size:14px;font-weight:400;line-height:140%;}
a {
	color:#444;text-decoration:none;cursor:pointer;
	text-decoration: none;
	cursor: pointer;
	transition: none;
	touch-action: manipulation;
}
a:hover {color:#ff8685;text-decoration:none;}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/* input focus */
input[type=text],input[type=password], textarea {background:#fff;border:solid 1px #ddd;;border-radius:var(--radius);}
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {border:solid 1px var(--color);}
textarea {display:block;width:100%;padding:10px;line-height:160%;}

.placeholdersjs {color:#999 !important}
input::placeholder {color:#999;}
input::-webkit-input-placeholder {color:#999;}
input::-ms-input-placeholder {color:#999;}
textarea::placeholder {color:#999;}
textarea::-webkit-input-placeholder {color:#999;}
textarea::-ms-input-placeholder {color:#999;}

/* scrollbar */
/*::-webkit-scrollbar {width:4px;height:4px;}
::-webkit-scrollbar-thumb {background-color:#eee;border-radius:2px;}
::-webkit-scrollbar-track {background-color:none;}*/

.scroll::-webkit-scrollbar {width:4px;}
.scroll::-webkit-scrollbar-thumb {background-color:#ff8685;border-radius:2px;}
.scroll::-webkit-scrollbar-track {background-color:none;}

@media only screen and (max-width: 720px) {
	.social-feed-box {
		padding: 50px 5px 0px 5px;
	}
	
	.social-avatar-box {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 720px) {
	.social-feed-box {
		padding: 0px 15px 0px 15px;
	}
	
	.social-avatar-box {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.social-avatar-box {
		margin: 0;
	}
	
	.social-avatar .media-body a.float-right {
		position: relative;
		top: 8px;
	}
}

@media screen and (max-width:1200px) {
}

@media screen and (max-width:980px) {
}

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

@media screen and (max-width:640px) {
}

@media screen and (max-width:480px) {
}