@charset "utf-8";
@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

/* Default Document Style */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  color: #555;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  background: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
}

img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

span,
a {
  display: inline-block;
}

/*common*/
input[type="submit"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.input_field input[type="text"],
.input_field input[type="tel"],
.input_field input[type="password"],
.input_field input[type="email"] {
  height: 40px;
  line-height: 40px;
  line-height: normal;
}
.input_field input[type="text"],
.input_field input[type="tel"],
.input_field input[type="password"],
textarea,
.input_field input[type="email"] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: normal;
}
.input_wrong {
  font-size: 1.6rem;
  color: #55c2ed;
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
  display: block;
}
textarea {
  padding: 10px;
}

.input_row {
  margin-bottom: 7px;
}
.input_field {
  margin-bottom: 20px;
}
.input_field label,
.input_field strong {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.input_field input[type="text"],
.input_field input[type="tel"],
.input_field input[type="password"],
.input_field input[type="number"] {
  height: 40px;
  line-height: 40px;
  line-height: normal;
}
.input_field input[type="text"],
.input_field input[type="tel"],
.input_field input[type="password"],
.input_field input[type="number"],
textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: normal;
}
textarea {
  padding: 10px;
  height: 100px;
}
.select_set {
  background: #fff;
}
.input_field .select_set select {
  height: 40px;
  background: #fff;
}
.input_field .cell_box {
  display: table;
  width: 100%;
}
.input_field .div .cell {
  display: table-cell;
  padding-right: 10px;
}
.input_field .cell_box .cell:last-child {
  padding-right: 0;
}
.input_field .cell_box .cell strong,
.input_field ul li strong {
  font-size: 12px;
  font-weight: normal !important;
  margin-top: 5px;
}

.pay_field > strong {
  font-weight: bold;
  color: #000;
}
.pay_field .input_field > p {
  font-size: 12px;
  font-weight: normal !important;
  margin-top: 5px;
  color: #000;
}
.pay_field .check_set {
  padding-bottom: 0 !important;
}
.pay_field .check_set > span {
  width: inherit !important;
}

input:-moz-read-only {
  /* For Firefox */
  background-color: #eee;
}
input:read-only {
  background-color: #eee;
}
.showbox {
  cursor: pointer;
}

/*selectbox*/
.select_set {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  width: 100%;
  vertical-align: middle;
}
.select_set select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  padding: 0 10px;
  height: 50px;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  color: #555;
}
.select_set:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  right: 15px;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
}
.select_set select::-ms-expand {
  display: none;
}
.select_set.lg_type {
  max-width: 690px;
  vertical-align: middle;
}
.select_set.lg_type:before {
  border: 10px solid transparent;
  border-top: 10px solid #e23d46;
}

/*checkbox*/
.check_set input[type="checkbox"] {
  display: none;
}
.check_set input[type="checkbox"] + label {
  margin-right: 10px;
  cursor: pointer;
}
.check_set input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../img/check_radio_sheet.png) no-repeat 0px 0;
  cursor: pointer;
}
.check_set input[type="checkbox"]:checked + label {
  color: #000;
}
.check_set input[type="checkbox"]:checked + label span {
  background: url(../img/check_radio_sheet.png) -20px 0 no-repeat;
}

/*checkbox*/
.check_set2 input[type="checkbox"] {
  display: none;
}
.check_set2 input[type="checkbox"] + label {
  margin-right: 10px;
  cursor: pointer;
}
.check_set2 input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../img/check_radio_sheet2.png) no-repeat 0px 0;
  cursor: pointer;
}
.check_set2 input[type="checkbox"]:checked + label {
  color: #000;
}
.check_set2 input[type="checkbox"]:checked + label span {
  background: url(../img/check_radio_sheet2.png) -20px 0 no-repeat;
}

/*radio*/
.radio_set input[type="radio"] {
  display: none;
}
.radio_set input[type="radio"] + label {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
.radio_set input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../img/check_radio_sheet.png) no-repeat -40px 0;
  cursor: pointer;
}
.radio_set input[type="radio"]:checked + label {
  color: #000;
}
.radio_set input[type="radio"]:checked + label span {
  background: url(../img/check_radio_sheet.png) -60px 0 no-repeat;
}
.radio_set > span {
  display: block;
  margin-bottom: 10px;
}

