@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/*@mixin hv{height:calc(100vh - 126px);
    @include responsive(991px){height:calc(100vh - 89px)}
    @include responsive(480px){height:calc(100vh - 84px)}
}*/
html, body {
  list-style: none;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 100%;
  font-weight: 400;
  font: inherit;
}

body {
  overflow-x: hidden;
  background: #f7f6f0;
}

h1, h2, h3, h4, h4, h5, p, a, div, span, ul, li, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Pretendard";
  font-weight: 400;
  text-decoration: none;
  box-sizing: border-box;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}

input, textarea, select {
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

html {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-tap-highlight-color: transparent;
  background:fff;
}
@media (max-width: 991px) {
  html {
    width: 100%;
    padding: 0;
  }
}

body.sub {
  height: 100%;
  background: #f7f6f0;
}
body.sub.login {
  background: #f7f6f0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hidden {
  display: none !important;
}

#header, #main_wrap, #footer { /*background:$color*/
  background: #fff;
}

.inner { /*background:$color;*/
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .inner {
    width: 100%;
  }
}

.sub_inner {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .sub_inner {
    padding: 0 15px;
  }
}

#header .inner {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background:#f7f6f0;	
}
@media (max-width: 991px) {
  #header .inner {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #header .inner {
    padding: 20px 0;
  }
}
#header .inner .logo_box .logo {
  display: block;
}
@media (max-width: 991px) {
  #header .inner .logo_box .logo img {
    height: 25px;
  }
  #header .inner .logo_box .logo svg {
    width: 150px;
  }
}
@media (max-width: 480px) {
  #header .inner .logo_box .logo img {
    height: 20px;
  }
  #header .inner .logo_box .logo svg {
    width: 120px;
  }
}
#header .inner .count_box {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
#header .inner .count_box .count {
  display: block;
}
#header .inner .count_box .count img {
  width: 30px;
}
@media (max-width: 480px) {
  #header .inner .count_box .count img {
    width: 20px;
  }
}
#header.sub_header {
  background: #fee500;
  border-radius: 0 0 20px 20px;
}
#header.sub_header .inner {
  flex-direction: column;
  padding: 45px 0;
}
@media (max-width: 991px) {
  #header.sub_header .inner {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #header.sub_header .inner {
    padding: 20px 0;
  }
}
#header.sub_header .inner .sub_tit {
  width: 100%;
  padding: 0 20px;
  margin-top: 35px;
  text-align: left;
}
#header.sub_header .inner .sub_tit h2 {
  display: inline-block;
  font-size: 26px;
  color: #191919;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #header.sub_header .inner .sub_tit h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #header.sub_header .inner .sub_tit h2 {
    font-size: 20px;
  }
}
#header.sub_header .inner .sub_tit h2::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 15px;
  background: #fff1ab;
  position: absolute;
  left: 0;
  bottom: 0;
  z-indeX: -1;
}
@media (max-width: 480px) {
  #header.sub_header .inner .sub_tit h2::after {
    height: 8px;
  }
}
#header.sub_header .inner .sub_tit p {
  font-size: 18px;
  color: #191919;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  #header.sub_header .inner .sub_tit p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #header.sub_header .inner .sub_tit p {
    font-size: 13px;
    line-height: 1.5;
  }
}
#header.login_header {
  background: #fee500;
}
#header.login_header .inner {
  flex-direction: column;
  padding: 45px 0;
  position: relative;
}
@media (max-width: 991px) {
  #header.login_header .inner {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #header.login_header .inner {
    padding: 20px 0;
  }
}
#header.login_header .inner .back_box {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
#header.login_header .inner .back_box .login_back {
  display: block;
  width: 22px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
#header.login_header .inner .back_box .login_back::before, #header.login_header .inner .back_box .login_back::after {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  height: 18px;
  background: #191919;
  position: absolute;
  top: 0;
}
#header.login_header .inner .back_box .login_back::before {
  right: 5px;
  transform: rotate(45deg);
}
#header.login_header .inner .back_box .login_back::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  #header.login_header .inner .back_box .login_back {
    width: 20px;
    height: 15px;
    position: relative;
  }
  #header.login_header .inner .back_box .login_back::before, #header.login_header .inner .back_box .login_back::after {
    content: "";
    display: block;
    clear: both;
    width: 2px;
    height: 15px;
    position: absolute;
    top: 0;
  }
  #header.login_header .inner .back_box .login_back::before {
    right: 5px;
    transform: rotate(45deg);
  }
  #header.login_header .inner .back_box .login_back::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}

