@import url("../event/css/reset.css");
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css');

/*
font-family: 'NanumSquareNeoLight';
font-family: 'NanumSquareNeo';
font-family: 'NanumSquareNeoBold';
font-family: 'NanumSquareNeoExtraBold';
font-family: 'NanumSquareNeoHeavy';
*/

body,
html {
    font-family: 'Noto Sans KR', sans-serif;
}
.topSwiper .swiper-pagination-bullets {
    bottom: 1px;
}
.topSwiper .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 1px 1px 7px #000;
    opacity: .5;
}
.topSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}
.only-pc {
    display: block;
}
.only-mo {
    display: none;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/* input */
input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: -0.48px;
}
input:focus {
    outline: none;
    border: 1px solid #000;
}
input.error {
    border: 1px solid #e6605c!important;
}
.tel-wrap {
    display: flex;
    align-items: baseline;
}
.tel-wrap.space-top {
    margin-top: 5px;
}

.td_email {
    display: flex;
    align-items: center;
    gap: 10px;
}
.td_email input {
    min-width: 275px;
}

/* select */
select {
    min-width: auto;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: -0.48px;
    color: #b0b0b0;
    background: url('../../html/event/images/icon_arrow_down_full.png') no-repeat center right 5px;
}
select:focus {
    outline: none;
    border: 1px solid #000;
}
select.error {
    border: 1px solid #e6605c!important;
}

/* textarea */
textarea {
    height: 130px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-family: 'NotoSansKR-Regular',sans-serif;
    font-size: 16px;
    letter-spacing: -0.48px;
}

/* header */
header {
    display: flex;
    align-items: center;
    height: 83px;
    border-bottom: 1px solid rgba(119, 133, 162, 0.2);
    box-sizing: border-box;
}

header img {
    width: 277px;
}
header .logo-wrap {
    /*position: absolute;*/
    /*left: 0;*/
    /*top:0;*/
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;

}
header .logo-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
}
header .douzone-logo{
    width: 150px;
    height: 40px;
}

header .douzone-slogan{
    width: 160px;
    height: 40px;
}
header .logo-item {
    display: flex;
    align-items: center;
    height: 40px; /* 부모인 logo-wrap과 높이 통일 */
    box-sizing: border-box;
    overflow: hidden;
}
header .logo-item img{
    max-height: 100%;
    width: auto;
    display: block
}


/* footer */
footer {
    font-family: "NotoSansKR-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: -0.4px;
    background-color: #1e2125;
}
footer .inner {
    position: relative;
    width: 1200px;
    height: 100%;
}
.footer-top {
    height: 70px;
    border-bottom: 1px solid #3e3e3e;
}

.footer-menu {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.footer-menu li:not(:last-of-type) {
    margin-right: 47px;
}

.footer-menu li a {
    color: #fff;
}

.footer-family {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-family dt {
    width: 240px;
    border-bottom: 1px solid #7b7b7b;
}

.footer-family dt.family_btn {
    padding: 10px 17px;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #fff;
    cursor: pointer;
}

.footer-family dt.family_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../images/ic_arr_up_gray_24@2x.png");
    background-repeat: no-repeat;
    background-size: 24px;
    transform: translateY(-50%);
    transition: transform 0.5s;
}

.footer-family dt.family_btn.on::after {
    top: 25%;
    transform: rotate(180deg);
}

.footer-family dd {
    display: none;
    position: absolute;
    top: -173px;
}

.footer-family dt.family_btn.on + dd {
    display: block;
}

.footer-family dd ul {
    width: 273px;
    height: 170px;
    overflow-y: scroll;
    background-color: #fff;
    border: solid 1px #454545;
}
.footer-family dd ul li:first-of-type {
    padding-top: 15px;
}
.footer-family dd ul li {
    padding: 0 10px 20px 10px;
    font-size: 14px;
}
.footer-family dd ul li a {
    display: block;
}
footer .footer-info {
    color: #7b7b7b;
    font-size: 14px;
    letter-spacing: -0.38px;
    line-height: 25px;
}

footer .footer-info > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

footer .footer-info .line span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

footer .footer-info .line span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 14px;
    content: "";
    background: #3e3e3e;
}
footer .footer-info .line span:last-child {
    padding: 0;
    margin: 0;
}
footer .footer-info .line span:last-child::after {
    display: none;
}
footer .footer-info .copyright {
    margin-top: 26px;
}

.footer-logo img {
    width: 145px;
    filter: contrast(0);
}
.footer-logo a {
    display: inline-block;
    margin-right: 60px;
}
.footer-bottom {
    padding: 40px 0 64px 0;
}
.footer-bottom .inner {
    display: flex;
}