.m_0 {
  margin: 0 !important;
}
.p_0 {
  padding: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mr_5 {
  margin-right: 5px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mr_10 {
  margin-right: 10px;
}
.mt_25 {
  margin-top: 25px !important;
}
.tm10 {
  top: -10px !important;
}
.clear {
  clear: both;
}

.txt_blue {
  color: #004ebf !important;
}
.txt_aqua {
  color: #00cccc !important;
}

.txt_left {
  text-align: left !important;
}
.txt_right {
  text-align: right !important;
}
.txt_center {
  text-align: center;
}

.wid_xs {
  width: 15% !important;
}
.wid_s {
  width: 35% !important;
}
.wid_m {
  width: 50.8% !important;
}

.grid_set {
  overflow: hidden;
}
.grid_set .f_left {
  float: left;
  width: 50%;
}
.grid_set .f_right {
  float: right;
  width: 50%;
}

.input_field.in_txt {
  border: 1px solid #ddd;
  width: 100%;
  padding: 0 10px;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
}

.pg_content {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.f_left {
  float: left;
}
.f_right {
  float: right;
}

/*main*/
.header_wrap {
  border-bottom: 1px solid #cccccc;
  background: #fff;
  position: relative;
}
.header_wrap .header {
  max-width: 1700px;
  height: 110px;
  margin: 0 auto;
  padding: 0 10px;
}
.header_wrap .header:after {
  content: "";
  display: block;
  clear: both;
}
.header_wrap .header h1 {
  float: left;
  width: 16%;
  margin-top: 32px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.header_wrap .header h1 a {
  background: url(../img/logo_new.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 45px;
  display: block;

  padding-left: 54px;
  font-size: 24px;
  color: #444444ff;
  /* margin-top: -20px; */
  color: white;
  padding-bottom: 45px;
}
.main_wrap .header_wrap .header h1 a {
  background: url(../img/logo_new.png) no-repeat 0 0;
  background-size: contain;

  padding-left: 72px;
  font-size: 28px;
  /* margin-top: -20px; */
  color: white;
  padding-bottom: 54px;
}
.main_wrap .header_wrap .header .header_nav .user-nav > a {
  color: #fff;
}

.header_wrap .header .gnb {
  float: left;
  width: 60%;
  text-align: right;
}
.header_wrap .header .gnb > ul:after {
  content: "";
  display: block;
  clear: both;
}
.header_wrap .header .gnb > ul > li {
  display: inline-block;
  text-align: center;
  height: 110px;
  line-height: 110px;
  position: relative;
  padding: 0 30px;
}
.header_wrap .header .gnb > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #ccc;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header_wrap .header .gnb > ul > li:last-child:after {
  display: none;
}
.header_wrap .header .gnb > ul > li > a {
  display: block;
  text-align: center;
  color: #666;
  letter-spacing: 0;
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
.header_wrap .header .gnb > ul > li > a:hover {
  color: #e23d46 !important;
}
.header_wrap .header .gnb .oneD:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #004ebf;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.2s ease;
}
.header_wrap .header .gnb .oneD.on:before {
  width: 60%;
}
.header_wrap .header .gnb .oneD.on > a {
  color: #004ebf;
}
.header_wrap .header .gnb .twoD {
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: -50px;
  left: 10px;
  z-index: 2;
  width: 500px;
  text-align: left;
  font-size: 1.4rem;
  display: none;
}
.header_wrap .header .gnb .twoD a {
  color: #fff;
  padding: 0 20px;
}
.header_wrap .header .gnb .twoD a:hover {
  color: #b2daf1;
}
.twoDBg {
  background: #004ebf;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}
.twoDBg.on {
  display: block;
}
.search_mobile_btn {
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico_search.png) no-repeat 50% 48%;
  display: none;
}
.search_mobile_btn.on {
  display: inline-block;
  background: url(../img/ico/close_btn.png) no-repeat 50% 47%;
  background-size: 20px;
}

.header_wrap .header .header_nav {
  float: right;
  width: 23%;
  margin-top: 43px;
  text-align: right;
}
.header_wrap .header .header_nav .select_drop {
  vertical-align: middle;
}
.header_wrap .header .header_nav .select_drop a {
  font-size: 1.4rem;
  margin-right: 6%;
  color: #004ebf;
}
.header_wrap .header .header_nav .user-photo {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.header_wrap .header .header_nav .user-photo img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.header_wrap .header .header_nav .user-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.header_wrap .header .header_nav .user-nav .nav_login {
  width: 35px;
  height: 26px;
  vertical-align: middle;
  margin-left: 20px;
  background-size: cover !important;
  position: relative;
}
.header_wrap .header .header_nav .user-nav .select_drop {
  border: 0;
  background: none;
  white-space: nowrap;
  width: auto;
}
.header_wrap .header .header_nav .user-nav .select_drop ul {
  border-top: 1px solid #ddd;
}
.header_wrap .header .header_nav .user-nav .select_drop a:after {
  border: 5px solid transparent;
  border-top: 7px solid #999;
  top: 44%;
}
.header_wrap .header .header_nav .nav_login {
  background: url(../img/ico-login.png) no-repeat 0 0;
}

.search_box {
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  position: relative;
  line-height: 35px;
  max-width: 210px;
  background: #fff;
  border-radius: 4px;
  padding-right: 20px;
}
.search_box input[type="text"] {
  width: 100%;
  border: 0;
  padding: 0 15px;
  font-size: 1.5rem;
}
.att_hide_email .search_btn,
.search_box .search_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  text-indent: -9999px;
  background: url(../img/ico_search.png) no-repeat 50% 50%;
  width: 21px;
  height: 22px;
  color: transparent;
}

.att_hide_email {
  position: relative;
}
.att_hide_email .search_btn {
  top: 70%;
}

.user-photo {
  position: relative;
}
.notify-num {
  position: absolute;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: -12px;
  right: -14px;
  background: #e23d46;
  color: #fff;
  font-size: 1.2rem;
}
.notify-lst {
  position: absolute;
  top: 30px;
  right: 0;
  width: 200px;
  z-index: 200;
  padding-top: 10px;
  display: none;
}
.notify-lst ul {
}
.notify-lst li {
  padding: 10px 20px;
  background: #fff;
  text-align: left;
  border-top: 1px solid #666;
}
.notify-lst li:first-child {
  border-top: 0;
}
.notify-lst input[type="checkbox"] {
  margin-right: 10px;
}
.notify-lst li:hover {
  background: #eee;
}
.user-photo:hover .notify-lst {
  display: block;
}
.show-notify {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
}
.header_notification {
  position: relative;
}
.header_notification .notify-num {
  top: -5px;
  right: -7px;
}
.header_notification img {
  max-width: 28px;
}
.custom_header_notification {
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-left: 16px;
}
/*mobile_nav*/
.mobile_gnb {
  display: none;
}
.mobile_gnb_open_btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  z-index: 999;
}
.mobile_gnb_list {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  height: 100%;
  overflow-y: auto;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.mobile_gnb_list.on {
  left: 0;
}
.mobile_gnb_list .gnb_area a {
  display: block;
  padding: 0 20px;
  color: #333;
}
.mobile_gnb_list .gnb_area .oneD {
  display: table;
  width: 100%;
  height: 60px;
}
.mobile_gnb_list .gnb_area .oneD a {
  border-top: 1px solid #e7e7e7;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
}
.mobile_gnb_list .gnb_area .oneD:last-child a {
  border-bottom: 1px solid #e7e7e7;
}
.mobile_gnb_list .gnb_area .oneD.depth a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../images/main/new/nav_aro.png") no-repeat 94% center;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.mobile_gnb_list .gnb_area .oneD.depth.on a {
  color: #004ebf;
}
.mobile_gnb_list .gnb_area .oneD.depth.on a:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
.mobile_gnb_list .gnb_area .twoD {
  display: none;
  background: #eaeaea;
}
.mobile_gnb_list .gnb_area .twoD a {
  padding: 20px 20px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.mobile_gnb_list .gnb_area .twoD a:last-child {
  border-bottom: 0;
}
.mobile_gnb .top_nav {
  height: 60px;
  background: #eee;
  line-height: 60px;
  padding: 0 20px;
  text-align: left;
}
.mobile_gnb .top_nav .lang {
  float: left;
}
.mobile_gnb .top_nav .lang a {
  font-size: 1.6rem;
  margin-right: 10px;
}
.mobile_gnb .top_nav .user {
  float: right;
}
.mobile_gnb .top_nav .user a {
  margin-left: 10px;
  color: #333;
}

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

.select_drop {
  display: inline-block;
  border: 1px solid #aaa;
  text-align: left;
  position: relative;
  width: 85px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
  background: #fff !important;
  cursor: pointer;
  border-radius: 4px;
}
.select_drop > a {
  display: block;
  padding: 0 30px 0 10px;
  color: #999;
}
.select_drop > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 10px;
  border: 4px solid transparent;
  border-top: 4px solid #999;
}
.select_drop ul {
  display: none;
  position: absolute;
  left: 0;
  width: 103%;
  margin-left: -1px;
  margin-top: -1px;
}
.select_drop ul a {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0 10px;
  background: #fff;
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-right: 0 !important;
}
.user-info-header {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}
/*main*/
.main_wrap .header_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  background: none;
  border-bottom: 0;
  z-index: 2;
}
.main_wrap .header_wrap .header .gnb > ul > li > a {
  color: #fff;
  font-size: 1.8rem;
}
.main_wrap .hamburger .line {
  background-color: #fff;
}
.main_wrap .header_wrap .header,
.main_wrap .footer {
  max-width: 1700px;
}
.main_wrap .select_drop {
  border-color: #fff;
  background: #fff;
}

.main_content {
  min-height: 830px;
  width: 100%;
  position: relative;
}

/* Full screen background for index page without ads */
.page-index .main_content {
  min-height: 100vh;
}

/* Ensure select_con has height on desktop for page-index */
@media (min-width: 769px) {
  .page-index .main_content .select_con {
    min-height: 100vh;
    position: static;
    transform: none;
  }
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.main_content .middle-con {
  max-width: 790px;
  height: 100%;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: -15px;
}
.main_content .middle-con > p {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.2;
}
.main_content .middle-con > p:last-of-type {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.main_content .middle-con > ul {
  margin-top: 20px;
  color: #fff;
  font-size: 1.5rem;
}
.main_content .middle-con > ul li {
  line-height: 1.4;
}

.main_content .middle-con .home-btn-wrap {
  width: 100%;
}

#mainBg1 {
  background-image: url(../img/main_visual.jpg);
}
#mainBg2 {
  background-image: url(../img/main_visual2.jpg);
}
#mainBg3 {
  background-image: url(../img/main_visual3.jpg);
}
.main_content .select_con {
  vertical-align: middle;
  max-width: 1700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 20px;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}
.main_content .select_con > p {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.2;
}
.main_content .select_con > p:last-of-type {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

.main_content .select_con select {
  border: 0;
}
.main_content .select_con .btn_s {
  vertical-align: middle;
  max-width: 110px;
  font-size: 1.6rem;
  margin-left: 5px;
  min-width: 90px;
  height: 50px;
  line-height: 50px;
}
.select_con > ul {
  margin-top: 20px;
  color: #fff;
  font-size: 1.5rem;
}
.select_con > ul li {
  line-height: 1.4;
}

.main_notice {
  max-width: 700px;
  margin-top: 65px;
}
.main_notice h2 {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  line-height: 1;
}

.main_notice ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #666;
  line-height: 1;
}
.main_notice ul li {
  margin-bottom: 7px;
}
.main_notice ul li:last-of-type {
  margin-bottom: 0;
}
.main_notice ul li a {
  color: #eee;
}
.footer_wrap_home {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
}
/*footer*/
.footer_wrap {
  background: #666;
  color: #fff;
  height: 100%;
}
.footer {
  max-width: 1700px;
  margin: 0 auto;
  padding: 50px 10px;
  overflow: hidden;
  position: relative;
}
.footer .copy {
  margin-right: 10%;
  vertical-align: middle;
}
.footer .footer_link {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer_link a {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 20px;
  position: relative;
}
.footer .footer_link a:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -24px;
  background: #eee;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.footer .footer_link a:last-child:after {
  display: none;
}

.error-txt {
  margin: 0 0 10px 0;
  color: #e23d46;
}
.error-txt p {
  color: #e23d46;
}

/*login*/
.pg_login {
  padding: 3% 0;
}
.login_box {
  padding: 50px 50px 50px 280px;
  position: relative;
  border: 1px solid #ccc;
  max-width: 730px;
  margin: 0 auto;
  min-height: 400px;
}
.pg_find .login_box:before {
  content: "Forgot Password";
  max-width: 100px;
  line-height: 1.2;
  font-size: 4rem;
  left: 5%;
  top: 50px;
}
.login_box:before {
  content: "Login";
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 7%;
  font-size: 4.8rem;
  color: #999;
  background: url(../img/login_img.png) no-repeat center bottom;
  padding: 0 15px 200px 15px;
}
.pg_reset .login_box:before {
  content: "Reset Password";
  max-width: 100px;
  font-size: 4rem;
  left: 5%;
  top: 50px;
}
.login_box a {
  text-decoration: underline;
}
.pg_reset h2 {
  font-size: 2rem;
  font-weight: bold;
}
.login_box .input_field {
  margin-top: 20px;
  position: relative;
  padding-right: 30px;
  border: 1px solid #ccc;
}
.login_box .input_field input {
  border: 0;
}
.login_box .input_field i {
  width: 40px;
  height: 25px;
  background: url(../img/ico_login1.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  background-size: 30px;
}
.login_box .input_field i.ico_login2 {
  background: url(../img/ico_login2.png) no-repeat 50% 50%;
  background-size: 30px;
}
.login_box .login_nav a {
  padding: 3px 0;
  color: #777;
  position: relative;
  display: block;
  font-weight: 600;
}
.login_box .login_nav a:first-child {
  color: #990033;
}
.login_box .btn_box {
  margin: 30px 0;
  text-align: left;
}

/*join*/
.pg_join {
  padding: 3% 0;
}
.join_box {
  padding: 70px 50px 70px 280px;
  position: relative;
  border: 1px solid #ccc;
  max-width: 730px;
  margin: 0 auto;
}
.join_box:before {
  content: "Sign Up";
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 7%;
  font-size: 4.8rem;
  color: #999;
  background: url(../img/join_img.png) no-repeat center bottom;
  padding: 0 15px 230px 15px;
}
.join_box .input_field {
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
  border: 1px solid #ccc;
}
.join_box .input_field input {
  border: 0;
}
.join_box .radio_set {
  margin-bottom: 10px;
}
.join_box .select_set {
  margin-bottom: 15px;
}
.join_box .join_nav button {
  padding: 3px 0;
  color: #0099ff;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  font-size: 1.4rem;
}
.join_box .check_set label {
  font-size: 1.5rem;
}
.join_box .login_nav a:first-child {
  color: #990033;
}
.join_box .join_nav span {
  font-size: 1.4rem;
}
.join_box .btn_box {
  margin: 30px 0;
  text-align: left;
}
.term-txt {
  border: 1px solid #0099ff;
  background: #fff;
  padding: 10px;
  font-size: 1.3rem;
  color: #666;
  height: 100px;
  overflow-y: auto;
  margin-top: 5px;
}
.term-txt h2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.term-txt p {
  margin-bottom: 10px;
  line-height: 1.4;
}

/*button*/
.btn_box {
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
}
.btn_box .f_left {
  width: 50%;
}
.btn_box .f_right {
  width: 50%;
  margin-bottom: 4px;
}
.btn {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #004ebf;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0.5%;
  vertical-align: middle;
  padding: 0 30px;
  min-width: 200px;
  border: 0;
}
.btn_m {
  max-width: 120px;
  width: 30%;
  height: 45px;
  line-height: 45px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  vertical-align: top;
  border: 0;
}
.btn_l {
  height: 45px;
  line-height: 45px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  padding: 0 10px;
  border: 0;
}
.btn_s {
  height: 40px;
  line-height: 40px;
  min-width: 50px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 10px;
  border: 0;
}
.btn_xs {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.1rem;
  padding: 0 7px;
}
.btn_line {
  background: #fff;
  border: 1px solid #004ebf;
  color: #555;
}
.btn_full {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/*color*/
.bg_red {
  background: #e23d46 !important;
  color: #fff;
}
.bg_gray {
  background: #8f8f8f !important;
  color: #fff;
}
.bg_lightgray {
  background: #bbb !important;
  color: #fff;
}
.bg_sky {
  background: #3facc9 !important;
  color: #fff;
}
.bg_blue {
  background: #004ebf !important;
  color: #fff;
}
.bg_black {
  background: #333 !important;
  color: #fff;
}
.bg_green {
  background: #68bc83 !important;
  color: #fff;
}
.bg_yellow {
  background: #ffcc00 !important;
  color: #fff;
}
.bg_orange {
  background: #ff9900 !important;
  color: #fff;
}

button,
input[disabled] {
  opacity: 0.5;
}

.co_red {
  color: #e23d46 !important;
}
.co_blue {
  color: #0099ff !important;
}

/*align*/
.txt_right {
  text-align: right !important;
}

/*popup*/
.popup_wrap {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
}
.popup_wrap .popup_content {
  background-color: #fefefe;
  margin: 10vh auto;
  padding: 10px 10px 50px 10px;
  border: 1px solid #888;
  max-width: 1000px;
  width: 100%;
  position: relative;
  text-align: left;
}
.popup_wrap .popup_content.popup_sm {
  max-width: 500px;
  padding: 10px;
}
.popup_wrap .popup_content .close_btn {
  position: absolute;
  top: 28px;
  right: 25px;
  cursor: pointer;
  background: url("../img/close_btn.png") no-repeat center center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.popup_wrap .popup_top {
  height: 90px;
  line-height: 93px;
  text-align: left;
  position: relative;
}
.popup_wrap .popup_top .popup_tit {
  font-size: 2.4rem;
  color: #666;
  padding: 0 5%;
  width: 100%;
}
.popup_wrap .popup_mid {
  background: #fff;
  padding: 20px 5%;
}
.popup_wrap .btn_box {
  text-align: right;
  margin: 40px 0;
}
#att-refer .popup_top .popup_tit {
  font-size: 2.4rem;
}

.pay_popup_list {
  overflow: hidden;
}
.pay_popup_list li:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 3px;
}
.pay_popup_list h3 {
  font-size: 14px;
  margin-top: 15px;
}
.pay_popup_list input {
  width: 50px;
  text-align: right;
  float: right;
  margin-right: 10px;
}
.pay_popup_list .bd_top {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 10px;
}

/*placeholder*/
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}
::placeholder {
  color: #bbb;
  opacity: 1;
}

/* 탭설정 */
.tabsContainer {
  overflow: hidden;
}
.tabs-nav {
  overflow: hidden;
}
.tabs-nav li {
  float: left;
  width: 30%;
  max-width: 100px;
  margin-left: -1px;
}
.tabs-nav li:first-child {
  margin-left: 0;
}
.tabs-nav li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  width: 100%;
}
.tabs-nav li.active a {
  background: #004ebf;
  color: #fff;
}
.tabs-content {
  overflow: hidden;
}
.tabs-content .tabs {
  overflow: hidden;
  display: none;
}
.tabs-content .tabs.active {
  display: block;
}

