@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'NanumGothic';
  src: url("../fonts/NanumGothic.woff") format("woff");
}
@font-face {
  font-family: 'NanumMyeongjo';
  src: url("../fonts/NanumMyeongjo.woff") format("woff");
}
@font-face {
  font-family: 'NanumSquareRegular';
  src: url("../fonts/NanumSquareRegular.woff") format("woff");
}
@font-face {
  font-family: 'NanumSquareExtraBold';
  src: url("../fonts/NanumSquareExtraBold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKkr-Regular';
  src: url("../fonts/NotoSansCJKkr-Regular.otf") format("otf");
  src: url('../fonts/NotoSansCJKkr-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSansCJKkr-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSansCJKkr-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Regular.ttf") format("ttf");
  src: url('../fonts/NotoSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSans-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}
@font-face { 
	font-family: 'NanumBarunGothic';
	src: url('../fonts/NanumBarunGothic.eot');
	src: url('../fonts/NanumBarunGothic.eot') format('embedded-opentype'), url('../fonts/NanumBarunGothic.woff') format('woff');
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, 
*:before, 
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, 
body { 
	height:100%;
	font-size: 16px;
	line-height: 1.42857143;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { 
	margin: 0; 
	padding: 0; 
	background-image: url('../img/mainBG.jpg');
  background-size: cover;
	color: #2d2d2d; 
}
hmtl, body, table, th, td, button, input { font-family: 'NanumBarunGothic', sans-serif; }
div,h1,h2,h3,h4,h5,h6,form,input,textarea,p,figure,fieldset { margin:0; padding:0; }
fieldset, img { border:0 none; }
a, a:visited, a:hover, a:active, a:focus { text-decoration:none; }
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a, input { outline:none; }
:focus { outline: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
a:hover,
a:focus,
a:active {color: #f8d73d;}
footer {background: #e1e1e1; text-align: left !important; padding: 30px 0;}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
embed,
object,
video {
	max-width: 100%;
}
.layout-body {
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-weight: 600;
}
h1 .thin {
	font-weight: 400;
}
h2 {
	font-weight: 500;
}
h2 .thin {
	font-weight: 300;
}
h3 {
	font-weight: 400;
}
h3 .thin {
	font-weight: 200;
}
h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
}
h6 {
  	font-weight: 400;
}

/* fonts */
.nanummyeongjo {font-family: "NanumMyeongjo" 'serif';}
.nanumsquare-r {font-family: "NanumSquareRegular" 'serif';}
.nanumsquare-eb {font-family: "NanumSquareExtraBold" 'serif';}
.notosanscjkkr-r {font-family: "NotoSansCJKkr-Regular", 'serif';}
.notosans-r {font-family: "NotoSans", 'serif';}
.nanumbarungothic {font-family: "NanumBarunGothic", 'serif';}
.gmarket-l {font-family: "GmarketSansLight", 'serif';}
.gmarket-m {font-family: "GmarketSansMedium", 'serif';}
.gmarket-b {font-family: "GmarketSansBold", 'serif';}
.wb {word-break: keep-all !important;}
.txt-center {text-align: center !important;}
.bg_white {background: #fff;}
.btn {border: 1px solid #f8d73d; background: #f8d73d; margin: 10px 0;}
.btn2 {border: 1px solid #7427aa; background: #7427aa; margin: 10px 0;}
.c1 {color: #f8d73d;} /* yellow */
.c2 {color: #7427aa;} /* purple */
.c3 {color: #ffffff;} /* white */
.c4 {color: #b27bd9;} /* 반투명? */
.c5 {color: #9c9c9c;} /* gray */
.c6 {color: #c7c7c7;} /* gray */
.c7 {color: #c28ee7;} /* 반투명? */
.c8 {color: #828282;} /* gray */
.c9 {color: #000000;} /* black */

/* common */
.alert_popup {position: absolute; padding:0 10px; max-width: 100%;  height:auto; line-height:40px; background-color: #ffffff; font-size:12px; color:#5b5b5b; display:none; text-align: center; font-weight:bold; border-radius: 10px; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.alert_popup .b-close {border-radius: 7px; font: bold 131% sans-serif; padding: 0 6px 2px; background-color: #2b91af; color: #fff; cursor: pointer; text-align: center; text-decoration: none; position: absolute; right: -7px; top: -7px;}
.alert_popup .b-close:hover {background-color: #1e1e1e;}
.mg-auto {margin: 0 auto;}
.display_none {display: none;}
.float-l {float: left !important;}
.float-r {float: right !important;}
.border-radius-5 {border-radius: 5px;}
.line-height-1_4 {line-height: 1.4em;}

/** research **/
.section-research {*background-color: #fff;}
.keyword-wrap {display: block; overflow: hidden; margin: 0 auto !important; float: none !important;}
.keyword-area {display: none;}
.keyword {float: left; height: auto; line-height: normal; margin: 5px 10px; padding: 10px 10px; border: 2px solid #fff; border-radius: 30px; font-weight: bold; cursor: pointer;}
.research-complete {display: none;}
.inp_etc {display: none;}

/* input */
input {
  font-family: "GmarketSansLight", 'serif';
  background: #9463b7;
  border: 0px;
  border-bottom: 5px solid #b27bd9;
  height: 44px;
  *line-height: 44px;
  color: #fff;
  padding: 0 10px;
} 
input::placeholder {
    color: #c7c7c7;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0px;
  border-bottom: 5px solid #b27bd9;
  height: 44px;
  *line-height: 22px;
  color: #fff;
  padding: 0 10px;
  *background: #9463b7;
  background: url('../img/btn_selectbox.png') no-repeat 98% 50% #9463b7;
  background-size: 10px;
}
select::-ms-expand{ 
  display:none; /* 화살표 없애기 for IE10, 11*/
}
#select_year {width: 68px;}
#select_month, #select_day {width: 45px;}
input:focus {border: 2px solid #f8d73d;}

/* button */
#cancel {background: #c7c7c7; padding: 10px 15px 5px 15px; border: 0; border-radius: 5px; color: #7427aa;}
#commit {background: #f8d73d; padding: 10px 15px 5px 15px; border: 0; border-radius: 5px; color: #7427aa;}
.cursor {cursor: pointer;}


/* name card */
.card_bg {border-radius: 5px; background-image: url('../img/card_bg.jpg'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position:50% 50%; /* ie8- graceful degradation */ background-position:50% 50%\9 !important;}
.card_meaning_bg {background: #fff; border-radius: 10px;}
.card_meaning_unvisible {background-image: url('../img/meaning_bg.png');  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position:50% 50%; /* ie8- graceful degradation */ background-position:50% 50%\9 !important;}
.blurEffect {filter: blur(4.8px); -webkit-filter: blur(4.8px); padding-top: 5px; }
.btn_meaning {position: absolute; z-index: 9999; bottom: 0; }
.btn_share {width: 35px}
.postion-relative {position: relative;}
.btn_help {position: absolute; top: 0px; right: -25px; width: 20px; height: 20px;}

/* Modals ====================================== */
.modal .modal-header {
  border: none;
  padding: 25px 25px 5px 25px; }
  .modal .modal-header .modal-title {
    font-weight: bold;
    font-size: 16px; }

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31) !important;
  border: none; }
  .modal .modal-content .modal-body {
    color: #777;
    padding: 15px 25px; }

.modal .modal-footer {
  border: none; }

.modal-col-red {
  background-color: #F44336; }
  .modal-col-red .modal-body,
  .modal-col-red .modal-title {
    color: #fff !important; }
  .modal-col-red .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-red .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-red .modal-footer .btn-link:hover, .modal-col-red .modal-footer .btn-link:active, .modal-col-red .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-pink {
  background-color: #E91E63; }
  .modal-col-pink .modal-body,
  .modal-col-pink .modal-title {
    color: #fff !important; }
  .modal-col-pink .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-pink .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-pink .modal-footer .btn-link:hover, .modal-col-pink .modal-footer .btn-link:active, .modal-col-pink .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-purple {
  background-color: #9C27B0; }
  .modal-col-purple .modal-body,
  .modal-col-purple .modal-title {
    color: #fff !important; }
  .modal-col-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-purple .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-purple .modal-footer .btn-link:hover, .modal-col-purple .modal-footer .btn-link:active, .modal-col-purple .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-deep-purple {
  background-color: #673AB7; }
  .modal-col-deep-purple .modal-body,
  .modal-col-deep-purple .modal-title {
    color: #fff !important; }
  .modal-col-deep-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-deep-purple .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-deep-purple .modal-footer .btn-link:hover, .modal-col-deep-purple .modal-footer .btn-link:active, .modal-col-deep-purple .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-indigo {
  background-color: #3F51B5; }
  .modal-col-indigo .modal-body,
  .modal-col-indigo .modal-title {
    color: #fff !important; }
  .modal-col-indigo .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-indigo .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-indigo .modal-footer .btn-link:hover, .modal-col-indigo .modal-footer .btn-link:active, .modal-col-indigo .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-blue {
  background-color: #2196F3; }
  .modal-col-blue .modal-body,
  .modal-col-blue .modal-title {
    color: #fff !important; }
  .modal-col-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-blue .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-blue .modal-footer .btn-link:hover, .modal-col-blue .modal-footer .btn-link:active, .modal-col-blue .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-light-blue {
  background-color: #03A9F4; }
  .modal-col-light-blue .modal-body,
  .modal-col-light-blue .modal-title {
    color: #fff !important; }
  .modal-col-light-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-light-blue .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-light-blue .modal-footer .btn-link:hover, .modal-col-light-blue .modal-footer .btn-link:active, .modal-col-light-blue .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-cyan {
  background-color: #00BCD4; }
  .modal-col-cyan .modal-body,
  .modal-col-cyan .modal-title {
    color: #fff !important; }
  .modal-col-cyan .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-cyan .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-cyan .modal-footer .btn-link:hover, .modal-col-cyan .modal-footer .btn-link:active, .modal-col-cyan .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-teal {
  background-color: #009688; }
  .modal-col-teal .modal-body,
  .modal-col-teal .modal-title {
    color: #fff !important; }
  .modal-col-teal .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-teal .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-teal .modal-footer .btn-link:hover, .modal-col-teal .modal-footer .btn-link:active, .modal-col-teal .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-green {
  background-color: #4CAF50; }
  .modal-col-green .modal-body,
  .modal-col-green .modal-title {
    color: #fff !important; }
  .modal-col-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-green .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-green .modal-footer .btn-link:hover, .modal-col-green .modal-footer .btn-link:active, .modal-col-green .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-light-green {
  background-color: #8BC34A; }
  .modal-col-light-green .modal-body,
  .modal-col-light-green .modal-title {
    color: #fff !important; }
  .modal-col-light-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-light-green .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-light-green .modal-footer .btn-link:hover, .modal-col-light-green .modal-footer .btn-link:active, .modal-col-light-green .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-lime {
  background-color: #CDDC39; }
  .modal-col-lime .modal-body,
  .modal-col-lime .modal-title {
    color: #fff !important; }
  .modal-col-lime .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-lime .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-lime .modal-footer .btn-link:hover, .modal-col-lime .modal-footer .btn-link:active, .modal-col-lime .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-yellow {
  background-color: #ffe821; }
  .modal-col-yellow .modal-body,
  .modal-col-yellow .modal-title {
    color: #fff !important; }
  .modal-col-yellow .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-yellow .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-yellow .modal-footer .btn-link:hover, .modal-col-yellow .modal-footer .btn-link:active, .modal-col-yellow .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-amber {
  background-color: #FFC107; }
  .modal-col-amber .modal-body,
  .modal-col-amber .modal-title {
    color: #fff !important; }
  .modal-col-amber .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-amber .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-amber .modal-footer .btn-link:hover, .modal-col-amber .modal-footer .btn-link:active, .modal-col-amber .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-orange {
  background-color: #FF9800; }
  .modal-col-orange .modal-body,
  .modal-col-orange .modal-title {
    color: #fff !important; }
  .modal-col-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-orange .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-orange .modal-footer .btn-link:hover, .modal-col-orange .modal-footer .btn-link:active, .modal-col-orange .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-deep-orange {
  background-color: #FF5722; }
  .modal-col-deep-orange .modal-body,
  .modal-col-deep-orange .modal-title {
    color: #fff !important; }
  .modal-col-deep-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-deep-orange .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-deep-orange .modal-footer .btn-link:hover, .modal-col-deep-orange .modal-footer .btn-link:active, .modal-col-deep-orange .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-brown {
  background-color: #795548; }
  .modal-col-brown .modal-body,
  .modal-col-brown .modal-title {
    color: #fff !important; }
  .modal-col-brown .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-brown .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-brown .modal-footer .btn-link:hover, .modal-col-brown .modal-footer .btn-link:active, .modal-col-brown .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-grey {
  background-color: #9E9E9E; }
  .modal-col-grey .modal-body,
  .modal-col-grey .modal-title {
    color: #fff !important; }
  .modal-col-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-grey .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-grey .modal-footer .btn-link:hover, .modal-col-grey .modal-footer .btn-link:active, .modal-col-grey .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-blue-grey {
  background-color: #607D8B; }
  .modal-col-blue-grey .modal-body,
  .modal-col-blue-grey .modal-title {
    color: #fff !important; }
  .modal-col-blue-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-blue-grey .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-blue-grey .modal-footer .btn-link:hover, .modal-col-blue-grey .modal-footer .btn-link:active, .modal-col-blue-grey .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-black {
  background-color: #000000; }
  .modal-col-black .modal-body,
  .modal-col-black .modal-title {
    color: #fff !important; }
  .modal-col-black .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-black .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-black .modal-footer .btn-link:hover, .modal-col-black .modal-footer .btn-link:active, .modal-col-black .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-white {
  background-color: #ffffff; }
  .modal-col-white .modal-body,
  .modal-col-white .modal-title {
    color: #fff !important; }
  .modal-col-white .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-white .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-white .modal-footer .btn-link:hover, .modal-col-white .modal-footer .btn-link:active, .modal-col-white .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }


input[name=first_name]::placeholder, input[name=last_name]::placeholder {
  font-size: 0.8em;
}

input[name=email]::placeholder {
  font-size: 0.6em; 
}