/* mainTitle */
.mainTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 497px;
    padding-top: 92px;
    background: url('../../html/images/buying_write/bg-mainTitle.png') center center/auto 100% no-repeat, linear-gradient(#c5c8f6,#8c9df1);
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: 'NanumSquareNeoExtraBold', sans-serif;
    text-align: center;
    box-shadow: 0px 7px 10px rgba(159, 170, 245, .5)
}
.mainTitle2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 497px;
    padding-top: 150px;
    background: url('../../html/images/benefits_mall_write/bg-mainTitle.png') center center/auto 100% no-repeat, linear-gradient(to right,#125e9c,#1379af);
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: 'NanumSquareNeoExtraBold', sans-serif;
    text-align: center;
    box-shadow: 0px 7px 10px rgba(146, 162, 202, 0.5)
}

.mainTitle .img-box img,
.mainTitle2 .img-box img
{
    width: 779px;
}
.mainTitle h1 {
    margin-bottom: 45px;
    font-family: 'NanumSquareNeoHeavy',sans-serif;
    font-weight: bold;
    font-size: 66px;
    letter-spacing: -0.54px;
    background: linear-gradient(277deg, #00069a , #161dce, #7800ed, #9f00db);
    -webkit-background-clip: text;
    -moz-background-clip: text; 
    background-clip: text;
    color: transparent;
}
.mainTitle p,
.mainTitle2 p{
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 27px;
    color: #00046a;
}
.mainTitle strong,
.mainTitle2 strong{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 30px 10px 0 10px;
    font-family: 'NanumSquareNeoHeavy', sans-serif;
    font-size: 34px;
    letter-spacing: -1.02px;
    color: #00046a;
}
.mainTitle strong::after,
.mainTitle2 strong::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 30px;
    background-color: #1737ff;
    opacity: .16;
}
.mainTitle strong span,
.mainTitle2 strong span{
    z-index: 1;
}

.sticky-wrap {
    position: relative;
}
.sticky {
    position: sticky;
    top: 0;
}

/* menuBar */
.menuBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    height: 132px;
    padding: 35px 80px;
    margin: -132px auto 0 auto;
    border-radius: 20px 20px 0 0;
    background-color: rgba(255,255,255,.98);
    box-sizing: border-box;
    font-family: 'NanumSquareNeoExtraBold', sans-serif;
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 1.67;
    color: rgba(0,0,0,.95);
    z-index: 1;
    transition: all .3s;
}
.menuBar div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menuBar a {
    width: 264px;
}
.menuBar.active {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, .15);
    border-radius: 0;
}
.menuBar.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background-color: rgba(255,255,255,.3);
    backdrop-filter: blur(13px);
}
.menuBar.active div {
    width: 840px;
    margin: 0 auto;
    z-index: 1;
}
/* button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 212px;
    height: 60px;
    font-size: 18px;
    letter-spacing: -0.54px;
    border-radius: 6px;
    box-sizing: border-box;
}
.btn-line {
    border: 1px solid #265cf0;
    color: #265cf0;
}
.btn-line:hover {
    background-color: #F3F6FE;
}
.btn-addr {
    width: 125px;
    min-width: auto;
    height: 46px;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: -0.48px;
    color: #000;
    border: 1px solid #7c7f8d;
    border-radius: 4px;
}
.btn-addr:disabled {
    background-color: #f7f7f7;
    border-color: #e5e5e5;
    color: #7b7b7b;
}
.btn-grad {
    font-family: 'NanumSquareNeoBold', sans-serif;
    color: #fff;
    background: linear-gradient(90deg, #489BFF , #6740FF);
}
.btn-grad:hover {
    background: linear-gradient(90deg, #4F6DFF , #8D34FF);
}
.button-group {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.button-group a:not(:last-of-type) {
    margin-right: 10px;
}
.btn-detail {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    transform: rotate(-45deg);
}

/* writeWrap */
.writeWrap {
    overflow: hidden;
    position: relative;
    padding: 90px 0 120px 0;
}
.writeWrap::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -90px;
    left: 0;
    width: 367px;
    height: 453px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 453px;
    background-image: url('../../html/images/buying_write/bg-circle.png');
}
.writeWrap::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -147px;
    right: -210px;
    width: 590px;
    height: 653px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 800px;
    background-image: url('../../html/images/buying_write/bg-circle2.png');
}
.mail-wrap {
    display: flex;
    align-items: baseline;
}
.mail-wrap div:nth-of-type(1) input {
    width: 275px;
}
.mail-wrap div:nth-of-type(2) input {
    width: 256px;
}
.mail-wrap em {
    margin: 0 10px;
}
.mail-wrap select {
    margin-left: 10px;
}