/*icon*/
i {
  display: inline-block;
  vertical-align: middle;
}
.ico_check {
  width: 75px;
  height: 75px;
  background: url(../img/ico_ck1.png) no-repeat 0 0;
  display: inline-block;
}
.ico_warning {
  width: 75px;
  height: 75px;
  background: url(../img/ico_ck2.png) no-repeat 0 0;
  display: inline-block;
}
.ico_jpg {
  width: 20px;
  height: 20px;
  background: url(../img/ico_jpg.png) no-repeat 50% 50%;
}
.ico_word {
  width: 20px;
  height: 20px;
  background: url(../img/ico_word.png) no-repeat 50% 50%;
}
.ico_powerpoint {
  width: 20px;
  height: 20px;
  background: url(../img/ico_powerpoint.png) no-repeat 50% 50%;
}
.ico_q {
  width: 40px;
  height: 40px;
  background: #e23d46;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 2rem;
}
.ico_a {
  width: 40px;
  height: 40px;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 2rem;
}
.ico_circle {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  margin-right: 5px;
}
.ico-upload {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(../img/ico-upload.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.hidden,
.hide {
  display: none !important;
}
.show-more-question,
.show--question {
  position: absolute;
  right: 0;
  top: 1px;
  width: 30px;
  height: 30px;
  background: #e23d46;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.qna_list > li:not(.item1) {
  display: none;
}
.fl-r {
  float: right;
}
.tip-wrap {
  position: relative;
  z-index: 200;
}
.tip-content {
  position: absolute;
  right: 0;
  background: #ccc;
  min-width: 300px;
  padding: 20px;
  top: 40px;
  display: none;
}
.tip-content:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  right: 10px;
  top: -5px;
  transform: rotate(45deg);
  position: absolute;
}
.tip-wrap:hover .tip-content {
  display: block;
}
.dib {
  display: inline-block;
}

/*upload*/
.upload_set {
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
  margin-bottom: 15px;
}

input.upload_text {
  float: left;
  width: 75%;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 15px;
  border: 1px solid #ccc;
  margin: 0;
}

.upload-btn_wrap input.input_file {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;
  height: 200%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.upload-btn_wrap {
  overflow: hidden;
  position: relative;
  float: left;
  width: 23%;
  height: 40px;
  margin-left: 2%;
}
.upload-btn_wrap label {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #6f8294;
  vertical-align: top;
  font-size: 13px;
  display: block;
  text-align: center;
}
.upload_list {
  position: relative;
}
.upload_list li {
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.upload_list .del_btn {
  width: 15px;
  height: 15px;
  background: url(../img/ico_del.png) no-repeat 50% 50%;
  vertical-align: middle;
}
.upload_list.can_save li {
  position: relative;
  float: none;
  padding: 10px 0;
  margin: 0;
}
.upload_list.can_save li .save-action {
  right: 0;
  top: 0;
}
.upload_list_save {
  min-height: 42px;
}
.upload_list_save li {
  padding-right: 40px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */

.admin-img-view {
  display: block;
}
.admin-img-view img {
  width: 100%;
  max-width: 100%;
}
.admin-img-btn {
  float: right;
  padding: 3px 5px;
  cursor: pointer;
}
.answered-action-btn {
  display: inline-block;
  padding: 2px 5px;
}

/*regist*/
.regist_form .input_field {
  display: block;
  width: 100%;
  position: relative;
}
.regist_form .input_field strong,
.regist_form .input_field label {
  font-weight: bold;
  color: #000;
  margin-bottom: 3px;
  display: inline-block;
}
.regist_form .cell_box {
  display: table;
  width: 100%;
}
.regist_form .cell_box .cell {
  display: table-cell;
  padding-right: 10px;
}
.regist_form .cell_box .cell:nth-last-of-type(1) {
  padding-right: 0;
}
.regist_form .input_field .txt {
  padding: 0px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.regist_form .input_field .add_btn {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #e23d46;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}
.regist_form .input_field .remove_btn {
  width: 20px;
  height: 20px;
  background: #3db0e2;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  float: right;
}
.regist_form .detail_form {
  border-top: 1px solid #ddd;
  padding: 10px 0 0;
  margin: 10px 0;
}
.regist_form .detail_form .cell_box {
  margin-bottom: 10px;
}
.regist_form .detail_form .cell_box .txt {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.regist_form .total_amount {
  text-align: right;
  clear: both;
  padding-top: 10px;
}
.regist_form .total_amount label {
  display: inline-block;
  margin-right: 5px;
}
.regist_form .total_amount input[type="text"] {
  display: inline-block;
  width: 30%;
}
.regist_form .total_amount .txt {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.regist_form img {
  max-width: 100%;
}

.regist_form select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
}

/*calendar_box*/
.calendar_box {
}
.calendar_box .cal_top {
  text-align: center;
  margin-bottom: 30px;
}
.calendar_box .cal_top a {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.calendar_box .cal_top a.next_btn {
  transform: rotate(45deg);
}
.calendar_box .cal_top .date {
  display: inline-block;
  margin: 0 20px;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}
.cal_list {
  overflow-x: auto;
  vertical-align: middle;
}
.cal_list table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.cal_list table tr th,
.cal_list table tr td {
  border: 1px solid #ddd;
  vertical-align: top;
}
.cal_list table tr th {
  background: #eee;
  padding: 5px;
}
.cal_list table tr th:nth-child(1),
.cal_list table tr td:nth-child(1) {
  color: #ec0b20;
}
.cal_list table tr td {
  height: 100px;
  padding: 30px 10px 35px;
  position: relative;
}
.cal_list table tr td .num {
  display: block;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 10px;
}
.day-data-link {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 37px;
  display: block;
  z-index: 20;
}
.day_data {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}
.day_data span {
  display: inline;
}
.cal_list table tr td .view_btn {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  color: #666;
}
.cal_list table tr td .view_btn:hover {
  color: #000;
}
.cal_list table tr td .add_btn {
  background: #eee;
  padding: 2px 5px;
  display: block;
  margin-top: 5px;
  background: #0099ff;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
}

.cal-nav-wrap {
  overflow: hidden;
  margin: 20px 0 30px;
}
.cal-filter {
  float: left;
  width: 50%;
}
.cal-filter .select_set {
  max-width: 90px;
}
.cal-filter select {
  height: 40px;
}
.cal-nav {
  float: right;
  width: 50%;
  text-align: right;
  overflow: hidden;
}
.cal-nav a {
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  cursor: pointer;
}
.cal-nav a.on {
  background: #959ca5;
  color: #fff;
}
.c-section {
  margin-bottom: 20px;
  position: relative;
}
.c-section .add-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 25px;
  background: #3facc9;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.c-section .cal-tit {
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
}
.c-section .cal-list {
  border-top: 1px solid #ddd;
}
.c-section .cal-list li {
  padding: 0 8px;
  border-bottom: 1px solid #ddd;
}
.c-section .cal-list .cal-num {
  font-size: 1.7rem;
  color: #000;
  vertical-align: middle;
}
.c-section .cal-list .cal-num small {
  color: #666;
}
.c-section .cal-list .cal-txt {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
.c-section .cal-list .cal-txt .cal-item {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0px;
  position: relative;
}
.c-section .cal-list .cal-txt .cal-item:last-of-type {
  border-bottom: 0;
}
.c-section .cal-list .cal-txt dl {
  float: left;
  width: 80%;
  vertical-align: middle;
  padding: 6px;
  cursor: pointer;
}
.c-section .cal-list .cal-txt dt {
  font-weight: bold;
}
.c-section .cal-list .cal-txt dt span {
  margin-right: 10px;
  color: #3facc9;
}
.c-section .cal-list .cal-btn {
  text-align: right;
  width: 20%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-section .cal-list .cal-btn button {
  width: 24px;
  height: 24px;
  background-size: cover !important;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
}
.c-section .cal-list .cal-btn .cal-add {
  background: url(../img/ico-edit.png) no-repeat 0 0;
}
.c-section .cal-list .cal-btn .cal-modify {
  background: url(../img/ico-edit.png) no-repeat 0 0;
}
.c-section .cal-list .cal-btn .cal-delete {
  background: url(../img/ico-delete.png) no-repeat 0 0;
}
#calView .cell_box .cell {
  width: 50%;
}

/*payment*/
.card-pay {
  padding: 10px 0 10px 30px;
}

.main-slogan {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  max-width: 1700px;
  padding: 0 25px;
  text-align: center;
}

.layer-popup {
  position: absolute;
  top: 440px;
  left: 50%;
  transform: translateX(-50%);
}
.layer-popup img {
  max-width: 100%;
}
.layer-popup .popup-content {
  position: relative;
}
.layer-popup .popup-bottom {
  background: #000;
}
.layer-popup .pc_view {
  display: block !important;
}
.layer-popup .mo_view {
  display: none !important;
}
.layer-popup .close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/close_btn_w.png) no-repeat 50% 50%;
  cursor: pointer;
}

.rate-input {
  position: absolute;
  top: -2px;
  left: 80px;
}
.rate-input .input_field input[type="text"] .input_field input[type="tel"] {
  height: 30px;
}
.regist_form .rate-input .input_field label {
  display: inline-block;
}

/* home  */
#home-frm .bg_red {
  visibility: hidden;
}

.qna_attorney_name {
  float: left;
  margin-left: 50px;
}

/* invoice */
.autocomplete-suggestions {
  background: #eee;
  border: 1px solid #ddd;
  padding: 2px 5px;
}
.autocomplete-suggestions strong {
  font-weight: bold;
}
.lawyer-invoice-table {
  width: 100%;
  border-top: 1px solid #eee;
}
.lawyer-invoice-table td {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
#list_invoice {
  margin-top: 20px;
  display: table;
  min-width: 100%;
}
.cell_row {
  display: table-row;
}
.cell_row .cell {
  display: table-cell;
  padding-left: 10px;
  height: 50px;
}
.cell_row .col1 {
  width: 50%;
  padding: 0;
}
.jquery-datepicker {
  position: relative;
  outline: none;
  display: none;
  box-sizing: border-box;
  width: 240px;
  height: 240px;
  padding: 5px;
  font-size: 16px;
  font-family: sans-serif;
}
.jquery-datepicker .datepicker-box {
  display: none;
  flex-direction: column;
  height: 100%;
}
.jquery-datepicker .datepicker-box .box-row {
  display: flex;
  min-height: 0;
  flex: 1;
}
.jquery-datepicker .datepicker-box .box-row.row-header {
  flex: none;
  position: relative;
  padding-bottom: 5px;
  padding-right: 60px;
  margin-bottom: 5px;
}
.jquery-datepicker .datepicker-box .box-row.row-header .header-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 5px 7px;
  cursor: pointer;
  width: 100%;
}
.jquery-datepicker .datepicker-box .box-row.row-header .header-actions {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
.jquery-datepicker
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action {
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  float: left;
  height: 100%;
  width: 25px;
  cursor: pointer;
}
.jquery-datepicker
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action:not(:last-child) {
  margin-right: 3px;
}
.jquery-datepicker
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
}
.jquery-datepicker
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-down::after {
  border-width: 5px 6px 5px 0;
  border-color: transparent red transparent transparent;
}
.jquery-datepicker
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-up::after {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent red;
}
.jquery-datepicker .datepicker-box .box-row.row-days {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.jquery-datepicker .datepicker-box .box-row.row-week {
  font-size: 14px;
  text-align: right;
}
.jquery-datepicker .datepicker-box .box-row .box-cell {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  cursor: default;
}
.jquery-datepicker .datepicker-box.is-active {
  display: flex;
}
.jquery-datepicker.is-2x {
  width: 480px;
  height: 480px;
  font-size: 21px;
}
.jquery-datepicker.is-2x .datepicker-box .box-row.row-days {
  font-size: 16px;
}
.jquery-datepicker.is-2x .datepicker-box .box-row.row-week {
  font-size: 18px;
}
.jquery-datepicker.is-open {
  display: block;
}
.jquery-datepicker.is-popup {
  position: absolute;
  top: 50px;
  left: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.jquery-datepicker.is-popup::before,
.jquery-datepicker.is-popup::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.jquery-datepicker.is-popup.tip-below::before,
.jquery-datepicker.is-popup.tip-below::after {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: red transparent transparent transparent;
}
.jquery-datepicker.is-popup.tip-below::before {
  bottom: -11px;
}
.jquery-datepicker.is-popup.tip-above::before,
.jquery-datepicker.is-popup.tip-above::after {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent red transparent;
}
.jquery-datepicker.is-popup.tip-above::before {
  top: -11px;
}
.jquery-datepicker.is-popup.tip-right::before,
.jquery-datepicker.is-popup.tip-right::after {
  right: 20px;
}
.jquery-datepicker.is-popup.tip-left::before,
.jquery-datepicker.is-popup.tip-left::after {
  left: 20px;
}
.jquery-datepicker.theme-light {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #222222;
  z-index: 8988;
}
.jquery-datepicker.theme-light .datepicker-box {
  background: #ffffff;
}
.jquery-datepicker.theme-light .datepicker-box .box-row.row-header {
  color: #626262;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-header
  .header-title:hover {
  color: #222222;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-down::after {
  border-color: transparent #cccccc transparent transparent;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-up::after {
  border-color: transparent transparent transparent #cccccc;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-down:hover::after {
  border-color: transparent #222222 transparent transparent;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-up:hover::after {
  border-color: transparent transparent transparent #222222;
}
.jquery-datepicker.theme-light .datepicker-box .box-row.row-days {
  color: #7b7b7b;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell:hover {
  background: #eeeeee;
  color: #222222;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-grayed {
  background: transparent;
  color: #cccccc;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-today {
  background: #ffffff;
  color: #12afcb;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-today:hover {
  background: #eeeeee;
  color: #222222;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-marked {
  background: rgba(255, 213, 79, 0.2);
  color: #cf9d00;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-marked:hover {
  background: #eeeeee;
  color: #222222;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-forbidden {
  background: rgba(229, 115, 115, 0.2);
  color: #b72222;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-selected {
  background: #12afcb;
  color: #ffffff;
}
.jquery-datepicker.theme-light
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-selected:hover {
  background: #12afcb;
  color: #ffffff;
}
.jquery-datepicker.theme-light.tip-below::before {
  border-color: #cccccc transparent transparent transparent;
}
.jquery-datepicker.theme-light.tip-above::before {
  border-color: transparent transparent #cccccc transparent;
}
.jquery-datepicker.theme-light.tip-below::after {
  border-color: #ffffff transparent transparent transparent;
}
.jquery-datepicker.theme-light.tip-above::after {
  border-color: transparent transparent #ffffff transparent;
}
.jquery-datepicker.theme-dark {
  border: 1px solid #323232;
  background: #1b1b1b;
  color: #ffffff;
}
.jquery-datepicker.theme-dark .datepicker-box {
  background: #1b1b1b;
}
.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(50, 50, 50, 0.75);
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-header
  .header-title:hover {
  color: #ffffff;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-down::after {
  border-color: transparent #323232 transparent transparent;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-up::after {
  border-color: transparent transparent transparent #323232;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-down:hover::after {
  border-color: transparent #ffffff transparent transparent;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-header
  .header-actions
  .header-action.action-up:hover::after {
  border-color: transparent transparent transparent #ffffff;
}
.jquery-datepicker.theme-dark .datepicker-box .box-row.row-days {
  color: rgba(255, 255, 255, 0.35);
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell:hover {
  background: #323232;
  color: #ffffff;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-grayed {
  background: transparent;
  color: #323232;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-today {
  background: #1b1b1b;
  color: #12afcb;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-today:hover {
  background: #323232;
  color: #ffffff;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-marked {
  background: rgba(255, 213, 79, 0.05);
  color: #cf9d00;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-marked:hover {
  background: #323232;
  color: #ffffff;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-forbidden {
  background: rgba(229, 115, 115, 0.05);
  color: #b72222;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-selected {
  background: #12afcb;
  color: #ffffff;
}
.jquery-datepicker.theme-dark
  .datepicker-box
  .box-row.row-week
  .box-cell.cell-selected:hover {
  background: #12afcb;
  color: #ffffff;
}
.jquery-datepicker.theme-dark.tip-below::before {
  border-color: #323232 transparent transparent transparent;
}
.jquery-datepicker.theme-dark.tip-above::before {
  border-color: transparent transparent #323232 transparent;
}
.jquery-datepicker.theme-dark.tip-below::after {
  border-color: #1b1b1b transparent transparent transparent;
}
.jquery-datepicker.theme-dark.tip-above::after {
  border-color: transparent transparent #1b1b1b transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #fff;
  border: 1px solid #aaa;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #dadada;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.notify-list {
  position: relative;
  width: 300px;
  margin: 0 auto;
  z-index: 200;
}
.notify-list .notify-item {
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
  padding: 30px;
}

.payment-balance {
  border-radius: 4px;
  background: #b2d4f1;
  padding: 20px 10px;
}
.payment-details-title {
  display: inline-block;
  margin: 6px 0;
  width: 50%;
}
.btn_payment-balance {
  border-radius: 4px;
  float: right;
  padding: 5px 10px;
  background: #155276;
  color: #fff;
  cursor: pointer;
}

.homead-wrap {
  width: 100%;
  max-width: 790px;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.homead-item {
  width: 100%;
  height: 100%;
  max-height: 120px;
  text-align: center;

  position: relative;
  padding: 0px 16px 0px 16px;
  background-color: #fff;

  overflow: hidden;
}
.homead-item:nth-child(2n) {
  /* margin-left: 10%; */
}
.homead-item:nth-child(2n + 1) {
  /* clear: both; */
}
.homead-item .homead-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  background-color: #fff;
  opacity: 0.2;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #888888ff;
  font-size: 18px;
}

.homead-item a {
  width: 100%;
  height: 100%;
}
.homead-item img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: cover;
}

.homead-leftright {
  margin-top: 30px;
}
.myaccountad-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.myaccountad-item .myaccountad-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 8px;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #666;
  transition: all 0.2s ease;
  z-index: 10;
}

.myaccountad-item .myaccountad-close:hover {
  background: #fff;
  color: #dc3545;
}

.myaccountad-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.myaccountad-item a img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
  flex-shrink: 0;
}

.myaccountad-item a p {
  padding: 12px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.home-btn {
  padding: 15px;
  text-align: center;
  display: block;
  font-size: 1.5em;
}

.mem-fee,
.mem-fee-guide {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 30px;
}

/* mix  */
.ask-admin {
  cursor: pointer;
}
.answered-action .f_right {
  padding: 1px 5px;
}

@media all and (max-width: 1500px) {
}
@media all and (max-width: 1230px) {
  html {
    font-size: 56.5%;
  }
  .header_wrap .header {
    height: 90px;
  }
  .header_wrap .header .gnb ul li {
    height: 90px;
    line-height: 90px;
  }
  .header_wrap .header h1 {
    margin-top: 28px;
  }
  .header_wrap .header h1 a {
    height: 35px;
  }
  .header_wrap .header .header_nav {
    margin-top: 32px;
  }
  .main-slogan {
    top: 100px;
  }

  .header_wrap .header h1 {
    width: 33%;
  }
  .header_wrap .header .gnb {
    width: 50%;
  }
  .header_wrap .header .header_nav {
    width: 28%;
  }

  .rate-input {
    top: -8px;
  }
}

@media all and (max-width: 1024px) {
  html {
    font-size: 52%;
  }
  .main-slogan {
    top: 90px;
    padding: 0 11px;
  }
  .mobile_gnb {
    display: block;
  }
  .gnb,
  .header_nav .select_drop {
    display: none;
  }
  .header_wrap .header .header_nav .user-nav .select_drop {
    display: inline-block;
  }
  .header_wrap .header .header_nav {
    position: absolute;
    top: 17px;
    right: 50px;
    margin: 0;
    width: auto;
  }
  .header_wrap .header {
    height: 60px;
  }
  .header_wrap .header h1 {
    margin-top: 15px;
    margin-left: 0;
  }
  .header_wrap .header h1 a {
    height: 45px;
  }
  .header_wrap .header .gnb > ul > li {
    padding: 0 20px;
  }
  .main_wrap .header_wrap .header h1 a {
    height: 35px;
    background-size: contain;

    font-size: 16px;
    padding-bottom: 36px;
    padding-left: 48px;
  }
  .main_content .select_con .select_set {
    max-width: 590px;
  }

  .btn_box .f_left {
    width: 100%;
    float: none;
    text-align: right !important;
    margin-bottom: 10px;
  }
  .btn_box .f_right {
    width: 100%;
    float: none;
  }

  .layer-popup {
    width: 70%;
    text-align: center;
    top: 420px;
  }
  .popup-content {
    display: inline-block;
  }
  .layer-popup .pc_view {
    display: none !important;
  }
  .layer-popup .mo_view {
    display: block !important;
  }
}

@media all and (max-width: 768px) {
  .body {
    background: #666;
  }
  .layer-popup {
    top: 360px;
  }

  /* Main content styles for index page - apply whether ads exist or not */
  .page-index .main_content {
    padding: 40px 0 0px;
    min-height: 100vh;
  }

  .page-index .main_content .select_con {
    position: static;
    transform: none;
    min-height: 412px;
  }

  .page-index .main_content .middle-con {
    /* min-height: calc(100vh - 300px);
    position: relative;
    width: 100%; */
    position: fixed;
    left: 0;
    right: 0;
    top: -15px;
    width: 90%;
  }

  .main_content {
    min-height: 90vh;
  }
  .main_content .select_con .select_set {
    max-width: 100%;
  }
  .main_content .select_con .btn_s {
    max-width: 100%;
    margin: 10px 0 0 0;
    min-width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .main_content .select_con > p {
    margin-bottom: 30px;
  }
  .main_content .select_con .select_set:before {
    border-width: 5px;
  }

  .main_wrap .footer_wrap {
    position: absolute;
    height: 12%;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* Match homead-wrap height to footer_wrap in mobile */
  .homead-wrap {
    height: 12%;
  }

  .main_wrap .footer {
    padding: 10px 0 0 0;
  }

  .main_notice {
    margin-top: 30px;
  }
  .footer_wrap_home {
    position: static;
  }

  .footer {
    padding: 10px;
  }
  .footer .footer_link {
    display: block;
    text-align: center;
  }
  .footer .footer_link a {
    margin: 0 10px;
  }
  .footer .footer_link a:after {
    right: -13px;
  }
  .footer .copy {
    display: block;
    text-align: center;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .homead .main_content {
    padding: 40px 0 0px;
    min-height: 100vh;
  }
  .homead .main_content .select_con {
    position: static;
    transform: none;
    min-height: 412px;
  }
  /* .homead .footer_wrap{position: static;} */
  .homead .homead-wrap {
    /* padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px; */
  }
  .homead .homead-item img {
    width: 100%;
  }
  .homead .homead-item {
  }
  .homead .main_content .middle-con {
    /* margin-bottom: 20px; */
    /* min-height: calc(100vh - 300px);
    position: relative;
    width: 100%; */
    position: fixed;
    left: 0;
    right: 0;
    top: -15px;
    width: 90%;
  }

  /*common*/
  .input_field input[type="text"],
  .input_field input[type="tel"],
  .input_field input[type="password"] {
    height: 40px;
  }
  .select_set select {
    height: 40px;
  }
  .btn_box {
    margin: 30px 0;
  }
  .btn {
    height: 40px;
    line-height: 40px;
  }
  .btn_m {
    max-width: unset;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    padding: 0 3px;
    width: 24%;
  }
  .btn_s {
    height: 20px;
    line-height: 20px;
  }
  .btn_l {
    max-width: unset;
    height: 30px;
    line-height: 30px;
    float: none;
    margin-bottom: 4px;
  }
  .grid_set .f_left {
    float: none;
    width: 100% !important;
  }
  .grid_set .f_right {
    float: none;
    width: 100% !important;
    margin-top: 20px;
  }
  .wid_xs {
    width: 25% !important;
  }
  .wid_s {
    width: 45% !important;
  }
  .wid_m {
    width: 71.2% !important;
  }
  .wid_150 {
    width: 100px !important;
  }
  .tm10 {
    top: 0 !important;
  }

  /*popup*/
  .popup_wrap .popup_top {
    height: 70px;
    line-height: 75px;
  }
  .popup_wrap .popup_top .popup_tit {
    font-size: 3rem;
    padding: 0 10px;
  }
  .popup_wrap .popup_mid {
    padding: 10px;
  }
  .popup_wrap .popup_content .close_btn {
    top: 20px;
    right: 5px;
  }
  .popup_wrap .btn_box {
    margin: 20px 0;
  }
  .popup_wrap .popup_content {
    padding-bottom: 0;
  }

  /*member*/
  .login_box {
    padding: 50px 30px 50px 200px;
  }
  .login_box:before {
    left: 3% !important;
  }
  .join_box {
    padding: 50px 30px 50px 200px;
  }
  .join_box:before {
    left: 3%;
  }

  input.upload_text {
    width: 60%;
  }
  .upload-btn_wrap {
    width: 35%;
    max-width: 150px;
  }

  .btn_box .f_right {
    margin-bottom: 0;
  }

  .main_content .middle-con {
    margin: auto auto;
  }
  .main_content .select_con > p:last-of-type {
    font-size: 2.8rem;
  }
}

@media all and (max-width: 580px) {
  .cal-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .mypage_content .c-section {
    margin-bottom: 20px;
  }
  .cal-filter .select_set {
    max-width: 70px;
  }
  .cal-filter .select_set select {
    height: 30px;
  }
  .c-section .cal-list .cal-num {
    display: block;
    width: 100%;
    padding: 5px;
    padding-bottom: 0;
    font-weight: bold;
  }
  .c-section .cal-list .cal-txt {
    display: block;
    width: 100%;
  }
  .c-section .cal-list .cal-txt dl {
    width: calc(100% - 80px);
    padding: 2px 6px;
  }
  .c-section .cal-list .cal-btn {
    width: 70px;
  }
  .c-section .cal-list li {
    padding: 0;
  }
  .c-section .cal-list .cal-txt .cal-item {
    padding-top: 0;
  }
  .c-section .cal-list .cal-btn button {
    width: 20px;
    height: 20px;
  }
  .homead .main_content .middle-con {
    /* min-height: calc(100vh - 230px); */
    width: 90%;
  }
}

@media all and (max-width: 480px) {
  html {
    font-size: 48%;
  }
  .login_box {
    padding: 20px;
  }
  .login_box:before {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    background: none;
    padding: 0 15px 20px 0px;
    font-size: 3rem;
  }
  .join_box {
    padding: 20px;
  }
  .join_box:before {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    padding: 0 15px 20px 0px;
    font-size: 3rem;
  }

  .cal-nav {
    width: 100%;
    float: none;
    text-align: left;
  }
  .cal-filter {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 400px) {
  .btn_m {
    width: 49%;
  }
  .main_notice ul {
    border-left: 0;
    margin-top: 0px;
    padding-left: 0;
    display: block;
  }
  .main_content .select_con > p {
    font-size: 2.5rem;
  }
  .select_con > ul {
    margin-top: 10px;
  }

  .btn_box .f_left,
  .btn_box .f_right {
    display: table;
    width: 100%;
  }
  .btn_box .f_left a,
  .btn_box .f_right a {
    width: auto;
    border: 1px solid #fff;
  }
  .header_wrap .header h1 {
    margin-top: 18px;
  }
  .mobi-left {
    float: left;
  }
  .mb_w50p {
    width: 50% !important;
  }
  .cell_row .cell {
    padding-left: 0;
  }
  .cell_row .col3 {
    width: 15%;
  }
}

@media all and (min-width: 768px) {
  .qna_btn_box {
    width: 300px;
    min-height: 46px;
    line-height: 46px !important;
  }
  .qna_btn_box .f_right {
    width: 100%;
  }
  .main_content {
    min-height: calc(100vh - 120px);
    /* padding-top: 150px; */
  }
  .homead .select_con {
    position: static;
    transform: none;
  }
}
