@charset "utf-8";

@import url("../css/reset.css");
/* @import url("swiper.min.css"); */
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 폰트 가이드
font-family: 'NanumSquareNeoLight';
font-family: 'NanumSquareNeo';
font-family: 'NanumSquareNeoBold';
font-family: 'NanumSquareNeoExtraBold';
font-family: 'NanumSquareNeoHeavy'; 
*/

.notosanskr * { 
  font-family: 'Noto Sans KR', sans-serif;
}

html,
body {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: normal;
  color: #000;
  text-align: left;
  word-break: keep-all;
  height: 100%;
}
body {
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 15px;
}
select,
input {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radkus: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input,
button {
  font-family: "NanumSquareNeo", sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radkus: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
button * {
  color: inherit;
}

/* blind */
.blind {
  overflow: hidden !important;
  border: 0 !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.break-pc {
  display: none;
}
.break-m {
  display: block;
}
.only-pc {
  display: block;
}
.only-mo {
  display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap{
  position: relative;
}

/* header */
header {
  padding: 15px 0;
  border-bottom: 1px solid #D6DCEA;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo.douzone {
  width: 124px;
  height: 22px;
}
.logo.dx {
  width: 132px;
  height: 52px;
}

/* main-title */
.main-title {
  height: 840px;
  background-image: url("../images/20240326/bg_title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-title .title-txt {
  padding-top: 125px;
  padding-bottom: 75px;
}
.main-title .title-txt .img-box .pc{
  display: block;
}
.main-title .title-txt .img-box .mo{
  display: none;
}
.main-title .title-txt .img-box img {
  width: 830px;
  height: 500px;
}

/* sticky */
.sticky {
  /* position: sticky;
  top: 0; */
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sticky .bg-line {
  width: 1004px;
  margin: 0 auto;
  padding-top:2px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #4898ff,#6547ff);
  box-shadow: 1px -7px 7px rgba(0,0,0,.1);
}
.sticky .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sticky h4 {
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.54px;
  color: rgba(0,0,0,.95);
}
.sticky h4 strong {
  background: linear-gradient(90deg,#28adfe,#5b00eb);
  background-clip: text;
  color: transparent;
}
.button-group {
  margin-top: 30px;
  text-align: center;
}
button.bg {
  padding: 15px 17px;
  border-radius: 5px;
  font-family: 'NanumSquareNeoBold';
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #4898ff,#6547ff);
}
button.bg.large{
  padding: 16px 60px;
}
button.bg:hover{
  background: linear-gradient(90deg, #415BDD,#6F30DD);
}

/* white */
.white {
  /* margin-top: -90px; */
  /* position: relative; */
  padding-bottom: 114px;
}
.white .year-text{
  padding-top: 94px;
  text-align: center;
}
.white .year-text .big{
  font-family: 'NanumSquareNeoBold';
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.75px;
}
.white .year-text .big span {
  display: block;
}
.white .year-text .big>strong{
  font-family: 'NanumSquareNeoExtraBold';
  background: linear-gradient(90deg,#28adfe,#5b00eb);
  background-clip: text;
  color:transparent;
}
.white .year-text .big strong em {
  font-size: 18px;
}
.white .year-text .small{
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: -0.72px; 
  color: #000;
}
.white .year-text .small strong{
  font-family: 'NanumSquareNeoBold';
}

/* end-event */
.end-event {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  background-color: #565a64;
  font-family: 'NanumSquareNeoBold', sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.85px;
  color: #fff;
}
.end-event p {
  display: flex;
  align-items: center;
}
.end-event p::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-image: url('../images/20240326/icon_warning.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* benefit */
.benefit {
  margin-top: 93px;
}
.benefit .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.benefit .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 45px 0;
  background-color: #F5F7FF;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}
.benefit .box.four,
.benefit .box.five,
.benefit .box.six {
  align-items: flex-start;
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 60px 80px;
  min-height: 310px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 480px;
  background-position: 480px bottom;
}
.benefit .box.four .img-box,
.benefit .box.five .img-box,
.benefit .box.six .img-box {
  display: none;
}
.benefit .box.four h4,
.benefit .box.five h4,
.benefit .box.six h4 {
  margin-top: 20px;
}
.benefit .box.four {
  background-image: url("../images/20240326/box_4.png");
}
.benefit .box.five {
  background-image: url("../images/20240326/box_5.png");
}
.benefit .box.six {
  background-image: url("../images/20240326/box_6.png");
}
.benefit .box.five strong.blue{
  display: inline-block;
}
.benefit .box .img-box{
  width: 280px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.benefit .box.one .img-box{
  background-image: url("../images/20240326/box_1.png");
}
.benefit .box.two .img-box{
  background-image: url("../images/20240326/box_2.png");
}
.benefit .box.three .img-box{
  background-image: url("../images/20240326/box_3.png");
}
.benefit .box.four .img-box{
  background-image: url("../images/20240326/box_4.png");
}
.benefit .box.five .img-box{
  background-image: url("../images/20240326/box_5.png");
}
.benefit .box.six .img-box{
  background-image: url("../images/20240326/box_6.png");
}
.benefit .box h4 {
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.66px;
}
.benefit .box strong {
  display: block;
}
.benefit .box strong.blue{
  color: #3e4bff;
}
.benefit .box strong.black{
  margin-top:10px;
  font-family: 'NanumSquareNeo';
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.39px;
  color: #000;
  opacity: .8;
}
.benefit .box p {
  padding: 5px 10px;
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #444ff4;
  border-radius: 18px;
  border: 1px solid #405ef6;
}

/* award */
.award {
  padding: 103px 92px;
  background-color: #395291;
}
.event-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.event-title .date{
  padding: 10px 20px;
  margin-bottom: 25px;
  font-family: 'NanumSquareNeoBold';
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #fff;
  border: 1px solid #7c8eb9;
  border-radius: 26px;
  background-color: #435d9b;
}
.event-title h4 {
  margin-bottom: 40px;
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 66px;
  letter-spacing: -0.75px;
  background: linear-gradient(0deg,#d0e6ff,#eff7ff);
  background-clip: text;
  color: transparent;
}
.event-title:before,
.event-title:after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
}
.event-title:before{
  left: 40px;
  width: 72px;
  height: 138px;
  background-image: url("../images/20240326/bg-1.png");
}
.event-title:after{
  right: 40px;
  width: 105px;
  height: 137px;
  background-image: url("../images/20240326/bg-2.png");
}
.event-title p{
  text-align: center;
  font-family: 'NanumSquareNeoBold';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.72px;
  color: #fff;
}
.event-title p strong {
  display: block;
  margin-top: 15px;
  font-family: 'NanumSquareNeoBold';
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.42px;
  color: rgba(255,255,255,.4)
}

/* tax-watch */
.tax-watch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 95px 0 115px 0;
  background-color: #f5f7ff;
}
.tax-watch:after {
  content:'';
  display: inline-block;
  width: 896px;
  height: 530px;
  background-image: url("../images/20240326/bg-tax.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tax-watch button.bg {
  display: flex;
  align-items: center;
  order: 1;
  padding: 24px 60px;
  font-size: 24px;
  border-radius: 40px;
}
.tax-watch button.bg p {
  margin-right: 10px;
}
.tax-watch button.bg:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.point-text{
  text-align: center;
}
.point-text .big{
  font-family: 'NanumSquareNeoBold';
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: -0.75px;
}
.point-text .big span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: 'NanumSquareNeoRegular';
  font-size: 24px;
  letter-spacing: -0.72px; 
  line-height: 23px;
  color: #000;
}
.point-text .big span strong {
  font-family: 'NanumSquareNeoHeavy';
}
.point-text .big > strong{
  font-family: 'NanumSquareNeoExtraBold';
  background: linear-gradient(90deg,#28adfe,#5b00eb);
  background-clip: text;
  color:transparent;
}
.point-text .small{
  margin-top: 35px;
  font-size: 18px;
  letter-spacing: -0.54px; 
  line-height: 1.5;
  color: #000;
}
.point-text .small strong{
  font-family: 'NanumSquareNeoBold';
}
.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.tag li {
  padding: 7px 15px;
  border: 1px solid #444ff4;
  border-radius: 20px;
  color: #444ff4;
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 15px;
  letter-spacing: -0.3px;
}
.tag li:before {
  content:'#';
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 15px;
  letter-spacing: -0.3px;
}
.tag li:not(:last-of-type) {
  margin-right: 5px;
}

/* prize */
.prize {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.prize .box{
  text-align: center;
}
.prize .box .img-box{
  display: inline-block;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.prize .box:nth-of-type(1) .img-box{
  background-image: url("../images/20240326/prize-1.png");
}
.prize .box:nth-of-type(2) .img-box{
  background-image: url("../images/20240326/prize-2.png");
}
.prize .box:nth-of-type(3) .img-box{
  background-image: url("../images/20240326/prize-3.png");
}
.prize .box h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'NanumSquareNeoHeavy';
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.78px;
  color: #fff;
}
.prize .box p {
  font-family: 'NanumSquareNeo';
  font-size: 22px;
  letter-spacing: -0.66px;
  color: #fff;
}
.prize .box p strong{
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.6px;
  opacity: .8;
}

/* notice */
.notice {
  padding: 60px 0 65px 0;
  background-color: #303f69;
}
.notice h4{
  margin-bottom: 28px;
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: rgba(255,255,255,.85);
}
.notice h4:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border: 3px solid rgba(255,255,255.85);
  border-radius: 50%;
  box-sizing: border-box;
}
.notice ul{
  display: flex;
  flex-wrap: wrap;
  font-family: 'NanumSquareNeoBold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: .4;
  color: #fff;
}
.notice ul li{
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  width: 50%;
  box-sizing: border-box;
}
.notice ul li::before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: rgba(255,255,255,.5);
}
.notice ul li:nth-child(1) {
  order: 1;
}
.notice ul li:nth-child(2) {
  order: 3;
}
.notice ul li:nth-child(3) {
  order: 2;
}
.notice ul li:nth-child(4) {
  order: 4;
}

/* footer */
footer {
  padding: 30px 0 120px 0;
}
footer .only-pc{
  display: flex;
  align-items: center;
}
footer .img-box{
  margin-right: 60px;
}
footer .img-box img{
  width: 145px;
  height: 40px;
}
footer .privacy {
  display: inline-block ;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.38px;
  color: #222;
}
footer ul.depth-1 {
  display: flex;
  flex-direction: column;
  margin: 14px 0 10px 0;
}
footer ul li{
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  color: #222;
}
footer ul.depth-2 {
  display: flex;
}
footer ul.depth-2 li:nth-child(2){
  margin: 0 20px;
}
footer .copy{
  color: #939393;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.38px;
}

/* popup */
.pop-bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
}
.popup {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .pop-cont{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
  transform: translate(-50%,-50%);
}
.popup .inner{
  width: 960px;
}
.popup .header{
  border-bottom: 1px solid #e5e5e5;
}
.popup .header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .header h4 {
  padding: 20px 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: -0.6px;
}
.popup .header button {
  width: 40px;
  height: 40px;
}
.popup .content {
  padding-top: 16px;
  padding-bottom: 42px;
}
.popup .content .table-wrap {
  height: 500px;
  padding-right: 30px;
  overflow-y: scroll;
}
.popup .red-text {
  margin-bottom: 20px;
  text-align: right;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: -0.42px;
  color: #121212;
}
.popup .red-text strong {
  margin-right: 5px;
  color: #e6605c;
}
.popup .write-table {
  font-family: 'Noto Sans KR', sans-serif;
}
.popup .write-table th,
.popup .write-table td {
  padding: 6px 0;
  vertical-align: baseline;
}
.popup .write-table th {
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: -0.42px;
  text-align: left;
}
.popup .write-table th span {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  color: #a5a5a5;
}
.popup .write-table th:nth-child(3) {
  padding-left: 20px;
}
.popup .write-table .required p::after{
  content: '*';
  color: #e6605c;
  font-family: 'Noto Sans KR', sans-serif;
}
.popup select {
  min-width: auto;
  width: 100%;
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  line-height:33px;
}
.popup select:focus{
  outline: none;
}
.write,
.person {
  display: none;
  padding-top: 5px;
}
.number-area select {
  margin-right: 5px;
}
.popup .write-table input[type="text"]{
  padding: 12px 16px;
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.48px;
  color: #000;
}
.popup .write-table input[type="text"]:disabled{
  background-color: #f0f1f2;
  border-color: #dbdbdb;
}
.popup .write-table input[type="text"].error{
  border-color: #e6605c;
}
.popup .write-table .validation-text{
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #e6605c;
}
.popup .write-table .address {
  display: flex;
  flex-direction: column;
}
.popup .write-table input[type="text"],
.popup .write-table .address > div input:first-of-type{
  width: 316px;
}
.popup .write-table .address > div + input {
  width: 100%;
  margin-top: 8px;
}
.popup .write-table .address > input:last-of-type{
  width: 100%;
  margin-top: 8px;
}
button.black {
  margin-left: 8px;
  padding: 11px 17px;
  border: 1px solid #7c7f8d;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  letter-spacing: -0.75px;
}
.popup .write-table .text-box {
  height: 220px;
  padding: 10px 16px;
  border-radius: 4px;
  border: solid 1px #dbdbdb;
  background-color: #f5f6f7;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
  color: #575757;
}
.popup .write-table .pay {
  display: flex;
  gap: 15px;
}
.popup .write-table .pay-text{
  color: #e6605c;
}
.popup .write-table .pay-text.month {
  display: none;
}


.popup .write-table .type {
  display: flex;
  gap: 15px;
}
.popup .write-table .type-text{
  color: #e6605c;
}
.popup .write-table .type-text.person {
  display: none;
}



.popup .check-area {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.popup .check-area label p{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.48px;
  color: #000;
}
.popup .check-area label strong{
  margin-left: 5px;
  font-weight: 400;
  color: #e6605c;
}
.gray-text {
  margin-top: 5px;
  letter-spacing: -0.7px;
  color: #a5a5a5;
}
.gray-text + .check-area {
  margin-top: 5px;
}
#search-result {
  /* display: none; */
  /* margin-top: 20px; */
  padding: 15px 20px 20px 20px;
  background-color: #f1f8ff;
}
#search-result p {
  padding: 10px 5px;
  margin: 0 10px;
  text-align: center;
  background-color: #deefff;
  border-radius: 5px;
  letter-spacing: -0.35px;
}
#search-result p strong
{
  margin-right: 5px;
  font-size: 16px;
  color: #1a73cb;
}
#search-result p span {
  color: #1a73cb;
}
#search-result .img-box {
  text-align: right;
}
#search-result .img-box button {
  width: 30px;
  height: 30px;
}
#search-result ul {
  margin: 10px;
}
#search-result ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: -0.75px;
  color: #4e4e4e;
}
#search-result ul li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
#search-result ul li:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon_arrow_up.png');
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.pop-input {
  display: flex;
  align-items: center;
  margin: 0 10px 10px 10px;
}
.pop-input input {
  width: 100%;
  border-radius: 5px;
}
.pop-input button {
  padding: 6px 17px;
  background-color: #1a73cb;
  color: #fff;
  border: 0;
}

.end-banner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  backdrop-filter: blur(17px);
}
.end-banner h4 {
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-family: 'NanumSquareNeoBold',sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.85px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.end-banner p {
  font-size: 20px;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 1000px) {
  /* .wrap {
    overflow-x: hidden;
  } */
  .inner {
     width: 100%;
     padding: 0 20px;
  }
  .break-pc {
    display: block;
  }
  .break-m {
    display: none;
  }
  .only-pc {
    display: none;
  }
  .only-mo {
    display: block;
  }

  header{
    padding: 15px 10px;
    background-color: #fff;
    border-bottom: 0;
  }
  .logo.douzone{
    width: 88px;
    height: auto;
  }
  .logo.dx {
    width: 83px;
    height: auto;
  }

  .main-title {
    height: auto;
    background-image: url("../images/20240326/bg_title_mo.png");
    background-size: cover;
  }
  .main-title:after {
    content:'';
    display: inline-block;

  }
  .main-title .title-txt{
    padding: 20px 0 130px 0;
  }
  .main-title .title-txt .img-box .pc {
    display: none;
  }
  .main-title .title-txt .img-box .mo {
    display: block;
  }
  .main-title .title-txt .img-box img {
    width: 100%;
    height: auto;
  }
  /* sticky */
  .sticky .bg-line {
    width: 100%;
    padding-top: 0;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .sticky .inner {
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
  }
  .sticky h4 {
    display: none;
  }
  .sticky .bg {
    width: 100%;
  }
  .white {
    padding-bottom: 50px;
  }
  .white .year-text {
    padding-top: 50px;
  }
  .white .year-text .big {
    font-size: 21px;
    line-height: 1.2;
  }
  .white .year-text .big span{
    margin-top: 10px;
  }
  .white .year-text .small {
    margin-top: 13px;
    font-size: 13px;
  }
  .benefit .inner {
    grid-gap: 12px;
    grid-template-columns: 100%;
    padding: 0;
  }
  .benefit .box {
    padding: 34px 0;
    box-sizing: border-box;
  }
  .benefit .box .img-box {
    height: 164px;
  }
  .benefit .box.four,
  .benefit .box.five,
  .benefit .box.six {
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 2;
    min-height: auto;
    padding: 34px 0;
    text-align: center;
    background-image: none;
  }
  .benefit .box.four .img-box,
  .benefit .box.five .img-box,
  .benefit .box.six .img-box {
    display: block;
  }
  .benefit .box h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .benefit .box p {
    font-size: 13px;
  }
  .benefit .box strong.black {
    margin-top: 5px;
    font-family: 'NanumSquareNeoLight';
  }
  .award {
    padding: 60px 20px 50px 20px;
  }
  .award .inner {
    padding: 0;
  }
  .event-title .date{
    margin-bottom: 20px;
    font-size: 11px;
  }
  .event-title h4 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
  }
  .event-title:before, 
  .event-title:after {
    top: 43px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .event-title:before {
    left: 0;
    width: 35px;
    height: 84px;
  }
  .event-title:after {
    right: 0;
    width: 49px;
    height: 84px;
  }
  .event-title p{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.3px;
  }
  .event-title p strong {
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.3px;
  }
  .tax-watch {
    padding: 50px 0;
  }
  .tax-watch:after {
    width: 100%;
    height: 178px;
  }
  .tag {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .tag li {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .point-text .big {
    font-size: 32px;
    line-height: 1.2;
  }
  .point-text .big span {
    display: inline-block;
    font-size: 15px;
    line-height: auto;
  }
  .point-text .small {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
  }
  .prize {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 12px;
  }
  .prize .box {
    position: relative;
    padding: 24px 0;
    background-color: rgba(0,0,0,.15);
    border-radius: 10px;
  }
  .prize .box:before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 44px;
    height: 45px;
    background-size: contain;
  }
  .prize .box.first:before {
    background-image: url("../images/20240326/award-1.png");
  }
  .prize .box.second:before {
    background-image: url("../images/20240326/award-2.png");
  }
  .prize .box.third:before {
    background-image: url("../images/20240326/award-3.png");
  }
  .prize .box h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'NanumSquareNeoExtraBold';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.45px;
  }
  .prize .box p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.36px;
  }
  .prize .box p strong {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.36px;
  }
  .prize .box.first{
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .prize .box .img-box {
    width: 100%;
    height: 110px;
  }
  .prize .box:nth-of-type(1) .img-box {
    background-image: url("../images/20240326/prize-first.png");
  }
  .prize .box:nth-of-type(2) .img-box {
    background-image: url("../images/20240326/prize-second.png");
  }
  .prize .box:nth-of-type(3) .img-box {
    background-image: url("../images/20240326/prize-third.png");
  }
  .prize .box.first p strong {
    display: inline-block;
    margin-top: 0;
  }
  .notice {
    padding: 40px 20px;
  }
  .notice .inner {
    padding: 0;
  }
  .notice h4 {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.35px;
  }
  .notice h4:before{
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-width: 2px;
  }
  .notice ul {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .notice ul li {
    width: 100%;
    padding-left: 15px;
  }
  .notice ul li::before {
    top: 6px;
  }
  footer ul li {
    font-size: 13px;
  }
  footer .only-pc {
    display: none;
  }
  footer .img-box {
    display: none;
  }
  footer .privacy {
    padding-bottom: 16px;
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #4b4e53;
  }
  footer .company {
    font-family: 'Noto Sans KR', sans-serif;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
  }
  footer .company h4 {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.33px;
    color: #4b4e53;
    cursor: pointer;
    background-image: url("../images/icon_arrow_down.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
  }
  footer .company h4.active{
    background-image: url("../images/icon_arrow_up.png");
  }
  footer .item {
    display: none;
  }
  footer dl {
    display: grid;
    grid-template-columns: 94px 1fr;
  }
  footer dl dt {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #7b7b7b;
  }
  footer dl dd {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #7b7b7b;
  }
  footer .copy {
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: 24px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #939393;
  }
  .popup .pop-cont {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }
  .popup .inner {
    width: 100%;
  }
  .popup .content{
    padding-bottom: 40px;
  }
  .popup .content .table-wrap{
    height: calc(100vh - 275px);
    padding-right: 0;
  }
  .popup .write-table colgroup col {
    display: flex;
  }
  .popup .write-table tr{
    display: flex;
    flex-direction: column;
  }
  .popup .write-table th{
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.38px;
  }
  .popup .write-table th:nth-child(3) {
    padding-left: 0;
  }
  .popup .write-table td{
    padding-bottom: 28px;
  }
  .popup .write-table .address > div {
    display: flex;
  }
  .popup .write-table .address > div input:first-of-type {
    width: calc(100% - 130px);
  }
  .popup .write-table input[type="text"]{
    width: 100%;
    padding: 12px 14px;
  }
  .popup .header h4 {
    padding: 8px 0;
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  .popup .red-text {
    padding: 20px;
    background-color: #f5f6f7;
    text-align: left;  
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.39px;
  }
  button.bg.large {
    padding: 15px 17px;
    width: 100%;
  }
  .popup .write-table .text-box {
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .popup .check-area label {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.38px;
  }
  input[type="checkbox"] + label:before {
    margin-right: 6px;
    background-size: contain;
  }
  .popup .check-area label p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.38px;
  }
  .popup .write-table th span {
    font-weight: normal;
  }
  .popup .recom {
    display: flex;
    align-items: center;
  }
  .popup .recom p {
    margin-right: 5px;
  }

  .end-banner {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .end-banner h4 {
    padding-bottom: 3px;
    font-size: 18px;
  }
  .end-banner p {
    font-size: 13px;
  }
  .tax-watch button.bg {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 15px;
  }
  .tax-watch button.bg:after {
    width: 10px;
    height: 10px;
  }
  .end-event {
    padding: 30px 0;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .end-event p::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .benefit {
    margin-top: 35px;
  }
}