@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Karla:400,700); */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

/* cursor warmtone
html {
    cursor: url("https://files.persona.co/39709/pointer.png") 7 0, auto !important;
}

a {
    cursor: url("https://files.persona.co/39709/pointinghand.png") 34 4, auto !important;
}

h1 {
    cursor: url("https://files.persona.co/39709/screenshotselection.png") 21 30, auto !important;
}

h2 {
    cursor: url("https://files.persona.co/39709/screenshotselection.png") 21 30, auto !important;
}

h3 {
    cursor: url("https://files.persona.co/39709/screenshotselection.png") 21 30, auto !important;
}

h4 {
    cursor: url("https://files.persona.co/39709/screenshotselection.png") 21 30, auto !important;
}

small {
    cursor: url("https://files.persona.co/39709/screenshotselection.png") 21 30, auto !important;
}

button {
    cursor: url("https://files.persona.co/39709/pointinghand.png") 34 4, auto !important;
}

/* 수정중

.profile a:hover {
    content: url(https://files.persona.co/39709/kyu.gif);
    display: block;
    position: absolute;
    max-width: 500px;
    max-height: 280px;
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
    box-shadow: 0 0 2.8rem rgba(255, 255, 255, 0.4);
    left: 8.2rem;
    z-index: 999;
}

*/

.content img {
    cursor: url("https://files.persona.co/39709/pointer.png") 7 0, auto !important;
}

.thumbnail img {
    cursor: url("https://files.persona.co/39709/pointinghand.png") 34 4, auto !important;
}

.small1 { width: 150px; }
.small2 { height: 150px; }

/* cursor purple */

html {
    cursor: url("https://files.persona.co/39709/pointer_Purple.png") 7 0, auto !important;
}

a {
    cursor: url("https://files.persona.co/39709/pointinghand_Purple.png") 34 4, auto !important;
}

h1 {
    cursor: url("https://files.persona.co/39709/ibeam_Purple.png") 21 30, auto !important;
}

h2 {
    cursor: url("https://files.persona.co/39709/ibeam_Purple.png") 21 30, auto !important;
}

h3 {
    cursor: url("https://files.persona.co/39709/ibeam_Purple.png") 21 30, auto !important;
}

h4 {
    cursor: url("https://files.persona.co/39709/ibeam_Purple.png") 21 30, auto !important;
}

small {
    cursor: url("https://files.persona.co/39709/ibeam_Purple.png") 21 30, auto !important;
}

button {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='70' height='84' viewport='0 0 100 100' style='fill:black;font-size:42px;'><text y='50%'>🚀</text></svg>") 16 0,auto; /*emojicursor.app*/

}

.content img {
    cursor: url("https://files.persona.co/39709/pointer_Purple.png") 7 0, auto !important;
}

.thumbnail img {
    cursor: url("https://files.persona.co/39709/pointinghand_Purple.png") 34 4, auto !important;
}



/* Defalut Setting
html, body {width:100%;height:100%;margin:0;padding:0;-webkit-text-size-adjust: none;}
body {background-color:#FFF;color:#000;font-size:24px;line-height:100%;font-family:'Karla','Noto Sans KR', sans-serif;}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,img{margin:0;padding:0;}
*/

/**
 * Resets
 */

/**Gradient Btn Start-kyu
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 150px;
  color: white;
  font-family: 'Montserrat';
  font-size: 2.5rem;
  text-align:center;

  background: black;
  position: relative;
  border-radius: var(--borderWidth);
}

.button:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease infinite;
  background-size: 400% 400%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

Gradient Btn End-kyu */


/*
@media screen and (max-width: 600px) {

    #myBtn {
   width: 40px;
   height: 40px;
   display: none;
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 99;
   border: none;
   outline: none;
   font-size: 28px !important;
   color: white;
   cursor: pointer;
   padding: 10px 10px 10px 11px;
   border-radius: 50%;
   box-shadow: 0px 0px 0px #000;
   background-color: transparent;
}
#myBtn:visited {
   background-color: #FFFFFF;
}
#myBtn:hover {
   background-color: #FFFFFF;
}
#myBtn:active {
   background-color: #FFFFFF;
}


.fa-arrow-up {
   color: #000;
}
}
*/


