@charset "utf-8";
/* CSS Document */

.siteAll {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 50px;
  cursor: pointer;
}

.siteAll .toggleMenu {
  float: right;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: absolute;
  vertical-align: middle;
  z-index: 1110;
  background-size: 100% 100%;
  top: 20px;
  right: 0px;
}

/*---�ܹ��Ÿ޴�---*/

.toggleMenu span::before {
  content: '';
  display: block;
  /* position: fixed; */
  width: 55px;
  height: 35px;
  /* top:34px; right:20px; */
  background: url('/images/main/gnbBtn.png')no-repeat center;
  background-size: 100%;
}

.toggleMenu.active span::before {
  content: '';
  background: none
}

.toggleMenu.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  right: 350px;
  top: 150px;
  background: url('../images/x-box.png')no-repeat center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*---�޴�---*/
#menu {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

animation-delay: 1s;

#menu.open li {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#menu ul:hover a {
  opacity: 0.5;
}

#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#menu .main-nav {
  position: relative;
  top: 45%;
  left: 50%;
  width: 1380px;
  overflow: hidden;
  margin-left: -690px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#menu .main-nav .hambergerLogo {
  width: 200px;
  margin: 0 auto 70px;
  display: block;
}

#menu .main-nav>ul.titleBox {
  width: 1380px;
  overflow: hidden;
  padding-bottom: 30px;
}

#menu .main-nav>ul.titleBox>li {
  width: 170px;
  float: left;
  text-align: center;
}

#menu .main-nav>ul.titleBox>li>a.title {
  font-size: 22px;
  font-weight: 500;
  color: #3a3a3a;
  height: 40px;
  line-height: 40px;
}

#menu .main-nav>ul.titleBox>li>a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

#menu .main-nav>ul>li>a:hover {
  opacity: 1;
  font-size: 20px;
  text-decoration: underline;
  color: #2696d1;
}


#scrollmenuwrap {
  position: relative;
  width: 100%;
  z-index: 100;
}

#scrollmenu2 {
  width: 100%;
  background: #000000;
  opacity: 0.7;
  margin: 0 auto;
  height: 360px;
  position: absolute;
  top: 0;
  text-align: left;
  z-index: 1000;
  display: none;
  min-width: 1200px;
}

#scrollmenu2 .menuBox {
  width: 1120px;
  margin: 0 auto;
}

#scrollmenu2 .menu {
  position: relative;
  top: 0;
}

#scrollmenu2 .menu .subMenu {
  position: absolute;
  cursor: pointer;
  letter-spacing: -1px;
  width: 160px;
  height: 300px;
  margin-top: 10px;
  border-right: 1px solid #4a4a4a;
  text-align: center;
}

#scrollmenu2 .menu .subMenu.ul1 {
  left: 0;
}

#scrollmenu2 .menu .subMenu.ul2 {
  left: 160px;
}

#scrollmenu2 .menu .subMenu.ul3 {
  left: 320px;
}

#scrollmenu2 .menu .subMenu.ul4 {
  left: 480px;
}

#scrollmenu2 .menu .subMenu.ul5 {
  left: 640px;
}

#scrollmenu2 .menu .subMenu.ul6 {
  left: 800px;
}

#scrollmenu2 .menu .subMenu.ul7 {
  left: 960px;
  border-right: 0;
}

#scrollmenu2 .menu .subMenu li a {
  display: block;
  color: #fff;
  padding: 13px 0;
}

#scrollmenu2 .menu .subMenu li a:hover {
  color: #8ec055;
  font-weight: bold;
}


/* -------------------------- common -------------------------- */
/* a btn  */
.motion {
  background: #8ec055;
  color: #fff;
}

.cancel {
  background: #6e6e6e;
  color: #fff;
}

/* BtnBox */
.btnBox {
  text-align: center;
  padding-top: 30px;
  font-size: 0;
}

.btnBox a {
  display: inline-block;
  width: 170px;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-right: 15px;
  box-shadow: 3px 4px 0 #d0d0d0;
}

.btnBox a:last-child {
  margin-right: 0;
}

.btnBox input {
  display: inline-block;
  width: 150px;
  padding: 12px 0;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-right: 15px;
}

.btnBox input:last-child {
  margin-right: 0;
}

/* font color, style */
.orange {
  color: #ff6600;
}

.blue {
  color: #3e8ddc;
}

.brown {
  color: #9f4910;
}

.gray {
  color: #b7b7b7;
}

.green {
  color: #84af3b;
}

.red {
  color: #ce3718
}

