@charset "UTF-8";
/*************************************************
custom1
************************************************/
/*************************************************
custom2
************************************************/
/*************************************************
custom3
************************************************/
/*************************************************
custom4
************************************************/
/* gmarketsans, pretendard 추가 */
@font-face {
  font-family: Gmarket_B;
  src: url("/font/GmarketSansTTFBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Gmarket_M;
  src: url("/font/GmarketSansTTFMedium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Gmarket_L;
  src: url("/font/GmarketSansTTFLight.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard_Semi-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 500;
}
.g_b {
  font-family: Gmarket_B;
}

.g_m {
  font-family: Gmarket_M;
}

.g_l {
  font-family: Gmarket_L;
}

.pre_sm {
  font-family: "Pretendard_Semi-Bold";
}

.pre_r {
  font-family: "Pretendard-Regular";
}

.pre_b {
  font-family: "Pretendard-Bold";
}

.container_fix01 {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}

.container_fix02 {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.require:after {
  content: "*";
  display: block;
  color: #0839a1;
  font-size: 20px;
  position: absolute;
  right: -13px;
  top: -2px;
}
@media (max-width: 480px) {
  .require:after {
    font-size: 15px;
    top: 0;
    right: -10px;
  }
}

* input {
  border: 1px solid #e3e3e3;
  border-radius: 5px !important;
}

* a {
  font-family: "Pretendard-Regular" !important;
}

label {
  height: 47px !important;
  line-height: 47px !important;
  font-family: "Pretendard-Regular";
}
label a.go_pri {
  font-family: "Pretendard-Regular";
}
@media (max-width: 480px) {
  label {
    height: 42px !important;
    line-height: 39px !important;
  }
}

h3 {
  color: #000;
  font-family: "Pretendard_Semi-Bold";
}

*.email_send {
  margin-bottom: 30px !important;
}
@media (max-width: 480px) {
  *.email_send {
    margin-bottom: 10px !important;
  }
}

*.privacy_box {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
*.privacy_box label {
  font-family: "Pretendard-Regular";
}
@media (max-width: 480px) {
  *.privacy_box label {
    font-size: 12px !important;
  }
}

* img.see_arrow {
  margin: -3px 0 0 5px;
}

.sub-slide {
  display: none !important;
}

.write-wrap label {
  font-weight: normal !important;
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  49% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  99% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
}
/******************************************
메인시작
*******************************************/
.at-header.dae-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
.at-header.dae-header.black {
  background: #040710;
  transition: 0.5s;
}
.at-header.dae-header .at_lnb {
  background: #000;
}
.at-header.dae-header .at_lnb.sub_w {
  background: #fff;
}
.at-header.dae-header .pc_header {
  padding: 18px 0;
  background: #000;
}
.at-header.dae-header .pc_header.border_b {
  border-bottom: 1px solid #f5f5f5;
  padding: 21px 0;
  background: #fff;
}
.at-header.dae-header .pc_header .container_fix01 {
  display: flex;
}
.at-header.dae-header .pc_header .container_fix01 .logo_box {
  flex: auto;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu {
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul {
  display: flex;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li {
  margin: 0 20px;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li .menu-a {
  font-size: 17px;
  width: 110px;
  display: block;
  text-align: center;
  line-height: 40px;
  background: url("/img/main_menu_back.png");
  border-radius: 5px;
  color: #000;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li .menu-a span {
  display: block;
  line-height: 40px;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li .menu-a:hover {
  background: url("/img/menu_back_hover.png");
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li .menu-a.sub {
  background: url("/img/sub_menu_back.png");
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li.on .menu-a {
  background: url("/img/menu_back_blue.png");
  color: #fff;
}
.at-header.dae-header .pc_header .container_fix01 .main_menu .nav-top .menu-ul .menu-li .sub_slide {
  display: none;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box {
  width: 50px;
  padding-top: 10px;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box img {
  margin-left: 10px;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box ul {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 11px 14px;
  text-align: center;
  margin-top: 15px;
  border-radius: 6px;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box ul li > a {
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box ul li > a:hover {
  color: #333;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box ul::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
.at-header.dae-header .pc_header .container_fix01 .lang_box:hover ul {
  display: block;
}

.m_header {
  background: #020302;
  padding: 15px 0;
}
.m_header.wh {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .m_header {
    padding: 8px 0;
  }
}
@media (max-width: 480px) {
  .m_header img {
    height: 30px;
  }
}
.m_header a.center_logo {
  text-align: left;
  flex-grow: initial !important;
}
.m_header .right_menu {
  display: flex;
}
@media (max-width: 480px) {
  .m_header .right_menu {
    margin-top: 5px;
  }
}
.m_header .right_menu .lang_box {
  height: 60px;
  width: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .m_header .right_menu .lang_box {
    width: 40px;
  }
}
.m_header .right_menu .lang_box > img {
  height: 40px;
}
@media (max-width: 480px) {
  .m_header .right_menu .lang_box > img {
    height: 22px;
  }
}
.m_header .right_menu .lang_box ul {
  display: none;
  background-color: #fff;
  padding: 17px 20px;
  text-align: center;
  position: relative;
  margin-top: 15px;
  border-radius: 6px;
  margin-right: 0px;
}
@media (max-width: 480px) {
  .m_header .right_menu .lang_box ul {
    padding: 12px 10px;
  }
}
.m_header .right_menu .lang_box ul li > a {
  line-height: 30px;
  font-size: 18px;
  color: #999;
}
.m_header .right_menu .lang_box ul li > a:hover {
  color: #333;
}
@media (max-width: 480px) {
  .m_header .right_menu .lang_box ul li > a {
    font-size: 12px;
    line-height: 20px;
  }
}
.m_header .right_menu .lang_box ul::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
.m_header .right_menu .lang_box:hover ul {
  display: block;
}
.m_header .right_menu a.left_menu {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .m_header .right_menu a.left_menu {
    margin-left: 10px;
  }
}
.m_header .right_menu a.left_menu > img {
  height: 40px;
}
@media (max-width: 480px) {
  .m_header .right_menu a.left_menu > img {
    height: 22px;
  }
}
.m_header .right_menu .m_menu_wrap {
  display: none;
  position: absolute;
  top: 65px;
  right: -15px;
  text-align: left;
  white-space: nowrap;
  background: #000;
  padding: 10px;
}
.m_header .right_menu .m_menu_wrap.on {
  display: block;
}
.m_header .right_menu .m_menu_wrap.sub_page {
  position: fixed;
  top: 80px;
  right: 0px;
}
@media (max-width: 480px) {
  .m_header .right_menu .m_menu_wrap.sub_page {
    top: 46px;
  }
}
@media (max-width: 480px) {
  .m_header .right_menu .m_menu_wrap {
    top: 33px;
  }
}
.m_header .right_menu .m_menu_wrap .menu_li a {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
}
.m_header .right_menu .m_menu_wrap .menu_li a.is-sub {
  display: none;
}

.section01 {
  position: relative;
}
@media (max-width: 991px) {
  .section01 {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .section01 {
    padding-top: 46px;
  }
}
.section01 .scroll_box {
  width: 26px;
  height: 42px;
  border: 1px solid #d7d7d7;
  border-radius: 13px;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .section01 .scroll_box {
    bottom: 10%;
  }
}
.section01 .scroll_box span {
  margin-top: 2px;
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #d7d7d7;
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
}
.section01 .mc01_visual .swiper-pagination .swiper-pagination-bullet {
  width: 110px;
  height: 2px;
  background-color: #cecece;
  opacity: 0.3;
}
@media (max-width: 1300px) {
  .section01 .mc01_visual .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
.section01 .mc01_visual .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.section01 .mc01_visual .swiper-pagination .swiper-pagination-bullet-active::before {
  display: none;
}

.section02 {
  background-image: url(../img/main_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 4%;
}
@media (max-width: 991px) {
  .section02 {
    background-image: url(../img/mmain_bg.jpg);
    padding: 150px 15px 0;
  }
}
@media (max-width: 480px) {
  .section02 {
    padding: 70px 15px 0;
  }
}
.section02 .sec02_top h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 768px) {
  .section02 .sec02_top h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_top h1 {
    font-size: 22.5px;
    line-height: 32.5px;
  }
}
.section02 .sec02_top .txt_box {
  text-align: center;
  margin-top: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section02 .sec02_top .txt_box > p {
  color: #fff;
  margin-bottom: 86px;
  opacity: 0;
  margin-top: 20px;
  transition: 0.5s;
}
.section02 .sec02_top .txt_box > p.on {
  opacity: 1;
  margin-top: 0;
}
.section02 .sec02_top .txt_box > p:first-child {
  font-size: 86px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .txt_box > p:first-child {
    font-size: 70px;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .txt_box > p:first-child {
    font-size: 55px;
  }
}
.section02 .sec02_top .txt_box > p:nth-child(2) {
  font-size: 76px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .txt_box > p:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .txt_box > p:nth-child(2) {
    font-size: 45px;
  }
}
.section02 .sec02_top .txt_box > p:nth-child(3) {
  font-size: 65px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .txt_box > p:nth-child(3) {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .txt_box > p:nth-child(3) {
    font-size: 35px;
  }
}
.section02 .sec02_top .txt_box > p:last-child {
  font-size: 57px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .txt_box > p:last-child {
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .txt_box > p:last-child {
    font-size: 25px;
  }
}
.section02 .sec02_top .img_box .box_top, .section02 .sec02_top .img_box .box_bot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top, .section02 .sec02_top .img_box .box_bot {
    flex-direction: column;
  }
}
.section02 .sec02_top .img_box .box_top > .box, .section02 .sec02_top .img_box .box_bot > .box {
  opacity: 0;
  margin-top: 20px;
  transition: 0.5s;
}
.section02 .sec02_top .img_box .box_top > .box.on, .section02 .sec02_top .img_box .box_bot > .box.on {
  opacity: 1;
  margin-top: 0;
}
.section02 .sec02_top .img_box .box_top > .box .img_desc, .section02 .sec02_top .img_box .box_bot > .box .img_desc {
  color: #fff;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top > .box, .section02 .sec02_top .img_box .box_bot > .box {
    width: 100% !important;
    position: relative;
    margin-bottom: 200px !important;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_top .img_box .box_top > .box, .section02 .sec02_top .img_box .box_bot > .box {
    margin-bottom: 115px !important;
  }
}
.section02 .sec02_top .img_box .box_top > .box .box_txt, .section02 .sec02_top .img_box .box_bot > .box .box_txt {
  padding: 0 8%;
  position: absolute;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top > .box .box_txt, .section02 .sec02_top .img_box .box_bot > .box .box_txt {
    width: 100%;
    margin-top: -4%;
  }
}
.section02 .sec02_top .img_box .box_top > .box .box_txt > h2, .section02 .sec02_top .img_box .box_bot > .box .box_txt > h2 {
  color: #fff;
  font-size: 70px;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top > .box .box_txt > h2, .section02 .sec02_top .img_box .box_bot > .box .box_txt > h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_top .img_box .box_top > .box .box_txt > h2, .section02 .sec02_top .img_box .box_bot > .box .box_txt > h2 {
    font-size: 36px;
  }
}
.section02 .sec02_top .img_box .box_top > .box .box_txt .img_desc, .section02 .sec02_top .img_box .box_bot > .box .box_txt .img_desc {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .section02 .sec02_top .img_box .box_top > .box .box_txt .img_desc, .section02 .sec02_top .img_box .box_bot > .box .box_txt .img_desc {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_top .img_box .box_top > .box .box_txt .img_desc, .section02 .sec02_top .img_box .box_bot > .box .box_txt .img_desc {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
  }
}
.section02 .sec02_top .img_box .box_top .box01 {
  margin-left: 3%;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top .box01 {
    margin-left: 0%;
  }
}
.section02 .sec02_top .img_box .box_top .box01 .box01_wrap img {
  margin-top: 70px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap img {
    width: 58%;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap img {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap img {
    margin-top: 20px;
  }
}
.section02 .sec02_top .img_box .box_top .box01 .box01_wrap p.img_desc {
  font-size: 20px;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap p.img_desc {
    font-size: 18px;
    text-align: left;
    padding-left: 45px;
    padding-right: 0;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .img_box .box_top .box01 .box01_wrap p.img_desc {
    font-size: 15px;
  }
}
.section02 .sec02_top .img_box .box_top .box02 {
  margin-right: 6%;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_top .box02 .box02_wrap img {
    width: 91%;
  }
}

@media all and (max-width: 1250px) {
    .section02 .sec02_top .img_box .box_top .box02 .box02_wrap img {
        width: 75%;
    } 
}
.section02 .sec02_top .img_box .box_top .box02 .box02_wrap p.img_desc {
  font-size: 16px;
  line-height: 27px;
  padding-left: 10px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_top .box02 .box02_wrap p.img_desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.section02 .sec02_top .img_box .box_bot {
  margin-top: 6%;
}
.section02 .sec02_top .img_box .box_bot .box03 {
  margin-left: 5%;
}
@media (max-width: 991px) {
  .section02 .sec02_top .img_box .box_bot .box03 {
    margin-left: 0%;
  }
}
.section02 .sec02_top .img_box .box_bot .box03 .box03_wrap p.img_desc {
  font-size: 16px;
  line-height: 27px;
  padding-left: 20px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_bot .box03 .box03_wrap p.img_desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.section02 .sec02_top .img_box .box_bot .box04 {
  margin-right: 3%;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_bot .box04 .box04_wrap img {
    width: 60%;
    margin-left: 35%;
  }
}
.section02 .sec02_top .img_box .box_bot .box04 .box04_wrap p.img_desc {
  font-size: 20px;
  line-height: 32px;
  padding-left: 50px;
}
@media (max-width: 1650px) {
  .section02 .sec02_top .img_box .box_bot .box04 .box04_wrap p.img_desc {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40%;
  }
}
@media (max-width: 1250px) {
  .section02 .sec02_top .img_box .box_bot .box04 .box04_wrap p.img_desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.section02 .sec02_2 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
}
.section02 .sec02_bot {
  margin-top: 40%;
  width: 100%;
  padding-bottom: 150px;
}

@media all and (max-width: 1650px) {
    .section02 .sec02_2{top: 48%;}
}
@media (max-width: 991px) {
  .section02 .sec02_bot {
    margin-top: 170%;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_bot {
    margin-top: 135%;
    padding-bottom: 150px;
  }
}
.section02 .sec02_bot .swiper-title-container .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.8);
}
.section02 .sec02_bot .swiper-title-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768px) {
  .section02 .sec02_bot .swiper-title-container .swiper_title_pagination.swiper-pagination-bullets {
    width: initial !important;
    padding: 0 15px;
    text-align: center;
  }
}
.section02 .sec02_bot .swiper-title-container .swiper_title_pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
  width: 38px;
  height: 5px;
  border-radius: 2.5px;
  background: #fcfcfc;
  opacity: 0.3;
  margin: 0 10px !important;
}
@media (max-width: 991px) {
  .section02 .sec02_bot .swiper-title-container .swiper_title_pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 15px;
    width: 58px;
    height: 8px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_bot .swiper-title-container .swiper_title_pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 28.5px;
    height: 4px;
    margin: 0 7.5px !important;
  }
}
.section02 .sec02_bot .swiper-title-container .swiper_title_pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  opacity: 1;
}
.section02 .sec02_bot .swiper-title-container .swiper_btn_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container {
  text-align: center;
}
.section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_prev {
  left: 21%;
  position: absolute;
}
@media (max-width: 991px) {
  .section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_prev {
    left: 15px;
    width: 40px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_prev {
    width: 20px;
    bottom: 50%;
  }
}
.section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_next {
  right: 21%;
  position: absolute;
}
@media (max-width: 991px) {
  .section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_next {
    width: 40px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .section02 .sec02_bot .swiper-title-container .swiper_btn_box .btn_container .swiper_title_next {
    width: 20px;
    bottom: 50%;
  }
}

.section03 {
  background-image: url(../img/main_bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 27%;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .section03 {
    background-image: url(../img/mmain_bg2.png);
    padding-top: 84%;
  }
}
.section03 .txt_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.section03 .txt_box > img {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translatex(-50%);
}
@media (max-width: 480px) {
  .section03 .txt_box > img {
    height: 30px;
    top: 33%;
  }
}
.section03 .txt_box h1 {
  text-align: center;
  font-size: 60px;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #000;
}
@media (max-width: 1200px) {
  .section03 .txt_box h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .section03 .txt_box h1 {
    top: 47%;
  }
}
@media (max-width: 480px) {
  .section03 .txt_box h1 {
    font-size: 33.5px;
    line-height: 45px;
  }
}
.section03 .txt_box h1 > span {
  color: #fa8a0a;
}

.fix_footer {
  background-color: #040710;
  margin-top: 0;
}
.fix_footer .fix_infos_box {
  text-align: center;
  padding: 50px 0 35px;
}
@media (max-width: 480px) {
  .fix_footer .fix_infos_box {
    padding: 50px 0 22.5px;
  }
}
.fix_footer .fix_infos_box .container_fix {
  display: block !important;
}
@media (max-width: 480px) {
  .fix_footer .fix_infos_box .container_fix {
    margin-top: 11px !important;
  }
}
.fix_footer .fix_infos_box .f_logo {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .f_logo {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .f_logo > img {
    width: 101.5px;
  }
}
.fix_footer .fix_infos_box .ft_info {
  float: none;
  margin: 60px 0 115px;
}
@media (max-width: 480px) {
  .fix_footer .fix_infos_box .ft_info {
    margin: 30px 0 70px;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul {
    margin-bottom: 0 !important;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul.mb_30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul.mb_30 {
    margin-bottom: 15px !important;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li {
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li {
    margin: 0 10px;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li a {
    font-size: 13px;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li::after {
  display: block;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul.mb_30 li::after {
    left: -10px;
    top: 57%;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul > li {
  color: #999;
  font-weight: 500;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul > li {
    display: initial !important;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
  }
  .fix_footer .fix_infos_box .ft_info .info_ul > li.m_block {
    display: block !important;
  }
}
.fix_footer .fix_infos_box .ft_info .info_ul > li::after {
  display: none;
}
.fix_footer .fix_infos_box .ft_info .info_ul > li a {
  color: #999;
  font-family: "Noto Sans KR", sans-serif !important;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info .info_ul > li a {
    font-size: 13px;
  }
}
.fix_footer h4 {
  margin-top: 0;
  position: relative;
  color: #999 !important;
}
.fix_footer h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #383838;
  top: -33px;
  position: absolute;
}
@media (max-width: 480px) {
  .fix_footer h4::after {
    top: initial;
    bottom: 30px;
  }
}

.at-go.gobtn_wrap .go-btn {
  width: fit-content;
  text-align: center;
}
@media (max-width: 480px) {
  .at-go.gobtn_wrap .go-btn {
    bottom: 15px;
    right: 10px;
  }
}
.at-go.gobtn_wrap .go-btn a.cart {
  width: 60px;
  height: 60px;
  background-color: #929292;
  display: block;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .at-go.gobtn_wrap .go-btn a.cart {
    width: 40px;
    height: 40px;
  }
}
.at-go.gobtn_wrap .go-btn a.cart p {
  font-size: 13px;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 480px) {
  .at-go.gobtn_wrap .go-btn a.cart p {
    font-size: 7px;
    line-height: 40px;
  }
}
.at-go.gobtn_wrap .go-btn span.go-top {
  display: inline-block;
  height: auto;
  width: auto;
  background: none;
  margin: 8px 0;
}
@media (max-width: 480px) {
  .at-go.gobtn_wrap .go-btn span.go-top {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
  .at-go.gobtn_wrap .go-btn span.go-top > img {
    width: 100%;
  }
}

/******************************************
서브시작
*******************************************/
.sub_text.dh_top {
  text-align: center;
  margin: 230px 0 100px;
}
@media (max-width: 480px) {
  .sub_text.dh_top {
    margin: 75px 0 60px;
  }
}
.sub_text.dh_top h1 {
  display: inline-block;
  font-size: 40px;
  position: relative;
  color: #000;
}
@media (max-width: 480px) {
  .sub_text.dh_top h1 {
    font-size: 27px;
  }
}
.sub_text.dh_top h1::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f79320;
  position: absolute;
  right: -15px;
  bottom: 5px;
  border-radius: 5px;
}

.board_style {
  margin-bottom: 0;
}

.m01_board_style {
  margin-top: 100px;
}
.m01_board_style h2 {
  font-size: 40px;
  position: relative;
  width: fit-content;
  color: #000;
  margin-bottom: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.m01_board_style h2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f79320;
  position: absolute;
  right: -15px;
  bottom: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .m01_board_style h2::after {
    width: 6.5px;
    height: 6.5px;
    right: -10px;
    bottom: 3px;
  }
}

.dea-write-wrap {
  display: flex;
  padding-top: 200px;
}
@media (max-width: 991px) {
  .dea-write-wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap {
    padding-top: 75px;
  }
}
.dea-write-wrap .txt_wrap {
  width: 34.2%;
}
@media (max-width: 991px) {
  .dea-write-wrap .txt_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.dea-write-wrap .txt_wrap h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  width: fit-content;
  color: #000;
}
@media (max-width: 991px) {
  .dea-write-wrap .txt_wrap h2 {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .dea-write-wrap .txt_wrap h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.dea-write-wrap .txt_wrap h2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f79320;
  position: absolute;
  right: -15px;
  bottom: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .dea-write-wrap .txt_wrap h2::after {
    width: 6.5px;
    height: 6.5px;
    right: -10px;
    bottom: 3px;
  }
}
.dea-write-wrap .txt_wrap h3 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .dea-write-wrap .txt_wrap h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.dea-write-wrap .txt_wrap .m01_img_btn {
  width: 110px;
  color: #fff;
  background: #0839a1;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  line-height: 47px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .dea-write-wrap .txt_wrap .m01_img_btn {
    margin: 40px auto 0;
    line-height: 40px;
    font-size: 14px;
  }
}
.dea-write-wrap .txt_wrap .m01_img_btn > img {
  display: none;
  position: absolute;
  top: 0;
  z-index: 999;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
}
.dea-write-wrap .back {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
}
.dea-write-wrap form#fwrite {
  flex: 1;
}
.dea-write-wrap form#fwrite .select_bt {
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .select_bt {
    margin-bottom: 50px;
  }
}
.dea-write-wrap form#fwrite .select_h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .select_h1 {
    margin-bottom: 12.5px;
    font-size: 17.5px;
  }
}
.dea-write-wrap form#fwrite .select_span {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .select_span {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .select_span {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .select_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.dea-write-wrap form#fwrite .select_box input {
  display: none;
}
.dea-write-wrap form#fwrite .select_box label {
  display: inline-block;
  width: 13.4%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  color: #666;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .select_box label {
    width: 32%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .select_box label {
    font-size: 14px;
  }
}
.dea-write-wrap form#fwrite .select_box label.current {
  background-color: #0839a1;
  border-color: #fff;
  color: #fff;
}
.dea-write-wrap form#fwrite .tab_cont {
  display: none;
}
.dea-write-wrap form#fwrite .tab_cont.current {
  display: block;
}
.dea-write-wrap form#fwrite .tab_cont .email_send input[type=text] {
  width: 64.78%;
  height: 46px;
  padding-left: 20px;
  font-size: 16px;
}
.dea-write-wrap form#fwrite .tab_cont .email_send input[type=text]::placeholder {
  color: #999;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .email_send input[type=text] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .email_send input[type=text] {
    font-size: 13px;
    height: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .privacy_box input[type=checkbox] {
  display: none;
  appearance: none;
}
.dea-write-wrap form#fwrite .tab_cont .privacy_box input[type=checkbox] + label.agree {
  font-size: 14px;
  color: #000;
  padding-left: 17px;
  margin-top: 0;
  font-weight: 400;
  position: relative;
  line-height: 14px !important;
  height: 14px !important;
  cursor: pointer;
}
.dea-write-wrap form#fwrite .tab_cont .privacy_box input[type=checkbox] + label.agree a.go_pri {
  color: #999;
  font-family: "Pretendard-Regular";
}
.dea-write-wrap form#fwrite .tab_cont .privacy_box input[type=checkbox] + label.agree:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.dea-write-wrap form#fwrite .tab_cont .privacy_box input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  transform: translate(-50%, 0%);
  background: #0839a1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.dea-write-wrap form#fwrite .tab_cont .content textarea.cont_input {
  padding: 15px 20px;
  width: 100%;
  height: 222px;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
  line-height: 22px;
}
.dea-write-wrap form#fwrite .tab_cont .content textarea.cont_input::placeholder {
  font-size: 16px;
  color: #999;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .content textarea.cont_input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .content textarea.cont_input {
    padding: 13px 15px;
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont h4 {
  font-size: 16px;
  display: block;
  width: 31%;
  background: #0839a1;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
}
.dea-write-wrap form#fwrite .tab_cont h4 a {
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont h4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont h4 {
    font-size: 13px;
    line-height: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .btn.btn-color.submit_btn_wrap {
  border: none !important;
  font-size: 16px;
  display: block;
  width: 31%;
  background: #0839a1;
  line-height: 46px;
  border-radius: 5px !important;
  text-align: center;
  padding: 0;
}
.dea-write-wrap form#fwrite .tab_cont .btn.btn-color.submit_btn_wrap a {
  color: #fff;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .btn.btn-color.submit_btn_wrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .btn.btn-color.submit_btn_wrap {
    font-size: 13px;
    line-height: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont {
  padding-bottom: 130px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont {
    padding-bottom: 75px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .content textarea.cont_input {
  padding: 15px 20px;
  width: 100%;
  height: 222px;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
  line-height: 22px;
}
.dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .content textarea.cont_input::placeholder {
  font-size: 16px;
  color: #999;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .content textarea.cont_input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .content textarea.cont_input {
    padding: 13px 15px;
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .email_send {
  margin-bottom: 0;
}
.dea-write-wrap form#fwrite .tab_cont .tab_con_1_2.tabsub_cont .email_send p {
  font-size: 20px;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  font-weight: 500;
  color: #000;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 ul {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 ul {
    margin-bottom: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 ul li {
  cursor: pointer;
  width: 33.333%;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-bottom-color: #ccc;
  color: #666;
  border-radius: 10px 10px 0 0;
  font-family: "Pretendard-Regular";
  font-weight: 400;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 ul li {
    font-size: 14px;
    line-height: 42px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 ul li.current {
  background-color: #fff;
  color: #222;
  border-bottom: none !important;
  border: 1px solid #ccc;
  font-weight: 600;
  font-family: "Pretendard-Bold";
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont {
  display: none;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont {
    padding-left: 0px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont > div {
    margin-bottom: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont * h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont * h3 {
    font-size: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont h3 a.email_bs {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background: #0839a1;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont h3 a.email_bs {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont h3 a.email_bs {
    font-size: 13px;
    line-height: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.current {
  display: block;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 {
  padding-bottom: 109px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 {
    padding-bottom: 75px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 h3.email_blue {
  width: 31%;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 h3.email_blue {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap input {
  display: none;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap label {
  width: 14.3%;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 10px 10px 0 0;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap label.current {
  background-color: #0839a1;
  border: transparent;
  color: #fff;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap label {
    width: 32%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .model-wrap label {
    font-size: 14px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see {
  display: flex;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see {
    flex-direction: column;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down {
    margin-bottom: 25px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down > a {
  background-image: url("/img/down_bk.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down > a:active {
  background-image: url("/img/down_click.png");
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down > a {
    background-image: url("/img/mdown_bk.png");
    background-size: 72px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .down > a {
    background-size: 60px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .see > a {
  background-image: url("/img/go_back.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .see > a {
    background-image: url("/img/mgo_back.png");
    background-size: 72px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .see > a {
    background-size: 60px;
  }
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see .see > a:active {
  background-image: url("/img/go_back_click.png");
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see a.desc {
  display: block;
  width: 250px;
  height: 46px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}
.dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see a.desc:active {
  background-color: #0839a1;
  color: #fff;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see a.desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont .tab_sub1 .tabsub_cont.tab_con_1_1 .down_see a.desc {
    font-size: 13px;
    line-height: 38px;
    height: 38px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 {
  padding-bottom: 250px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 {
    padding-bottom: 75px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 > div {
    margin-bottom: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 > .email_send {
  margin-bottom: 0;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 {
  font-size: 25px;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Bold";
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 {
    font-size: 17.5px;
    margin-bottom: 17.5px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 span {
  font-size: 16px;
  color: #666;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap input {
  display: none;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap label {
  display: inline-block;
  width: 13.4%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap label {
    width: 32%;
    margin-right: 0%;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap label {
    font-size: 14px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 .place_wrap label.current {
  background-color: #0839a1;
  border-color: #fff;
  color: #fff;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 p {
  font-size: 20px;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  color: #000;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 p {
    font-size: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 select {
  border: 1px solid #e3e3e3;
  appearance: none;
  height: 46px;
  width: 28.2%;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  padding-left: 17px;
  color: #999;
  background-image: url(/img/country_arrow.png);
  background-repeat: no-repeat;
  background-position: 94% center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 select {
    width: 100%;
    margin-bottom: 10px;
    background-position: 97% center;
    background-size: 10px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 select {
    height: 40px;
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 a.email_bs {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background: #0839a1;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_2 h3 a.email_bs {
    width: 100%;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_3 .tabsub_cont > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_3 .tabsub_cont > div {
    margin-bottom: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_3 h3 {
    font-size: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Pretendard-Bold";
  position: relative;
  color: #000;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 h2 {
    font-size: 17.5px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 ul {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 ul {
    margin-bottom: 45px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 ul li {
  cursor: pointer;
  width: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-bottom-color: #ccc;
  color: #666;
  border-radius: 10px 10px 0 0;
  font-family: "Pretendard-Regular";
  font-weight: 400;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 ul li.current {
  background-color: #fff;
  color: #222;
  border-bottom: none !important;
  border: 1px solid #ccc;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 ul li {
    font-size: 14px;
    line-height: 42px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 {
  display: none;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 {
    padding-left: 0;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 > div {
    margin-bottom: 40px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 > div.email_tel {
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 > .content {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 * h3 {
    font-size: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2 h3 a.email_bs {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background: #0839a1;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.current {
  display: block;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 {
  padding-bottom: 109px;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 {
    padding-bottom: 75px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 p {
  font-size: 20px;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 p {
    font-size: 15px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content input {
  display: none;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label {
  width: 14.3%;
  border: 1px solid #e3e3e3;
  line-height: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 10px 10px 0 0;
  text-align: center;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label[for=wr_4_1] {
  text-align: center;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label[for=wr_4_9] {
  background-image: url("/img/filter_bk.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label[for=wr_4_9] {
    background-image: url("/img/mfilter_bk.png");
    background-size: 35%;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label[for=wr_4_9].current {
  background-image: url("/img/filter_bk_click.png");
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label.current {
  background-color: #0839a1;
  border: transparent;
  color: #fff;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label {
    width: 48.5%;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .content label {
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .contry select {
  border: 1px solid #e3e3e3;
  appearance: none;
  height: 46px;
  width: 28.2%;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  padding-left: 15px;
  color: #999;
  background-image: url(/img/country_arrow.png);
  background-repeat: no-repeat;
  background-position: 94% center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .contry select {
    width: 100%;
    margin-bottom: 10px;
    background-position: 97% center;
    background-size: 10px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_1 .contry select {
    height: 40px;
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 {
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap input {
  display: none;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap label {
  width: 14.3%;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 10px 10px 0 0;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap label.current {
  background-color: #0839a1;
  border: transparent;
  color: #fff;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap label {
    width: 32%;
    margin-right: 0%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .model-wrap label {
    font-size: 14px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see {
  display: flex;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see {
    flex-direction: column;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see > div {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see > div {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .down a {
  background-image: url("/img/down_bk.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .down a {
    background-image: url("/img/mdown_bk.png");
    background-size: 72px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .down a {
    background-size: 60px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .down a:active {
  background-color: #0839a1;
  background-image: url("/img/down_click.png");
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .see a {
  background-image: url("/img/go_back.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .see a {
    background-image: url("/img/mgo_back.png");
    background-size: 72px;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .see a {
    background-size: 60px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see .see a:active {
  background-color: #0839a1;
  background-image: url("/img/go_back_click.png");
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see a.desc {
  display: block;
  width: 250px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see a.desc:active {
  color: #fff;
  background-color: #0839a1;
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see a.desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .down_see a.desc {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .content {
    flex-direction: column;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .content textarea.cont_input {
  padding-left: 20px;
  padding-top: 15px;
  width: 100%;
  height: 222px;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
  line-height: 22px;
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .content textarea.cont_input::placeholder {
  font-size: 16px;
  color: #999;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .content textarea.cont_input {
    padding: 13px 15px;
    font-size: 13px;
  }
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .content textarea.cont_input::placeholder {
    font-size: 13px;
  }
}
.dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .email_send p {
  font-size: 20px;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
}
@media (max-width: 480px) {
  .dea-write-wrap form#fwrite .tab_cont.tab_cont_4 .tab_sub2 .tabsub_cont2.tab_con_2_2 .email_send p {
    font-size: 15px;
  }
}

.m02_board_style .list-wrap h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 25px;
  display: none;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap h2 {
    font-size: 17.5px;
  }
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item {
  position: relative;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe {
  border: 1px solid #000;
  border-radius: 5px;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap {
  border-radius: 5px;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item .tack-check {
  right: 10px;
  top: 0;
  z-index: 1;
  font-weight: normal;
  z-index: 999;
  width: auto;
  display: flex;
  align-items: center;
  gap: 3px;
  bottom: auto;
}

.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item .tack-check label{
    margin-top: 5px;
    cursor: pointer;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item .tack-check > input.file-del {
  display: block;
  appearance: block;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 9;
  border-color: red;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item > label.p_label{
    position: absolute;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item input.file-del{
    display: block;
    /* appearance: initial; */
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item input[type=checkbox] {
  display: none;
  /* appearance: none; */
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item input[type=checkbox] + label.p_label {
  position: absolute;
  width: 37px;
  height: 37px !important;
  background: #fff;
  border: 1px solid #0839a1;
  top: 15px;
  left: 12px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item a input[type=checkbox] + label.p_label {
    width: 20px;
    height: 20px !important;
  }
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item a input[type=checkbox] + label.p_label a.go_pri {
  color: #999;
  font-family: "Pretendard-Regular";
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item a input[type=checkbox]:checked + label.p_label:after {
  content: "";
  background-image: url("/img/m02_check.png") !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 17px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .imgframe .img-wrap .img-item a input[type=checkbox]:checked + label:after {
    width: 12px;
    height: 8.5px;
    background-size: cover;
  }
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .fix_gallery_content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: #000;
  width: 100%;
  text-align: center;
  border-radius: 0 0 5px 5px;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .fix_gallery_content h5 {
  color: #fff;
  font-size: 18px;
  line-height: 57px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .gallery_container.dae-gallery-container .list-item .fix_gallery_content h5 {
    font-size: 13px;
    line-height: 35px;
  }
}
.m02_board_style .list-wrap .m02_txt > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt > div {
    margin-bottom: 40px;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .m02_top p {
    text-align: center;
    font-size: 13px;
    margin: 15px 0 10px;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 1200px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap {
    flex-direction: column;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group {
    width: 100%;
    white-space: initial;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group input {
  display: none;
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group input:checked + label {
  background-color: #0839a1;
  border-color: #fff;
  color: #fff;
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group label {
  font-size: 16px;
  display: inline-block;
  width: 37.4%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group label {
    width: 32%;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group label {
    font-size: 14px;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group label span {
  color: #666;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .input_group label span {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap {
    margin-top: 30px;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap a {
  background: #0839a1;
  color: #fff;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap a {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap a {
    margin-top: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap a > img {
  padding-left: 8px;
  margin-top: -2px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .m02_top .m02_top_wrap .m02_down_wrap a > img {
    width: 17px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap {
  background: rgba(204, 204, 204, 0.1);
  padding: 60px;
  display: flex;
  margin-bottom: 130px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap {
    flex-direction: column;
    padding: 40px 20px 35px;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap {
    margin-bottom: 75px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top {
  width: 522px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top {
    width: 100%;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 {
    font-size: 15px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 span {
  font-size: 16px;
  color: #666;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 span {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top h3 span {
    font-size: 13px;
    margin-top: 15px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input {
    flex-direction: column;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input input {
  line-height: 45px;
  width: 100%;
  padding-left: 15px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input input {
    line-height: 40px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input input::placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top .email-input input::placeholder {
    font-size: 13px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box {
  margin-bottom: 0px !important;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box {
    margin-bottom: 30px !important;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box input[type=checkbox] {
  display: none;
  appearance: none;
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box input[type=checkbox] + label.agree {
  font-size: 14px;
  color: #000;
  padding-left: 17px;
  margin-top: 0;
  font-weight: 400;
  position: relative;
  line-height: 14px !important;
  height: 14px !important;
  cursor: pointer;
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box input[type=checkbox] + label.agree a.go_pri {
  color: #999;
  font-family: "Pretendard-Regular";
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box input[type=checkbox] + label.agree:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_top .privacy_box input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  transform: translate(-50%, 0%);
  background: #0839a1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_bot {
  width: 250px;
  padding-left: 20px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_bot {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_bot {
    padding-top: 0px;
  }
}
.m02_board_style .list-wrap .m02_txt .emailwrap .email_bot a.email_bs {
  background: #0839a1;
  width: 100%;
  color: #fff;
  line-height: 46px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 480px) {
  .m02_board_style .list-wrap .m02_txt .emailwrap .email_bot a.email_bs {
    line-height: 40px;
    font-size: 13px;
  }
}

.terms_wrap .page-wrap {
  margin-bottom: 30px;
}
.terms_wrap .pri_close_wrap {
  text-align: center;
}
.terms_wrap .pri_close_wrap a.pri_close {
  background-color: #000;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}