/* BASIC css start */
/** import ¿µ¿ª **/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { /** ÆùÆ® ¿µ¹® ÀÌ¸§ ÁöÁ¤ **/
 font-family: 'Noto Sans KR', sans-serif;
}

/** ÀÌÇÏ´Â °øÅë **/
.normal { font-style: normal;}
.w100 { font-weight: 100;}
.w300 { font-weight: 300;}
.w350 { font-weight: 350;}
.w400 { font-weight: 400;}
.w500 { font-weight: 500;}
.w700 { font-weight: 700;}
.w800 { font-weight: 800;}
.w900 { font-weight: 900;}

body, div, span {
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin:0;
}

h1 {
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.8;
  padding: 50px 0;
}

.accordion {
  list-style:none;padding:0;	
  max-width: 723px;
  margin: auto;
  padding-left:200px;
  padding-bottom:100px;
}
.accordion li {
  list-style:none;
  /*border-bottom: 1px solid #d9e5e8;*/
  position: relative;
}
.accordion li p {
  display: none;
  color: #000;
}
.accordion a { /* Á¦¸ñ ÆùÆ® »çÀÌÁî */
  font-family: Noto Sans KR, sans-serif;
  width: 100%;
  display: block;
  color:#000;
  cursor: pointer;
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
  text-indent: 0px;
  user-select: none;
  border:0px solid blue;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*ÀüÃ¼¹Ú½º*/
.accordion1 {
  list-style:none;padding:0;	
  max-width: 800px;
  margin: auto;
  padding-left:0px;
  padding-bottom:100px;
  border:0px solid red;
}
.accordion1 li {
  list-style:none;
  /*border-bottom: 1px solid #d9e5e8;*/
  position: relative;
  border:0px solid red;
}
.accordion1 li p {
  display: none;
  color: #000;
  border:0px solid red;
}
/*°³º°¹Ú½º*/
.accordion1 a { /* Á¦¸ñ ÆùÆ® »çÀÌÁî */
  font-family: Noto Sans KR, sans-serif;
  width: 100%;
  display: block;
  color:#000;
  cursor: pointer;
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
  text-indent: 0px;
  user-select: none;
  border:0px solid blue;
}
.accordion1 a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub1 {
 font-family: Noto Sans KR, sans-serif;
 border:0px solid red;
 font-size:15px;
 font-weight:300;
 color:#6b6b6b;
 width:80%;
 float:right;
}








/* º»¹® ÆùÆ® »çÀÌÁî */
.accordion p { 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  padding: 5px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sub {
 font-family: Noto Sans KR, sans-serif;
 border:0px solid red;
 font-size:15px;
 font-weight:300;
 color:#6b6b6b;
 width:75%;
 float:right;
}

.shortcut {
  font-family:Noto Sans KR, sans-serif;
  font-size:18px;
  font-weight:500;
  color:#fff;
}

.title {padding-bottom:100px;text-align:center;}
.title_img {padding-bottom:35px;height:390px;width:100%;max-width:1050px;margin:0 auto;border:0px solid red;position:relative;top:-21px;}
.sub_title {position:relative;padding-bottom:5px;text-align:center;}
.sub_title1 {padding-bottom:80px;text-align:center;}
.section_title {padding-top:80px;text-align:center;}

.t_contents {font-size:15px;color:#6c6c6c;}
.t_price1 {color:#000;font-size:14px;}
.t_price2 {color:#ff0000;font-size:18px;}
/*.top_title {position:relative;top:0px;text-align:center;width:100%;max-width:1050px;height:35px;background-color:#000;margin:0 auto;color:#ffff00;font-family: Noto Sans KR, sans-serif;font-weight:300;font-size:1.3em;margin-bottom:20px;}*/
.navi {width:100%;max-width:1050px;margin:0 auto;font-family:dotum;font-size:12px;}




/* BASIC css end */