/* list-ul */
.list-ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 15px;
    align-items: center;
}
.list-ul.benefits {
    display: flex;
    /* grid-template-columns: auto auto auto auto; */
    grid-row-gap: 15px;
    align-items: center;
}
.list-ul.benefits li {
    margin-right: 70px;
}

.list-ul li {
    font-size: 18px;
    letter-spacing: -.45px;
    white-space: nowrap;
}
.list-ul li:nth-of-type(8) {
    grid-column-start: 1;
    grid-column-end: 2;
}
.list-ul li:last-of-type {
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
}
.list-ul li label {
    gap: 8px;
}
.list-ul li:last-of-type input[type="checkbox"] + label {
    display: grid;
    grid-template-columns: 32px 35px auto;
}
.list-ul li:last-of-type div input {
    padding-top: 2px;
}
.list-ul li:last-of-type div {
    display: inline-block;
    margin-left: 10px;
}

/* table-tit */
.table-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.table-tit h4 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #000;;
}
.table-tit p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    letter-spacing: -0.42px;
    color: #121212;
}
.table-tit p strong {
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px;
    color: #e6605c;
}

/* write-table */
.write-table tr:nth-of-type(1) th strong {
    line-height: 35px;
}
.write-table th {
    padding: 30px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    vertical-align: baseline;
}
.write-table th.require strong {
    font-weight: normal;
    line-height: 46px;
}
.write-table th.require strong::after {
    content: '*';
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #fc5356;
}
.write-table th.require span.only-mo {
    display: none;
}
.write-table th.require span.only-pc {
    display: inline-block;
    position: relative;
    top: -5px;
}
.write-table th.require span {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #7b7b7b;
}
.write-table td {
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: baseline;
}
.address-wrap {
    display: flex;
    flex-direction: column;
}
.address-wrap > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.address-wrap > div input:nth-of-type(1) {
    width: 275px;
}

/* cbtn_box */
.cbtn_box {
    margin-top: 30px;
}
.cbtn_box .cbtn_out {
    display: flex;
    align-items: center;
}
.cbtn_box .cbtn_out:nth-of-type(2) {
    margin-bottom: 20px;
}
.cbtn_box .cbtn_out label {
    margin-right: 10px;
}
.cbtn_box input[type="checkbox"] + label {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.cbtn_box input[type="checkbox"] + label button {
    margin-top: 2px;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: bold;
    color: #265cf0;
    line-height: 1;
}
.cbtn_box .all_yn {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.cbtn_box .sub-txt {
    padding-left: 0;
    padding-right: 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #666;
}
.cbtn_box .sub-txt.red {
    color: #fc5356;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.pop-dim {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.pop-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 16px 0 40px 0;
    background-color: #fff;
    transform: translate(-50%,-50%);
    z-index: 10;
    border-radius: 4px;
}
.pop-title {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 15px 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #111;
}
.pop-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    background-color: #265cf0;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: -.4px;
}
.pop-cont {
    min-width: 740px;
    margin: 0 40px;
}
#pop-phone .pop-cont,
#pop-check .pop-cont,
#chkAuthConfirm .pop-cont {
    min-width: 470px;
}
.pop-cont > div.text {
    padding: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 36px;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #e5e5e5;
    color: #7b7b7b;
}
.pop-cont > div.text dl dd {
    line-height: 36px;
}
.pop-cont .gray {
    padding: 30px 0 70px 0;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.45px;
    color: #4a4a4a;
}
.pop-button {
    text-align: center;
}
.btn-close.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/buying_write/btn-close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dot-dl:first-of-type {
    margin-top: 20px;
}
.dot-dl:not(:last-of-type) {
    margin-bottom: 10px;
}
.dot-dl:last-of-type {
    margin-bottom: 20px;
}
.dot-dl dd {
    display: grid;
    grid-template-columns: 10px auto;
    padding-left: 10px;
    line-height: 1.5;
}
.dot-dl dd::before {
    content: ':';
}
.pc-banner {
    text-align: center;
}
#popWrap001 {
    position: relative;
    overflow: hidden;
}
.popup-close-area {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    color: #000;
    filter: contrast(0);
    z-index: 1;
}
.popup-close-area .close-check-box {
    display: flex;
    align-items: center;
    margin: 0 25px 0 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0,0,0,.3);
}
.popup-close-area .close-check-box label {
    font-family: 'Pretendard',sans-serif;
    font-size: 15px;
}
.popup-close-area .close-check-box::after {
    /* content:''; */
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #000;
    opacity: .3;
}
.checkmark {
    position: absolute;
    top: 55%;
    left: -16px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.63);
    opacity: .5;
    transform: translateY(-55%);
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff
}
.popup-close-area .close-btn:before {
    transform: rotate(45deg);
}
.popup-close-area .close-btn:after {
    transform: rotate(-45deg);
}
.popup-close-area .close-btn:before,
.popup-close-area .close-btn:after {
    content:'';
    position: absolute;
    top: 2px;
    right: 7px;
    width: 2px;
    height: 16px;
    background-color: #fff;
    opacity: .5;
}
.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

