/* COMMON */
.contents { padding-top: 80px; }
.sub-visual-container { overflow: hidden; }
.sub-visual-container .title { z-index: 2; position: relative; margin: 100px 0 0; line-height: 1; text-align: center; font-size: 40px; font-weight: 700; letter-spacing: -0.04em; }
.sub-visual-container .title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }
.sub-visual-container.svmypage { background-color: #dee3f0; }
.sub-visual-container.svmypage .title { margin: 0; }
.sub-visual-container.svmypage .sub-visual-wrapper { position: relative; margin: auto; padding: 100px 0 70px; max-width: 1200px; width: 100%; }
.sub-visual-container.svmypage .sub-visual-wrapper::before{
    content: ''; z-index: 1; position: absolute; top: -20px; right: 0;
    width: 300px; height: 300px; background: url('/child/img/icon/footprint-filled-light.svg') no-repeat;
    opacity: .6;
}
.sub-visual-container.svmypage .title small { color: #99a7cf; }
@media (max-width: 1200px){
    .sub-visual-container .title { margin: 60px 0 0; font-size: 34px; }
    .sub-visual-container .title small { font-size: 13px; }
    .sub-visual-container.svmypage .sub-visual-wrapper { padding: 70px 0 60px; }
    .sub-visual-container.svmypage .sub-visual-wrapper::before { width: 220px; height: 220px; }
}
@media (max-width: 768px){
    .contents { padding-top: 60px; }
    .sub-visual-container .title { font-size: 24px; }
    .sub-visual-container .title small { margin-bottom: 10px; font-size: 11px; }
    .sub-visual-container.svmypage .sub-visual-wrapper { padding: 35px 0 40px; }
    .sub-visual-container.svmypage .sub-visual-wrapper::before { top: -10px; width: 140px; height: 140px; }
}
.contents--no-padding-top { padding-top: 0; }


.state-function-container { display: flex; align-items: center; margin: 0 -5px; }
.state-function-container span { display: block; padding: 0 5px; font-size: 12px; color: #999999; font-weight: 300; }
.state-function-container svg { margin-right: 2px; width: 16px; height: 16px; }
.state-function-container svg.star { fill:#ffc000; }
.state-function-container svg.comment { fill:#3a80c9; }
@media(max-width:1200px){

}
@media(max-width:768px){
	.state-function-container svg { width: 13px; height: 12px; }
    .state-function-container span { font-size: 10px; }
}

.button-function-container { display: flex; margin: 0 -5px; }
.button-function-container .button { margin: 0 5px; padding: 0; width: 36px; height: 36px; border: 2px solid #e6e6e6; border-radius: 5px; }
.button-function-container .button svg { width: auto; height: 16px; fill: #3a80c9; }
.button-function-container .button .over { opacity: 0; }

.thumbnail .text { display: flex; flex-direction: column; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 14px; color: #999999; font-weight: 300; }
.thumbnail .text--center { align-items: center; justify-content: center; }
.thumbnail .text svg { width: 20px; height: 20px; margin-bottom: 10px; fill: #626262; }
.thumbnail .like { z-index: 3; position: absolute; top: 10px; right: 10px; width: 14px; height: 12px; fill: #ffffff; }
.thumbnail .like svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.thumbnail .like .over { opacity: 0; }
.thumbnail .like--on .over { opacity: 1; }
.thumbnail--on { box-shadow: 8px 8px 8px 0px rgba(0,0,0,.35); }

.rating { display: inline-flex; margin: 0 -2px; }
.rating span { display: block; margin: 0 2px; width: 16px; height: 16px; }
.rating svg { display: block; width: 100%; height: 100%; fill: #ffc000; }

.button-function-container .button:hover,
.button-function-container .button--on { border-color: #3a80c9; }
.button-function-container .button:hover .over,
.button-function-container .button--on .over { opacity: 1; }

.bottom-buttons { display: flex; margin: 0 -5px; }
.bottom-buttons .button { margin: 0 5px; }
@media(max-width:1200px){

}
@media(max-width:768px){
    .button-function-container { margin: 0 -2px; }
    .button-function-container .button { margin: 0 2px; width: 30px; height: 30px; border-width: 1px; }
    .button-function-container .button svg { height: 14px; }
}


.review-container .bottom-button { position: relative; text-align: right; margin-top:40px; }
.review-container .bottom-button .button { width: 200px; height: 50px; font-size: 16px; border-radius: 50px; }
.review { padding: 26px 40px 30px; border-bottom: 1px solid #e6e6e6; }
.review .rating { margin: 0 5px 0 15px; }
.review .thumbnail { border-radius: 5px; }
.review__head { position: relative; padding-right: 100px; }
.review__date { position: absolute; top: 0; right: 0; font-size: 14px; color: #999999; font-weight: 300; }
.review__title { display: flex; align-items: center; }
.review__title b { font-size: 18px; font-weight: 700; }
.review__title em { font-style: normal; font-size: 12px; color: #999999; font-weight: 300; }
.review__body { position: relative; margin-top: 15px; padding-right: 100px; }
.review__context { line-height: 1.55; font-size: 14px; color: #777777; font-weight: 300; }
.review__images { position: absolute; top: 0; right: 0; width: 45px; height: 45px; }

.review-input-container { padding: 0; }
.review-input-container .textarea { padding: 28px 30px; width: 100%; height: 200px; font-size: 14px; font-weight: 300; border-radius: 12px; }
.review-input-head { padding: 40px 0; text-align: center; }
.review-input-head .title { margin-bottom: 20px; line-height: 1; text-align: center; font-size: 14px; font-weight: 300; }
.review-input-head .rating span { width: 20px; height: 20px; }
.review-input-body .upload-lists { margin-top: 20px; }

.upload-lists { display: flex; flex-wrap: wrap; margin: -5px; }
.upload-list { padding: 5px; width: 11.11111%; }
.upload-list label { display: block; overflow: hidden; position: relative; border: 1px solid #e6e6e6; border-radius: 12px; -webkit-transition: all ease .1s; transition: all ease .1s; }
.upload-list label:hover { background-color: #42558d; border-color: #42558d; }
.upload-list label:hover .thumbnail .text { color: #ffffff; }
.upload-list label:hover .thumbnail .text svg { fill: #ffffff; }
.upload-list input[type="file"] { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.upload-list .delete { z-index: 3; position: absolute; top: 0; right: 0; width: 25px; height: 25px; background-color: rgba(0,0,0,.5); border-bottom-left-radius: 12px; }
.upload-list .delete svg { width: 8px; height: 8px; fill: rgba(255,255,255,.8); }
@media(max-width:1200px){
    .upload-list { flex: 1 1 auto; padding: 5px; width: 100%; max-width: 20%; }
}
@media(max-width:768px){
    .upload-list { max-width: 33.3333%; }
}


/* 펫케어카드 */
.petcare-feature-container { overflow: hidden; }
.petcare-feature-container .tab-list { margin-bottom: 80px; }
.petcare-feature{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    padding-bottom: 100px;
}
.petcare-feature__contents{
    position: relative; padding: 75px 40px 0; width: 605px;
    line-height: 1.7; font-size: 16px; color: #555555; font-weight: 300; letter-spacing: -0.08em;
}
.petcare-feature__contents::before{
    content: ''; position: absolute; width: 56px; height: 40px;
    background: url('/child/img/icon/quote-peach.svg') no-repeat;
}
.petcare-feature__contents::before { top: 0; left: 0; }
.petcare-feature__contents p { margin: 8px 0; }
.petcare-feature__contents p:nth-child(2) { margin-bottom: 34px; padding: 5px 0 30px; font-size: 24px; font-weight: 200; color: #333333; border-bottom: 1px solid #e6e6e6; }
.petcare-feature__contents p a { display: inline-block; margin-left: 8px; border-bottom: 1px solid transparent; }
.petcare-feature__contents p a.color-point { border-bottom-color: #0570e8; }
.petcare-feature__title { line-height: 1.3; font-size: 36px; font-weight: 700; color: #333333; letter-spacing: -0.06em; }
.petcare-feature__title span { color: #42558d; }

.petcare-feature-bottom { padding: 100px 0; text-align: center; background: #fcfcfc; }
.petcare-feature-bottom .title { font-size: 36px; }
.service-box-lists{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin: 104px -20px -20px;
}
.service-box-lists li { padding: 20px; width: 33.33333%; height: 100%; }
/* .service-box-lists li:nth-child(1) .service-box { background-color: #fd8f83; }
.service-box-lists li:nth-child(2) .service-box { background-color: #fd6f60; }
.service-box-lists li:nth-child(3) .service-box { background-color: #f44c3b; }
.service-box-lists li:nth-child(1) .icon { border-color: #fd8f83; }
.service-box-lists li:nth-child(2) .icon { border-color: #fd6f60; }
.service-box-lists li:nth-child(3) .icon { border-color: #f44c3b; }
.service-box-lists li:nth-child(1) .icon svg { stroke: #fd8f83; }
.service-box-lists li:nth-child(2) .icon svg { stroke: #fd6f60; }
.service-box-lists li:nth-child(3) .icon svg { stroke: #f44c3b; } */
.service-box-lists li:last-child .service-box .icon::before { content: none; }
.service-box{
    line-height: 1.7; text-align: left; font-size: 18px; color: #777777; font-weight: 200;
}
.service-box .icon{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    position: relative; margin: auto; width: 140px; height: 140px;
    background: #0570e8; border-radius: 50%;
}
.service-box .icon::before{
    content: ''; position: absolute; top: 50%; left: 100%; width: 200%; height: 10px;
    background: radial-gradient(#8ac0fc 12%, transparent 26%);
    background-repeat: repeat-x;
    background-position: 3px -2px; background-size: 15px 15px;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
    animation: dot 1s linear infinite;
}
.service-box .icon svg { width: auto; height: 75px; stroke: #ffffff; }
.service-box .context{
    margin-top: 40px; padding: 34px 40px;
    background: #ffffff; border-radius: 15px; box-shadow: 0px 20px 40px 0px rgba(0,0,0,.15);
}
.service-box b { color: #f7786b; }
.service-box small { display: inline-block; line-height: 1.65; font-size: 14px; color: #999999; }

.on .petcare-feature__image{
    animation: fade-right .5s ease-in-out forwards;
    opacity: 0;
}
@keyframes fade-left {
    from { -webkit-transform: translateX(0); transform: translateX(0); opacity: 0; }
    to { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; }
}
@keyframes fade-right {
    from { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }
    to { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}
@keyframes dot {
    from { background-position: 3px -2px; }
    to { background-position: 12.3% -2px; }
}
@media(max-width:1200px){
    .petcare-feature-container .tab-list { margin-bottom: 65px; }
    .petcare-feature-container .tab-list--solid > li .button { padding: 8px; height: 65px; line-height: 1.25; }
    .petcare-feature { padding-bottom: 80px; }
    .petcare-feature__contents { padding: 40px 0 0; width: 500px; font-size: 14px; }
    .petcare-feature__contents::before,
    .petcare-feature__contents::after { width: 32px; height: 44px; }
    .petcare-feature__contents p:nth-child(2) { margin-bottom: 28px; padding-bottom: 24px; font-size: 20px; }
    .petcare-feature__title { font-size: 30px; }
    .petcare-feature__image { width: 350px; }

    .petcare-feature-bottom .title { font-size: 30px; }
    .service-box-lists { margin: 104px -10px -20px; }
    .service-box-lists li { padding: 20px 10px; }
    .service-box { font-size: 16px; }
    .service-box .icon { width: 120px; height: 120px; }
    .service-box .icon::before { width: 230%; }
    .service-box .icon svg { height: 56px; }
    .service-box small { font-size: 13px; }
}
@media(max-width:850px){
    .service-box .icon::before { width: 135%; }
}
@media(max-width:768px){
    .petcare-feature-container .tab-list { margin-bottom: 35px; }
    .petcare-feature{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
        -ms-align-items: flex-start; align-items: flex-start;
        padding-bottom: 60px;
    }
    .petcare-feature__image { order: 1; padding: 0 0 20px; max-width: 180px; }
    .petcare-feature__contents { order: 2; padding: 30px 0 0; width: auto; font-size: 13px; }
    .petcare-feature__contents::before,
    .petcare-feature__contents::after { width: 26px; height: 34px; }
    .petcare-feature__contents p:nth-child(2) { margin-bottom: 24px; padding-bottom: 20px; font-size: 15px; }
    .petcare-feature__title { font-size: 20px; }

    .petcare-feature-bottom { padding-top: 60px; }
    .petcare-feature-bottom .title { font-size: 20px; }
    .service-box-lists { margin: 20px 0 -35px; }
    .service-box-lists li { padding: 35px 0; width: 100%; }
    .service-box { min-height: auto; line-height: 1.6; font-size: 14px; }
    .service-box .icon { width: 100px; height: 100px; border-width: 4px; }
    .service-box .icon::before { content: none; }
    .service-box .icon svg { height: 50px; }
    .service-box small { margin-top: 2px; line-height: 1.4; font-size: 12px; }
    .service-box .context { margin-top: 25px; padding: 28px 26px; }
}


/* 멤버십 혜택 */
.membership-table-info .mobile-scroll-inner { min-width: 520px; }
.table-membership { width: 100%; }
.table-membership .bg-point { color: #ffffff; background-color: #034084; }
.table-membership .bg-light { background-color: #fcfcfc; }
.table-membership [role="button"]{
    background-image: url('/child/img/sub/membership/button-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: center right 10%;
    -webkit-transition: all ease-out .15s;
    transition: all ease-out .15s;
}
.table-membership .tooltip-link{
    z-index: 11; position: absolute; top: 50%; right: 10px; width: 18px; height: 18px;
    background: url('/child/img/icon/round-tooltip.svg') no-repeat;
    border-radius: 50%; cursor: pointer;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.table-membership .tooltip-link span{
    display: block;
    opacity: 0;
}
.table-membership .tooltip-link span::before{
    content: ''; position: absolute; top: 50%; left: 100%; width: 55px; height: 1px; background: #f7786b;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.table-membership .tooltip-link span::after{
    content: ''; position: absolute; top: 50%; left: 70px; width: 6px; height: 6px; background: #f7786b; border-radius: 50%;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.table-membership thead tr th {
    height: 56px; text-align: center; font-size: 16px; font-weight: 700;
    color:#fff; background: #034084;
    border-right: 1px solid #fff;
}
.table-membership thead tr th .bg-point { padding: 16px 4px; }
.table-membership tbody tr th {
    padding: 14px 4px 16px; text-align: center; font-size: 16px; font-weight: 700; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
    background-color: #f7fbfe;
}
.table-membership tbody tr th.bg-point { border-bottom-color: #556699; }
.table-membership tbody tr td { padding: 14px 4px 16px; text-align: center; font-size: 14px; font-weight: 400; color: #333; border-bottom: 1px solid #e6e6e6; }
.table-membership tbody tr td:not(:last-child) { border-right: 1px solid #e6e6e6; }
.table-membership tr th .div, .table-membership tr td .div { z-index: 1; position: relative; padding: 0 30px; }
.table-membership tbody tr td b { line-height: 1; font-size: 24px; font-weight: 700; }
.membership-table-info .bottom-button { margin-top: 80px; text-align: center; }
.membership-table-info .bottom-button .button { width: 200px; height: 50px; border-radius: 50px; }

.modal-membership-info .title { margin-bottom: 58px; line-height: 1; text-align: center; font-size: 36px; font-weight: 200; }

.table-membership .tooltip-link[data-tooltip="opened"] span,
.pop-container[data-popup="opened"] { display: block; animation: openPopup .2s ease forwards; }
.table-membership .tooltip-link[data-tooltip="closed"] span,
.pop-container[data-popup="closed"] { display: block; animation: closePopup .2s ease forwards; }
/* .pop-container{
    display: none;
    z-index: 10; position: absolute; top: 50%; left: calc(100% + 20px); width: 560px; text-align: left;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
} */
 .pop-container{
    width: 560px; text-align: left;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}
.pop-container .pop-wrapper { z-index: 2; position: relative; padding: 50px 0; }
.pop-container .close { position: absolute;  top: 0; right: 0; width: 30px; height: 30px; stroke: #268afa; }
.pop-container .symbol{
    position: absolute; left: -30px; top: 50%; width: 55px;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.pop-container .symbol::before{
    content: ''; position: absolute; top: 0; left: 0; width: 55px; height: 1px;
    background: #f7786b;
}
.pop-container .symbol::after{
    content: ''; position: absolute; top: 50%; right: 0; width: 6px; height: 6px;
    background: #f7786b; border-radius: 50%;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.pop-container--left .symbol{
    left: auto;
    right: -30px;
}
.pop-container--left .symbol::after{
    right:auto;
    left:0;
}
.pop-membership-info { padding: 50px 60px; line-height: 1.8; font-size: 16px; color: #777777; background: #ffffff; border-radius: 20px; box-shadow: 0px 12px 30px 0px rgba(0,0,0,.2); }
.pop-membership-info .title { display: block; margin-bottom: 12px; line-height: 1; font-size: 24px; font-weight: 700; color: #333333; }

@-webkit-keyframes openPopup {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes openPopup {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes closePopup {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes closePopup {
    from { opacity: 1; }
    to { opacity: 0; }
}
@media(min-width:1201px){
	.table-membership [role="button"]:hover{
        background-position: center right 5%;
    }
    .table-membership tbody tr:hover, .table-membership tbody tr:hover td { background-color: #ebebeb !important; }
}
@media(max-width:1200px){
    .membership-table-info .bottom-button { margin-top: 40px; }
    .table-membership thead tr th { font-size: 16px; }
    .table-membership tbody tr th,
    .table-membership tbody tr td { font-size: 14px; }
    .table-membership tbody tr td b { font-size: 18px; }

    .modal-membership-info .title { margin-bottom: 45px; font-size: 30px; }

    .pop-membership-info { padding: 40px 50px; font-size: 15px; }
    .pop-membership-info .title { font-size: 20px; }
}
@media(max-width:768px){
    .table-membership [role="button"] { background-size: auto 8px; }
    .table-membership thead tr th { font-size: 15px; }
    .table-membership tbody tr th,
    .table-membership tbody tr td { font-size: 13px; }
    .table-membership tbody tr td b { font-size: 16px; }
    .table-membership tbody tr th .div, .table-membership tr td .div { z-index: auto; padding: 0 0 25px; }
    .table-membership .tooltip-link { z-index: 9; top: auto; bottom: 0; right: auto; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
    .table-membership .tooltip-link[data-tooltip="opened"] span,
    .table-membership .tooltip-link[data-tooltip="closed"] span { display: none; animation: none; }

    .membership-table-info .mobile-scroll-wrapper { position: static; }
    .modal-membership-info .title { margin-bottom: 35px; font-size: 20px; }
    .pop-container {
        z-index: 10001 !important;
        position: fixed !important;
        top: 50% !important; left: 0 !important;
        -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
        width: 100%;
    }
    .pop-container::before { content: ''; z-index: 1; position: fixed; top: -100vh; left: 0; width: 100%; height: 200vh; background: rgba(0,0,0,.6); }
    .pop-container .pop-wrapper { padding: 40px 15px 0; }
    .pop-container .close {
        right: 15px !important;
        left: auto !important;
    }
    .pop-membership-info { padding: 32px 24px; font-size: 14px; }
    .pop-membership-info .title { font-size: 18px; }

    .pop-container .symbol { display: none; }
}


/* 후원하기 */
.section-title{
    z-index: 2; display: inline-block; position: relative; padding: 60px 0; min-width: 300px; line-height: 1; font-size: 40px; font-weight: 700; letter-spacing: -0.04em;
}
.section-title::before{
    content: ''; z-index: -1; position: absolute; top: 0; right: 0; width: 50vw; height: 100%;
    background: #f2f4f9; border-top-right-radius: 200px; border-bottom-right-radius: 200px;
    -webkit-transition: all ease-out 1s; transition: all ease-in-out 1s;
    -webkit-transform: translateX(-100%); transform: translateX(-100%);
    opacity: 0;
}
.section-title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }

.aos-animate.section-title::before{
    -webkit-transform: translateX(0%); transform: translateX(0%);
    opacity: 1;
}
@media(max-width:1200px){
    .section-title { margin: 0; padding: 34px 0; font-size: 34px; }
    .section-title small { font-size: 13px; }
}
@media(max-width:768px){
    .section-title { display: block; padding: 60px 0 0; font-size: 24px; text-align: center; }
    .section-title::before { content: none; }
    .section-title small { margin-bottom: 10px; font-size: 11px; }
}

.section-donation-container { overflow: hidden; }
.section-donation-intro { margin: auto; padding: 100px 0 0; max-width: 1920px; width: 100%; height: 840px; }
.section-donation-intro .container { position: relative; }
.section-donation-intro .left { z-index: 2; position: relative; width: 660px; }
.section-donation-intro .left .title{
    margin-top: 95px; line-height: 1.4; font-size: 68px; color: #42558d; font-weight: 700; letter-spacing: -0.04em;
    -webkit-transition: all ease-out .6s; transition: all ease-out .6s;
}
.section-donation-intro .left .title small { display: block; margin-bottom: 8px; font-size: 24px; color: #99a7cf; font-weight: 300; }
.section-donation-intro .left .pr{
    margin-top: 35px; max-width: 580px; line-height: 2; font-size: 16px; color: #777777; font-weight: 300; letter-spacing: -0.05em;
    -webkit-transition: all ease-out .6s; transition: all ease-out .6s;
}
.section-donation-intro .right img { position: absolute; top: -100px; left: 660px; }

@media(max-width:1200px){
    .section-donation-intro { padding-top: 60px; height: 595px; }
    .section-donation-intro .left { width: 50%; }
    .section-donation-intro .left .title { margin-top: 55px; font-size: 40px; }
    .section-donation-intro .left .title small { font-size: 20px; }
    .section-donation-intro .left .pr { margin-top: 30px; font-size: 15px; }
    .section-donation-intro .right img { top: -60px; left: 52%; width: 54%; }
}
@media(max-width:768px){
    .section-donation-intro { padding-top: 0; height: auto; }
    .section-donation-intro .left { width: 100%; }
    .section-donation-intro .left .title { margin-top: 60px; font-size: 22px; }
    .section-donation-intro .left .title small { font-size: 15px; }
    .section-donation-intro .left .pr { margin-top: 14px; font-size: 13px; }
    .section-donation-intro .right img { position: relative; top: 0; left: 0px; width: calc(100% + 15px); max-width: calc(100% + 15px); }
}

.section-donation-qna{
    overflow: hidden; position: relative; margin-top: 100px; padding: 110px 0 0; height: 1000px; background: #99a7cf; border-top-right-radius: 400px; border-bottom-left-radius: 400px;
    -webkit-transition: all ease-out .6s; transition: all ease-out .6s;
}
.section-donation-qna::before{
    content: ''; position: absolute; top: -50px; left: -50px; width: 520px; height: 520px;
    background: url('/child/img/icon/footprint-filled-white.svg') no-repeat;
    -webkit-transform: scaleX(-1); transform: scaleX(-1);
    opacity: .2;
}
.section-donation-qna .container{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    position: relative; height: 100%;
}
.section-donation-qna .left { flex: 1 1; }
.section-donation-qna .left img { position: absolute; bottom: -15px; left: 0; }
.section-donation-qna .right { width: 690px; }
.donation-qna-list { position: relative; margin-bottom: 74px; padding: 54px 0 0 78px; }
.donation-qna-list:last-child { margin-bottom: 0; }
.donation-qna-list__badge { position: absolute; top: 0; left: 0; }
.donation-qna-list__badge svg { width: auto; height: 150px; }
.donation-qna-list__title { position: relative; line-height: 1.4; font-size: 36px; color: #ffffff; font-weight: 700; }
.donation-qna-list__pr { position: relative; margin-top: 18px; line-height: 1.75; font-size: 16px; color: #ffffff; font-weight: 300; }
@media(max-width:1200px){
    .section-donation-qna { margin-top: 50px; height: 900px; border-top-right-radius: 200px; border-bottom-left-radius: 200px; }
    .section-donation-qna::before { top: -40px; left: -35px; width: 300px; height: 300px; }
    .section-donation-qna .left img { left: 25px; width: 320px; height: auto; }
    .section-donation-qna .right { padding-right: 30px; width: 60%; }
    .donation-qna-list__badge svg { height: 125px; }
    .donation-qna-list__title { font-size: 28px; }
    .donation-qna-list__pr { font-size: 15px; }
    .donation-qna-list { margin-bottom: 64px; padding: 40px 0 0 50px; }
}
@media(max-width:768px){
    .section-donation-qna { padding: 60px 0 0; height: auto; border-top-right-radius: 100px; border-bottom-left-radius: 100px; }
    .section-donation-qna::before { content: none; }
    .section-donation-qna .container{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    }
    .section-donation-qna .left { order: 2; width: 100%; }
    .section-donation-qna .left img { position: relative; width: 120px; }
    .section-donation-qna .right { order: 1; width: 100%; }
    .donation-qna-list { margin-bottom: 35px; padding: 30px 0 0 30px; }
    .donation-qna-list__badge svg { height: 80px; }
    .donation-qna-list__title { font-size: 18px; }
    .donation-qna-list__pr { font-size: 13px; }
}

.section-donation-outro { overflow: hidden; position: relative; padding-bottom: 84px; text-align: center; }
.section-donation-outro .circle{
    z-index: 1; position: relative;
}
.section-donation-outro .circle span {
    position: absolute; bottom: -685px; left: 0; right: 0; margin: auto; width: 1290px; height: 845px; border-radius: 50%; background: #f8f9fc;
}
.section-donation-outro .line{
    z-index: 2; position: relative;
    -webkit-transform: translateY(-100%); transform: translateY(-100%);
}
.section-donation-outro .line::before { content: ''; display: block; margin: 0 auto 20px; width: 1px; height: 100px; background: #00d8a8; }
.section-donation-outro .line svg { width: 32px; height: 32px; }
.section-donation-outro .pr { z-index: 2; position: relative; margin-top: 40px; line-height: 1.4; font-size: 68px; color: #42558d; font-weight: 300; letter-spacing: -0.02em; }
.section-donation-outro .pr small { display: block; margin-bottom: 14px; line-height: 2; font-size: 24px; color: #777777; }
.section-donation-outro .pr b { font-weight: 700; }

.section-donation-outro .line.aos-animate{
    -webkit-transform: translateY(0); transform: translateY(0);
}
@media(max-width:1200px){
    .section-donation-outro .circle span { bottom: -665px; width: 990px; height: 750px; }
    .section-donation-outro .pr { font-size: 40px; }
    .section-donation-outro .pr small { font-size: 20px; }
}
@media(max-width:768px){
    .section-donation-outro { padding-bottom: 60px; }
    .section-donation-outro .line::before { height: 60px; }
    .section-donation-outro .line svg { width: 24px; height: 24px; }
    .section-donation-outro .pr { font-size: 22px; }
    .section-donation-outro .pr small { line-height: 1.6; font-size: 15px; }
    .section-donation-outro .circle span { bottom: -295px; left: 50%; right: auto; width: 540px; height: 340px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}


/* 파트너스: 카테고리 */


/* 파트너스: 리스트 */
.partners-tab { overflow: hidden; display: flex; border-radius: 13px; }
.partners-tab__list { overflow: hidden; flex: 1 1; position: relative; }
.partners-tab__list:not(:last-child)::before { content: ''; z-index: 1; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 40px; background: #dee3f0; }
.partners-tab__button{
    display: block; position: relative; padding: 12px 10px 10px; width: 100%; height: 100px;
    text-align: center; font-size: 16px; color: #99a7cf; font-weight: 500; background: #f5f6f9;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}
.partners-tab__button svg { display: block; margin: 0 auto 4px; width: auto; height: 32px; fill: #99a7cf; }
.partners-tab__button--on { z-index: 2; color: #ffffff; font-weight: 700; background: #42558d; }
.partners-tab__button--on svg { fill: #ffffff; }

.partners-list-body { display: flex; margin-top: 40px; }
.partners-list-body + .pagination{
    margin-top:80px;
}
.partners-list-map { padding-right: 30px; width: 60%; }
.partners-list-map__title {
    /* padding-top: 10px; */
    font-size: 18px; font-weight: 500;
}
.partners-list-map__title::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 10px; width: 32px; height: 32px; background: url('/child/img/icon/location-round.png') no-repeat; }
.map-container { margin-top: 50px; height: 700px; }
.map-container .map { height: 100%; }
.pin-info-container{
    overflow: hidden;
    margin: -5px; background: #ffffff; border-radius: 13px; box-shadow: 0px 3px 5px 0px rgba(0,0,0,.3);
}
.pin-info-container .top{
    display: -webkit-inline-flex; display: -ms-inline-flex; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    background: #42558d;
    padding: 12px;
}
.pin-info-container .top svg { display: block; margin-right: 8px; width: auto; height: 24px; fill: #ffffff; }
.pin-info-container .top p { font-size: 16px; font-weight: 700; color: #ffffff; }
.pin-info-container .bottom { padding: 12px; }
.pin-info-container .bottom p { white-space: nowrap; font-size: 14px; letter-spacing: -0.06em; }

.partners-list-contents { width: 40%; }
.partners-list-contents .partners-lists { margin-top: 40px; }

.searchbox { overflow: hidden; display: block; position: relative; width: 100%; height: 50px; border: 2px solid #42558d; border-radius: 25px; }
.searchbox .input { padding: 4px 60px 4px 24px; width: 100%; height: 100%; font-size: 14px; font-weight: 300; border: none; }
.searchbox .button { position: absolute; top: 0; right: 0; width: 60px; height: 100%; background: url('/child/img/icon/search.svg') no-repeat center / 20px auto; }

.partners-list { margin-bottom: 20px; }
.partners-list:last-child { margin-bottom: 0; }
.partners-list__box { display: flex; }
.partners-list .state-function-container { position: absolute; top: 5px; right: 0; }
.partners-list__head { padding-right: 15px; width: 115px; }
.partners-list__body { flex: 1 1; padding: 15px 10px 0; border-top: 1px solid #e6e6e6; }
.partners-list__top { position: relative; padding-right: 100px; }
.partners-list__title { display: block; line-height: 1.4; font-size: 18px; font-weight: 700; }
.partners-list__title small { padding-left: 6px; font-size: 14px; color: #42558d; font-weight: 500; }
.partners-list__context { margin-top: 5px; line-height: 1.4; font-size: 14px; color: #777777; font-weight: 300; }


/* 파트너스: 리스트 추가 css 20220426 */
.affiliate-box {
    padding:40px;
    background-image: url('/child/img/sub/partners/affiliate-bg');
    background-position:left center;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
}
.affiliate-box__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.affiliate-box-tit  {
    font-size: 28px;
    font-weight:700;
    text-align: left;
}
.affiliate-box-tit span {
    color:#268afa;
}

.affiliate-box__inner .button {
    max-width:200px;
}

.affiliate-popup__con {
    display:flex;
    margin:0px -20px;
    flex-wrap: wrap;
}
.affiliate-popup__con > div {
    flex:1 1 50%;
    max-width:50%;
    padding:0px 20px;
}

.affiliate-popup__point {
    padding:30px 20px;
    background-color: #f5f6f9;
    border-radius:13px;
}
.affiliate-popup__point p {
    font-size:18px;
    font-weight:700;
}
.affiliate-popup__point span {color:#0570e8;}

.affiliate-input__txt {
    display: flex;
    justify-content: space-between;
    font-size:12px;
    color:#999999;
}

.affiliate-input__tit {
    font-size:18px;
    font-weight:700;
    color:#333333;
}




/* 파트너스: 리스트 추가 css 20220426  end*/

@media(min-width:1200px){
	.partners-tab__button:not(.partners-tab__button--on):hover { background: #dee3f0; }
}
@media(max-width:1200px){
    .partners-tab__button { padding: 16px 10px 14px; height: 100%; font-size: 14px; }
    .partners-tab__button svg { height: 26px; }

    .partners-list-body + .pagination{
        margin-top:50px;
    }
}
@media(max-width:768px){
    .partners-tab{
        display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
    }
    .partners-tab__list { flex: auto; width: 20%; }
    .partners-tab__list:nth-child(1) { width: 100%; }
    .partners-tab__list:nth-child(1)::before,
    .partners-tab__list:nth-child(6)::before,
    .partners-tab__list:nth-child(11)::before { content: none; }
    .partners-tab__list:nth-child(1)::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: calc(100% - 30px); height: 1px; background: #dee3f0; }
    .partners-tab__list:nth-child(7+n)::after { content: ''; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: calc(100% - 30px); height: 1px; background: #dee3f0; }
    .partners-tab__button { padding: 12px 10px 10px; line-height: 1.2; font-size: 13px; }
    .partners-tab__button svg { height: 20px; }

    .searchbox { height: 40px; }
    .searchbox .input { font-size: 13px; }
    .searchbox .button { background-size: 16px auto; }

    .partners-list { margin-bottom: 15px; }
    .partners-list-body{
        display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
    }
    .partners-list-body + .pagination{
        margin-top:40px;
    }
    .partners-list-map { padding: 0 0 30px; width: 100%; }
    .partners-list-map__title { padding-top: 0; font-size: 16px; }
    .partners-list-map__title::before { width: 26px; height: 26px; background-size: auto 26px; }
    .map-container { margin-top: 15px; height: 200px; }
    .partners-list-contents { width: 100%; }
    .partners-list__head { padding-right: 6px; width: 75px; }
    .partners-list__title { font-size: 15px; }
    .partners-list__title small { font-size: 12px; }
    .partners-list__context { font-size: 12px; }


    /* 파트너스: 리스트 추가 css 20220426 */
    .affiliate-box {
        padding:20px;
    }

    .affiliate-box-tit  {font-size:20px; width:100%;}

    .affiliate-box__inner .button {
        margin-top:20px;
        max-width:100%;
    }

    .affiliate-popup__point {
        padding:20px;
    }
    .affiliate-popup__point p {
        font-size:16px;
    }

    .affiliate-input__tit {
        font-size:16px;
    }

    .affiliate-popup__con > div {
        flex:1 1 100%;
        max-width:100%;
    }

    /* 파트너스: 리스트 추가 css 20220426  end*/

}


/* 파트너스: 뷰 */
.partners-view-container { display: flex; flex-wrap: wrap; }
.partners-view-images { padding-right: 30px; width: 60%; }
.partners-view-images .image-main .thumbnail {
    padding-top: calc(435 / 690 * 100%);
    cursor: default;
}

.partners-view-contents { width: 40%; }

.image-thumbnail-lists { display: flex; margin: -5px; padding-top: 10px; }
.image-thumbnail-lists li { padding: 5px; width: 25%; }
.image-thumbnail-lists .thumbnail { padding-top: calc(435 / 690 * 100%); }

.partners-view-info .button-function-container { position: absolute; top: 50px; right: 0; }
.partners-view-info .bottom-buttons { justify-content: flex-end; }
.partners-view-info .bottom-buttons .button { width: 200px; height: 50px; font-size: 16px; font-weight: 300; border-radius: 50px; }

.partners-view-info__head { position: relative; padding: 30px 100px 0 0; }

.partners-view-info__title { margin-bottom: 16px; line-height: 1.4; font-size: 24px; font-weight: 700; }
.partners-view-info__title small { display: block; margin-bottom: 6px; line-height: 1; font-size: 14px; color: #999999; font-weight: 300; }

.partners-view-info__body { margin-top: 35px; padding: 35px 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }

.place-feature-lists { display: flex; margin: 0 -14px; }
.place-feature-lists li { margin: 0 14px; line-height: 1; text-align: center; font-size: 14px; font-weight: 500; color: #2d67a3; }
.place-feature-lists li:nth-child(odd) { color: #42558d; }
.place-feature-lists img { display: block; margin: 0 auto 10px; }

.place-info-lists { margin-top: 35px; }
.place-info-lists li { position: relative; margin-top: 15px; padding-left: 25px; line-height: 1.4; font-size: 16px; color: #777777; font-weight: 300; }
.place-info-lists svg { position: absolute; top: 4px; left: 0; width: 15px; height: 15px; fill: #42558d; }

.partners-view-info__foot { margin-top: 40px; }

.partners-view-details { margin-top: 60px; width: 100%; }
.partners-view-details .tab-list { margin-bottom: 40px; }
@media(max-width:1200px){
    .partners-view-info__title { margin-bottom: 10px; font-size: 20px; }
    .partners-view-info__title small { margin-bottom: 4px; }

    .partners-view-info__body { margin-top: 25px; padding: 25px 0; }

    .place-info-lists { margin-top: 30px; }
    .place-info-lists li { margin-top: 13px; font-size: 15px; }

    .partners-view-info__foot { margin-top: 30px; }

    .review__title b { font-size: 16px; }
    .review__date { font-size: 13px; }

    .review-container .bottom-button { padding: 0; text-align: right; }
    .review-container .bottom-button .button { position: static; margin-top: 40px; height: 40px; font-size: 14px; }
}
@media(max-width:768px){
    .partners-view-images { padding: 0 0 30px; width: 100%; }
    .partners-view-info__head { padding: 0; }
    .partners-view-info__title { font-size: 18px; }
    .partners-view-info__title small { font-size: 13px; }
    .partners-view-info .button-function-container { top: -15px; }
    .partners-view-info .bottom-buttons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .partners-view-info .bottom-buttons .button { height: 40px; font-size: 14px; }

    .place-feature-lists { margin: 0 -8px; }
    .place-feature-lists li { margin: 0 8px; font-size: 13px; }
    .place-feature-lists img { width: 40px; height: auto; }
    .place-info-lists li { margin-top: 10px; font-size: 13px; }

    .partners-view-contents { width: 100%; }

    .partners-view-details { margin-top: 35px; }
    .partners-view-detail { font-size: 80%; }
    .partners-view-details .tab-list { margin-bottom: 30px; }

    .review__head { padding-right: 0; }
    .review__body { padding-right: 0; }
    .review__context { font-size: 13px; }
    .review { padding: 24px 0; }
    .review .rating { margin: 0 -2px; }
    .review .rating span { width: 12px; height: 12px; }
    .review__title{
        -ms-flex-wrap: wrap; flex-wrap: wrap;
    }
    .review__title b { display: block; margin-bottom: 2px; width: 100%; font-size: 14px; }
    .review__title em { margin-left: 5px; }
    .review__date { font-size: 12px; }
    .review__images { position: static; margin-top: 10px; }
}


/* 로그인 */
.login-congainer { margin-top: 70px; }
@media(min-width:1201px){
    .login-congainer .tab-list > li .button { padding: 16px 10px 18px; }
}
@media(max-width:1200px){
    .login-congainer { margin-top: 50px; }
}
@media(max-width:768px){
}


/* 마이페이지 */
.my-contents .foot-button { margin-top: 40px; text-align: right; }
.my-contents .foot-button .button { width: 140px; height: 36px; font-size: 12px; font-weight: 300; border-radius: 5px; }
.my-contents .bottom-button { margin: 80px -10px 0; text-align: center; }
.my-contents .bottom-button .button { margin: 0 10px; width: 200px; font-size: 16px; font-weight: 300; border-radius: 50px; }

.mypet-list { border-bottom: 1px solid #e6e6e6; }
.mypet-list:first-child .mypet { padding-top: 0; }
.mypet{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    padding: 60px 0;
}
.mypet .top-button{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    flex-wrap: wrap;
    -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end;
    margin: 0 -5px 65px; width: 100%;
}
.top-button__tit{
    width: 100%;
    font-size:16px;
    text-align: right;
    color:#32406a;
    margin:0 5px 10px 0;
}
.mypet .top-button .button { margin: 0 5px; height: 36px; font-size: 12px; font-weight: 300; border-radius: 5px; }
.mypet__head { width: 500px; }
.mypet__body { flex: 1 1; padding: 0 0 0 5%; }
.mypet__foot { margin-top: 60px; width: 100%; }

.mypet-card { display: flex; align-items: center; position: relative; padding: 0 60px; }
.mypet-card::before,
.mypet-card::after{
    content: ''; z-index: -1; position: absolute; width: 38px; height: 51px;
    background: url('/child/img/icon/quote.svg') no-repeat;
}
.mypet-card::before { top: 0; left: 0; }
.mypet-card::after { bottom: 0; right: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/* .mypet-card .thumbnail { border-radius: 50%; } */
/* .mypet-card .thumbnail .image span { border-radius: 50%; } */
.mypet-card .thumbnail .image img { width: 100%; height: 100%; }
.mypet__thumbnail { position: relative; width: 200px; }
.mypet__thumbnail .button{
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
}
.mypet__info { flex: 1 1; padding-left: 30px; }
.mypet__title { display: block; line-height: 1; font-size: 24px; color: #3a80c9; font-weight: 700; }
.mypet__details { margin-top: 13px; }
.mypet__detail { margin: 7px 0; font-size: 16px; color: #777777; font-weight: 300; }
.mypet__detail b { padding-right: 8px; color: #32406a; font-weight: 700; }
@media(min-width: 1201px){
    .my-contents .tab-list { margin-bottom: 40px; }

	.mypet-container { padding-left: 20px; }
}
@media(max-width:1200px){
    .my-contents .bottom-button { margin: 40px -2px 0; }
    .my-contents .bottom-button .button { margin: 0 2px; font-size: 15px; }

    .mypet .top-button { margin: 0 -2px 30px; }
    .mypet .top-button .button { margin: 0 2px; }

    .mypet__head { width: 440px; }
	.mypet__thumbnail { width: 180px; }
    .mypet__title { font-size: 20px; }
    .mypet__detail { margin: 5px 0; font-size: 14px; }
    .mypet-card { padding: 0 50px; }
    .mypet-card::before,
    .mypet-card::after { width: 32px; height: 44px; }
}
@media(max-width:768px){
    .mypet { flex-direction: column; padding: 40px 0; }
    .mypet .top-button { order: 2; margin: 15px -2px 0; }
    .top-button__tit{
        font-size: 14px;
        margin: 0 5px 5px 0;
    }
    .mypet__head { width: 100%; }
    .mypet__body{
        display: -webkit-box; display: -ms-flexbox; display: flex;
        -ms-flex-wrap: wrap; flex-wrap: wrap;
        padding: 30px 0 0;
    }
    .mypet-card { flex-direction: column; padding: 0; }
    .mypet-card::before, .mypet-card::after { width: 26px; height: 34px; }
    .mypet__thumbnail { width: 150px; }
    .mypet__info { padding: 20px 0 0; }
    .mypet__title { font-size: 18px; }
    .mypet__details{
        display: -webkit-box; display: -ms-flexbox; display: flex;
        -ms-flex-wrap: wrap; flex-wrap: wrap;
        margin-top: 15px;
    }
    .mypet__detail { margin: 3px 0; width: 50%; font-size: 13px; }
}


.reserve-title { display: block; line-height: 1; margin-bottom: 40px; }
.reserve-title b { display: inline-block; margin-right: 14px; padding: 3px 0 3px 26px; font-size: 14px; font-weight: 700; background: url('/child/img/icon/footprint-filled-light2.svg') no-repeat left center / auto 18px; }
.reserve-title span { display: inline-block; font-size: 12px; color: #999999; font-weight: 300; }
.reserve-title em { padding-right: 4px; font-style: normal; font-size: 24px; color: #3a80c9; font-weight: 700; }
@media(max-width:1200px){
    .reserve-title { margin-bottom: 20px; }
    .reserve-title b { font-size: 13px; }
    .reserve-title span { font-size: 11px; }
    .reserve-title em { font-size: 20px; }
}
@media(max-width:768px){

}


.mypet-info-list { display: flex; align-items: center; margin: 20px 0; }
.mypet-info-list:first-child { margin-top: 0; }
.mypet-info-list:last-child { margin-bottom: 0; }
.mypet-info-list .thumbnail { border-radius: 50%; }
.mypet-info-list__head { width: 120px; }
.mypet-info-list__body { padding-left: 20px; }
.mypet-info-list__title { display: block; line-height: 1; font-size: 24px; color: #3a80c9; font-weight: 700; }
.mypet-info-list__details { display: flex; flex-wrap: wrap; margin: 13px -10px -2px; }
.mypet-info-list__detail { margin: 2px 0; padding: 0 10px 3px; line-height: 0.7; font-size: 16px; color: #777777; font-weight: 300; border-right: 1px solid #777777; }
.mypet-info-list__detail:last-child { border-right: none; }
@media(max-width:1200px){
    .mypet-info-list { margin: 10px 0; }
    .mypet-info-list__head { width: 60px; }
    .mypet-info-list__body { flex: 1 1; padding-left: 15px; }
    .mypet-info-list__title { font-size: 15px; }
    .mypet-info-list__detail { font-size: 14px; }
}
@media(max-width:768px){

}



.upload-pet-image{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.upload-pet-image__thumbnail { width: 200px; }
.upload-pet-image .button { margin-left: 30px; padding: 14px 20px; border-radius: 50px; }
@media(max-width:1200px){
    .upload-pet-image__thumbnail { width: 180px; }
    .upload-pet-image .button { padding: 10px 20px; font-size: 14px; }
}
@media(max-width:768px){
    .upload-pet-image{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;

    }
    .upload-pet-image__thumbnail { width: 120px; }
    .upload-pet-image .button { margin: 15px 0 0; }
}




/* Upload Image */
.upload-image-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px;
}
.upload-image-lists{
    overflow: hidden;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.upload-image-list{
    position: relative;
}
.upload-image-list .image{
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}
.upload-image-list .delete{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,.6);
}
.upload-image-list .delete svg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}
.upload-image-list,
.add-button{
    margin: 2px;
    width: 80px;
    height: 80px;
}
.add-button{
    overflow: hidden;
    display: block;
    position: relative;
    background: #f1f1f1;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
}
.add-button input[type="file"]{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    clip:rect(1px,1px,1px,1px);
}
.add-button svg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
.add-button:hover{
    background: #e7e7ea;
}
@media (max-width: 1200px){
    .upload-image-list .delete svg{
        width: 8px;
        height: 8px;
    }
    .upload-image-list,
    .add-button{
        width: 60px;
        height: 60px;
    }
    .add-button svg{
        width: 16px;
        height: 16px;
    }
}
@media (max-width:768px){
}

/* 프로모션 페이지 */
.wrap--promotion{
    position: relative;
}
.wrap--promotion .main{
    padding: 0;
}
.header-promotion__logo{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    display: block;
    width: 208px;
    height: 24px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/ci-white.png);
}
.promotion-section{
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
@media (max-width:1200px){
    .wrap--promotion{
        padding-top: 0;
    }
    .promotion-section{
        padding:80px 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .promotion-section{
        padding:60px 0;
    }
}
@media (max-width:576px){
    .header-promotion__logo{
        left: 50%;
        -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    }
}
.promotion-section--event{
    padding-bottom: 0;
    background-position:bottom center;
    background-image:url(/child/img/sub/promotion/promotion-event-bg.png);
}
.promotion-event{
    text-align: center;
}
.promotion-event__subtitle{
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 14px 0;
    margin-bottom: 50px;
}
.promotion-event__title .badge{
    font-weight: 200;
    margin-bottom: 28px;
}
.promotion-event__hand{
    max-width: 1004px;
    margin:64px auto 0;
}
/* .promotion-event__hand--img{
    width: 100%;
    padding-top: calc(642/1004 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/sub/promotion/promotion-event-hand.png);
} */
.promotion-event__img-wrap{
    max-width: 1004px;
    margin:60px auto 0;
}
.promotion-event__img{
    position: relative;
    width: 100%;
    padding-top: calc(642/1004 * 100%);
}
.promotion-event__img-hand-wrap{
    position: absolute;
    left:0;
    bottom:0;
    z-index: 3;
    width: 31.67330677290837%;
}
.promotion-event__img-hand{
    width: 100%;
    padding-top:calc(388/318 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/sub/promotion/promotion-event-hand.png);
}
.promotion-event__img-phone-wrap{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 1;
    width: 42.23107569721116%;
}
.promotion-event__img-phone{
    width: 100%;
    padding-top:calc(642/424 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/sub/promotion/promotion-event-phone.png);
}
.promotion-event__img-bubble-wrap{
    position: absolute;
    top:3.98406374501992%;
    left:50%;
    -webkit-transform: translate(calc(-50% - 20px),0); -ms-transform: translate(calc(-50% - 20px),0); transform: translate(calc(-50% - 20px),0);
    z-index: 2;
    width: 48.40637450199203%;
}
.promotion-event__img-bubble{
    width: 100%;
    padding-top:calc(374/486 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/sub/promotion/promotion-event-bubble.png);
}
.promotion-event__img-qr-wrap{
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding:4.27807486631016% 20.16460905349794% 14.43850267379679% 4.11522633744856%;
}
.promotion-event__img-qr{
    padding:25px 30px;
}
.promotion-event__img-btn{
    position:absolute;
    bottom:70px;
    left:50%;
    z-index: 4;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
}
@media (max-width:1200px){
    .promotion-section--event{
        padding-top: 100px;
    }
    .promotion-event__subtitle{
        font-size: 20px;
        padding: 10px 0;
        margin-bottom: 40px;
    }
    .promotion-event__hand{
        margin-top: 50px;
    }
    .promotion-event__img-btn{
        bottom:20px;
        width: 100%;
    }
}
@media (max-width:1030px){
    .promotion-event__img-hand{display:none;}
    .promotion-event__img-bubble-wrap{
        left:0;
        transform: none;
        width: 60%;
    }
}
@media (max-width:992px){
    .promotion-event__img-btn .button{
        font-size: 24px;
        padding: 16px 20px;
    }
}
@media (max-width:850px){
    .promotion-event__img-bubble-wrap{
        top:-20px;
        width: 80%;
    }
    .promotion-event__img-phone-wrap{
        right:-12%;
    }
}
@media (max-width:768px){
    .promotion-event__subtitle{
        font-size: 18px;
    }
    .promotion-event__hand{
        margin-top: 40px;
    }
}
@media (max-width:640px){
    #vue-app .promotion-event__img-qr .col-auto{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width:576px){
    .promotion-event__title .badge{
        margin:0 auto 20px;
    }
    .promotion-event__img-bubble-wrap{
        top:-30px;
    }
    .promotion-event__img-qr{
        padding:15px 20px;
    }
    .promotion-event__img-btn .button{
        font-size: 16px;
        padding: 12px 16px;
    }
    .promotion-event__img-btn .icon-arrow{
        width: 42px;
        height: 16px;
        background-size: contain;
        margin-left: 10px;
    }
}
@media (max-width:320px){
    .promotion-event__img-qr{
        padding:25px 30px;
    }
}
.promotion-section--giveaway{
    background-color: #252525;
    background-size: contain;
    background-image:url(/child/img/sub/promotion/promotion-giveaway-bg.png);
}
.promotion-giveaway__title{
    margin-bottom: 60px;
}
.promotion-giveaway__subtitle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: -.07em;
    color: #fff;
    margin-bottom: 50px;
}
.promotion-giveaway__subtitle .icon{
    margin-right: 20px;
}
.promotion-giveaway__btn-wrap{
    text-align: center;
    margin-top: 50px;
}
@media (min-width:1025px){
    .promotion-giveaway__btn-wrap .button:hover{
        border-color: transparent;
        background-image: -webkit-linear-gradient(to right, #ee3959, #fd6a57);
        background-image: -moz-linear-gradient(to right, #ee3959, #fd6a57);
        background-image: -ms-linear-gradient(to right, #ee3959, #fd6a57);
        background-image: -o-linear-gradient(to right, #ee3959, #fd6a57);
        background-image: linear-gradient(to right, #ee3959, #fd6a57);
    }
}
@media (max-width:1024px){
    .promotion-giveaway__title{
        margin-bottom: 50px;
    }
    .promotion-giveaway__subtitle{
        font-size: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .promotion-giveaway__title{
        margin-bottom: 0;
    }
    .promotion-giveaway__subtitle{
        font-size: 36px;
        text-align: center;
        margin-bottom: 24px;
    }
    .promotion-giveaway__subtitle .icon{
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .promotion-giveaway__btn-wrap{
        margin-top: 34px;
    }
    .promotion-giveaway__btn-wrap .button{
        min-width: auto !important;
        width: 100%;
    }
}
@media (max-width:576px){
    .promotion-giveaway__subtitle{
        font-size: 26px;
    }
}
.promotion-modal .modal{
    max-width: 1100px;
}
.promotion-modal--sm .modal{
    max-width: 600px;
}
.promotion-modal .modal__close{
    width: 54px;
    height: 54px;
}
.promotion-modal .modal__head{
    min-height:auto;
    background: #222;
}
.promotion-modal__title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.promotion-modal__title svg{
    fill:#fff;
    height: 24px;
    margin-left: 15px;
}
.promotion-modal .modal__body{
    padding: 0;
}
.promotion-modal__body{
    padding:60px;
}
#vue-app .promotion-modal-row{
    justify-content: center;
    margin: 0 -18px;
}
#vue-app .promotion-modal-row >[class*="col"]{
    padding: 0 18px;
}
#vue-app .promotion-item-row{
    justify-content: center;
    margin:-20px;
}
#vue-app .promotion-item-row >[class*="col"]{
    padding:20px;
}
.giveaway-items{
    padding: 50px 0;
}
.giveaway-item{
    font-size: 24px;
    color:#222;
    text-align: center;
}
.giveaway-item__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
    margin-bottom: 5px;
}
.giveaway-item__img img{
    max-height: 100%;
}
.giveaway-item__tit{
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 4px;
}
@media (max-width:1024px){
    .promotion-modal .modal__close{
        height: 48px;
    }
    .promotion-modal__title{
        font-size: 20px;
    }
    .promotion-modal__title svg{
        height: 20px;
    }
    .promotion-modal__body {
        padding: 45px;
    }
    #vue-app .promotion-modal-row{
        margin: 0 -10px;
    }
    #vue-app .promotion-modal-row >[class*="col"]{
        padding: 0 10px;
    }
    #vue-app .promotion-item-row{
        margin:-14px;
    }
    #vue-app .promotion-item-row >[class*="col"]{
        padding:14px;
    }
    .giveaway-items{
        padding: 40px 0;
    }
    .giveaway-item{
        font-size: 20px;
    }
    .giveaway-item__img{
        height: 200px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .promotion-modal .modal__close{
        height: 45px;
    }
    .promotion-modal__title{
        font-size: 18px;
    }
    .promotion-modal__title svg{
        height: 18px;
        margin-left: 10px;
    }
    .promotion-modal__body {
        padding: 35px;
    }
    #vue-app .promotion-modal-row{
        margin: 0 -8px;
    }
    #vue-app .promotion-modal-row >[class*="col"]{
        padding: 0 8px;
    }
    #vue-app .promotion-item-row{
        margin:-10px;
    }
    #vue-app .promotion-item-row >[class*="col"]{
        padding:10px;
    }
    .giveaway-items{
        padding: 30px 0;
    }
    .giveaway-item{
        font-size: 16px;
    }
    .giveaway-item__img{
        height: 140px;
    }
}
@media (max-width:576px){
    #vue-app .promotion-modal-row{
        margin: 0 -4px;
    }
    #vue-app .promotion-modal-row >[class*="col"]{
        padding: 0 4px;
    }
    .promotion-modal__body {
        padding: 35px 20px;
    }
}
.promotion-section--benefit{
    background-color: #ff755a;
}
.promotion-benefit__img {
    margin: 0 -24px 46px -10px;
}
.promotion-benefit__btn-qr{
    display:flex;
    flex-wrap:wrap;
}
.promotion-benefit__btn-wrap{
    margin-top: 15px;
}
.promotion-benefit__btn-wrap .button{
    position: relative;
    overflow: visible;
}
.promotion-benefit__btn-wrap .icon-arrow,
.promotion-event__img-btn .icon-arrow{
    margin-left: 20px;
}
.promotion-benefit__btn-wrap .button .icon-finger{
    position: absolute;
    bottom: -64px;
    right: 56px;
}
.promotion-benefit__qr{
    margin-left: auto;
}
@media (min-width:1025px){
    .promotion-benefit__btn-wrap .button:hover,
    .promotion-event__img-btn .button:hover{
        background-color: rgba(0,0,0,.8);
        border:1px solid #fff;
    }
}
@media (max-width:1200px){
    .promotion-benefit__img {
        margin: 0 -14px 46px -6px;
    }
    .promotion-benefit__btn-wrap, .promotion-benefit__qr{
        width: 100%;
        text-align: center;
    }
    .promotion-benefit__btn-wrap{
        margin:0 0 30px;
    }
    #vue-app .promotion-benefit__qr .row{
        margin:-10px;
    }
    #vue-app .promotion-benefit__qr .col-auto{
        padding:10px;
    }
}
@media (max-width:992px){
    .promotion-benefit__btn-wrap .button,
    .promotion-event__img-btn .button{
        min-width: auto !important;
        width: 100%;
    }
    .promotion-benefit__btn-wrap .button .icon-finger{
        bottom: -40px;
        right: 40px;
        width: 48px;
        height: 52px;
        background-size: contain;
    }
    .promotion-benefit__btn-wrap .icon-arrow{
        width: 48px;
        height: 20px;
        background-size: contain;
        margin-left: 10px;
    }
}
@media (max-width:768px){
    .promotion-benefit__img {
        margin: 0 -6px 30px -2px;
    }
    .promotion-benefit__btn-wrap .button .icon-finger{
        bottom: -20px;
        right: 20px;
    }
}
@media (max-width:576px){
    .promotion-benefit__btn-wrap .button{
        font-size: 20px;
    }
    .promotion-benefit__btn-wrap .icon-arrow{
        width: 38px;
        height: 16px;
    }
    .promotion-benefit__btn-wrap .button .icon-finger{
        bottom: -16px;
        right: 10px;
        width: 36px;
        height: 39px;
    }
}
.promotion-section--trailer{
    padding: 100px 0;
    background-color: #222;
}
.promotion-trailer{
    color:#fff;
    text-align: center;
}
.promotion-trailer__subtitle{
    font-size: 30px;
    font-weight:300;
    margin-bottom: 10px;
}
.promotion-trailer__title{
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -.04em;
    font-family:"yg-jalnan","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
}
.promotion-trailer__title strong{
    color:#00deff;
}
.promotion-trailer__box{
    font-size: 24px;
    font-weight: 200;
    color:#fff;
    text-align: left;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:30px 0;
    margin-top:60px;
}
.promotion-trailer__box p{
    margin-top: 10px;
}
.promotion-trailer__box p:first-child{
    margin-top: 0;
}
@media (max-width:1024px){
    .promotion-section--trailer{
        padding: 80px 0;
    }
    .promotion-trailer__subtitle{
        font-size: 26px;
    }
    .promotion-trailer__title{
        font-size: 50px;
    }
    .promotion-trailer__box{
        font-size: 20px;
        padding:14px 0;
        margin-top:40px;
    }
    .promotion-trailer__box p{
        margin-top: 6px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .promotion-section--trailer{
        padding: 60px 0;
    }
    .promotion-trailer__subtitle{
        font-size: 16px;
    }
    .promotion-trailer__title{
        font-size: 38px;
    }
    .promotion-trailer__box{
        font-size: 14px;
        padding:12px 0;
        margin-top:30px;
    }
}
@media (max-width:576px){
    .promotion-trailer__title{
        font-size: 30px;
    }
}

/* 프로모션 페이지2 CSS */
.promotion2-section{
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.header-promotion__logo2{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    display: block;
    width: 208px;
    height: 24px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url('/child/img/ci-white.png');
}

@media (max-width:1200px) {
    .promotion2-section {
        padding:100px 0px;
    }
}
@media (max-width:1024px) {

}
@media (max-width:768px) {
    .promotion2-section {
        padding:60px 0px;
    }
}
@media (max-width:640px) {

}
@media (max-width:480px) {

}
/*section-event*/
.promotion2-section--event{
    padding-bottom: 0;
    background-position:bottom center;
    background-image:url('/child/img/sub/promotion2/promotion-event-bg.png');
}
.promotion2-event{
    text-align: center;
}
.promotion2-event__subtitle{
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 50px;
}
.promotion2-event__title .event-text {
    font-size:38px;
    font-weight:600;
    color:#fff;
    line-height:1.4;
    margin: 30px 0 40px;
}
.promotion2-event__title .data-box {
    display:flex;
    align-items: center;
    justify-content:center;
    background-color:rgba(255,255,255,.2);
    border-radius:50px;
    padding:10px; font-size:26px;
    font-weight:200;
    color:#fff;
    max-width:466px;
    margin:0 auto;
    width:100%;
}
.promotion2-event__title .data-box span {padding:0px 25px; position: relative;}
.promotion2-event__title .data-box span:first-child::before {
    content:"";
    display: block;
    width:1px;
    height:18px;
    background-color:rgba(255,255,255,.5);
    position: absolute; right:0; top:50%; transform: translateY(-50%);
}

.promotion2-event__img-wrap {
    max-width:1020px;
    margin:50px auto 0;
}
.promotion2-event__img {
    position:relative;
    width:100%;
    height:0;
    padding-top: calc(960/1020*100%);
}
.promotion2-event__img-person-wrap {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.promotion2-event__img-person {
    width:100%;
    height:0;
    padding-top: calc(294/948*100%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion2/promotion-person.png');
}
.promotion2-event__img-box-wrap {
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.promotion2-event__img-box {
    width:100%;
    height:0%;
    padding-top: calc(679/1020*100%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion2/promotion-giveaway-box.png');
    filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}

.promotion2-event__img-box .read-more-btn {
    position:absolute;
    z-index:10;
    right:7.8431%;
    top:4.4182%;
}
.promotion2-event__img-box .read-more-btn .more-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion2/more-arrow.png');
    width:7px;
    height:12px; margin-left:8px;
}

.promotion2-event__img-box .read-more-btn .button {
    color:#fffc00;
    font-size:22px;
    font-weight:500;
}
.promotion2-event__img-button-wrap {
    margin-top:15px; display: none;
}
.promotion2-event__img-button-wrap .button {
    font-size:18px; font-weight:bold;
}
.promotion2-event__img-button-wrap .more-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion2/more-arrow-white.png');
    width:7px;
    height:12px; margin-left:8px;
}

/*promotion2-list*/
.promotion2-section--list{
    padding:140px 0px 180px;
    background-position:top center;
    background-image:url('/child/img/sub/promotion2/promotion-list-bg.png');
    text-align: center;
    background-color:#0e56e0;
}
.promotion2-list-con .button {position: relative; overflow: visible;}
.promotion2-list-con .button .icon-arrow {
    margin-right:-40px; animation:arrow-ani 1.6s linear;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
    margin-left:20px;

}

@keyframes arrow-ani {

    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    100%{
        transform: translateX(-5px);
    }

}

.promotion2-list__subtitle {
    display: inline-block;
    font-weight:200;
    padding:6px 0px;
    line-height:1.4;
    border-top:1px solid rgba(255,252,0,.5);
    border-bottom:1px solid rgba(255,252,0,.5);
    max-width:80px;
    width:100%;
    font-size:26px;
}
.promotion2-list__title {
    font-weight:700;
    color:#fff;
    font-size:36px;
    line-height:1.4;
    margin: 25px 0 40px;
}

.promotion2-list__img-btn .button-gradient {
    background-image: linear-gradient(to top, #ff6e16, 50%, #ffc600);
    border:0px;
    position:relative;
    overflow:hidden;
}
.promotion2-list__img-btn strong {
    color:#fff;
    font-family: "yg-jalnan","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
}

.promotion2-benefit__btn-wrap .button .icon-finger {
    position: absolute;
    bottom:-60px;
    right:15px;
    width:86px;
    height:92px;
    background-image: url('/child/img/sub/promotion2/icon-finger.png');
}
.promotion2-section--trailer {
    padding:120px 0px;
    background-color: #1d1d1d;
}

.promotion2-section--trailer .promotion-trailer__box {
    border-color:rgba(255,255,255,.4);
}
.promotion2-list-pt140 {padding-top:140px;}

@media (min-width:1025px) {
    .promotion2-benefit__btn-wrap .button:hover,
    .promotion2-event__img-btn .button:hover{
        background-color: rgba(0,0,0,.8);
        border:1px solid #fff;
    }

}
@media (max-width:1200px) {

    .promotion2-event__img-wrap {margin:40px auto 0;}

    .promotion2-section--event {padding-top:120px;}
    .promotion2-event__subtitle {margin-bottom:40px;}
    .promotion2-section--list {
        padding:120px 0px 150px;
    }

    .promotion2-section--trailer {
        padding:100px 0px;
    }

    .promotion2-list-pt140 {padding-top:120px;}

}

@media (max-width:1024px) {

    .promotion2-event__title .event-text {
        font-size:30px;
    }
    .promotion2-event__title .data-box {
        font-size:20px;
        max-width:360px;
    }

    .promotion2-list__title {
        font-size:28px;
    }
    .promotion2-list__subtitle {
        font-size:22px;
    }

}
@media (max-width:992px){

    .promotion2-benefit__btn-wrap .button, .promotion2-event__img-btn .button, .promotion2-list__img-btn .button {
        min-width: auto !important;
        width:100%;
        font-size:24px; padding:16px 20px;
    }

    .promotion2-benefit__btn-wrap .button .icon-finger {
        width:46px;
        height:52px;
        background-size: contain;
        bottom: -30px;
    }

    .promotion2-list-con .button .icon-arrow {
        background-size: contain;
        width:48px;
        height:20px;
        margin-left:10px;
    }
}
@media (max-width:768px) {

    .promotion2-section--event {padding-top:100px;}

    .promotion2-event__subtitle {font-size:18px;}
    .promotion2-event__subtitle strong {display: block;}

    .promotion2-event__title .event-text {
        font-size:28px;
        margin:20px 0px 30px;
    }

    .promotion2-event__title .data-box {font-size:18px; padding:7px; max-width:300px;}
    .promotion2-event__title .data-box span {padding:0px 16px;}

    .promotion2-section--list {
        padding:50px 0px 80px;
    }

    .promotion2-list__title {
        font-size:26px;
        margin:20px 0px 30px;
    }

    .promotion2-list__subtitle {font-size:20px; padding:5px 0px; max-width:60px;}

    .promotion2-section--trailer {
        padding:40px 0px;
    }

    .promotion2-list-pt140 {padding-top:50px;}

}

@media (max-width:640px) {

    .promotion2-event__img-box .read-more-btn {display: none;}
    .promotion2-event__img-button-wrap {display: block;}

}
@media (max-width:576px){

    .header-promotion__logo2 {
        left:50%;
        transform: translateX(-50%);
    }

    .promotion2-event__title .event-text {
        font-size:26px;
    }

    .promotion2-event__title .data-box {font-size:16px;}
    .promotion2-event__img-button-wrap .button {min-width:auto !important; width:calc(100% - 30px); font-size:16px;}

    .promotion2-list__title {font-size:22px;}


    .promotion2-benefit__btn-wrap .button, .promotion2-event__img-btn .button, .promotion2-list__img-btn .button  {
        font-size:20px; padding:20px 25px;
    }

    .promotion2-list-con .button .icon-arrow {
        width:38px;
        height:16px;
    }

}

/* 프로모션 페이지3 CSS */
.promotion3-section{
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.header-promotion__logo3{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    display: block;
    width: 208px;
    height: 24px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url('/child/img/ci-white.png');
}

@media (max-width:1200px) {
    .promotion3-section {
        padding:100px 0px;
    }
}
@media (max-width:1024px) {

}
@media (max-width:768px) {
    .promotion3-section {
        padding:60px 0px;
    }
}
@media (max-width:640px) {

}
@media (max-width:480px) {

}

/*promotion3 section-event*/
.promotion3-section--event{
    padding-bottom: 0;
    background-position:bottom center;
    background-image:url('/child/img/sub/promotion3/promotion-event-bg.png');
}
.promotion3-event {
    text-align: center;
}
.promotion3-event__subtitle{
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 14px 0;
}
.promotion3-event__title {
    font-size:100px;
    font-weight:700;
    color:#fff;
    line-height:1.2;
    margin: 70px 0 60px;
}
.promotion3-event__date {
    border-radius:20px;
    background-color: #002046;
    max-width:650px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.promotion3-event__date .date-text {
    font-size:52px;
    line-height:1.3;
    color:#fff;
    font-weight:300;
    padding:50px 30px;;
}
.data-box-wrap{
    background-color: #001023;
    padding:32px 10px;
    color:#fff;
}
.promotion3-event__date .data-box {
    font-size:26px;
    line-height:1.3;
    font-weight:300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion3-event__date .data-box >span {
    position: relative; padding:0px 20px;
}
.promotion3-event__date .data-box >span:first-child::before {
    content:"";
    display: block;
    width:1px;
    height:18px;
    background-color:rgba(255,255,255,.5);
    position: absolute; right:0; top:50%; transform: translateY(-50%);
}
.promotion3-event__img-wrap {
    max-width:960px;
    margin:140px auto 70px;
}
.promotion3-event__img {
    position: relative;
    width:100%;
    height:0;
    padding-top:calc(1050/968*100%);
}
.promotion3-event__img-person-wrap {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.promotion3-event__img-person {
    width:100%;
    height:0;
    padding-top: calc(424/960*100%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion3/promotion-person.png');
    filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}
.promotion3-event__img-box-wrap {
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.promotion3-event__img-box {
    width:100%;
    height:0%;
    padding-top: calc(620/960*100%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion3/promotion-giveaway-box.png');
    filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}
.promotion3-event__btn-wrap {
    max-width:930px;
    padding:0 15px;
    width:100%;
    margin:0 auto;
}
.promotion3-event__btn-wrap .button {
    width:100%;
    border-radius:50px;
    background-color: rgba(0,16,35,1);
    border:6px solid #fff;
    color:#fff; padding:30px 15px;
    font-size:36px;
    font-weight:700;
    line-height:1;
}
.promotion3-event__btn-wrap .button .more-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion3/btn-arrow.png');
    width:17px;
    height: 30px;
    margin-left:30px;
    animation:more-arrow-ani 1.5s linear;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
}

@keyframes more-arrow-ani {

    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    100%{
        transform: translateX(-5px);
    }

}

/*promotion3 list*/
.promotion3-section--list {
    padding:0px 0px 140px;
    background-position: top center;
    background-image:url('/child/img/sub/promotion3/promotion-list-bg.png');
    text-align: center;
}
.promotion3-section--list .promotion3-list-con {
    padding-top:140px;
}
.promotion3-section--list .promotion3-list__subtitle {
    color:#fff;
    line-height:1;
    font-size:24px;
    font-weight:300;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    max-width:70px;
    width:100%;
    margin:0 auto;
    padding: 10px 0;
}
.promotion3-section--list .promotion3-list__title {
    color:#fff;
    font-size:36px;
    line-height:1.4;
    font-weight:700;
    margin: 40px 0 60px;
}

.promotion3-section--list .promotion-ios-wrap {
    margin: 40px 0 0px;
}
.promotion3-section--list .promotion-ios-title {
    color:#fff;
    font-size:36px;
    line-height:1.4;
    font-weight:700;
}

.promotion3-list-app img {
    display: block;
}

/*promotion3 trailer*/
.promotion3-section--trailer {
    padding: 130px 0;
    background-color:#1d1d1d;
}
.promotion3-trailer {
    color:#fff;
    text-align: center;
}
.promotion3-trailer__subtitle {
    font-size: 30px;
    font-weight:300;
    margin-bottom: 10px;
}
.promotion3-trailer__title{
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: -.04em;
    font-weight:700;
}
.promotion3-trailer__title strong{
    color:#0570e8;
}
.promotion3-trailer__box{
    font-size: 24px;
    font-weight: 200;
    color:#fff;
    text-align: left;
    border-top:1px solid rgba(255,255,255,.4);
    border-bottom:1px solid rgba(255,255,255,.4);
    padding:30px 0;
    margin-top:60px;
}
.promotion3-trailer__box p{
    margin-top: 10px;
}
.promotion3-trailer__box p:first-child{
    margin-top: 0;
}
.promotion3-list__btn-wrap {
    max-width:930px;
    padding:0 15px;
    width:100%;
    margin:0 auto;
}
.promotion3-list__btn-wrap .button {
    width:100%;
    border-radius:50px;
    background-color:rgba(0,16,35,1);
    border:6px solid #fff;
    color:#fff; padding:30px 15px;
    font-size:36px;
    font-weight:700;
    line-height:1;
}
.promotion3-list__btn-wrap .button .more-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/child/img/sub/promotion3/btn-arrow.png');
    width:17px;
    height: 30px;
    margin-left:30px;
    animation:more-arrow-ani 1.5s linear;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
}
/*220126 이벤트응모하*/
.formail-head--title {
    padding: 15px 10px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-top:-5px;
    margin-bottom:30px;
}

.formail-head--title p {font-weight:700; font-size:18px;}


@media (min-width:1025px){

    .promotion3-event__btn-wrap .button:hover, .promotion3-list__btn-wrap .button:hover{
        background-color: rgba(0,16,35,.8);
    }

}
@media (max-width:1200px) {
    /*promotion3 event*/
    .promotion3-section--event {
        padding-top:100px;
    }
    .promotion3-event__title {
        font-size:80px;
        margin: 60px 0 50px;
    }
    .promotion3-event__date .date-text {
        padding:40px 20px;
        font-size:42px;
    }
    .promotion3-event__date .data-box {
        font-size:22px;
    }
    .promotion3-event__img-wrap {
        margin:100px auto 50px;
    }

    /*promotion3 list*/
    .promotion3-section--list {
        padding:0px 0px 100px;
    }
    .promotion3-section--list .promotion3-list-con {
        padding-top:100px;
    }
    /*promotion3 trailer*/
    .promotion3-section--trailer{
        padding:90px 0px;
    }

}
@media (max-width:1024px) {

    /*promotion3 event*/
    .promotion3-event__title {
        font-size:70px;
        margin: 50px 0 40px;
    }
    .promotion3-event__date .date-text {
        font-size:38px;
    }
    .promotion3-event__btn-wrap .button {
        font-size:28px;
        padding:25px 15px;
    }

    /*promotion3 list*/
    .promotion3-section--list .promotion3-list__subtitle {
        font-size:20px;
        padding:8px 0px;
        max-width:60px;
    }
    .promotion3-section--list .promotion3-list__title {
        font-size:28px;
        margin: 30px 0 50px;
    }
    .promotion3-section--list .promotion-ios-wrap {
        margin: 30px 0 0px;
    }

    .promotion3-list__btn-wrap .button {
        font-size:28px;
        padding:25px 15px;
    }

    /*promotion3 trailer*/
    .promotion3-trailer__subtitle {
        font-size: 26px;
    }
    .promotion3-trailer__title {
        font-size:54px;
    }
    .promotion3-trailer__box {
        font-size: 20px;
        padding:14px 0;
        margin-top:40px;
    }

    /*220126이벤트 응모하기*/
    .formail-head--title p {font-size:14px;}

}
@media (max-width:992px){
    /*promotion3 event*/
    .promotion3-event__btn-wrap .button {
        font-size:24px;
        padding:20px 15px;
        border-width: 3px;
    }
    .promotion3-event__btn-wrap .button .more-arrow {
        background-size: contain;
        width:12px;
        height:20px;
        margin-left:15px;
    }

    /*promotion3 list*/
    .promotion3-list__btn-wrap .button {
        font-size:24px;
        padding:20px 15px;
        border-width: 3px;
    }
    .promotion3-list__btn-wrap .button .more-arrow {
        background-size: contain;
        width:12px;
        height:20px;
        margin-left:15px;
    }

}
@media (max-width:768px) {
    /*promotion3 event*/
    .promotion3-event__subtitle {
        font-size:20px;
        padding:10px 0px;
    }
    .promotion3-event__title {
        font-size:55px;
        margin: 40px 0 30px;
    }
    .promotion3-event__date .data-box >span {
        padding:0px 8px;
    }
    .promotion3-event__date .date-text {
        font-size:30px;
        padding:32px 20px;
    }
    .promotion3-event__img-wrap {
        margin:40px auto 20px;
    }

    /*promotion3 list*/
    .promotion3-section--list .promotion3-list__subtitle {
        font-size:18px;
    }
    .promotion3-section--list {
        padding:0px 0px 55px;
    }
    .promotion3-section--list .promotion3-list-con {
        padding-top:55px;
    }
    .promotion3-section--list .promotion3-list__title {
        font-size:25px;
        margin: 20px 0 35px;
    }
    .promotion3-section--list .promotion-ios-wrap {
        margin: 20px 0 0px;
    }

    .promotion3-list-app .qr-left-auto img {
        max-width: 261px;
    }
    .promotion3-list-app .qr-right-auto img {
        max-width:285px;
    }

    /*promotion3 trailer*/
    .promotion3-section--trailer{
        padding:55px 0px;
    }
    .promotion3-trailer__subtitle {
        font-size: 16px;
    }
    .promotion3-trailer__title {
        font-size:42px;
    }
    .promotion3-trailer__box {
        font-size: 14px;
        padding:12px 0;
        margin-top:30px;
    }

}
@media (max-width:640px) {

}
@media (max-width:576px){

    /*promotion3 event*/
    .promotion3-event__subtitle {
        font-size:18px;
    }
    .promotion3-event__title {
        font-size:36px;
        margin:30px 0px 25px;
    }
    .promotion3-event__date .date-text {
        font-size:24px;
        padding:26px 15px;
    }
    .promotion3-event__date .data-box {
        font-size:16px;
    }
    .promotion3-event__btn-wrap .button {
        font-size:18px;
        padding:15px 15px;
        border-width: 3px;
    }
    .promotion3-event__btn-wrap .button .more-arrow {
        width:10px;
        height:14px;
        margin-left:10px;
    }
    /*promotion3 list*/
    .promotion3-list__btn-wrap .button {
        font-size:18px;
        padding:15px 15px;
        border-width: 3px;
    }
    .promotion3-list__btn-wrap .button .more-arrow {
        width:10px;
        height:14px;
        margin-left:10px;
    }

    /*promotion3 trailer*/
    .promotion3-trailer__title {
        font-size:34px;
    }

}

@media (max-width:420px){

    /*promotion3 trailer*/
    .promotion3-trailer__title {
        font-size:28px;
    }

}


/*멤버십 혜택 추가 220127*/
.table-service {
    padding: 14px 4px 16px; font-size: 16px; font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f7fbfe;
}

@media (max-width:1200px) {
    .table-service {font-size:14px;}
}
@media (max-width:768px) {
    .table-service {font-size:13px;}
}

/* 교보생명 상세페이지 추가 220727 */
.kyobo-content{
    padding-bottom: 100px;
}

.kyobo-pc{
    display: block;
    width: 100%;
}

.kyobo-mo{
    display: none;
}

@media (max-width:1200px) {
    .kyobo-content{
        padding-bottom: 80px;
    }
}

@media (max-width:768px) {
    .kyobo-pc{
        display: none;
    }

    .kyobo-mo{
        display: block;
        width: 100%;
    }
}