#main_wrap .inner {
  padding: 0;
  background:#f7f6f0;
  
}
#main_wrap .main .main_index01 {
  width: 91%;
  padding: 25px;
  letter-spacing:-0.3px;
  border-radius:18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background:#ebe9dd;
  box-shadow:0px 0px 50px rgba(48,48,45,0.05)
}
@media (max-width: 480px) {
  #main_wrap .main .main_index01 {
    padding: 12px 0;
  }
}
#main_wrap .main .main_index01 .icon {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
#main_wrap .main .main_index01 .icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index01 .icon {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    margin-top: -1px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index01 .icon {
    margin-top: -3px;
  }
}
#main_wrap .main .main_index01 .text p {
  font-size: 23px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index01 .text p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index01 .text p {
    font-size: 15px;
  }
}
#main_wrap .main .main_index01 .icon_box {
  position: absolute;
  right: 10px;
  top: -30px;
}
#main_wrap .main .main_index01 .icon_box img {
  height: 100px;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index01 .icon_box {
    top: 2px;
  }
  #main_wrap .main .main_index01 .icon_box img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  #main_wrap .main .main_index01 .icon_box {
    top: 10px;
  }
  #main_wrap .main .main_index01 .icon_box img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index01 .icon_box {
    top: initial;
    bottom: -10px;
  }
  #main_wrap .main .main_index01 .icon_box img {
    height: 40px;
  }
}
#main_wrap .main .main_index02 .box {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background:#f7f6f0;
}
@media (max-width: 480px) {
  #main_wrap .main .main_index02 .box {
    padding: 20px 20px;
  }
}
#main_wrap .main .main_index02 .box li {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main_wrap .main .main_index02 .box li span {
  font-family: "Pretendard";
  font-size: 23px;
  color: #30302d;
  font-weight: 600;
  letter-spacing:-0.5px;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  #main_wrap .main .main_index02 .box li span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index02 .box li span {
    font-size: 15px;
  }
}
#main_wrap .main .main_index02 .box li span.icon {
  width: 15%;
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index02 .box li span.icon {
    width: 38%;
  }
  #main_wrap .main .main_index02 .box li span.icon img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  #main_wrap .main .main_index02 .box li span.icon {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index02 .box li span.icon {
    width: 23%;
  }
  #main_wrap .main .main_index02 .box li span.icon svg {
    width: 30px;
    height: 30px;
  }
  #main_wrap .main .main_index02 .box li span.icon img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index02 .box li span.icon {
    margin-right: 13px;
  }
}
#main_wrap .main .main_index02 .box li span.text {
  position: relative;
  z-index: 1;
}
#main_wrap .main .main_index02 .box li span.text::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 15px;
  z-index: -1;
  background: #fee500;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index02 .box li span.text::after {
    height: 7px;
  }
}
#main_wrap .main .main_index03 .sindex {
  text-align: center;
  width:91%;
  background:#fff;
  border-radius:21px;
  margin-bottom:30px;
  padding:20px;
   box-shadow:0px 0px 50px rgba(48,48,45,0.05)

}
#main_wrap .main .main_index03 .sindex:last-child {
}
@media (max-width: 768px) {
  #main_wrap .main .main_index03 .sindex .icon img {
    height: 43px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index03 .sindex .icon img {
    height: 37px;
  }
  #main_wrap .main .main_index03 .sindex .icon svg {
    width: 45px;
    height: 45px;
  }
}
#main_wrap .main .main_index03 .sindex .info {
  margin-top: 10px;
}
#main_wrap .main .main_index03 .sindex .info h3 {
  font-size: 28px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index03 .sindex .info h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index03 .sindex .info h3 {
    font-size: 18px;
  }
}
#main_wrap .main .main_index03 .sindex .info span {
  display: inline-block;
}
#main_wrap .main .main_index03 .sindex .info p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  letter-spacing:-0.4px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #main_wrap .main .main_index03 .sindex .info p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  #main_wrap .main .main_index03 .sindex .info p {
    font-size: 14px;
    margin-top: 5px;
  }
}
#main_wrap .main .main_index03 .sindex .info p::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 10px;
  background: #fff1ab;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #main_wrap .main .main_index03 .sindex:last-child .icon svg {
    width: 60px;
    height: 60px;
  }
}
#footer .ft_wrap {
 background:#f7f6f0;
  padding: 20px 0 130px;
}
#footer .ft_wrap.ft_sub {
  padding: 80px 0 130px;
}
@media (max-width: 480px) {
  #footer .ft_wrap.ft_sub {
    padding: 60px 0 110px;
  }
}
#footer .ft_wrap.ft_padding {
  padding: 80px 0 200px;
}
@media (max-width: 480px) {
  #footer .ft_wrap.ft_padding {
    padding: 60px 0 140px;
  }
}
#footer .ft_wrap.login_ft {
  background: #f7f6f0;
  padding: 80px 0 108px;
}
@media (max-width: 480px) {
  #footer .ft_wrap.login_ft {
    padding: 25px 0 110px;
  }
}
@media (max-width: 991px) {
  #footer .ft_wrap {
    padding: 60px 0 110px;
  }
}
#footer .ft_wrap .tit p {
  font-size: 13px;
  letter-spacing:-0.4px;
  color: #191919;
  font-weight: 400;
  font-family: "Pretendard";
  text-align: center;
  line-height: 1.9;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  #footer .ft_wrap .tit p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .ft_wrap .tit p {
    font-size: 12px;
  }
}
@media (max-width: 378px) {
  #footer .ft_wrap .tit p {
    font-size: 11px;
  }
}
#footer .ft_wrap .com_info {
  margin-top: 35px;
}
#footer .ft_wrap .com_info .company_name {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  #footer .ft_wrap .com_info .company_name {
    line-height: 20px;
  }
}
#footer .ft_wrap .com_info .company_name .ft_tit {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  #footer .ft_wrap .com_info .company_name .ft_tit {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .ft_wrap .com_info .company_name .ft_tit {
    font-size: 13px;
  }
}
#footer .ft_wrap .com_info .company_name .ft_arrow {
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
#footer .ft_wrap .com_info .company_name .ft_arrow::before, #footer .ft_wrap .com_info .company_name .ft_arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 12px;
  background: #222;
  position: absolute;
  top: 0;
}
#footer .ft_wrap .com_info .company_name .ft_arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
#footer .ft_wrap .com_info .company_name .ft_arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  #footer .ft_wrap .com_info .company_name .ft_arrow {
    width: 16px;
    height: 10px;
  }
  #footer .ft_wrap .com_info .company_name .ft_arrow::before, #footer .ft_wrap .com_info .company_name .ft_arrow::after {
    height: 10px;
  }
}
@media (max-width: 480px) {
  #footer .ft_wrap .com_info .company_name .ft_arrow {
    margin-left: 8px;
    height: 8px;
  }
  #footer .ft_wrap .com_info .company_name .ft_arrow::before, #footer .ft_wrap .com_info .company_name .ft_arrow::after {
    height: 8px;
  }
  #footer .ft_wrap .com_info .company_name .ft_arrow::after {
    left: 5px;
  }
}
#footer .ft_wrap .com_info .company_name.active .ft_arrow {
  transform: rotate(180deg);
}
#footer .ft_wrap .com_info .company_txt {
  padding: 35px 0 0;
  display: none;
}
#footer .ft_wrap .com_info .company_txt .ft_link {
  text-align: center;
}
#footer .ft_wrap .com_info .company_txt .ft_link li {
  display: inline-block;
}
#footer .ft_wrap .com_info .company_txt .ft_link li a {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #footer .ft_wrap .com_info .company_txt .ft_link li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .ft_wrap .com_info .company_txt .ft_link li a {
    font-size: 12px;
  }
}
#footer .ft_wrap .com_info .company_txt .ft_info {
  margin-top: 35px;
  text-align: center;
}
#footer .ft_wrap .com_info .company_txt .ft_info li {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
}
#footer .ft_wrap .com_info .company_txt .ft_info li + li {
  margin-top: 5px;
}
@media (max-width: 991px) {
  #footer .ft_wrap .com_info .company_txt .ft_info li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .ft_wrap .com_info .company_txt .ft_info li {
    font-size: 12px;
  }
}
#footer .fixed_nav {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
#footer .fixed_nav ul {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  background: #f9f9fa;
  border-radius:20px 20px 0px 0px;
  box-shadow:0px 0px 15px rgba(48,48,45,0.08)
}
@media (max-width: 991px) {
  #footer .fixed_nav ul {
    width: 100%;
    padding: 10px 0;
  }
}
#footer .fixed_nav ul .nav_li {
  width: 25%;
  text-align: center;
}
#footer .fixed_nav ul .nav_li a {
  font-size: 14px;
  letter-spacing:-0.3px;
  color: #555;
  font-weight: 600;
}
#footer .fixed_nav ul .nav_li a on {
  font-size: 14px;
  color: #000;
  font-weight: 900;
}
@media (max-width: 480px) {
  #footer .fixed_nav ul .nav_li a {
    font-size: 13px;
  }
}
#footer .fixed_nav ul .nav_li a span {
  display: block;
  margin: 0 auto 10px;
  width: 35px;
  height: 35px;
}
@media (max-width: 991px) {
  #footer .fixed_nav ul .nav_li a span {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  #footer .fixed_nav ul .nav_li a span {
    margin: 0 auto 5px;
    width: 22px;
    height: 22px;
  }
}
#footer .fixed_nav ul .nav_li a.nav_home span {
  background: url("../img/nav_home_full01.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_home.active {
  color: #191919;
}
#footer .fixed_nav ul .nav_li a.nav_home.active span {
  background: url("../img/nav_home_full.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_card span {
  background: url("../img/nav_card_full01.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_card.active {
  color: #191919;
}
#footer .fixed_nav ul .nav_li a.nav_card.active span {
  background: url("../img/nav_card_full.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_menu span {
  background: url("../img/nav_menu_full01.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_menu.active {
  color: #191919;
}
#footer .fixed_nav ul .nav_li a.nav_menu.active span {
  background: url("../img/nav_menu_full.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_more span {
  background: url("../img/nav_more_full01.png") no-repeat center center/cover;
}
#footer .fixed_nav ul .nav_li a.nav_more.active {
  color: #191919;
}
#footer .fixed_nav ul .nav_li a.nav_more.active span {
  background: url("../img/nav_more_full.png") no-repeat center center/cover;
}
#footer .fixed_nav.login_nav {
  display: none;
}