.orangeBtn {
  background: #ff6600;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}

.blueBtn {
  background: #3e8ddc;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}

.grayBtn {
  background: #adadad;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}

.greenBtn {
  background: #84af3b;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}

.whiteBtn {
  background: #fff;
  text-align: center;
  color: #6e6e6e;
  border: 1px solid #999999;
  margin: 0 auto;
}

.through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.select-arrow {
  background: url('../images/select-arrow.png') no-repeat 100% 48%;
  padding-left: 14px;
}

.dotLine {
  height: 1px;
  border-bottom: 1px dashed #dcdcdc;
}

.commonDot {
  font-size: 18px;
  font-family: 'Noto Sans Kr';
  color: #4f4f4f;
  font-weight: 600;
  padding-left: 20px;
  background: url('../images/commonDot.png') left no-repeat;
  margin: 20px 0;
  background-size: 15px 15px;
}

.marginTop {
  margin-top: 60px;
}

.margin {
  margin: 30px 0;
}


/* commonText */
.commonText {
  margin-top: 20px;
  color: #535252;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.5px
}

.commonText span {
  font-size: 16px;
  font-weight: 500;
}

.commonText b {
  font-weight: 500;
}

.commonText2 {
  margin-top: 20px;
  color: #535252;
  font-size: 16px;
  line-height: 32px;
}

.commonText2 span {
  font-size: 16px;
  font-weight: 500;
}

h1 {
  font-size: 22px;
  color: #292929;
}

h2 {
  font-size: 20px;
  color: #292929;
  padding-top: 10px;
  font-weight: 500
}

h3 {
  font-size: 18px;
  color: #292929;
  padding-top: 20px
}

h4 {
  font-size: 16px;
  color: #292929;
  margin: 20px 0
}

b {
  font-weight: bold;
  font-size: inherit;
}

/* commonTable */
.commonTable {
  width: 100%;
  border-top: 1px solid #45454f;
  border-bottom: 1px solid #45454f;
}

.commonTable.tableBottom {
  margin-bottom: 70px;
}

.commonTable th {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.commonTable td {
  height: 40px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  font-weight: 500;
}

.commonTable tr:last-child td {
  border-bottom: 0;
}

.commonTable td input.greenBtn {
  display: block;
  width: 80px;
  height: 32px;
  margin-top: -1px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td input.orangeBtn {
  display: block;
  width: 80px;
  height: 32px;
  margin-top: -1px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td input.blueBtn {
  display: block;
  width: 80px;
  height: 32px;
  margin-top: -1px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td input.grayBtn {
  display: block;
  width: 80px;
  height: 32px;
  margin-top: -1px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td a.orangeBtn {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 13px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td a.blueBtn {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td a.grayBtn {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td a.greenBtn {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
  box-shadow: 1px 1px 1px #dddddd;
}

.commonTable td .txt {
  color: #b2b2b2;
}

/* paging */
.paging {
  width: 100%;
  margin: 20px auto 0;
}

.paging>ul {
  text-align: center;
}

.paging>ul li {
  width: 30px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  margin-right: 5px;
  border: 1px solid #c2c2c2;
  color: #111111;
  background: #fff;
}

.paging>ul li:last-child {
  margin-right: 0;
}

.paging>ul li.on {
  background: #ececec
}

.paging>ul li a {
  font: 13px 'Namum GothicB';
  display: inline-block;
  color: inherit
}

/* serching */
.serching {
  width: 100%;
  margin: 0 auto 20px;
}

.serching>ul {
  text-align: right;
}

.serching>ul li {
  display: inline-block;
  margin-left: 5px
}

.serching select.select-arrow {
  height: 35px;
  width: 80px;
  border: 1px solid #c8c8c8
}

.serching .inputSerch {
  height: 35px;
  border: 1px solid #c8c8c8;
  padding-left: 10px;
  width: 200px;
}

.serching .serchBtn {
  background-color: #84af3b;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 70px;
  display: inline-block;
  color: #fff;
}


/* -------------------------- floatingArea -------------------------- */
#floatingArea {
  width: 100%;
}

#floatingArea .tabFixed {
  position: fixed;
  top: 0px;
  z-index: 100;
}

#floatingArea .navbarWrap {
  width: 100%;
  height: 55px;
}

#floatingArea .navbarWrap.navbarWrapBg {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

#floatingArea .navbarWrap .navTab {
  width: 1200px;
  margin: 0 auto;
  height: 55px;
  border-bottom: 1px solid #dddddd;
  /*box-shadow:0 2px 4px #e8e8e8 inset;*/
  background: #fff;
  z-index: 99;
}

#floatingArea .navbarWrap .navTab .navbarBox {
  width: 520px;
  margin: 0 auto;
  overflow: auto
}

#floatingArea .navbarWrap .navTab .navbarBox>li {
  height: 55px;
  border-left: 1px solid #dddddd;
  float: left;
}

#floatingArea .navbarWrap .navTab .navbarBox>li:last-child {
  border-right: 1px solid #dddddd;
}

#floatingArea .navbarWrap .navTab .navbarBox li.homeBox {
  width: 57px;
}

#floatingArea .navbarWrap .navTab .navbarBox li.homeBox>img {
  vertical-align: middle;
  margin: 18px auto 17px;
  ;
  width: 20px;
  display: block;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox {
  width: 160px;
  height: 55px;
  font-size: 13px;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox .categori {
  width: 160px;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 2px 0px #e8e8e8 inset;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox .categoriSelect {
  display: none;
  width: 161px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff;
  margin-left: -1px;
  border: 1px solid #dddddd;
  border-top: 0;
  position: absolute;
  top: 55px;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox .categoriSelect li>a {
  padding: 15px 0 15px 15px;
  font-size: 12px;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox .categoriSelect li>a.selected {
  cursor: pointer;
  color: #588511;
  font-weight: bold;
}

#floatingArea .navbarWrap .navTab .navbarBox li.categoriBox .categoriSelect li>a:hover {
  cursor: pointer;
  color: #588511;
  font-weight: bold;
}

#floatingArea .navbarWrap .navTab .navbarBox .selectedMenu {
  width: 143px;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  box-shadow: 0 2px 0px #e8e8e8 inset;
}

/* -------------------------- contetns -------------------------- */
#floatingArea .contents {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 400px;
  overflow: hidden;
  background: #fff;
  z-index: 100;
}

#floatingArea .contents .contPage {
  padding-top: 30px;
}

.contTitleBox {
  margin: 65px auto 80px;
}

.contTitleBox .title {
  font-size: 35px;
  font-family: "Noto Sans Kr";
  font-weight: 500;
  color: #2e2e2e;
  text-align: center;
}

.contTitleBox .titleBar {
  width: 43px;
  margin: 20px auto 0;
  display: block;
}

.contTitleBox .sub {
  font-size: 18px;
  font-family: "Noto Sans Kr";
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
  padding-top: 30px;
}

.grayCommonBox {
  width: 100%;
  background: #575f74;
  color: #ffffff;
  margin: 20px 0 30px;
  border-radius: 10px;
  position: relative;
}

.grayCommonBox .memList {
  padding: 26px 30px;
}

.grayCommonBox .memList li {
  padding: 5px 0;
}

.grayCommonBox .memList li span {
  color: #ffe776;
}

.grayCommonBox2 {
  width: 100%;
  font-size: 15px;
  font-family: "dotum";
  line-height: 27px;
  padding: 20px 30px;
  margin: 20px 0 40px;
  border-radius: 15px;
  background: #f8f8f8;
  color: #535252;
}

.grayCommonBox2>span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  color: #262626;
  font-family: "Noto Sans Kr"
}

.courseTabList {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-top: 30px;
}

.courseTabList a {
  display: inline-block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #45454f;
  background: #ebebeb;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  margin-right: 3px
}

.courseTabList a.on {
  background: #8ec055;
  color: white;
  font-family: "Nanum GothicB"
}


/* ------------ reservation ------------ */
.reserCalendar {
  overflow: hidden;
  width: 1200px;
  margin: 50px auto 0;
}

.reserCalendar .calDate {
  width: 100%;
  font: 27px 'Nanum GothicB';
  padding: 10px 0;
  margin-top: 10px;
  color: #fff;
  background: #2c2c2c;
  margin: 0 auto;
  text-align: center;
}

.reserCalendar .reserCalBox {
  float: left;
  overflow: hidden;
}

.reserCalendar .reserCalBox .box {
  background: #fff;
  width: 570px;
  height: 540px;
  margin: 0 auto;
  float: left;
  border: 1px solid #ececec;
  position: relative;
}

.reserCalendar .reserCalBox .box.rightMargin {
  margin-right: 60px;
}

.reserCalendar .reserCalBox .box .monthChoice .title {
  float: left;
  border: none;
}

.reserCalendar .reserCalBox .line {
  border-right: 1px solid #ececec;
  height: 415px;
  width: 1px;
}

.reserCalendar .reserCalBox .box .monthChoice {
  width: 250px;
  overflow: hidden;
  margin: 40px auto 30px;
}

.reserCalendar .reserCalBox .box .monthChoice .monthBtn {
  float: left;
}

.reserCalendar .reserCalBox .box .monthChoice .monthBtn>img {
  vertical-align: middle;
}

.reserCalendar .reserCalBox .box .monthChoice .month {
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 36px;
  font-family: 'Noto Sans Kr';
  margin: 0 auto;
  color: #444444;
  font-weight: 500;
  text-align: center;
}


.reserCalendar .reserCalBox .box .mainCalendar {
  text-align: center;
  width: 450px;
  height: 292px;
  margin: 0 auto;
}

.reserCalendar .reserCalBox .box .mainCalendar tr.trBg {
  background: #747b8e;
  border-radius: 10px;
}

.reserCalendar .reserCalBox .box .mainCalendar th {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.reserCalendar .reserCalBox .box .mainCalendar td {
  width: 60px;
  height: 52px;
  font-size: 19px;
  font-weight: 600;
  color: #d3d3d3;
  letter-spacing: -1px;
  cursor: pointer;
}

.reserCalendar .reserCalBox .box .mainCalendar td a {
  height: 44px
}

.reserCalendar .reserCalBox .box .mainCalendar th.sun {
  color: #f9a8a8;
  border-radius: 15px 0 0 15px;
}

.reserCalendar .reserCalBox .box .mainCalendar th.sat {
  color: #c3d9fe;
  border-radius: 0 15px 15px 0;
}

.reserCalendar .reserCalBox .box .mainCalendar .today>span {
  color: #fff;
  background: #8ec055;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  font-size: inherit;
}

.reserCalendar .reserCalBox .box .mainCalendar .on {
  color: #fff;
  background: #199dd4;
  border-radius: 9px
}

.reserCalendar .reserCalBox .box .mainCalendar .possible {
  background: url('../images/dot_blue.png')no-repeat center;
  color: #444444
}

.reserCalendar .reserCalBox .box .mainCalendar .impossible {
  background: url('../images/dot_red.png')no-repeat center;
}

.reserCalendar .reserCalBox .box .resChoice {
  width: 370px;
  text-align: center;
  letter-spacing: 0;
  bottom: 20px;
  left: 50%;
  position: absolute;
  margin-left: -190px;
}

.reserCalendar .reserCalBox .box .resChoice span {
  font-size: 15px;
  color: #a3a1a1;
  vertical-align: middle;
}

.reserCalendar .reserCalBox .box .resChoice img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.reserDotBox {
  overflow: hidden;
  margin: 10px 0
}

.reserDotBox .reserDot {
  float: right;
  font-size: 13px;
}

.reserDotBox .reserDot>img {
  display: inline-block;
  vertical-align: middle;
}

.reserText {
  font-size: 13px;
  line-height: 22px;
  float: left;
}

/* joinList */
.borderBg {
  width: 100%;
  padding: 30px 70px 100px;
  border: 1px solid #d2d2d2;
}

.grayTable {
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  margin-bottom: 10px;
}

.grayTable tr:last-child th {
  border: 0;
}

.grayTable tr:last-child td {
  border: 0;
}

.grayTable th {
  background-color: #7c7c7c;
  border-bottom: 1px solid #ddd;
  color: #fff;
  line-height: 43px;
  font-size: 15px;
}

.grayTable td {
  border-bottom: 1px solid #ddd;
  line-height: 43px;
  font-size: 15px;
  text-align: center;
}

.grayTable td.lastTd {
  padding: 30px 0;
  border-bottom: 1px solid #444;
  color: #b2b2b2;
  text-align: center;
}

.grayTable td.subject {
  padding: 0 30px;
}

.grayTable td.subject>a {
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  color: #444;
}

/* joinView */
.grayTable td.joinTxt {
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  line-height: 24px;
}

.commentBox {
  margin: 25px 0 15px;
  border-top: 1px solid #e0e0e0;
}

.commentBox .comment {
  padding: 10px 0;
  border-bottom: 1px dotted #d4d4d4;
}

.commentBox .comment .dateText {
  overflow: hidden
}

.commentBox .comment .dateText .date {
  float: left;
  margin: 10px 0 10px 5px;
  font-size: 15px;
}

.commentBox .comment .dateText .x-box {
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  cursor: pointer;
}

.commentBox .comment .dateText .x-box img {
  width: 25px;
}

.commentBox .comment .cont {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 5px;
}

.commentTxt {
  padding: 10px 0;
  width: 100%;
}

.commentTxt .txtReply {
  display: inline-block;
  width: 1055px;
  height: 70px;
  padding: 5px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
  vertical-align: middle;
}

.commentTxt .viewInput {
  display: inline-block;
  width: 120px;
  margin-left: 17px;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  color: #515151;
  vertical-align: middle;
  border: 1px solid #515151;
  text-align: center;
  box-shadow: 3px 3px 0 #dddddd;
}

/* joinWrite */
.textInputBox {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

.textInputBox>li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.textInputBox .infoTitle {
  width: 13%;
  font-size: 15px;
  font-weight: 600;
  color: #7f7f7f;
}

.textInputBox .infoInputBox {
  width: 87%;
}

.textInputBox .infoInputBox .titleInput {
  width: 90%;
  height: 38px;
  border: 1px solid #e1e1e1;
}

.textInputBox .infoInputBox>input.end {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.textInputBox .infoInputBox .emailTnput {
  width: 70%;
  height: 38px;
  border: 1px solid #e1e1e1;
}

.textInputBox .infoInputBox>input.radio {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.textInputBox .infoInputBox2 {
  width: 37%;
}

.textInputBox .infoInputBox2 select.date {
  width: 120px;
  height: 38px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
}

.textInputBox .infoInputBox2 input.radio {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.textInput {
  width: 100%;
  height: 350px;
  border: 1px solid #e1e1e1;
  margin-top: 40px;
  padding: 10px;
}

/* joinCal */
.joinReserMonth {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.joinReserMonth .monthChoice {
  width: 185px;
  overflow: hidden;
  margin: 0 auto;
}

.joinReserMonth .monthChoice>li {
  float: left;
  height: 80px;
  line-height: 80px;
  font-family: 'Noto Sans KR', sans-serif;
}

.joinReserMonth .monthChoice>li.prev {
  font-size: 20px;
  color: #b3b3b7;
  padding-right: 10px;
  padding-top: 18px;
  cursor: pointer;
}

.joinReserMonth .monthChoice>li.month {
  font-size: 24px;
  font-weight: 600;
}

.joinReserMonth .monthChoice>li.month>span.green {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
}

.joinReserMonth .monthChoice>li.next {
  font-size: 20px;
  color: #4f4f4f;
  padding-left: 10px;
  padding-top: 18px;
  cursor: pointer;
}

.joinReserMonth .calBtnBox {
  position: absolute;
  right: 0;
  top: 35px;
  overflow: hidden;
}

.joinReserMonth .calBtnBox>li {
  float: left;
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}

.joinReserMonth .calBtnBox>li>img {
  display: block;
  margin: 7px auto;
}

.joinReserMonth .calBtnBox>li:first-child {
  margin-right: 10px;
}

.calendarBox {
  width: 1200px;
  margin: 0 auto;
}

.calendarBox .weekListTop {
  overflow: hidden;
}

.calendarBox .weekListTop>li {
  float: left;
  width: 168.8px;
  height: 43px;
  line-height: 43px;
  margin-right: 3px;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  font-family: 'Noto Sans KR', sans-serif;
}

.calendarBox .weekListTop>li:last-child {
  margin-right: 0;
}

.calendarBox .weekList {
  overflow: hidden;
}

.calendarBox .weekList>li.empty {
  background: #f4f4f4;
}

.calendarBox .weekList>li {
  float: left;
  width: 168.8px;
  height: 110px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0 3px 3px 0;
  font-family: 'Noto Sans KR', sans-serif;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.calendarBox .weekList>li:last-child {
  margin-right: 0;
}

.calendarBox .weekList>li .link {
  font-size: 18px;
  width: 55px;
  margin: 20px auto 0;
  font-family: "dotum";
  text-decoration: underline;
  cursor: pointer;
}

.calendarBox .weekList>li .link span.reser {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #84af3b;
  margin-right: 5px;
}

.calendarBox .sun {
  color: #df1d1d;
}

.calendarBox .sat {
  color: #2678d4;
}

/* fee */
.feeTable {
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  margin-bottom: 10px;
}

.feeTable tr:last-child th {
  border: 0;
}

.feeTable tr:last-child td {
  border: 0;
}

.feeTable th {
  background-color: #575f74;
  color: #fff;
  line-height: 45px;
  font-size: 15px;
}

.feeTable th.leftTh {
  background-color: #f1f1f1;
  color: #535252;
  border-bottom: 1px solid #dedede;
}

.feeTable th.border {
  border-bottom: 1px solid #dedede;
}

.feeTable td {
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  background: #fafafa;
  color: #535252;
  font-weight: 600;
}


/* reserCheck */
.myHawseongTop {
  width: 100%;
  height: 240px;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 28px;
  padding: 75px 60px;
  font-family: 'Noso Sant Kr';
  background: url('/images/myHsBG.jpg')no-repeat;
  background-size: cover;
}

.myHawseongTop .point {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: inherit;
  color: #000000;
}

.myHawseongTop .point>img {
  width: 24px;
}

.myGradeBox {
  width: 100%;
  height: 70px;
  margin: 40px 0 60px;
  overflow: hidden;
}

.myGradeBox>li {
  float: left;
  font-size: 20px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  height: 69px;
  line-height: 69px;
  padding-left: 30px;
  letter-spacing: -1px;
  font-family: "Noto Sans Kr";
  color: #000000;
}

.myGradeBox>li.grade {
  width: 300px;
  background: #f5f5f5;
  border-radius: 15px 0 0 15px;
}

.myGradeBox>li.grade>img {
  display: inline-block;
  margin-left: 50px;
  margin-top: -3px;
}

.myGradeBox>li.gradeTxt {
  width: 570px;
  position: relative;
}

.myGradeBox>li.gradeTxt>span.red {
  font-size: inherit;
  font-weight: 600;
}

.myGradeBox>li.gradeTxt>a.gradeLink {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 30px;
  width: 110px;
  height: 32px;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  box-shadow: 3px 3px 0 #dddddd;
  text-align: center;
}

.myGradeBox>li.coupon {
  width: 327px;
  padding-left: 50px;
  border-right: 1px solid #e4e4e4;
  border-radius: 0 15px 15px 0;
}

.myGradeBox>li.coupon>img {
  width: 20px;
  margin-right: 10px;
}

.myGradeBox>li.coupon>a.red {
  display: inline-block;
  font-size: inherit;
  margin-left: 15px;
  font-weight: 600;
}

.grayCommonBox .inquiry {
  width: 540px;
  margin: 0 auto;
  padding: 30px 0;
}

.grayCommonBox .inquiry .inquiryTitle {
  font-size: 15px;
  color: #ffffff;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}

.grayCommonBox .inquiry .dayInput {
  width: 145px;
  height: 30px;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #b0abab;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.grayCommonBox .inquiry .dayInput .calImg {
  width: 17px;
  display: block;
  float: right;
}

.grayCommonBox .inquiry>a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.grayCommonBox .inquiry>img {
  vertical-align: middle;
  margin-left: 5px;
}

.grayCommonBox .inquiry .inquiryBtn {
  padding: 10px 40px;
  color: #ffffff;
  background: #8ec055;
  font-size: 15px;
  border-radius: 10px;
  margin-left: 20px;
}

.SubMonthBox1 {
  position: absolute;
  top: 65px;
  left: 300px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox1 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox1 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox1 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox1 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox1 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox1 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox1 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox1 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox1 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox1 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}

.SubMonthBox2 {
  position: absolute;
  top: 65px;
  left: 535px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox2 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox2 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox2 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox2 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox2 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox2 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox2 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox2 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox2 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox2 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}


.SubMonthBox3 {
  position: absolute;
  top: 65px;
  left: 300px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox3 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox3 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox3 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox3 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox3 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox3 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox3 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox3 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox3 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox3 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}

.SubMonthBox4 {
  position: absolute;
  top: 65px;
  left: 535px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox4 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox4 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox4 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox4 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox4 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox4 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox4 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox4 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox4 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox4 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}



/* ------------ member ------------ */
/* login */
.grayBg {
  width: 100%;
  padding: 30px 50px;
  border: 1px solid #d2d2d2;
  background: #f9f9f9;
  overflow: hidden;
}

.grayBg .keyImg {
  width: 69px;
  margin: 25px auto 70px;
  display: block;
}

.grayBg .loginCont {
  width: 390px;
  margin: 20px auto 0;
  overflow: hidden;
}

.grayBg .loginCont .loginTitle {
  padding: 5px 0 15px;
  display: block;
  text-align: left;
  font-size: 12px;
}

.grayBg .loginCont .loginInput {
  float: left;
}

.grayBg .loginCont .loginInput li input {
  text-indent: 10px;
  width: 250px;
  height: 45px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
}

.grayBg .loginBtn {
  display: inline-block;
  padding: 41px 43px;
  margin-left: 10px;
  background: #8ec055;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #dddddd;
}

.grayBg .loginCont .memBox {
  padding: 10px 0;
}

.grayBg .loginCont .memBox>span {
  margin-right: 15px;
  font-size: 12px
}

.grayBg .loginCont .LogFindBtn {
  height: 50px;
  margin-bottom: 30px;
}

.grayBg .loginCont .LogFindBtn>a {
  display: inline-block;
  width: 185px;
  padding: 15px;
  text-align: center;
  border: 1px solid #bfbfbf;
  color: #727272;
  background: #fff;
}

.grayBg .loginCont .LogFindBtn>a.id_Btn {
  margin-right: 16px;
}

.grayBg .loginTxt {
  margin: 15px auto 30px;
  width: 390px;
}

.grayBg .loginTxt p {
  color: #727272;
  line-height: 24px;
  text-align: center;
}

.grayBg .loginTxt p.q_B {
  font-size: 18px;
  font-weight: 600;
  color: #8ec055;
  margin-bottom: 10px;
}

.grayBg .loginTxt .joinBtn {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 25px auto 0;
  text-align: center;
  color: #fff;
  background: #a1a1a1;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #dddddd;
}

/* join01 */
.joinStepBox {
  float: left;
}

.joinStepBox .stepList {
  overflow: hidden;
}

.joinStepBox .stepList>li {
  float: left;
}

.joinStepBox .stepList li.stepImg {
  background: #dddddd;
  border-radius: 50%;
  width: 98px;
  height: 98px;
}

.joinStepBox .stepList li.stepImg.on {
  background: #8ec055;
}

.joinStepBox .stepList li.stepImg>img {
  display: block;
  margin: 27px auto;
  width: 45px;
}

.joinStepBox .stepList li.stepImg>img.img2 {
  margin: 25px 0 0 29px
}

.joinStepBox .stepList li.text {
  font-size: 14px;
  line-height: 20px;
  color: #b2b2b2;
  margin: 30px 0 0 33px;
}

.joinStepBox .stepList li.text.on {
  color: #4f4f4f
}

.stepR {
  float: left;
  margin: 40px 34px;
}

.agreeyBgBox {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin: 30px 0;
  border-radius: 10px;
}

.agreeyBgBox .joinAgreeyList {
  overflow: hidden;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.agreeyBgBox .joinAgreeyList li {
  float: left;
}

.agreeyBgBox .joinAgreeyList .agreeyTitle {
  width: 680px;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 29px;
  cursor: pointer;
}

.agreeyBgBox .joinAgreeyList .agreeyBtn1,
.agreeyBgBox .joinAgreeyList .agreeyBtn2,
.agreeyBgBox .joinAgreeyList .agreeyBtn3,
.agreeyBgBox .joinAgreeyList .agreeyBtn4,
.agreeyBgBox .joinAgreeyList .agreeyBtn5 {
  font-size: 14px;
  padding: 6px 8px;
  background: #f4f4f4;
  color: #797979;
  border-radius: 10px;
  cursor: pointer;
}

.agreeyBgBox .joinAgreeyList .agreeyCheck {
  color: #a1a1a1;
  font-size: 12px;
  padding-right: 15px;
  float: right;
}

.agreeyBgBox .joinAgreeyList .agreeyCheck input {
  width: 14px;
  height: 14px;
  margin: 6px 5px 0 0;
  vertical-align: bottom;
}

.agreeyBgBox .joinAgreeyList .arrowBtn {
  float: right;
}

.joinTextarea_1 textarea,
.joinTextarea_2 textarea,
.joinTextarea_3 textarea,
.joinTextarea_4 textarea,
.joinTextarea_5 textarea {
  font: 12px "Nanum Gothic";
  width: 1199px;
  height: 200px;
  border: 10px solid #fff;
  padding: 10px;
  background: #f9f9f9;
}

.joinTxtA {
  border-bottom: 1px solid #e0e0e0;
  width: 1200px;
  height: 201px;
}

.joinAllAgreeBox {
  width: 100%;
  overflow: hidden;
}

.joinAllAgreeBox li {
  float: right;
  font-size: 13px;
  color: #a1a1a1;
  padding-left: 15px;
}

.joinAllAgreeBox li>input["radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

/* join02 */
.confirmTitle {
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  margin-top: 30px;
  background: #f4f4f4;
  border: 1px solid #ececec;
}

.confirmTxtBox {
  border: 1px solid #ececec;
  border-top: 1px solid #8ec055;
  border-radius: 0 0 10px 10px;
  padding: 40px;
}

.confirmTxtBox .confirmImg {
  display: block;
  margin: 0 auto 20px;
}

.confirmTxtBox .confirmPhoneBox {
  width: 700px;
  margin: 0 auto;
}

.confirmTxtBox .confirmPhoneBox .confirmTable th {
  text-align: center;
  border: #e3e3e3 solid 1px;
  background: #f8f8f8;
}

.confirmTxtBox .confirmPhoneBox .confirmTable th:first-child {
  border-left: 0;
}

.confirmTxtBox .confirmPhoneBox .confirmTable td {
  padding: 10px 10px;
  text-align: center;
  border-left: #e3e3e3 solid 1px;
  border-top: #e3e3e3 solid 1px;
  border-bottom: #e3e3e3 solid 1px;
  word-wrap: break-word;
}

.confirmTxtBox .confirmPhoneBox .confirmNumber {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c4c4c4;
}

.confirmTxtBox .confirmPhoneBox .confirmTable td>button.greenBtn {
  width: 120px;
  height: 41px;
  line-height: 40px;
  text-align: center;
}

.confirmTxtBox .confirmBtn {
  width: 440px;
  margin: 0 auto;
  overflow: hidden;
}

.confirmTxtBox .confirmBtn>li.btn {
  float: left;
  width: 250px;
  padding: 13px 0;
  margin-right: 40px;
  background: #427bda;
  color: #fff;
  border: 1px solid #2055b4;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}

.confirmTxtBox .confirmBtn>li.btn:last-child {
  margin-right: 0;
  width: 150px;
}

.confirmTxtBox .line {
  height: 1px;
  border-top: 1px solid #ececec;
  width: 100%;
  margin: 40px auto;
}

.confirmTxtBox .confirmTxt {
  line-height: 35px;
}

.confirmTxtBox .confirmTxt .small {
  font-size: 12px;
}

.confirmTxtBox .confirmTxt .popBtn {
  display: inline-block;
  padding: 8px;
  width: 140px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #e1e1e1;
  margin-left: 20px;
}


/* join03 */
.joinTitle {
  text-align: center;
  font: 25px 'Nanum GothicB';
  padding: 50px 0 20px;
  color: #4f4f4f;
  border-bottom: 1px solid #e1e1e1;
}

.joinGrayBg {
  width: 700px;
  margin: 20px auto 0;
  border: 1px solid #e0e0e0;
  padding: 40px 50px;
  background: #f9f9f9
}

.joinGrayBg .joinInfoBox {
  width: 460px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

.joinGrayBg .joinInfoBox li {
  float: left;
  height: 50px;
}

.joinGrayBg .joinInfoBox .infoList {
  width: 140px;
  height: 50px;
  font: 16px 'Nanum GothicB';
  color: #7f7f7f;
  padding-top: 15px;
}

.joinGrayBg .joinInfoBox li>input {
  width: 310px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li>select {
  width: 100px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li>select.email {
  width: 155px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li .phoneInput {
  width: 95px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li .idInput {
  width: 200px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li .emailInput {
  width: 145px;
  height: 50px;
  border: 1px solid #e1e1e1;
}

.joinGrayBg .joinInfoBox li .overlap.greenBtn {
  width: 100px;
  margin: 5px 0 0 10px;
  padding: 12px 0;
  vertical-align: middle;
}

.joinInfoBox .gender {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  font-size: 16px;
  color: #7f7f7f;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  cursor: pointer;
}

.joinInfoBox .gender.on {
  background: #979797;
  color: #fff;
}

.passTxt2 {
  width: 460px;
  margin-left: 210px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #7f7f7f;
}

.passTxt {
  width: 460px;
  margin-left: 210px;
  padding-bottom: 8px;
}

.passTxt li.title {
  font-size: 14px;
  padding-bottom: 4px;
}

.passTxt li {
  padding: 2px 0;
  font-size: 13px;
}

/* join04 */
.middleBar {
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
  margin: 15px auto 50px;
  width: 200px;
}

.joinEnd {
  display: block;
  width: 55px;
  margin: 30px auto;
}

.joinEndTxt {
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto 30px;
  text-align: center;
  color: #7f7f7f;
}

/* find */
.findBox {
  width: 835px;
  margin: 0 auto 60px;
  ;
}

.findBox .findId {
  width: 415px;
  height: 200px;
  border-right: 1px solid #eeeeee;
  display: inline-block;
}

.findBox .findId.pw {
  border-right: 0;
  padding-left: 30px;
}

.findBox .findId .findTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 10px;
  color: #4d4c4c;
  display: block;
}

.findBox .findId .findTitle>img {
  display: inline-block;
  width: 25px;
  margin-right: 3px;
}

.findBox .findId .findIpBox {
  overflow: hidden;
}

.findBox .findId .findIpBox .loginInput {
  float: left;
}

.findBox .findId .findIpBox .loginInput li input {
  text-indent: 10px;
  width: 260px;
  height: 45px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}

.findBox .findId .findIpBox .findBtn {
  float: left;
  width: 110px;
  height: 100px;
  line-height: 97px;
  margin-left: 10px;
  font-size: 15px;
  box-shadow: 3px 3px #dddddd;
  border: 1px solid #fff;
  text-align: center;
  background: #8fc055;
  color: #fff;
}

/* withdraw */
.withdrawTxt {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
  color: #808284;
}

.withdrawTxt>span.boldTxt {
  color: #7f7f7f;
  font-weight: 500;
  font-size: inherit;
}

.inputPw {
  width: 260px;
  height: 40px;
  border: 1px solid #d5d5d5;
  background: #fff;
  margin-bottom: 20px;
}

/* ------------ board ------------ */
/* notice */
.choiceTab2 {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}

.choiceTab2>li {
  float: left;
  width: 49.5%;
  margin-right: 1%;
}

.choiceTab2>li:last-child {
  margin-right: 0;
}

.choiceTab2>li>a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
}

.choiceTab2>li>a.on {
  background: #84af3b;
  color: #fff;
  border: 1px solid #84af3b;
}

.grayTable td.subject {
  cursor: pointer;
}

/* write */
.textInputBox .infoInputBox .fileName {
  display: inline-block;
  width: 400px;
  height: 35px;
  padding-left: 10px;
  margin-right: 5px;
  line-height: 35px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  vertical-align: middle;
}

.textInputBox .infoInputBox .btn_file {
  display: inline-block;
  background: #707070;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}

.textInputBox .infoInputBox .btn_file.file2 {
  background: #d8d8d8;
  width: 150px;
  color: #606060;
  border: 1px solid #a0a0a0;
}

.textInputBox .infoInputBox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

/* view */
.boardCont {
  padding: 20px 0;
}

.viewMainImage {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.viewTxt {
  margin: 20px 0;
  padding-left: 10px;
  text-align: left;
}

#viewAttach {
  padding: 15px;
}

#viewAttach .attachImg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

/* event */
.galleryListBox {
  padding-top: 15px;
  width: 1100px;
  margin: 0 auto;
}

.galleryListBox .galleryBox {
  width: 260px;
  height: 292px;
  border: #e4e4e4 solid 1px;
  display: inline-block;
  margin: 0px 15px 30px 0;
}

.galleryListBox .galleryBox:nth-child(4) {
  margin-right: 0;
}

.galleryListBox .galleryBox:nth-child(8) {
  margin-right: 0;
}

.galleryListBox .galleryBox:nth-child(12) {
  margin-right: 0;
}

.galleryListBox .galleryBox:nth-child(16) {
  margin-right: 0;
}

.galleryListBox .galleryBox a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

.galleryListBox .galleryBox .galImg {
  width: 100%;
  height: 160px;
}

.galleryListBox .galleryBox .galImg img {
  width: 100%;
  height: 100%;
}

.galleryListBox .galleryBox .gallery {
  height: 130px;
  padding: 15px;
  background: #fff;
}

.galleryListBox .galleryBox .gallery .gallTitle {
  width: 228px;
  height: 37px;
  font-size: 14px;
  color: #111111;
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.galleryListBox .galleryBox .gallery .gallDate {
  font-size: 12px;
  color: #7f7f7f
}

.galleryListBox .galleryBox .gallery .gallBtn {
  background: #afafaf;
  text-align: center;
  width: 90px;
  height: 27px;
  line-height: 27px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  display: block;
}

/* ------------ mypage ------------ */
/* coupon */
.borderBox {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Noto Sans Kr';
}

.borderBox>span.big {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}


/* round */
.SubMonthBox5 {
  position: absolute;
  top: 65px;
  left: 300px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox5 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox5 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox5 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox5 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox5 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox5 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox5 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox5 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox5 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox5 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}

.SubMonthBox6 {
  position: absolute;
  top: 65px;
  left: 535px;
  width: 270px;
  height: 280px;
  border: solid 1px #e3e3e3;
  background: #fff;
  display: none;
  padding: 10px;
  overflow: hidden;
}

.SubMonthBox6 .monthChoice {
  width: 183px;
  overflow: hidden;
  margin: 10px auto;
}

.SubMonthBox6 .monthChoice a {
  letter-spacing: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.SubMonthBox6 .monthChoice .month {
  margin: 0 auto;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
}

.SubMonthBox6 .calTxt {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}

.SubMonthBox6 .mainCalendar {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.SubMonthBox6 .mainCalendar th {
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
}

.SubMonthBox6 .mainCalendar td div {
  font-size: 13px;
  font-family: "Nanum GothicB";
  width: 30px;
  color: #b7b7b7;
  cursor: pointer;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.SubMonthBox6 .mainCalendar .sun {
  color: #bf3b3b;
  height: 20px;
}

.SubMonthBox6 .mainCalendar .possible div {
  color: #444;
}

.SubMonthBox6 .mainCalendar .today.possible div {
  background-color: #8ec055;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #fff;
}

/* score */
.scoreTable {
  width: 100%;
  border-top: 1px solid #45454f;
  border-bottom: 1px solid #45454f;
}

.scoreTable th {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.scoreTable td {
  height: 40px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  font-weight: 500;
}

.scoreTable td:last-child {
  border-bottom: 0;
}

.scoreTable td.ylBg {
  background: #fbd22d;
}

.scoreTable td.grBg {
  background: #eaeaea;
}

.scoreTable td.dgrBg {
  background: #8c8c8c;
  color: #fff;
}

.scoreTable td.txt {
  color: #b2b2b2;
}

.rightTxt {
  text-align: right;
  margin-bottom: 20px;
}

/* ranking */
.rankingTop {
  width: 100%;
  height: 320px;
  padding-top: 240px;
  background: url('../images/rankBg.jpg')no-repeat top;
}

.rankingTop .rankTab {
  width: 1103px;
  margin: 0 auto;
  overflow: hidden;
}

.rankTab>li {
  float: left;
  width: 272px;
  margin-right: 5px;
}

.rankTab>li:last-child {
  margin-right: 0;
}

.rankTab>li>a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
}

.rankTab>li.on>a {
  background: #84af3b;
  color: #fff;
  border: 1px solid #84af3b;
}

.commonTable td.myrank {
  background: #f7f7f7;
  color: #535252;
  font-weight: 600;
  padding: 25px 0;
}

/* benefit */
.commonTable td p.benefit {
  margin-bottom: 5px;
  color: #535252;
  font-weight: 600;
  font-family: 'dotum';
}

.commonTable td .bnImg {
  margin-top: 5px;
}

/* ------------ customer ------------ */
/* location */
.introImgTxt {
  overflow: hidden;
}

.introImgTxt .introTxt {
  float: left;
  width: 1200px;
  font-size: 18px;
  line-height: 25px;
  margin: 35px 0 50px;
  font-family: 'Noto Sans Kr';
  color: #656565;
}

.introImgTxt .introTxt .big {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  display: block;
  font-family: 'Noto Sans Kr';
}

.clubIntroTitle {
  font-size: 42px;
  font-family: 'Noto Sans Kr';
  margin-top: 50px;
  color: #000000;
  letter-spacing: -1px;
}

.clubIntroTitle .miniTt {
  font-size: 16px;
  font-family: 'Noto Sans Kr';
}

.map {
  margin: 20px 0 60px;
}

.locaTxt {
  padding: 20px 0 40px;
  margin: 0 auto;
  overflow: hidden;
}

.locaTxt>li {
  float: left;
  margin-right: 35px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.locaTxt>li>img {
  display: inline-block;
}

.locaTxt>li .bold {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
}

.locaTxt>li .bold.big {
  font-size: 24px;
}

.km {
  font-size: 16px;
  padding: 0 0 15px 20px;
  font-family: 'Noto Sans Kr';
}


/* guide */
.useGuideBoxList {
  width: 100%;
  overflow: hidden;
}

.useGuideBoxList .useGuideBox {
  float: left;
}

.useGuideBoxList .useGuideBox>li.greenBg {
  width: 265px;
  height: 115px;
  border-radius: 15px;
  background: #9acd66;
}

.useGuideBoxList .useGuideBox>li.greenBg>img {
  display: block;
  padding-top: 32px;
  margin: 0 auto;
}

.useGuideBoxList .useGuideBox>li.txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
}

.useGuideBoxList .r_arrow {
  float: left;
  margin: 50px 17px;
}

.feeTable.guide td {
  line-height: 24px;
}

.feeTable td.leftTxt {
  line-height: 24px;
  text-align: left;
  padding: 15px 70px;
}


/* ------------ club ------------ */
/* intro */
.titleBox {
  margin: 30px 0 10px;
}

.titleBox .mTitle {
  font-size: 25px;
  font-family: 'Noto Sans Kr';
  font-weight: 500;
  letter-spacing: -1px;
}

.planTxt {
  font-family: "dotum";
  margin-bottom: 40px;
  line-height: 20px;
}

.planExBox {
  overflow: hidden;
  width: 100%;
}

.planExBox>li {
  float: left;
  width: 390px;
  margin-right: 10px;
  line-height: 24px;
  text-align: center;
}

.planExBox>li:last-child {
  margin-right: 0;
}

.planExBox>li>span.bold {
  display: block;
  font-weight: 600;
  color: #000000;
  margin: 10px 0 5px;
  font-size: 16px;
  ;
}


/* fac */
.facTxt {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  margin: 35px 0 50px;
  font-family: 'Noto Sans Kr';
  color: #656565;
}

.facTxt .big {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
}

.facLinkBox {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.facLinkBox>li {
  float: left;
  width: 155px;
}

.facLinkBox>li>a {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  border: 1px solid #e1e1e1;
  color: #b0b0b0;
  border-right: 0;
  text-align: center;
}

.facLinkBox>li>a.on {
  background: #515151;
  color: #fff;
}

.facLinkBox>li:last-child>a {
  border-right: 1px solid #e1e1e1;
}

.facInfoTxt {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 670px;
  left: 50%;
  margin-left: -565px;
  line-height: 30px;
}

.facSlide {
  width: 600px;
  height: 450px;
  position: absolute;
  top: 600px;
  left: 50%;
  margin-left: -150px;
  box-shadow: 6px 8px 0px #e1e1e1
}

/** ������
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  width: 600px;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -70px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  right: 50%;
  margin-right: 680px;
  background: url(../images/controls_arwL2.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 50%;
  margin-right: 635px;
  background: url(../images/controls_arwR2.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  outline: 0;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  z-index: 70;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* terms */
.grayBorderBg {
  border-radius: 15px;
  padding: 30px 50px;
  width: 1195px;
  box-shadow: 3px 3px 1px #e1e1e1;
  border: 1px solid #efefef;
  background: #fafafa;
}



/* ------------ driving ------------ */
/* intro */
.drivingTxt {
  width: 100%;
  font-size: 18px;
  line-height: 37px;
  margin: 35px 0 50px;
  font-weight: 300;
  font-family: 'Noto Sans Kr';
  color: #656565;
}

.drivingTxt .big {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.fullContBox {
  width: 100%;
  margin: 40px 0;
  min-width: 1000px;
}

.fullContBox .fullCont {
  width: 100%;
}

.fullContBox .fullCont:before,
.fullContBox .fullCont:after {
  content: "";
  display: table;
}

.fullContBox .fullCont:after {
  clear: both;
}

.fullContBox .fullCont li {
  width: 25%;
  float: left;
  cursor: pointer;
  height: 375px;
}

.fullContBox .fullCont li.cont {
  width: 25%;
  float: left;
  cursor: pointer;
  height: 375px;
  -webkit-backface-visibility: hidden;
  -webkit-transition:
    opacity 0.2s linear,
    -webkit-transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -moz-transition:
    opacity 0.2s linear,
    -moz-transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -o-transition:
    opacity 0.2s linear,
    -o-transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -ms-transition:
    opacity 0.2s linear,
    -ms-transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  transition:
    opacity 0.2s linear,
    transform 0.2s ease-in-out,
}

.fullContBox .fullCont li.cont1 {
  background: url('../images/driving1.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont2 {
  background: url('../images/driving2.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont3 {
  background: url('../images/driving3.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont4 {
  background: url('../images/driving4.jpg')no-repeat top;
}

.fullContBox .fullCont .cont:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.01);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 1;
}

.fullContBox .fullCont li.cont1:hover {
  background: url('../images/driving1_h.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont2:hover {
  background: url('../images/driving2_h.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont3:hover {
  background: url('../images/driving3_h.jpg')no-repeat top;
}

.fullContBox .fullCont li.cont4:hover {
  background: url('../images/driving4_h.jpg')no-repeat top;
}

/* top */
.topBox {
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  padding: 30px 28px;
  border: 1px solid #efefef;
  background: #fafafa;
}

.topBox>li {
  float: left;
  width: 555px;
  margin-bottom: 20px;
}

.topBox>li:nth-child(1),
.topBox>li:nth-child(3),
.topBox>li:nth-child(5) {
  margin-right: 30px;
}

/* pro */
.proTopTxt {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}

.proTopTxt>li {
  float: left;
}

.proTopTxt>li.txt {
  font-size: 30px;
  line-height: 45px;
  font-family: 'Noto Sans Kr';
  color: #656565;
}

.proTopTxt>li.txt>span.black {
  display: block;
  color: #000000;
  font-size: 30px;
  line-height: 45px;
  font-family: 'Noto Sans Kr';
}

.proTopTxt>li.img {
  display: block;
  margin-left: 30px;
}

.proBorder {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  height: 80px;
  margin-top: 40px;
}

.proInfoListBox {
  width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}

.proInfoListBox .proInfoBox {
  float: left;
  overflow: hidden;
  width: 550px;
  height: 260px;
  padding: 50px 0px 0 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
}

.proInfoListBox .proInfoBox:nth-child(1),
.proInfoListBox .proInfoBox:nth-child(3),
.proInfoListBox .proInfoBox:nth-child(5) {
  margin-right: 30px;
}

.proInfoListBox .proInfoBox>li {
  float: left;
  font-family: 'dotum';
}

.proInfoListBox .proInfoBox>li.proImg {
  margin-top: 5px;
}

.proInfoListBox .proInfoBox>li.proImg>img {
  padding: 5px;
  border: 1px solid #cecece;
  width: 115px;
}

.proInfoListBox .proInfoBox>li.proInfo {
  font-size: 16px;
  line-height: 30px;
  margin-left: 20px;
}

.proInfoListBox .proInfoBox>li.proInfo>span.name {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #4f4f4f;
  font-weight: bold;
  font-family: 'dotum';
}

/* charge */
.chargeTable {
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  margin-bottom: 10px;
}

.chargeTable tr:last-child th {
  border: 0;
}

.chargeTable tr:last-child td {
  border: 0;
}

.chargeTable th {
  background-color: #575f74;
  color: #fff;
  line-height: 45px;
  font-size: 15px;
}

.chargeTable th.leftTh {
  background-color: #f1f1f1;
  color: #535252;
  border-bottom: 1px solid #dedede;
}

.chargeTable td {
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  background: #fafafa;
  color: #535252;
  font-weight: 600;
}

.chargeTable td.bottom {
  border-bottom: none;
}

/* ------------ course ------------ */
/* intro */
.courseTxt {
  font-family: 'Noto Sans Kr';
}

.courseTxt>.big {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans Kr';
}

.courseTab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.courseTab>li {
  float: left;
  width: 585px;
  margin-right: 30px;
}

.courseTab>li:last-child {
  margin-right: 0;
}

.courseTab>li>a {
  width: 100%;
  padding: 13px 0;
  font-size: 16px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 10px;
}

.courseTab>li>a.on {
  background: #8ec055;
  color: #fff;
}

.imgArea {
  width: 100%;
  height: 560px;
  margin: 20px auto 50px;
  background: url('../images/courseIntro.jpg')no-repeat top;
  overflow: hidden;
  background-size: cover;
}

.imgArea .img {
  width: 1000px;
  height: 180px;
  margin: 190px auto;
}

.imgArea .img>img {
  display: block;
  float: right;
  width: 770px;
}

.courseDataTable {
  overflow: hidden;
  border-top: 1px solid #dddddd;
  margin-top: 50px
}

.courseDataTable .dataTitle {
  float: left;
  width: 155px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  font-weight: 600;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.courseDataTable .dataListTitle {
  float: left;
  overflow: hidden;
}

.courseDataTable .dataListTitle.title>li {
  font-size: 15px;
  font-weight: 400;
}

.courseDataTable .dataListTitle>li {
  text-align: center;
  float: left;
  width: 95px;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.courseDataTable .dataListTitle>li:last-child {
  border-right: 0;
}

.courseDataTable .dataListTitle.blackData {
  background: #000000;
  color: #fff;
}

.courseDataTable .dataListTitle.blueData {
  background: #378bcc;
  color: #fff;
}

.courseDataTable .dataListTitle.goldData {
  background: #f1bc2c;
  color: #fff;
}

.courseDataTable .dataListTitle.redData {
  background: #f1312c;
  color: #fff;
}


/* course */
.choiceTab {
  width: 1200px;
  margin: 20px auto 0;
  overflow: hidden;
}

.choiceTab>li {
  float: left;
  width: 130px;
  margin-right: 3px;
}

.choiceTab>li>a {
  display: block;
  width: 130px;
  text-align: center;
  font-size: 15px;
  padding: 12px 0;
  background: #fbfbfb;
  color: #909090;
  border-radius: 15px 15px 0 0;
  border: 1px solid #efefef;
  border-bottom: 0;
}

.choiceTab>li>a.on {
  background: #2e2e2e;
  color: #fff;
}

.courseInfoBox {
  width: 100%;
  overflow: hidden;
}

.courseInfoBox .courseInfo {
  float: left;
  margin: 0 30px 30px 0;
  width: 380px;
  border: 1px solid #c9c9c9;
}

.courseInfoBox .courseInfo:nth-child(3),
.courseInfoBox .courseInfo:nth-child(6),
.courseInfoBox .courseInfo:nth-child(9) {
  margin-right: 0;
}

.courseInfoBox .courseInfo>li.holeBox {
  overflow: hidden;
  height: 70px
}

.courseInfoBox .courseInfo>li.holeBox .hole {
  float: left;
  width: 70px;
  height: 70px;
  padding: 8px;
  color: #fff;
  ;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Noto Sans Kr';
  background: url('../images/course/holeMini.png')no-repeat center;
}

.courseInfoBox .courseInfo>li.holeBox .par {
  float: left;
  line-height: 70px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Noto Sans Kr';
}

.courseInfoBox .courseInfo>li.img {
  padding: 30px 0;
}

.courseInfoBox .courseInfo>li.img>img {
  display: block;
  width: 100%;
}


#mainFooterWrap {
  width: 100%;
  clear: both;
}

#mainFooterWrap .termsBox {
  width: 100%;
  height: 50px;
  background: #45454f;
  overflow: hidden;
}

#mainFooterWrap .termsBox .terms {
  /*width:1200px;margin:0 auto;*/
  text-align: right;
  margin-right: 30px;
}

#mainFooterWrap .termsBox .terms .termsLink {
  display: inline-block;
  color: #8d8d92;
  font-size: 12px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}

#mainFooterWrap .termsBox .terms span {
  color: #8d8d92;
}

#mainFooterWrap .footerBox {
  width: 100%;
  height: 250px;
  background: #45454f;
  position: relative;
}

#mainFooterWrap .footerBox .footer {
  width: 1200px;
  margin: 0 auto;
  /*padding:28px 0;*/
  padding: 0 !important;
}

#mainFooterWrap .footerBox .footer .footerLogo {
  width: 175px;
  margin: 0 auto 20px;
  display: block;
}

#mainFooterWrap .footerBox .footer .infoBox {
  width: 700px;
  line-height: 25px;
  margin: 10px auto 0;
}

#mainFooterWrap .footerBox .footer .infoBox p {
  font-size: 12px;
  line-height: 22px;
  color: #8d8d92;
  text-align: center;
}

#mainFooterWrap .footerBox .footer .infoBox p:nth-child(2) {
  margin-top: 5px;
}