/* 총무복지몰 benefits-table */

.benefits-table th {
    font-weight: normal !important;
    padding: 30px 10px;
}
.benefits-table th.line {
    line-height: 45px;
}
.benefits-table td{
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;

}
div.desc {
    font-size: 14px;
    letter-spacing: -0.42px;
    color: #121212;
}
ul.benefits li label{
    display: inline;
    vertical-align: baseline;
}
.benefits-table span.omniEsol-desc{
    font-size: 13px;
    letter-spacing: -0.4px;
}



@media screen and (max-width: 1000px) {
    .only-pc {
        display: none;
    }
    .only-mo {
        display: block;
    }
    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .cbtn_box input[type="checkbox"] + label strong {
        font-weight: normal;
        color: inherit;
    }
    .cbtn_box input[type="checkbox"] + label strong.only-mo {
        display: inline;
        width: auto;
    }

    /* btn */
    .btn {
        height: 52px;
        font-size: 16px;
    }
    .btn-addr {
        height: 46px;
        line-height: 48px;
    }

    .cbtn_box .all_yn {
        padding-bottom: 8px;
        margin-bottom: 10px;

    }
    .cbtn_box .cbtn_out {
        flex-direction: column;
        align-items: flex-start;
    }
    .cbtn_box .cbtn_out .only-mo {
        width: 100%;
    }
    .cbtn_box .cbtn_out .only-mo textarea {
        margin-top: 13px;
        background-color: #fafbfc;
        border: 1px solid #dbdbdb;
        font-size: 14px;
        letter-spacing: -0.35px;
        color: #4a4a4a;
        line-height: 22px;
    }
    .cbtn_box .cbtn_out label {
        margin-right:0;
    }
    .cbtn_box input[type="checkbox"] + label,
    .cbtn_box .sub-txt {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.38px;
        vertical-align: baseline;
    }

    /* .table-tit */
    .table-tit {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .table-tit h4 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -0.54px;
    }
    .table-tit p {
        width: 100%;
        padding: 18px 20px;
        box-sizing: border-box;
        font-size: 13px;
        letter-spacing: -0.39px;
        background-color: #f5f6f7;
        border-radius: 6px;
    }
    .write-table colgroup {
        display: none;
    }
    .write-table tr {
        display: flex;
        flex-direction: column;
    }
    .write-table th {
        width: 100%;
        padding: 20px 0 0 0;
        box-sizing: border-box;
        border-bottom: 0;
        font-size: 15px;
        font-weight: bold;
    }
    .write-table th.require strong {
        line-height: inherit;
        font-weight: bold;
    }
    .write-table th.require span {
        font-size: 15px;
        font-weight: normal;
    }.write-table th.require span.only-pc {
        display: none;
    }
    .write-table th.require span.only-mo {
        display: inline-block;
    }
    .write-table td {
        width: 100%;
        padding: 8px 0;
        box-sizing: border-box;
        border-bottom: 0;
    }
    .td_email {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }
    .td_email input {
        min-width: 100%;
    }
    .td_email select {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .list-ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .list-ul.benefits {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .list-ul li:last-of-type div {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-column-end: 4;
        margin-top: 10px;
        margin-left: 0;
    }
    input[type="checkbox"].round + label:before {
        margin-right: 5px;
    }
    .button-group {
        margin-top: 40px;
    }
    .button-group a {
        width: 100%;
    }

    /* .mainTitle */
    .mainTitle {
        height: 450px;
        background-image: url('../../html/images/buying_write/bg-mainTitle-mo.png');
        background-size: cover;
        box-shadow: none;
    }
    div.desc{
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: -0.42px;
        color: #121212;
    }
    input[type="checkbox"] + label {
        display: block;
    }
    .write-table th.require strong {
        font-weight: normal;
    }
    .mainTitle2 {
        height: 300px;
        padding-top: 0;
    }
    .mainTitle2 .img-box img {
        width: 400px;
    }
    .mainTitle .img-box img {
        width: 266px;
    }
    .mainTitle h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .mainTitle p {
        font-size: 14px;
        line-height: 1.5;
    }
    .mainTitle strong {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.6px;
    }
    .mainTitle strong::after {
        width: 75%;
        height: 15px;
    }

    /* writeWrap */
    .writeWrap {
        padding: 28px 0 56px 0;
    }
    .writeWrap:before,
    .writeWrap:after {
        display: none;
    }

    /* menuBar */
    .menuBar {
        width: 100%;
        height: auto;
        padding: 24px 40px;
        box-shadow: inset 0px -9px 14px rgba(159, 170, 245, .5);
    }
    .menuBar p {
        margin-bottom: 16px;
        font-size: 12px;
        text-align: center;
    }
    .menuBar div {
        flex-direction: column;
    }
    .menuBar.active:after {
        height: 100%;
    }

    /* header */
    header {
        height: 56px;
        padding: 0 10px;
    }
    header .inner {
        padding: 0;
    }
    header img {
        width: 172px
    }

    /* footer */
    footer {
        padding-bottom: 100px;
    }
    footer .inner {
        width: 100%;
        padding: 0;
    }
    .footer-top {
        height: auto;
        padding: 30px 20px 50px 20px;
    }
    .footer-family {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .footer-family dt {
        width: 100%;
    }
    .footer-family dt.family_btn {
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
    }
    .footer-menu li {
        margin-bottom: 16px;
    }
    .footer-menu li a {
        font-size: 13px;
        letter-spacing: -0.33px;
    }
    .footer-menu li:not(:last-of-type) {
        margin-right: 21px;
    }
    .footer-family dd {
        width: 100%;
    }
    .footer-family dd ul {
        width: calc(100% - 1px);
    }

    footer .company {
        padding-top: 26px;
    }
    footer .company h4 {
        display: inline-block;
        padding-right: 22px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.33px;
        cursor: pointer;
        background-image: url("../images/ic_arr_up_gray_24@2x.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 18px;
    }
    footer .company h4 a {
        color: #8e8e8e;
    }
    footer .company h4.active {
        background-image: url("../images/ic_arr_up_gray_24@2x.png");
    }
    footer .item {
        display: none;
        margin-top: 10px;
    }
    footer .item 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 {
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: -0.3px;
        color: #939393;
    }
    .pop-title {
        padding: 0 20px 15px 20px
    }
    .pop-wrap {
        width: 320px;
    }
    .pop-cont {
        margin:0 20px;
    }
    #pop-phone .pop-cont,
    #pop-check .pop-cont,
    #chkAuthConfirm .pop-cont {
        min-width: auto;
    }
    #popWrap001 {
        background-color: #5d5d5d;
    }
    #popWrap001 .pop-inner:before {
        content:'';
        display: block;
        width: 100%;
        height: 25px;
    }
    .popup-close-area {
        top: 5px;
        left: auto;
        right: 17px;
        font-size: 13px;
        transform: none;
        filter: contrast(1);
    }
    .popup-close-area .close-check-box label {
        font-size: 10px;
        font-weight: bold;
        color: #fff;
    }
    .popup-close-area .close-check-box {
        margin: 0 21px 0 0px;
    }
    .checkmark {
        top: 55px;
        width: 12px;
        height: 12px;
        transform: translateY(-55px);
        background-color: #fff;
    }
    .topba {
        width: 100%;
        object-fit: cover;
    }
    .swiper-pagination {
        bottom: 0!important;
    }
    .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0 2px !important;
    }

    .mail-wrap {
        display: grid;
        grid-template-columns: auto 20px auto;
        grid-gap: 10px;
    }
    .mail-wrap div:nth-of-type(1) input,
    .mail-wrap div:nth-of-type(2) input {
        width: 100%;
    }
    .mail-wrap em {
        margin: 0;
        text-align: center;
    }
    .mail-wrap select {
        grid-column-start: 1;
        grid-column-end: 4;
        margin: 0;
        width: 100%;
    }
}


@media (max-width: 768px) {
    header .logo-wrap {
        height: 26px;
        overflow: hidden;
    }
    header .douzone-logo{
        width: 110px;
        height: 26px;
    }
    header .douzone-slogan{
        width: 104px;
        height: 26px;
    }
    .logo-item {
        display: flex;
        align-items: center;
        height: 26px;
        box-sizing: border-box;
        overflow: hidden;
    }
}