#myBtn {
   width: 50px;
   height: 50px;
   display: none;
   position: fixed;
   bottom: 4%;
   right: 4%;
   z-index: 99;
   border: none;
   outline: none;
   font-size: 25px !important;
   color: #fff;
   cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='70' height='84' viewport='0 0 100 100' style='fill:black;font-size:42px;'><text y='50%'>🚀</text></svg>") 16 0,auto; /*emojicursor.app*/
   padding: 10px 10px 10px 11px;
   border-radius: 50%;
   box-shadow: 0px 0px 0px #000;
   background-color: #fff;
}
#myBtn:visited {
   background-color: #FFFFFF;
   cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='70' height='84' viewport='0 0 100 100' style='fill:black;font-size:42px;'><text y='50%'>🚀</text></svg>") 16 0,auto; /*emojicursor.app*/

}
#myBtn:hover {
   background-color: #FFFFFF;
   cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='70' height='84' viewport='0 0 100 100' style='fill:black;font-size:42px;'><text y='50%'>🚀</text></svg>") 16 0,auto; /*emojicursor.app*/

}
#myBtn:active {
   background-color: #FFFFFF;
   cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='70' height='84' viewport='0 0 100 100' style='fill:black;font-size:42px;'><text y='50%'>🚀</text></svg>") 16 0,auto; /*emojicursor.app*/

}

.fa-chevron-up {
	color: #000;
}

.fa-arrow-up {
   color: #000;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #000000;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */


	#box-w{ background-color: white; }
	#box1-2{ background-color: #FF00CC; width: 200px }
	#txt-b { color: black; }


main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {

}

.slideshow-nav {
	margin-bottom: 0em;
}

img {
	border: 0.0rem solid rgba(255, 255, 255, 1);
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 1);
	border: 0;
	height: 0.02em;
	display: block;
}



/* Cloud */

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 0em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent /*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 4rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100rem/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 3rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Titling Gothic FB Normal", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgb(224, 224, 224);
    padding-bottom: 0em;
    border-bottom: 0.07em solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
 color: rgb(136, 139, 166);
    padding-bottom: 0em;
    border-bottom: 0.07em solid rgb(136, 139, 166);;
    text-decoration:none;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Titling Gothic FB Wide", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] h2 {
	font-family: "Titling Gothic FB Wide", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 4rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(224, 224, 224);
}

[data-predefined-style="true"] h3 {
	font-family: "Titling Gothic FB Wide", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 2rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h4 {
	font-family: "Titling Gothic FB Normal", Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 1;
	font-size: 2rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;

}

[data-predefined-style="true"] h5 {
	font-family: "Titling Gothic FB Wide", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #fff;
}

[data-predefined-style="true"] h6 {
	font-family: "Titling Gothic FB Wide", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 2.4rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 0.02em;
  	-webkit-text-stroke-color: #fff;
}

[data-predefined-style="true"] h7 {
	font-size: 3rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Titling Gothic FB Normal", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.3;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 0.02em;
  	-webkit-text-stroke-color: #fff;
}

[data-predefined-style="true"] h8 {
	display: inline-block;
    font-size: 1.4rem;
	font-weight: 200;
	color: rgb(255, 255, 255);
	font-family: "Titling Gothic FB Normal","Spoqa Han Sans" Social /*!Persona*/;
	font-style: normal;
	line-height: 1.5;

}


[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.3;
	font-family: "Titling Gothic FB Normal", "Spoqa Han Sans" Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	color: rgb(224, 224, 224);
}

[data-predefined-style="true"] small a {
	color: rgb(224, 224, 224);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}


/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