.menu_popup {
  visibility: hidden;
  width: 720px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9999999;
}
@media (max-width: 991px) {
  .menu_popup {
    width: 100%;
  }
}
.menu_popup .all_menu_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
.menu_popup .menu_wrap {
  width: 100%;
  position: absolute;
  bottom: -100%;
  background: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 20;
  transition: all 0.5s;
  padding: 50px 60px 35px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap {
    padding: 50px 40px 35px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap {
    padding: 40px 40px 20px;
  }
}
.menu_popup .menu_wrap .menu_close {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -25px;
}
.menu_popup .menu_wrap .menu_close a {
  display: block;
  width: 50px;
  height: 20px;
}
.menu_popup .menu_wrap .menu_close a span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.menu_popup .menu_wrap .menu_close a span + span {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_close {
    top: -30px;
  }
  .menu_popup .menu_wrap .menu_close a {
    width: 40px;
    height: 17px;
  }
  .menu_popup .menu_wrap .menu_close a span + span {
    margin-top: 3px;
  }
}
.menu_popup .menu_wrap .menu_top {
  display: flex;
  align-items: center;
}
.menu_popup .menu_wrap .menu_top .icon {
  width: 65px;
  height: 65px;
  background: #fee500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_popup .menu_wrap .menu_top .icon div {
  width: 35x;
  height: 35px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_top .icon {
    width: 55px;
    height: 55px;
  }
  .menu_popup .menu_wrap .menu_top .icon div {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_top .icon {
    width: 45px;
    height: 45px;
  }
  .menu_popup .menu_wrap .menu_top .icon div {
    width: 15px;
    height: 15px;
  }
}
.menu_popup .menu_wrap .menu_top .info {
  flex-grow: 1;
}
.menu_popup .menu_wrap .menu_top .info p.name {
  font-size: 23px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_top .info p.name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_top .info p.name {
    font-size: 17px;
  }
}
.menu_popup .menu_wrap .menu_top .info p.num {
  font-size: 21px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_top .info p.num {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_top .info p.num {
    font-size: 16px;
  }
}
.menu_popup .menu_wrap .menu_top .logout a {
  font-size: 18px;
  color: #191919;
  font-weight: 600;
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 5px 15px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_top .logout a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_top .logout a {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.menu_popup .menu_wrap .menu_mid {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_mid {
    margin: 35px 0;
  }
}
.menu_popup .menu_wrap .menu_mid .mid_ul li + li {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li + li {
    margin-top: 20px;
  }
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li a {
    font-size: 14px;
  }
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow {
  display: block;
  width: 14px;
  height: 24px;
  position: relative;
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before, .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 15px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow {
    width: 11px;
    height: 17px;
    position: relative;
  }
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before, .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before, .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
  width: 2px;
  right: 5px;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before, .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
    width: 1px;
  }
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::before {
  transform: rotate(-45deg);
}
.menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
  left: initial;
  top: 10px;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_mid .mid_ul li a .arrow_Box .menu_arrow::after {
    top: 7px;
  }
}
.menu_popup .menu_wrap .menu_bottom .out a {
  font-size: 20px;
  color: #a3a3a3;
  font-weight: 600;
}
@media (max-width: 991px) {
  .menu_popup .menu_wrap .menu_bottom .out a {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .menu_popup .menu_wrap .menu_bottom .out a {
    font-size: 14px;
  }
}
.menu_popup.open {
  visibility: visible;
}
.menu_popup.open .all_menu_bg {
  display: block;
}
.menu_popup.open .menu_wrap {
  bottom: 0;
}

/******************************************** 서브페이지 ********************************************/
.sub_page {
  padding: 80px 0 0;
  min-height: 400px;
}
@media (max-width: 991px) {
  .sub_page {
    padding: 60px 0 0;
  }
}
@media (max-width: 480px) {
  .sub_page {
    padding: 50px 0 0;
    min-height: 300px;
  }
}
.sub_page .title_box {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sub_page .title_box {
    margin-bottom: 27px;
  }
}
@media (max-width: 480px) {
  .sub_page .title_box {
    margin-bottom: 20px;
  }
}
.sub_page .title_box span {
  font-size: 24px;
  color: #191919;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sub_page .title_box span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sub_page .title_box span {
    font-size: 18px;
  }
}
@media (max-width: 378px) {
  .sub_page .title_box span {
    font-size: 17px;
  }
}
.sub_page .title_box span::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 10px;
  background: #fee500;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .sub_page .title_box span::after {
    height: 7px;
  }
}
.sub_page .tab_box {
  margin-top: -15px;
}
.sub_page .tab_box .tab_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fee500;
}
.sub_page .tab_box .tab_ul li {
  width: 50%;
}
.sub_page .tab_box .tab_ul li .tab_a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sub_page .tab_box .tab_ul li .tab_a {
    font-size: 16px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .sub_page .tab_box .tab_ul li .tab_a {
    font-size: 15px;
  }
}
.sub_page .tab_box .tab_ul li.active .tab_a {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  position: relative;
}
.sub_page .tab_box .tab_ul li.active .tab_a::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub_page .board_list .num {
  width: 10%;
}
@media (max-width: 768px) {
  .sub_page .board_list .num {
    display: none;
  }
}
.sub_page .board_list .subject {
  width: 57%;
}
.sub_page .board_list .subject .mob {
  display: none;
}
@media (max-width: 768px) {
  .sub_page .board_list .subject {
    width: 100%;
  }
  .sub_page .board_list .subject .mob {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sub_page .board_list .subject .mob {
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  .sub_page .board_list .subject .mob div {
    font-size: 15px;
    color: #999;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sub_page .board_list .subject .mob div {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .sub_page .board_list .subject .mob div + div {
    margin-left: 8px;
  }
}
.sub_page .board_list .name {
  width: 15%;
}
@media (max-width: 768px) {
  .sub_page .board_list .name {
    display: none;
  }
}
.sub_page .board_list .date {
  width: 18%;
}
@media (max-width: 768px) {
  .sub_page .board_list .date {
    display: none;
  }
}
.sub_page .board_list .board_head {
  display: flex;
  align-items: center;
  padding: 13px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .sub_page .board_list .board_head {
    border-top-width: 1px;
  }
}
.sub_page .board_list .board_head > div {
  text-align: center;
  font-size: 18px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sub_page .board_list .board_head > div {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_list .board_head > div {
    font-size: 15px;
  }
}
.sub_page .board_list .board_cont .board_li {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .sub_page .board_list .board_cont .board_li {
    padding: 13px 0;
  }
}
.sub_page .board_list .board_cont .board_li a {
  display: flex;
  align-items: center;
}
.sub_page .board_list .board_cont .board_li a > div {
  text-align: center;
  font-size: 17px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 991px) {
  .sub_page .board_list .board_cont .board_li a > div {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_list .board_cont .board_li a > div {
    font-size: 14px;
  }
}
.sub_page .board_list .board_cont .board_li a > div.subject {
  text-align: left;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .sub_page .board_list .board_cont .board_li a > div.subject {
    padding-left: 0;
  }
}
.sub_page .board_view {
  padding: 0 20px;
}
.sub_page .board_view .view_head {
  border-top: 2px solid rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .sub_page .board_view .view_head {
    padding: 13px 0;
    border-top-width: 1px;
  }
}
.sub_page .board_view .view_head .view_tit {
  margin-bottom: 5px;
}
.sub_page .board_view .view_head .view_tit p {
  font-size: 18px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sub_page .board_view .view_head .view_tit p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_view .view_head .view_tit p {
    font-size: 15px;
  }
}
.sub_page .board_view .view_head .view_date {
  display: flex;
  align-items: center;
}
.sub_page .board_view .view_head .view_date span {
  font-size: 16px;
  color: #999;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sub_page .board_view .view_head .view_date span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_view .view_head .view_date span {
    font-size: 13px;
  }
}
.sub_page .board_view .view_head .view_date span + span {
  display: block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .sub_page .board_view .view_head .view_date span + span {
    margin-left: 7px;
    padding-left: 7px;
  }
}
.sub_page .board_view .view_head .view_date span + span::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 15px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .sub_page .board_view .view_head .view_date span + span::after {
    height: 12px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_view .view_head .view_date span + span::after {
    height: 10px;
  }
}
.sub_page .board_view .view_content {
  min-height: 300px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .sub_page .board_view .view_content {
    font-size: 14px;
  }
}
.sub_page .board_write .write_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sub_page .board_write .write_box label {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  width: 12%;
}
@media (max-width: 480px) {
  .sub_page .board_write .write_box label {
    width: 18%;
    font-size: 15px;
  }
}
.sub_page .board_write .write_box .answer {
  width: 88%;
}
@media (max-width: 480px) {
  .sub_page .board_write .write_box .answer {
    width: 82%;
  }
}
.sub_page .board_write .write_box .answer input, .sub_page .board_write .write_box .answer textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 0;
  padding: 0 10px;
  margin: 0;
  border-radius: 5px;
}
.sub_page .board_write .write_box .answer input {
  line-height: 43px;
}
@media (max-width: 480px) {
  .sub_page .board_write .write_box .answer input {
    line-height: 38px;
  }
}
.sub_page .board_write .write_box .answer textarea {
  resize: none;
  height: 200px;
}
@media (max-width: 480px) {
  .sub_page .board_write .write_box .answer textarea {
    height: 180px;
  }
}
.sub_page .board_write .write_box:last-child {
  margin-bottom: 0;
}
.sub_page .board_write .btn_center {
  justify-content: center;
  margin-top: 35px;
}
.sub_page .board_write .btn_center .button, .sub_page .board_write .btn_center .can_btn {
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  width: 20%;
}
@media (max-width: 991px) {
  .sub_page .board_write .btn_center .button, .sub_page .board_write .btn_center .can_btn {
    width: 28%;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sub_page .board_write .btn_center .button, .sub_page .board_write .btn_center .can_btn {
    width: 35%;
    font-size: 13px;
    line-height: 35px;
  }
}
.sub_page .board_write .btn_center .button {
  background: #191919;
  box-shadow: 0 0 0;
  border: 1px solid #191919;
}
.sub_page .board_write .btn_center .can_btn {
  display: block;
  border: 1px solid #191919;
  color: #191919;
  text-align: center;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .sub_page .board_write .btn_center .can_btn {
    margin-left: 8px;
  }
}
.sub_page .write_Btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.sub_page .write_Btn a {
  display: block;
  padding: 6px 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #191919;
}
@media (max-width: 480px) {
  .sub_page .write_Btn a {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.sub_page .list_page {
  width: 100%;
  margin: 30px 0 0;
}
.sub_page .list_page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_page .list_page .pagination li > a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  color: #999;
  font-weight: 400;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
}
@media (max-width: 480px) {
  .sub_page .list_page .pagination li > a {
    font-size: 14px;
    padding: 2px 8px;
  }
}
.sub_page .list_page .pagination li.active a {
  color: #fff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.9);
}
.sub_page.no_padding {
  padding: 0;
}

.mypage_wrap {
  position: relative;
}
.mypage_wrap .add_btn {
  position: absolute;
  right: 30px;
  top: -20px;
  width: 160px;
  z-index: 1;
}
@media (max-width: 991px) {
  .mypage_wrap .add_btn {
    width: 120px;
    top: -25px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .add_btn {
    width: 95px;
  }
}
.mypage_wrap .add_btn a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  color: #fee500;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .mypage_wrap .add_btn a {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .add_btn a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
.mypage_wrap .cont .my_se {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se {
    margin-bottom: 55px;
  }
}
.mypage_wrap .cont .my_se .my_list {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .my_list {
    padding: 0 15px;
  }
}
.mypage_wrap .cont .my_se .se_tit {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit {
    padding: 18px 0;
  }
}
.mypage_wrap .cont .my_se .se_tit .icon {
  width: 120px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #a3a3a3;
  border-radius: 25px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .icon {
    width: 80px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .icon {
    width: 70px;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    line-height: 28px;
  }
}
.mypage_wrap .cont .my_se .se_tit .icon.sh {
  background: rgba(0, 0, 0, 0.9);
  color: #fee500;
}
.mypage_wrap .cont .my_se .se_tit .name {
  display: flex;
  align-items: center;
}
.mypage_wrap .cont .my_se .se_tit .name .na {
  font-size: 20px;
  color: #191919;
  font-weight: 600;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .name .na {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .name .na {
    font-size: 15px;
    margin-right: 10px;
  }
}
.mypage_wrap .cont .my_se .se_tit .name a {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 16px;
  color: #73777a;
  font-weight: 600;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .name a {
    font-size: 14px;
    height: 33px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .name a {
    height: 30px;
    font-size: 13px;
  }
}
.mypage_wrap .cont .my_se .se_tit .name a .icon {
  display: inline-block;
  width: auto;
  background: #fff;
  height: auto;
  line-height: normal;
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .name a .icon {
    margin-right: 10px;
    height: 20px;
  }
}
.mypage_wrap .cont .my_se .se_tit .name a .icon img {
  height: 30px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .name a .icon img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .name a .icon img {
    height: 20px;
  }
}
.mypage_wrap .cont .my_se .se_tit .name a .icon.tel img {
  height: 25px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .name a .icon.tel img {
    height: 21px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .name a .icon.tel img {
    height: 17px;
  }
}
.mypage_wrap .cont .my_se .se_tit .name a + a {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .name a + a {
    margin-left: 7px;
  }
}
.mypage_wrap .cont .my_se .se_tit .day {
  font-size: 20px;
  color: #191919;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .day {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_tit .day {
    font-size: 14px;
  }
}
.mypage_wrap .cont .my_se .se_tit .day .date {
  font-weight: 500;
}
.mypage_wrap .cont .my_se .se_tit .day .won {
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .day .won {
    margin-left: 5px;
  }
}
.mypage_wrap .cont .my_se .se_tit .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 18px;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .btn {
    font-size: 14px;
    right: 0;
  }
}
.mypage_wrap .cont .my_se .se_tit .btn .arrow {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
.mypage_wrap .cont .my_se .se_tit .btn .arrow::before, .mypage_wrap .cont .my_se .se_tit .btn .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 12px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.mypage_wrap .cont .my_se .se_tit .btn .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.mypage_wrap .cont .my_se .se_tit .btn .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_tit .btn .arrow {
    width: 16px;
    height: 10px;
    position: relative;
    margin-left: 8px;
  }
  .mypage_wrap .cont .my_se .se_tit .btn .arrow::before, .mypage_wrap .cont .my_se .se_tit .btn .arrow::after {
    content: "";
    display: block;
    clear: both;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .mypage_wrap .cont .my_se .se_tit .btn .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .mypage_wrap .cont .my_se .se_tit .btn .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.mypage_wrap .cont .my_se .se_tit .btn.down .arrow {
  transform: rotate(180deg);
}
.mypage_wrap .cont .my_se .se_cont {
  padding: 30px 0;
  display: none;
}
.mypage_wrap .cont .my_se .se_cont .info_ul li, .mypage_wrap .cont .my_se .se_cont .pay_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li, .mypage_wrap .cont .my_se .se_cont .pay_ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li, .mypage_wrap .cont .my_se .se_cont .pay_ul li {
    margin-bottom: 15px;
  }
}
.mypage_wrap .cont .my_se .se_cont .info_ul li .left, .mypage_wrap .cont .my_se .se_cont .pay_ul li .left {
  width: 15%;
  font-size: 18px;
  color: #999;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li .left, .mypage_wrap .cont .my_se .se_cont .pay_ul li .left {
    font-size: 16px;
    width: 24%;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li .left, .mypage_wrap .cont .my_se .se_cont .pay_ul li .left {
    font-size: 13px;
    width: 35%;
  }
}
.mypage_wrap .cont .my_se .se_cont .info_ul li .right, .mypage_wrap .cont .my_se .se_cont .pay_ul li .right {
  width: 85%;
  font-size: 18px;
  color: #191919;
  font-weight: 400;
}
.mypage_wrap .cont .my_se .se_cont .info_ul li .right .total, .mypage_wrap .cont .my_se .se_cont .pay_ul li .right .total {
  font-weight: 600;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li .right, .mypage_wrap .cont .my_se .se_cont .pay_ul li .right {
    font-size: 16px;
    width: 76%;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_cont .info_ul li .right, .mypage_wrap .cont .my_se .se_cont .pay_ul li .right {
    font-size: 13px;
    width: 65%;
  }
}
.mypage_wrap .cont .my_se .se_cont .info_ul li:last-child, .mypage_wrap .cont .my_se .se_cont .pay_ul li:last-child {
  margin-bottom: 0;
}
.mypage_wrap .cont .my_se .se_cont .btn_box {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_cont .btn_box {
    margin-top: 35px;
  }
}
.mypage_wrap .cont .my_se .se_cont .btn_box a, .mypage_wrap .cont .my_se .se_cont .btn_box button {
  display: block;
  width: 48%;
  height: 55px;
  line-height: 53px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 15px;
  font-size: 17px;
  color: #999;
  font-weight: 600;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se .se_cont .btn_box a, .mypage_wrap .cont .my_se .se_cont .btn_box button {
    font-size: 15px;
    height: 45px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se .se_cont .btn_box a, .mypage_wrap .cont .my_se .se_cont .btn_box button {
    font-size: 13px;
    height: 40px;
    line-height: 38px;
  }
}
.mypage_wrap .cont .my_se .se_cont .btn_box a:hover, .mypage_wrap .cont .my_se .se_cont .btn_box button:hover {
  border-color: rgba(0, 0, 0, 0.9);
  color: #191919;
}
.mypage_wrap .cont .my_se.info .se_tit .p_icon {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.info .se_tit .p_icon img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se.info .se_tit .p_icon {
    margin-right: 7px;
  }
  .mypage_wrap .cont .my_se.info .se_tit .p_icon img {
    height: 26px;
  }
}
.mypage_wrap .cont .my_se.info .se_cont {
  border-top: 1px solid #e0e0e0;
  padding: 50px 0 45px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.info .se_cont {
    padding: 45px 0 35px;
  }
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se.info .se_cont {
    padding: 35px 0 30px;
  }
}
.mypage_wrap .cont .my_se.bd .scroll_wrap {
  padding: 25px 0;
}
@media (max-width: 480px) {
  .mypage_wrap .cont .my_se.bd .scroll_wrap {
    padding: 20px 0;
  }
}
.mypage_wrap .cont .my_se.bd .scroll_wrap .scroll_box {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.bd .scroll_wrap .scroll_box {
    max-height: 500px;
  }
}
.mypage_wrap .cont .my_se.bd .scroll_wrap .scroll_box::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}
.mypage_wrap .cont .my_se.bd .scroll_wrap .scroll_box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
.mypage_wrap .cont .my_se.bd .scroll_wrap .scroll_box::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.mypage_wrap .cont .my_se.bd .pay_list + div {
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.bd .pay_list .se_cont {
    padding: 10px 0 30px;
  }
}
.mypage_wrap .cont .my_se.bd .pay_list:first-child .se_tit {
  padding-top: 0;
}
.mypage_wrap .cont .my_se.bd .pay_list:first-child .se_tit .btn {
  top: 35%;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.bd .pay_list:first-child .se_tit .btn {
    top: 30%;
  }
}
.mypage_wrap .cont .my_se.bd .pay_list:last-child .se_tit {
  padding-bottom: 0;
}
.mypage_wrap .cont .my_se.bd .pay_list:last-child .se_tit .btn {
  top: 65%;
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.bd .pay_list:last-child .se_tit .btn {
    top: 70%;
  }
}
@media (max-width: 991px) {
  .mypage_wrap .cont .my_se.bd .pay_list:last-child .se_cont {
    padding: 30px 0 30px;
  }
}
.mypage_wrap .cont .my_se:last-child {
  margin-bottom: 0;
}

.payments_wrap .sub_inner {
margin-top:20px;
 padding:20px;
 border-radius:21px;
  background: #fff;
}
.payments_wrap .title_box {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .payments_wrap .title_box {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .title_box {
    margin-top: 50px;
  }
}
.payments_wrap .content .ments_cont {
  display: none;
}
.payments_wrap .content .ments_cont.active {
  display: block;
}
.payments_wrap .content .ments_inner .ments_box {
  margin-bottom: 20px;
}
.payments_wrap .content .ments_inner .ments_box .label_box {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_inner .ments_box .label_box {
    font-size: 16px;
  }
}
@media (max-width: 378px) {
  .payments_wrap .content .ments_inner .ments_box .label_box {
    font-size: 14px;
  }
}
.payments_wrap .content .ments_inner .ments_box .label_box .alert {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.payments_wrap .content .ments_inner .ments_box .label_box .alert span {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 21px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  color: #fee500;
  text-align: center;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_inner .ments_box .label_box .alert span {
    width: 19px;
    height: 19px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_inner .ments_box .label_box .alert span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: relative;
    top: -3px;
    font-size: 10px;
  }
}
.payments_wrap .content .ments_inner .ments_box .label_box .alert .vat {
  display: none;
  position: absolute;
  left: -10px;
  top: -45px;
  width: 200px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  color: #fee500;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_inner .ments_box .label_box .alert .vat {
    font-size: 13px;
    width: 160px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_inner .ments_box .label_box .alert .vat {
    font-size: 11px;
    width: 140px;
  }
}
.payments_wrap .content .ments_inner .ments_box .label_box .alert .vat::after {
  content: "";
  display: block;
  clear: both;
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 13px;
  bottom: -18px;
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_inner .ments_box .label_box .alert .vat::after {
    border-top-width: 7px;
    bottom: -15px;
  }
}
.payments_wrap .content .ments_inner .ments_box .label_box .alert:hover .vat {
  display: block;
}
.payments_wrap .content .ments_inner .ments_box .text_box {
  width: 100%;
  position: relative;
}
.payments_wrap .content .ments_inner .ments_box .text_box input {
  width: 100%;
  border: 0;
  padding: 0 10px;
  height: 66px;
  line-height: 45px;
  font-size: 31px;
  letter-spacing:-0.7px;
  color: #191919;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
.payments_wrap .content .ments_inner .ments_box .text_box input::placeholder {
  color: #191919;
}
.payments_wrap .content .ments_inner .ments_box .text_box input:focus + .line {
  width: 100%;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_inner .ments_box .text_box input {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_inner .ments_box .text_box input {
    font-size: 14px;
  }
}
.payments_wrap .content .ments_inner .ments_box .text_box .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #191919;
  transition: 0.9s;
}
.payments_wrap .content .ments_inner .ments_box.total_box .won {
  width: 100%;
  line-height: 45px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  font-size: 18px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_inner .ments_box.total_box .won {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_inner .ments_box.total_box .won {
    font-size: 14px;
  }
}
.payments_wrap .content .ments_inner .ments_box.total_box:hover .line {
  width: 100%;
}
.payments_wrap .content .ments_inner .ments_box:last-child {
  margin-bottom: 0;
}
.payments_wrap .content .point_box {
  background: #fff1ab;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 27px 15px;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .payments_wrap .content .point_box {
    flex-direction: column;
    padding: 20px 0;
  }
}
.payments_wrap .content .point_box .left p {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 480px) {
  .payments_wrap .content .point_box .left p {
    font-size: 14px;
  }
}
@media (max-width: 378px) {
  .payments_wrap .content .point_box .left p {
    font-size: 12px;
  }
}
.payments_wrap .content .point_box .left p img {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .payments_wrap .content .point_box .left p img {
    height: 14px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .point_box .left p img {
    height: 12px;
  }
}
.payments_wrap .content .point_box .right {
  flex-grow: 1;
  text-align: right;
  font-size: 20px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .payments_wrap .content .point_box .right {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .point_box .right {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media (max-width: 378px) {
  .payments_wrap .content .point_box .right {
    font-size: 14px;
  }
}
.payments_wrap .content .notice_box {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 25px 20px;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .notice_box {
    padding: 25px 15px;
  }
}
.payments_wrap .content .notice_box .no_inner {
  display: flex;
  align-items: center;
}
.payments_wrap .content .notice_box .no_inner .left {
  width: 30%;
  text-align: center;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box .no_inner .left {
    width: 20%;
  }
  .payments_wrap .content .notice_box .no_inner .left img {
    height: 55px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .notice_box .no_inner .left {
    display: none;
  }
}
.payments_wrap .content .notice_box .no_inner .right {
  width: 70%;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box .no_inner .right {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .notice_box .no_inner .right {
    width: 100%;
  }
}
.payments_wrap .content .notice_box .no_inner .right .no_li {
  font-size: 16px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box .no_inner .right .no_li {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .notice_box .no_inner .right .no_li {
    font-size: 13px;
  }
}
.payments_wrap .content .notice_box .no_inner .right .no_li .no_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 50%;
  background: #b9bcbe;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box .no_inner .right .no_li .no_icon {
    width: 14px;
    height: 14px;
    line-height: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}
.payments_wrap .content .notice_box .no_inner .right .no_li + div {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .payments_wrap .content .notice_box .no_inner .right .no_li + div {
    margin-top: 12px;
  }
}
.payments_wrap .content .notice_box .no_inner .right .no_li span {
  font-weight: 600;
}
.payments_wrap .content .card_box {
  margin-top: 40px;
}
.payments_wrap .content .card_box .se_tit {
  display: flex;
  align-items: center;
}
.payments_wrap .content .card_box .se_tit .icon {
  display: block;
  margin-right: 10px;
}
.payments_wrap .content .card_box .se_tit .icon img {
  height: 80px;
}
@media (max-width: 991px) {
  .payments_wrap .content .card_box .se_tit .icon img {
    height: 48px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .card_box .se_tit .icon img {
    height: 38px;
  }
}
.payments_wrap .content .card_box .se_tit .na {
  font-size: 24px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  .payments_wrap .content .card_box .se_tit .na {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .card_box .se_tit .na {
    font-size: 17px;
  }
}
.payments_wrap .content .card_box .se_tit .na span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .payments_wrap .content .card_box .se_tit .na span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .card_box .se_tit .na span {
    font-size: 13px;
  }
}
.payments_wrap .content .card_box .card_list { /*@include shadow;padding:20px 15px 35px;border-radius:15px;*/
  margin-top: 20px;
  position: relative;
  /*.cd_box{float:left;width:24%;@include dis(flex,center,center);flex-direction: column;
      & + div{margin-left:1.33%}
      input[type="radio"]{display:none;
          + label{@include font(17px,#222,500);text-align:center;width:100%;border:1px solid transparent;cursor:pointer;padding-bottom:20px;
              .logo{display:block;
                  img{height:90px}
              }

          }
          &:checked{
              + label{border-color:$color3;border-radius:15px}
          }
      }
      &:nth-child(5n){margin-left:0}
      &:nth-child(n+5){margin-top:20px}                    
  }*/
}
.payments_wrap .content .card_box .card_list select {
  width: 100%;
  height: 45px;
  border: 1px solid #b9bcbe;
  font-size: 18px;
  color: #b9bcbe;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Pretendard";
  appearance: none;
  cursor: pointer;
  background: #fff;
  -webkit-background: #fff;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
.payments_wrap .content .card_box .card_list select::-ms-expand {
  display: none;
}
@media (max-width: 991px) {
  .payments_wrap .content .card_box .card_list select {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .card_box .card_list select {
    font-size: 14px;
  }
}
@media (max-width: 378px) {
  .payments_wrap .content .card_box .card_list select {
    height: 40px;
  }
}
.payments_wrap .content .card_box .card_list .arrow {
  display: block;
  width: 18px;
  height: 12px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.payments_wrap .content .card_box .card_list .arrow::before, .payments_wrap .content .card_box .card_list .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 12px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.payments_wrap .content .card_box .card_list .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.payments_wrap .content .card_box .card_list .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .payments_wrap .content .card_box .card_list .arrow {
    width: 15px;
    height: 10px;
    position: relative;
    position: absolute;
  }
  .payments_wrap .content .card_box .card_list .arrow::before, .payments_wrap .content .card_box .card_list .arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .payments_wrap .content .card_box .card_list .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .payments_wrap .content .card_box .card_list .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.payments_wrap .content .card_box .card_list::after {
  content: "";
  display: block;
  clear: both;
}
.payments_wrap .content .agree_box {
  padding: 40px 0 0;
  background: #fff;
}
.payments_wrap .content .agree_box .agree_tit {
  font-size: 18px;
  color: #191919;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .payments_wrap .content .agree_box .agree_tit {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .agree_box .agree_tit {
    font-size: 13px;
  }
}
.payments_wrap .content .agree_box .agree_tit .arrow {
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 12px;
  position: relative;
}
.payments_wrap .content .agree_box .agree_tit .arrow::before, .payments_wrap .content .agree_box .agree_tit .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  height: 12px;
  background: #191919;
  position: absolute;
  top: 0;
}
.payments_wrap .content .agree_box .agree_tit .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.payments_wrap .content .agree_box .agree_tit .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .payments_wrap .content .agree_box .agree_tit .arrow {
    width: 16px;
    height: 10px;
    position: relative;
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::before, .payments_wrap .content .agree_box .agree_tit .arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .agree_box .agree_tit .arrow {
    width: 15px;
    height: 8px;
    position: relative;
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::before, .payments_wrap .content .agree_box .agree_tit .arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 8px;
    position: absolute;
    top: 0;
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .payments_wrap .content .agree_box .agree_tit .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.payments_wrap .content .agree_box .agree_cont {
  display: none;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .payments_wrap .content .agree_box .agree_cont {
    padding-top: 30px;
  }
}
.payments_wrap .content .agree_box .agree_cont > div + div {
  padding-top: 20px;
}
.payments_wrap .content .agree_box .agree_cont .tit {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .payments_wrap .content .agree_box .agree_cont .tit {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .agree_box .agree_cont .tit {
    font-size: 14px;
  }
}
.payments_wrap .content .agree_box .agree_cont .cont {
  max-height: 150px;
  padding: 20px 20px;
  overflow-y: auto;
  border: 1px solid #b9bcbe;
  border-radius: 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .payments_wrap .content .agree_box .agree_cont .cont {
    font-size: 13px;
  }
}
.payments_wrap .content .agree_box .agree_cont .cont::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}
.payments_wrap .content .agree_box .agree_cont .cont::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}
.payments_wrap .content .agree_box .agree_cont .cont::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.payments_wrap .content .ments_list {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list {
    padding: 0 15px;
  }
}
.payments_wrap .content .ments_list .se_tit {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit {
    padding: 18px 0;
  }
}
.payments_wrap .content .ments_list .se_tit .icon {
  width: 120px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #a3a3a3;
  border-radius: 25px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .icon {
    width: 80px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .icon {
    width: 70px;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    line-height: 28px;
  }
}
.payments_wrap .content .ments_list .se_tit .icon.sh {
  background: rgba(0, 0, 0, 0.9);
  color: #fee500;
}
.payments_wrap .content .ments_list .se_tit .name {
  display: flex;
  align-items: center;
}
.payments_wrap .content .ments_list .se_tit .name .na {
  font-size: 20px;
  color: #191919;
  font-weight: 600;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .name .na {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .name .na {
    font-size: 15px;
    margin-right: 10px;
  }
}
.payments_wrap .content .ments_list .se_tit .name a {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 16px;
  color: #73777a;
  font-weight: 600;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .name a {
    font-size: 14px;
    height: 33px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .name a {
    height: 30px;
    font-size: 13px;
  }
}
.payments_wrap .content .ments_list .se_tit .name a .icon {
  display: inline-block;
  width: auto;
  background: #fff;
  height: auto;
  line-height: normal;
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .name a .icon {
    margin-right: 10px;
    height: 20px;
  }
}
.payments_wrap .content .ments_list .se_tit .name a .icon img {
  height: 30px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .name a .icon img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .name a .icon img {
    height: 20px;
  }
}
.payments_wrap .content .ments_list .se_tit .name a .icon.tel img {
  height: 25px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .name a .icon.tel img {
    height: 21px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .name a .icon.tel img {
    height: 17px;
  }
}
.payments_wrap .content .ments_list .se_tit .name a + a {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .name a + a {
    margin-left: 7px;
  }
}
.payments_wrap .content .ments_list .se_tit .day {
  font-size: 20px;
  color: #191919;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .day {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_tit .day {
    font-size: 14px;
  }
}
.payments_wrap .content .ments_list .se_tit .day .date {
  font-weight: 500;
}
.payments_wrap .content .ments_list .se_tit .day .won {
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .day .won {
    margin-left: 5px;
  }
}
.payments_wrap .content .ments_list .se_tit .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 18px;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .btn {
    font-size: 14px;
    right: 0;
  }
}
.payments_wrap .content .ments_list .se_tit .btn .arrow {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
.payments_wrap .content .ments_list .se_tit .btn .arrow::before, .payments_wrap .content .ments_list .se_tit .btn .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 12px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.payments_wrap .content .ments_list .se_tit .btn .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.payments_wrap .content .ments_list .se_tit .btn .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_tit .btn .arrow {
    width: 16px;
    height: 10px;
    position: relative;
    margin-left: 8px;
  }
  .payments_wrap .content .ments_list .se_tit .btn .arrow::before, .payments_wrap .content .ments_list .se_tit .btn .arrow::after {
    content: "";
    display: block;
    clear: both;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .payments_wrap .content .ments_list .se_tit .btn .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .payments_wrap .content .ments_list .se_tit .btn .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.payments_wrap .content .ments_list .se_tit .btn.down .arrow {
  transform: rotate(180deg);
}
.payments_wrap .content .ments_list .se_cont {
  padding: 30px 0;
  display: none;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_cont {
    padding: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_cont {
    padding: 12px 0 30px;
  }
}
.payments_wrap .content .ments_list .se_cont .men_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.payments_wrap .content .ments_list .se_cont .men_ul li .left {
  width: 24%;
  font-size: 18px;
  color: #999;
  font-weight: 600;
}
.payments_wrap .content .ments_list .se_cont .men_ul li .right {
  width: 76%;
  font-size: 18px;
  color: #191919;
  font-weight: 400;
}
.payments_wrap .content .ments_list .se_cont .men_ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list .se_cont .men_ul li .left, .payments_wrap .content .ments_list .se_cont .men_ul li .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .content .ments_list .se_cont .men_ul li {
    margin-bottom: 15px;
  }
  .payments_wrap .content .ments_list .se_cont .men_ul li .left, .payments_wrap .content .ments_list .se_cont .men_ul li .right {
    font-size: 13px;
  }
  .payments_wrap .content .ments_list .se_cont .men_ul li .left {
    width: 35%;
  }
  .payments_wrap .content .ments_list .se_cont .men_ul li right {
    width: 65%;
  }
}
.payments_wrap .content .ments_list .men_list + div {
  border-top: 1px solid #e0e0e0;
}
.payments_wrap .content .ments_list.bd .scroll_wrap {
  padding: 20px 0;
}
.payments_wrap .content .ments_list.bd .scroll_wrap .scroll_box {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .payments_wrap .content .ments_list.bd .scroll_wrap .scroll_box {
    max-height: 500px;
  }
}
.payments_wrap .content .ments_list.bd .scroll_wrap .scroll_box::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}
.payments_wrap .content .ments_list.bd .scroll_wrap .scroll_box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
.payments_wrap .content .ments_list.bd .scroll_wrap .scroll_box::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.payments_wrap .payments_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 75px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .payments_wrap .payments_btn {
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .payments_btn {
    bottom: 65px;
  }
}
.payments_wrap .payments_btn .btn_fee {
  display: block;
  width: 720px;
  max-width: 100%;
  line-height: 88px;
  text-align: center;
  background: #fee500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  border-radius:21px 21px 0px 0px;
  border: 0;
  font-family: "Pretendard";
  cursor: pointer;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .payments_wrap .payments_btn .btn_fee {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .payments_wrap .payments_btn .btn_fee {
    line-height: 45px;
    font-size: 15px;
  }
}
.payments_wrap .cs_qa {
  padding-top: 40px;
}
.payments_wrap .cs_qa a {
  display: block;
  width: 100%;
  text-align: center;
}
.payments_wrap .cs_qa a span {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  position: relative;
}
@media (max-width: 480px) {
  .payments_wrap .cs_qa a span {
    font-size: 14px;
  }
}
@media (max-width: 378px) {
  .payments_wrap .cs_qa a span {
    font-size: 13px;
  }
}
.payments_wrap .cs_qa a span::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background: #191919;
  position: absolute;
  left: 0;
  bottom: 0;
}

.more_wrap .more_list .more_se {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .more_wrap .more_list .more_se {
    margin-bottom: 28px;
  }
}
.more_wrap .more_list .more_se:last-child {
  margin-bottom: 0;
}
.more_wrap .more_list .more_se a {
  width: 100%;
  display: flex;
  align-items: center;
}
.more_wrap .more_list .more_se a .tit {
  font-size: 24px;
  color: #191919;
  font-weight: 600;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .more_wrap .more_list .more_se a .tit {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .more_wrap .more_list .more_se a .tit {
    font-size: 17px;
  }
}
.more_wrap .more_list .more_se a .arrow {
  width: 18px;
  height: 12px;
  position: relative;
  transform: rotate(-90deg);
}
.more_wrap .more_list .more_se a .arrow::before, .more_wrap .more_list .more_se a .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  height: 12px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.more_wrap .more_list .more_se a .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.more_wrap .more_list .more_se a .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .more_wrap .more_list .more_se a .arrow {
    width: 16px;
    height: 10px;
    position: relative;
  }
  .more_wrap .more_list .more_se a .arrow::before, .more_wrap .more_list .more_se a .arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .more_wrap .more_list .more_se a .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .more_wrap .more_list .more_se a .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}

.confirm_wrap .confirm_cont .confirm_se {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_cont .confirm_se {
    padding: 45px 0;
  }
}
.confirm_wrap .confirm_cont .confirm_se + div {
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_cont .confirm_se .icon img {
    height: 55px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_cont .confirm_se .icon img {
    height: 50px;
  }
}
.confirm_wrap .confirm_cont .confirm_se .text h3 {
  font-size: 20px;
  color: #191919;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_cont .confirm_se .text h3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_cont .confirm_se .text h3 {
    font-size: 17px;
  }
}
.confirm_wrap .confirm_cont .confirm_se .text p {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_cont .confirm_se .text p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_cont .confirm_se .text p {
    font-size: 13px;
  }
}
.confirm_wrap .confirm_cont .confirm_se .file_box {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_cont .confirm_se .file_box {
    margin-top: 25px;
  }
}
.confirm_wrap .confirm_cont .confirm_se .file_box input[type=file] {
  display: none;
}
.confirm_wrap .confirm_cont .confirm_se .file_box input[type=file] + label span {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_cont .confirm_se .file_box input[type=file] + label span {
    width: 120px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_cont .confirm_se .file_box input[type=file] + label span {
    width: 110px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
.confirm_wrap .confirm_cont + div {
  display: none;
}
.confirm_wrap .confirm_info {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.confirm_wrap .confirm_info span {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .confirm_wrap .confirm_info span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .confirm_info span {
    font-size: 11px;
    line-height: 1.4;
  }
}
.confirm_wrap .write_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 95px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .confirm_wrap .write_btn {
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .write_btn {
    bottom: 65px;
  }
}
.confirm_wrap .write_btn .btn_fee {
  display: block;
  width: 720px;
  max-width: 100%;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #fee500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  border: 0;
  font-family: "Pretendard";
  cursor: pointer;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .confirm_wrap .write_btn .btn_fee {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .confirm_wrap .write_btn .btn_fee {
    line-height: 45px;
    font-size: 15px;
  }
}

.out_wrap .out_content {
  margin: 40px 0;
}
@media (max-width: 480px) {
  .out_wrap .out_content {
    margin: 50px 0 20px;
  }
}
.out_wrap .out_content .cont {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .out_wrap .out_content .cont {
    padding: 40px 20px;
  }
}
.out_wrap .out_content .cont .icon {
  text-align: center;
}
.out_wrap .out_content .cont .icon img {
  height: 60px;
}
@media (max-width: 991px) {
  .out_wrap .out_content .cont .icon img {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .out_wrap .out_content .cont .icon img {
    height: 38px;
  }
}
.out_wrap .out_content .cont .text {
  text-align: center;
}
.out_wrap .out_content .cont .text div {
  margin: 15px 0 30px;
}
.out_wrap .out_content .cont .text div span {
  font-size: 24px;
  color: #191919;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .out_wrap .out_content .cont .text div span {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .out_wrap .out_content .cont .text div span {
    font-size: 19px;
  }
}
.out_wrap .out_content .cont .text div span::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 10px;
  background: #fee500;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.out_wrap .out_content .cont .text p {
  font-size: 16px;
  color: #191919;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .out_wrap .out_content .cont .text p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .out_wrap .out_content .cont .text p {
    font-size: 13px;
  }
}
.out_wrap .out_content .cont .text p span {
  font-weight: 600;
}
.out_wrap .out_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 95px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .out_wrap .out_btn {
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .out_wrap .out_btn {
    bottom: 65px;
  }
}
.out_wrap .out_btn .btn_fee {
  display: block;
  width: 720px;
  max-width: 100%;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #fee500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  border: 0;
  font-family: "Pretendard";
  cursor: pointer;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .out_wrap .out_btn .btn_fee {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .out_wrap .out_btn .btn_fee {
    line-height: 45px;
    font-size: 15px;
  }
}

.log_wrap {
  background: #f7f6f0;
  padding: 20px 0;
}
.log_wrap .title {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .log_wrap .title {
    margin-top: 47px;
  }
}
@media (max-width: 480px) {
  .log_wrap .title {
    margin-top: 0;
  }
}
.log_wrap .title h3 {
  font-size: 27px;
  color: #191919;
  font-weight: 600;
}
@media (max-width: 991px) {
  .log_wrap .title h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .log_wrap .title h3 {
    font-size: 21px;
  }
}
.log_wrap .log_se {
  width: 100%;
  position: relative;
}
.log_wrap .log_se input {
  width: 100%;
  line-height: 60px;
  padding: 0 10px;
  border: 0;
  outline: none;
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  font-family: "Pretendard";
  background: transparent;
  border-bottom: 2px solid rgba(25, 25, 25, 0.5);
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .log_wrap .log_se input {
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .log_wrap .log_se input {
    line-height: 45px;
    font-size: 14px;
    border-bottom-width: 1.5px;
  }
}
.log_wrap .log_se input::placeholder {
  font-size: 20px;
  color: #666;
  font-weight: 500;
  font-family: "Pretendard";
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .log_wrap .log_se input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .log_wrap .log_se input::placeholder {
    font-size: 14px;
  }
}
.log_wrap .log_se input:focus + .line {
  width: 100%;
}
.log_wrap .log_se .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: #191919;
  transition: 0.9s;
}
.log_wrap .log_se.pass_log {
  position: relative;
}
.log_wrap .log_se.pass_log .pass_icon {
  width: 30px;
  height: 30px;
  background: url("../img/eye_off.png") no-repeat center center/cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 991px) {
  .log_wrap .log_se.pass_log .pass_icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .log_wrap .log_se.pass_log .pass_icon {
    width: 18px;
    height: 18px;
  }
}
.log_wrap .log_se.pass_log.pass .pass_icon {
  background: url("../img/eye_on.png") no-repeat center center/cover;
}
.log_wrap .btn_wrap a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  text-align: center;
  background: #191919;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .log_wrap .btn_wrap a {
    height: 50px;
    line-height: 48px;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .log_wrap .btn_wrap a {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}

.landing_wrap .tit {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .landing_wrap .tit {
    margin-top: 0;
  }
}
.landing_wrap .tit .icon img {
  height: 90px;
}
@media (max-width: 991px) {
  .landing_wrap .tit .icon img {
    height: 75px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .tit .icon img {
    height: 66px;
  }
}
.landing_wrap .tit .text {
  margin-top: 15px;
}
.landing_wrap .tit .text span {
  font-size: 27px;
  color: #191919;
  font-weight: 600;
  position: relative;
}
@media (max-width: 991px) {
  .landing_wrap .tit .text span {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .tit .text span {
    font-size: 20px;
  }
}
.landing_wrap .tit .text span::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.landing_wrap .mid {
  margin: 48px 0 55px;
  text-align: center;
}
@media (max-width: 480px) {
  .landing_wrap .mid {
    margin: 38px 0 45px;
  }
}
.landing_wrap .mid p {
  font-size: 21px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 991px) {
  .landing_wrap .mid p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .mid p {
    font-size: 15px;
  }
}
.landing_wrap .bottom {
  padding: 0 20px;
}
.landing_wrap .bottom .category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing_wrap .bottom .category li {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li {
    width: 31%;
  }
}
.landing_wrap .bottom .category li input[type=radio] {
  display: none;
}
.landing_wrap .bottom .category li input[type=radio] + label {
  width: 100%;
  text-align: center;
  padding: 130px 0 30px;
  border-radius: 20px;
  border: 2px solid transparent;
  cursor: pointer;
}
@media (max-width: 991px) {
  .landing_wrap .bottom .category li input[type=radio] + label {
    padding: 75% 0 24px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li input[type=radio] + label {
    border-width: 1px;
    padding: 67% 0 20px;
    background-position: center 25%;
  }
}
.landing_wrap .bottom .category li input[type=radio] + label span {
  display: block;
  font-size: 22px;
  color: #191919;
}
@media (max-width: 991px) {
  .landing_wrap .bottom .category li input[type=radio] + label span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li input[type=radio] + label span {
    font-size: 16px;
  }
}
.landing_wrap .bottom .category li input[type=radio] + label span:first-child {
  font-weight: 600;
}
.landing_wrap .bottom .category li input[type=radio] + label span:last-child {
  font-weight: 400;
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .landing_wrap .bottom .category li input[type=radio] + label span:last-child {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li input[type=radio] + label span:last-child {
    font-size: 14px;
  }
}
.landing_wrap .bottom .category li input[type=radio]:checked + label, .landing_wrap .bottom .category li input[type=radio]:hover + label {
  border: 2px solid rgba(0, 0, 0, 0.9);
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li input[type=radio]:checked + label, .landing_wrap .bottom .category li input[type=radio]:hover + label {
    border-width: 1px;
  }
}
.landing_wrap .bottom .category li.ca_li_01 input[type=radio] + label {
  background: #fff url("../img/category01.png") no-repeat center 30%/30%;
}
.landing_wrap .bottom .category li.ca_li_02 input[type=radio] + label {
  background: #fff url("../img/category02.png") no-repeat center 30%/30%;
}
.landing_wrap .bottom .category li.ca_li_03 input[type=radio] + label {
  background: #fff url("../img/category03.png") no-repeat center 30%/30%;
}
.landing_wrap .bottom .category li.ca_li_02 {
  position: relative;
}
.landing_wrap .bottom .category li.ca_li_02 .pt {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
}
.landing_wrap .bottom .category li.ca_li_02 .pt span {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  color: #fee500;
  font-weight: 400;
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .landing_wrap .bottom .category li.ca_li_02 .pt span {
    width: 85px;
    height: 28px;
    line-height: 26px;
    font-size: 13px;
  }
}
.landing_wrap .landing_btn {
  margin-top: 70px;
}
@media (max-width: 480px) {
  .landing_wrap .landing_btn {
    margin-top: 55px;
  }
}
.landing_wrap .landing_btn a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .landing_wrap .landing_btn a {
    font-size: 16px;
    height: 50px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .landing_wrap .landing_btn a {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}
.landing_wrap .landing_btn a + a {
  margin-top: 29px;
}
@media (max-width: 480px) {
  .landing_wrap .landing_btn a + a {
    margin-top: 18px;
  }
}

.join_wrap .join_btn {
  margin-top: 25px;
}
.join_wrap .content {
  margin-top: 40px;
}
.join_wrap .join_btn {
  margin-top: 70px;
}

.login_wrap .content {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .login_wrap .content {
    margin-top: 28px;
  }
}
.login_wrap .content .log_se.radio_se {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .login_wrap .content .log_se.radio_se {
    margin-top: 15px;
  }
}
.login_wrap .content .log_se.radio_se > div + div {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .login_wrap .content .log_se.radio_se > div + div {
    margin-left: 20px;
  }
}
.login_wrap .content .log_se.radio_se input[type=checkbox] {
  display: none;
}
.login_wrap .content .log_se.radio_se input[type=checkbox] + label {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .login_wrap .content .log_se.radio_se input[type=checkbox] + label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .login_wrap .content .log_se.radio_se input[type=checkbox] + label {
    font-size: 14px;
  }
}
.login_wrap .content .log_se.radio_se input[type=checkbox] + label span {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-right: 13px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .login_wrap .content .log_se.radio_se input[type=checkbox] + label span {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 480px) {
  .login_wrap .content .log_se.radio_se input[type=checkbox] + label span {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
}
.login_wrap .content .log_se.radio_se input[type=checkbox]:checked + label span {
  background: #191919 url("../img/ch_arrow.png") no-repeat center center/60%;
}
.login_wrap .login_btn {
  margin-top: 70px;
}
@media (max-width: 480px) {
  .login_wrap .login_btn {
    margin-top: 55px;
  }
}
.login_wrap .sns_box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .login_wrap .sns_box {
    margin-top: 45px;
  }
}
.login_wrap .sns_box a {
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .login_wrap .sns_box a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .login_wrap .sns_box a {
    width: 33px;
    height: 33px;
  }
}
.login_wrap .sns_box a + a {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .login_wrap .sns_box a + a {
    margin-left: 8px;
  }
}
.login_wrap .sns_box a.naver {
  background: url("../img/naver.png") no-repeat center center/cover;
}
.login_wrap .sns_box a.kakao {
  background: url("../img/kakao.png") no-repeat center center/cover;
}
.login_wrap .search_box {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 480px) {
  .login_wrap .search_box {
    margin-top: 30px;
  }
}
.login_wrap .search_box .text {
  font-size: 18px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 991px) {
  .login_wrap .search_box .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .login_wrap .search_box .text {
    font-size: 14px;
  }
}
.login_wrap .search_box .text a {
  display: inline-block;
  font-weight: 600;
  color: #191919;
}

.faq_wrap .faq_box_cate {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_cate {
    margin-bottom: 40px;
  }
}
.faq_wrap .faq_box_cate ul {
  text-align: center;
}
.faq_wrap .faq_box_cate ul li {
  display: inline-block;
}
.faq_wrap .faq_box_cate ul li a {
  font-size: 18px;
  color: #191919;
  font-weight: 400;
  padding: 0 10px;
}
.faq_wrap .faq_box_cate ul li.active a {
  font-weight: 600;
  position: relative;
}
.faq_wrap .faq_box_cate ul li.active a::after {
  content: "";
  display: block;
  clear: both;
  width: calc(100% - 20px);
  height: 2px;
  background: #191919;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_cate ul {
    text-align: left;
  }
  .faq_wrap .faq_box_cate ul li a {
    font-size: 16px;
    padding: 0 7px;
  }
  .faq_wrap .faq_box_cate ul li.active a::after {
    width: calc(100% - 16px);
    height: 1px;
    bottom: -7px;
  }
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_cate ul li a {
    font-size: 14px;
    padding: 0 4px;
  }
  .faq_wrap .faq_box_cate ul li.active a::after {
    width: calc(100% - 8px);
  }
}
.faq_wrap .faq_box_content {
  border-top: 2px solid #191919;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_content {
    border-top-width: 1px;
  }
}
.faq_wrap .faq_box_content .faq_se {
  border-bottom: 1px solid #e0e0e0;
}
.faq_wrap .faq_box_content .faq_se .question {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_content .faq_se .question {
    padding: 13px 0;
  }
}
.faq_wrap .faq_box_content .faq_se .question .q_box {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq_wrap .faq_box_content .faq_se .question .q_box .q_icon {
  width: 8%;
  text-align: center;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_icon {
    width: 6%;
  }
}
@media (max-width: 768px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_icon {
    width: 11%;
  }
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_icon {
    width: 13%;
  }
}
.faq_wrap .faq_box_content .faq_se .question .q_box .q_icon span {
  font-size: 20px;
  color: #191919;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_icon span {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.faq_wrap .faq_box_content .faq_se .question .q_box .q_cont {
  width: 92%;
  padding-left: 10px;
  font-size: 18px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_cont {
    font-size: 16px;
    width: 94%;
  }
}
@media (max-width: 768px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_cont {
    width: 89%;
  }
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .q_cont {
    font-size: 14px;
    width: 87%;
  }
}
.faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow {
  display: block;
  width: 18px;
  height: 12px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::before, .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  height: 12px;
  background: #a3a3a3;
  position: absolute;
  top: 0;
}
.faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow {
    width: 16px;
    height: 10px;
    position: relative;
  }
  .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::before, .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .faq_wrap .faq_box_content .faq_se .question .q_box .arrow_ico .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.faq_wrap .faq_box_content .faq_se .question .q_box.down .q_icon span {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.faq_wrap .faq_box_content .faq_se .question .q_box.down .arrow_ico .arrow {
  transform: rotate(-180deg);
}
.faq_wrap .faq_box_content .faq_se .answer {
  display: none;
  background: #f9f9fa;
  padding: 20px 20px;
  font-size: 17px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq_wrap .faq_box_content .faq_se .answer {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .faq_wrap .faq_box_content .faq_se .answer {
    font-size: 13px;
  }
}

.contract_wrap .title_box {
  margin-top: 80px;
}
.contract_wrap .title_box .sub_title_Box {
  font-size: 18px;
  color: #191919;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contract_wrap .title_box .sub_title_Box {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .title_box .sub_title_Box {
    font-size: 14px;
    margin-top: 10px;
  }
}
.contract_wrap .content form::after {
  content: "";
  display: block;
  clear: both;
}
.contract_wrap .content .left {
  margin-left: 1%;
}
@media (max-width: 768px) {
  .contract_wrap .content .left {
    margin-left: 0;
  }
}
.contract_wrap .content .line {
  float: left;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 30px 0;
}
.contract_wrap .content .contract_box {
  float: left;
  width: 49.5%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contract_wrap .content .contract_box {
    width: 100%;
  }
}
.contract_wrap .content .contract_box label {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contract_wrap .content .contract_box label {
    font-size: 16px;
  }
}
.contract_wrap .content .contract_box .answer {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px;
  position: relative;
}
.contract_wrap .content .contract_box .answer input, .contract_wrap .content .contract_box .answer select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 0;
  padding: 0;
  box-shadow: 0 0 0;
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  font-family: "Pretendard";
  background: #fff;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
.contract_wrap .content .contract_box .answer input::placeholder, .contract_wrap .content .contract_box .answer select::placeholder {
  color: #999;
}
@media (max-width: 991px) {
  .contract_wrap .content .contract_box .answer input, .contract_wrap .content .contract_box .answer select {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .contract_box .answer input, .contract_wrap .content .contract_box .answer select {
    font-size: 14px;
  }
}
.contract_wrap .content .contract_box .answer input:focus + .bo_line {
  width: 100%;
}
.contract_wrap .content .contract_box .answer select {
  appearance: none;
  color: #999;
  cursor: pointer;
}
.contract_wrap .content .contract_box .answer.con_an {
  display: flex;
  align-items: center;
}
.contract_wrap .content .contract_box .answer.con_an .text {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  display: block;
  width: 10%;
  text-align: center;
}
@media (max-width: 480px) {
  .contract_wrap .content .contract_box .answer.con_an .text {
    font-size: 14px;
  }
}
.contract_wrap .content .contract_box .answer .arrow {
  display: block;
  width: 18px;
  height: 12px;
  position: relative;
}
.contract_wrap .content .contract_box .answer .arrow::before, .contract_wrap .content .contract_box .answer .arrow::after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 12px;
  background: #aaa;
  position: absolute;
  top: 0;
}
.contract_wrap .content .contract_box .answer .arrow::before {
  right: 5px;
  transform: rotate(45deg);
}
.contract_wrap .content .contract_box .answer .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .contract_wrap .content .contract_box .answer .arrow {
    width: 16px;
    height: 10px;
    position: relative;
  }
  .contract_wrap .content .contract_box .answer .arrow::before, .contract_wrap .content .contract_box .answer .arrow::after {
    content: "";
    display: block;
    clear: both;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .contract_wrap .content .contract_box .answer .arrow::before {
    right: 5px;
    transform: rotate(45deg);
  }
  .contract_wrap .content .contract_box .answer .arrow::after {
    left: 4px;
    transform: rotate(-45deg);
  }
}
.contract_wrap .content .contract_box .answer .bo_line {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #191919;
  transition: 0.9s;
}
.contract_wrap .content .contract_box.line_box {
  width: 100%;
}
.contract_wrap .content .contract_Btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 95px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .contract_wrap .content .contract_Btn {
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .contract_Btn {
    bottom: 65px;
  }
}
.contract_wrap .content .contract_Btn .btn_fee {
  display: block;
  width: 720px;
  max-width: 100%;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #fee500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  border: 0;
  font-family: "Pretendard";
  cursor: pointer;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .contract_wrap .content .contract_Btn .btn_fee {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .contract_Btn .btn_fee {
    line-height: 45px;
    font-size: 15px;
  }
}
.contract_wrap .content .reside_box .answer {
  display: flex;
  align-items: center;
}
.contract_wrap .content .reside_box .answer input.add_sam {
  width: calc(100% - 20px);
}
.contract_wrap .content .reside_box .answer input.add_arrow {
  width: 20px;
  height: 20px;
  background: #fff url("../img/res_Btn.png") no-repeat center center/cover;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contract_wrap .content .reside_box .answer input.add_arrow {
    background-size: 85%;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .reside_box .answer input.add_arrow {
    background-size: 80%;
  }
}
.contract_wrap .content .type_box {
  position: relative;
}
.contract_wrap .content .type_box span.arrow {
  position: absolute !important;
  top: 60%;
  right: 15px;
}
@media (max-width: 991px) {
  .contract_wrap .content .type_box span.arrow {
    top: 40%;
  }
}
.contract_wrap .content .pay_box::after {
  content: "";
  display: block;
  clear: both;
}
.contract_wrap .content .pay_box .answer {
  float: left;
  width: 49%;
}
.contract_wrap .content .pay_box .answer:nth-child(n+4) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contract_wrap .content .pay_box .answer {
    width: 100%;
  }
  .contract_wrap .content .pay_box .answer + div {
    margin-top: 10px;
  }
}
.contract_wrap .content .check_box {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.contract_wrap .content .check_box input {
  margin: 0;
  height: auto;
  line-height: normal;
  display: none;
}
.contract_wrap .content .check_box input[type=checkbox] + label {
  margin-bottom: 0;
  font-size: 16px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 991px) {
  .contract_wrap .content .check_box input[type=checkbox] + label {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .check_box input[type=checkbox] + label {
    font-size: 13px;
  }
}
.contract_wrap .content .check_box input[type=checkbox] + label span {
  width: 15px;
  height: 15px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-right: 7px;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: 1.5px;
}
@media (max-width: 991x) {
  .contract_wrap .content .check_box input[type=checkbox] + label span {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .check_box input[type=checkbox] + label span {
    width: 12px;
    height: 12px;
  }
}
.contract_wrap .content .check_box input[type=checkbox]:checked + label span {
  background: #191919 url("../img/ch_arrow.png") no-repeat center center/66%;
  border-color: #191919;
}
.contract_wrap .content .picker_box .answer {
  position: relative;
}
.contract_wrap .content .picker_box .answer input {
  cursor: pointer;
}
.contract_wrap .content .picker_box .answer .arrow {
  position: absolute;
  transform: rotate(-90deg);
  right: 10px;
  top: 40%;
}
.contract_wrap .content .list_check {
  background: #f9f9fa;
  border-radius: 15px;
  padding: 15px 15px;
  display: flex;
  align-items: flex-start;
}
.contract_wrap .content .list_check + div {
  margin-top: 10px;
}
.contract_wrap .content .list_check label {
  display: flex;
  align-items: flex-start;
}
.contract_wrap .content .list_check label .label_cont {
  font-size: 16px;
  color: #73777a;
  font-weight: 500;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .contract_wrap .content .list_check label .label_cont {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .list_check label .label_cont {
    font-size: 14px;
  }
}
.contract_wrap .content .list_check label .label_cont .period {
  color: #191919;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .contract_wrap .content .list_check label .label_cont .period {
    margin-top: 7px;
  }
}
.contract_wrap .content .list_check input[type=radio] {
  display: none;
}
.contract_wrap .content .list_check input[type=radio] + label span {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contract_wrap .content .list_check input[type=radio] + label span {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .list_check input[type=radio] + label span {
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
  }
}
.contract_wrap .content .list_check input[type=radio]:checked + label span {
  background: #191919 url("../img/ch_arrow.png") no-repeat center center/60%;
  border-color: #191919;
}
.contract_wrap .content .list_Btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 95px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 991px) {
  .contract_wrap .content .list_Btn {
    bottom: 75px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .list_Btn {
    bottom: 65px;
  }
}
.contract_wrap .content .list_Btn .btn_fee {
  display: block;
  width: 720px;
  max-width: 100%;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #fee500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  border: 0;
  font-family: "Pretendard";
  cursor: pointer;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: local(※), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: local(※), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: local(※), url("../font/Pretendard-ExtraBold.woff");
}
@media (max-width: 991px) {
  .contract_wrap .content .list_Btn .btn_fee {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .contract_wrap .content .list_Btn .btn_fee {
    line-height: 45px;
    font-size: 15px;
  }
}