/* 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{
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  margin:0;
}



.accordion {
  list-style:none;padding:0;
  width:100%;
  max-width: 100%;
  margin: auto;
  padding-bottom:20px;
}
.accordion li {
 padding-left:10px;
  list-style:none;
  border-bottom: 0px 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: 10px;
  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;	
  width: 100%;
  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: 8px;
  text-indent: 0px;
  user-select: none;
  border:0px solid blue;
}
.accordion1 a:after {
  width: 0px;
  height: 0px;
  border-right: 0px solid #4a6e78;
  border-bottom: 0px 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;
 font-size:8px;
 font-weight:300;
 color:#6b6b6b;
 width:70%;
 float:right;
}








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

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:8px;
 font-weight:300;
 color:#6b6b6b;
 width:75%;
 float:right;
}

a.shortcut  {
  font-family:Noto Sans KR, sans-serif;
  font-size:12px;
  font-weight:500;
  color:#fff;
  padding-top:6px;
  border:0px solid red;
}

.shortcuts {
border:0px solid blue;
text-align:center;
width:100%;
height:30px;
background-color:#1c4499;
padding:0 0 8px 0;
color:#fff;
margin-top:10px;
}

.title {padding-bottom:100px;text-align:center;}
.title_img {padding-bottom:10px;width:100%;margin:0 auto;border:0px solid red;position:relative;}
.title_img img {width:100%;}
.sub_title {position:relative;padding-bottom:5px;text-align:center;width:100%;}
.sub_title img {width:100%;}
.sub_title1 {padding-bottom:20px;text-align:center;width:100%;}
.sub_title1 img {width:100%;}
.section_title {padding-top:20px;text-align:center;width:100%;}
.section_title img {width:100%;}

.t_contents {width:100%;font-size:12px;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 */

