/* base */
@import url('://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&subset=korean');
@import url('http://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&subset=korean');
@media (max-width:360px){html{font-size:11px !important;}}
@media (min-width:361px) and (max-width:399px){html{font-size:12px !important;}}
@media (min-width:400px) and (max-width:439px){html{font-size:12px !important;}}
@media (min-width:440px) and (max-width:479px){html{font-size:13px !important;}}
@media (min-width:480px) and (max-width:519px){html{font-size:13px !important;}}
@media (min-width:520px) and (max-width:559px){html{font-size:14px !important;}}
@media (min-width:560px) and (max-width:639px){html{font-size:14px !important;}}
@media (min-width:640px){html{font-size:15px !important;}}

@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:890px){}
@media (max-width:768px){}
@media (max-width:640px){}
@media (max-width:560px){}
@media (max-width:480px){}
@media (max-width:400px){}

/* ==============================
1. Global styles
============================== */
* {
  outline:none;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus{
  color: #111;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul {
  list-style-type: none;
}
.underline {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  max-width: 81px;
  margin: auto;
  color: #e2e2e2;
  text-align: center;
}
.underline:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background:#e2e2e2; 
  top: 50%;
  left: 0%;
}
.underline:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background:#e2e2e2; 
  top: 50%;
  right: 0%;
}
.pointer {
  cursor:pointer;
}
.mo_only {
  display:none;
}
section {
  position: relative;
  padding:60px 0;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:768px){}
@media (max-width:640px){
  .mo_only{display: inline-block;}
  .pc_only{display: none;}
}
@media (max-width:560px){}
@media (max-width:480px){}
@media (max-width:400px){}
/* ==============================
2. Typography
============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262626;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
}
p{
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
}
label{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
}
button{
  font-family: 'Noto Sans KR', sans-serif;
}
select{
  font-family: 'Noto Sans KR', sans-serif;
}
b{
  font-weight: 700;
}
blockquote{
  padding: 15px 40px;
  border: none;
  background: none;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;

}
blockquote:before {
  content: '\f347';
  font-family: Ionicons;
  font-size: 24px;
  color: #222222;
  font-style: normal;
  position: absolute;
  left: 15px;
  margin-top: -10px;
}
.white{
  color: #ffffff !important;
}