html,
body {
    /*width: 100%;
    height: 100%;*/

    background-color: #f9f9f9;
    font-family: 'NanumSquareNeo', 'Apple SD Gothic', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 400;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
dl,
ul,
ol,
li {
    list-style: none outside none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

table a:hover,
table a:active {
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
    margin: 0;
    outline: none;
}

::placeholder {
    color: #aaaaaa;
}

::-webkit-input-placeholder {
    color: #aaaaaa;
}

:-moz-placeholder {
    color: #aaaaaa;
}

::-moz-placeholder {
    color: #aaaaaa;
}

:-ms-input-placeholder {
    color: #aaaaaa !important;
}

::-ms-input-placeholder {
    color: #aaaaaa;
}

a,
a:hover,
a:active,
a:focus,
input,
button,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}


html,
body {
    width: 100%;
    height: 100%;
}


@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.wrap {
    position: relative;
    width: 100%;
}

.header_aji {
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    z-index: 100;
    /*background-color: #001e64;*/

    background: url("images/pre_bg2.jpg") no-repeat 50% 50%;
    background-size: cover;
}


.header_aji .logo {
    position: absolute;
    left: 70px;
    top: 35px;
}


.header_aji .logo img {
    width: 125px;
}

.header_aji .title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 75px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-family: 'NanumSquareNeo';
    font-size: 37px;
    font-weight: 800;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

.header_aji .title span {
    position: relative;
    font-family: 'NanumSquareNeo';
    font-size: 27px;
    font-weight: 100;
    padding-bottom: 30px;
    letter-spacing: 3px;
}


.container {
    margin: 0 auto;
    /* max-width: 1290px; */
    /* padding-left: 49px; */
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    /*background: #ededed;
    padding: 15px;*/
}

.tab-content.current {
    display: inherit;
}



.photoML {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1290px;
    top: 0px;

}

.photoML h3 {
    /* padding-left: 49px; */
    margin-top: 40px;
    height: 30px;
}

.photoML h3 span {
    font-size: 13px;
    height: 30px;
}


.photoML p {
    /* padding-left: 49px; */
    font-size: 12.5px;
    color: #101820;
    line-height: 1.5;
    margin-bottom: 20px;
}



.ML_list {
    position: relative;
    /* width: 100%; */
    margin: 0 auto;
    top: 0px;
    /* padding-left: 49px; */

}

.ML_list .ML_item {
    width: 90%;
    display: inline-block;
    height: 5.5vw;

}




.ML_list .ML_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.ML_list .ML_item input {
    position: absolute
}



.section5_pre {
    height: 1300px;
    background: url("images/section5_bg.jpg") no-repeat 50% top;
}

.section5_pre .inb-twbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.section5_pre .inb-twbox .in-content {
    position: absolute;
    left: 200px;
    top: 35%;
    width: 100%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.section5_pre .inb-twbox .in-content span {
    display: block;
    font-size: 35px;
    color: #000;
    font-family: 'yg-jalnan';
    line-height: 1.2;
}

.section5_pre .inb-twbox .in-content span br {
    display: none;
}

.section5_pre .inb-twbox .in-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 1.3;
    padding-top: 15px;
}

.section5_pre .inb-twbox .in-content p br.m {
    display: none;
}


#root {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1290px;
    top: 0px;
}


.contents {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 100px;
}
.contents .ML-box {
    width: 15%;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
}



.contents .upload-box {
    width: 40%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    padding-left: 10px;
    /* padding-right: 20px; */
}

.contents .upload-box .drag-file {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dashed #dbdbdb;
    border-radius: 20px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.contents .upload-box .drag-file.highlight {
    border: 3px dashed red;
}

.contents .upload-box .drag-file .image {
    width: 40px;
}

.contents .upload-box .drag-file .message {
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
}

.contents .upload-box .drag-file .preview {
    display: none;
    position: absolute;
    border-radius: 10px;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
}

.contents .upload-box .file-label {
    margin-top: 10px;
    background-color: #bbb;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}


.contents .upload-box .btn-label {
    margin-top: 10px;
    background-color: #082237;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.contents .upload-box .file-label .image {
    width: 30px;
    padding-right: 10px;
    vertical-align: middle;
}



.contents .upload-box .file {
    display: none;
}


.inner-container {
    width: 45%;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border: 3px dashed #dbdbdb;
    border-radius: 20px;    
}

.inner-container p.tit-under-caption {
    font-size: 13px;
    color: #101820;
    line-height: 1.3;
    margin-top: 5px;
}

.inner-container p.tit-under-caption span {
    font-size: 15px;
    color: #fe6b01;
}

.kinddog-info-list {
    width: 100%;
    /*margin-right: 30px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0px;


}

.kinddog-info-list>a {
    display: block;
    /* margin-bottom: 15px; */
}



.kinddog-info-list .photo-kinddog {
    position: relative;
    height: 350px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.kinddog-info-list .photo-kinddog u {
    text-decoration: none;
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    border-radius: 12px;
    padding: 10px;
    line-height: 1;
    background: #fe6b01;
    font-size: 13px;
    color: #fff;
}

/* .kinddog-info-list .photo-kinddog img {
    width: 400px;
    height: 250px;
    object-fit: cover;
} */

.kinddog-info-list .photo-kinddog img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kinddog-info-list .info-area {
    background: #fff;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px 1px 1px;
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.kinddog-info-list .info-area .date {
    font-size: 12px;
    color: #aaa;
    padding-top: 4px;
    margin-top: 6px;
    border-top: 1px solid #eee;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.kinddog-info-list .info-area .price-score {
    position: relative;
    font-size: 13px;
    color: #101820;
    font-weight: 500;
}

.kinddog-info-list .info-area .price-score p {
    position: relative;
    font-size: 17px;
    color: #fe6b01;
    font-weight: 500;
    line-height: 30px;
}


.kinddog-info-list .info-area .price-score .star-score-icons {
    position: absolute;
    right: 0;
    top: 3px;
    color: #666;
}

.kinddog-info-list .info-area .price-score i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 12px;
    height: 12px;
    background: url("/images/icon_cross_orange.png") no-repeat 50% 50%;
    background-size: contain;
    margin-bottom: 2px;
}

.drag-file.highlight {
    border: 3px dashed red;
}



.inb-twbox {
    max-width: 1290px;
    margin: 0 auto;
}

.inb-twbox.toppad {
    padding-top: 115px;
}

.inb-twbox.unline {
    padding-bottom: 46px;
    border-bottom: 1px solid #eee;
}

.inb-twbox.hidden {
    overflow: hidden;
}



.in-half-box {
    font-size: 0;
}

.in-half-box>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.in-half-box>div.center {
    text-align: center;
}

.in-half-box img.himg {
    max-width: 530px;
    width: 100%;
}

.in-half-box .deang {
    padding-left: 49px;
    padding-right: 20px;
}

.in-half-box .deang .tit {
    font-size: 48px;
    color: #ff6f61;
    font-family: 'yg-jalnan';
    padding-bottom: 17px;
}

.in-half-box .deang .btxt {
    font-size: 24px;
    color: #333333;
    font-family: 'yg-jalnan';
    padding-bottom: 20px;
    line-height: 1.4;
    word-break: keep-all;
}

.in-half-box .deang img {
    max-width: 100%;
}

.in-half-box .deang img.mover {
    display: none;
}

.in-half-box .deang p {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    padding-top: 22px;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.in-half-box .deang p.npd {
    padding-top: 0;
}

.in-half-box .deang ul.list {
    padding-top: 30px;
}

.in-half-box .deang ul.list li {
    position: relative;
    padding-left: 10px;
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 300;
}

.in-half-box .deang ul.list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #888;
}

.section2 {
    padding-bottom: 120px;
}

.section2 img {
    max-width: 100%;
}

/*공지사항*/
.section8 {
    background: #f7f7f7;
    padding-bottom: 170px;
}

.section8 .sec-title {
    color: #333;
}

.section8 .notice-area {}

.section8 .notice-area .slick-list {
    padding-bottom: 50px;
    margin-left: -23px;
    margin-right: -23px;
}

.section8 .notice-area .item {
    width: 370px;
    margin: 0 23px;
    border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.section8 .notice-area .item:hover {
    box-shadow: 10px 41px 24px -32px rgba(0, 0, 0, 0.3);
}

.section8 .notice-area .item a {
    display: block;
}

.section8 .notice-area .imgbox {
    height: 240px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0 0;
}

.section8 .notice-area .info-box {
    padding: 38px 30px 30px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}

.section8 .notice-area .info-box .tit {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section8 .notice-area .info-box .srv {
    font-size: 15px;
    color: #ff6f61;
}

.section8 .notice-area .info-box .txt {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section8 .notice-area .info-box .date {
    font-size: 13px;
    color: #888;
    padding-top: 30px;
    font-weight: 300;
}

.section8 .notice-area button.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    border: 0;
    cursor: pointer;
}

.section8 .notice-area button.slick-prev {
    left: 0;
    background-image: url("images/slide_arrow_left.png");
}

.section8 .notice-area button.slick-next {
    right: 0;
    background-image: url("images/slide_arrow_right.png");
}

.section8 .notice-area ul.slick-dots {
    font-size: 0;
    text-align: Center;
}

.section8 .notice-area ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.section8 .notice-area ul.slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    background: #999;
    padding: 0;
}

.section8 .notice-area ul.slick-dots li.slick-active button {
    background: #ff6f61;
}


@media screen and (max-width:1240px) {
    .section8 {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width:840px) {
    .section8 .notice-area .item {
        margin: 0 10px;
    }

    .section8 .notice-area .slick-list {
        margin-right: -10px;
        margin-left: -10px;
    }
}



@media screen and (max-width:640px) {
    .section8 {
        padding-bottom: 70px;
    }

    .section8 .notice-area .slick-list {
        padding-bottom: 35px;
    }

    .section8 .notice-area .imgbox {
        height: 130px;
        border-radius: 15px 15px 0 0;
    }

    .section8 .notice-area .info-box {
        padding: 13px 10px 15px;
        border-radius: 0 0 15px 15px;
    }

    .section8 .notice-area .info-box .tit {
        font-size: 15px;
    }

    .section8 .notice-area .info-box .srv {
        font-size: 13px;
    }

    .section8 .notice-area .info-box .txt {
        font-size: 13px;
    }

    .section8 .notice-area .info-box .date {
        font-size: 12px;
    }

    .section8 .notice-area ul.slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .section8 .notice-area button.slick-arrow {
        width: 35px;
    }
}




/*---- 공지사항 상세 레이어*/
.notice-detail-layer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.notice-detail-layer .ndl-blind {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.notice-detail-layer .in-notice-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 40px);
    max-width: 560px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.notice-detail-layer .in-notice-layer a.btn-close {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 23px;
    height: 23px;
    background: url("/assets/img/btn_close_gray_x.png") no-repeat left top;
    background-size: contain;
}

.notice-detail-layer .in-notice-layer .tit {
    font-size: 18px;
    color: #333;
}

.notice-detail-layer .in-notice-layer .cate-date {
    padding-top: 3px;
}

.notice-detail-layer .in-notice-layer .cate-date span {
    display: inline-block;
    font-size: 15px;
    color: #ff6f61;
    margin-right: 10px;
}

.notice-detail-layer .in-notice-layer .cate-date em {
    display: inline-block;
    font-size: 13px;
    color: #888;
    font-weight: 300;
    font-style: normal;
}

.notice-detail-layer .in-notice-layer .in-content {
    min-height: 250px;
    max-height: 700px;
    margin-top: 10px;
    overflow-y: auto;
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    font-weight: 300;
    border-radius: 20px;
    -webkit-overflow-scrolling: touch;
}

.notice-detail-layer .in-notice-layer .in-content img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}


@media screen and (max-height:700px) {

    /*세로*/
    .notice-detail-layer .in-notice-layer {
        height: calc(100% - 40px);
    }

    .notice-detail-layer .in-notice-layer .in-content {
        min-height: 200px;
        max-height: calc(100% - 62px);
    }
}

@media screen and (max-width:640px) {
    .notice-detail-layer .in-notice-layer {
        border-radius: 20px;
        padding: 15px;
    }

    .notice-detail-layer .in-notice-layer .tit {
        font-size: 16px;
    }

    .notice-detail-layer .in-notice-layer .cate-date span {
        font-size: 13px;
    }

    .notice-detail-layer .in-notice-layer .cate-date em {
        font-size: 13px;
    }

    .notice-detail-layer .in-notice-layer a.btn-close {
        right: 15px;
        top: 15px;
        width: 18px;
        height: 18px;
    }

    .notice-detail-layer .in-notice-layer .in-content {
        font-size: 14px;
    }
}


.line-list-layout {}

.line-list-layout ul {
    font-size: 0;
}

.line-list-layout li {
    position: relative;
    display: block;
    padding-left: 110px;
    min-height: 19px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #101820;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.line-list-layout li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    padding-top: 15px;
}

.line-list-layout li input[type=text],
.line-list-layout li input[type=password] {
    display: inline-block;
    width: 100%;
    background: none;
    border: 0;
    font-size: 13px;
    padding: 0;
}

.line-list-layout li.with-btn {
    padding-right: 85px;
}

.line-list-layout li a.in-btn {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #666;
    background: #d6d6d6;
    border-radius: 7px;
}

.line-list-layout li a.in-btn.org {
    background: #fe6b01;
    color: #fff;
    font-weight: 300;
}

.line-list-layout li a.in-btn2 {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #666;
    background: #d6d6d6;
    border-radius: 7px;
}

.line-list-layout li a.in-btn2.org {
    background: #ff0000;
    color: #fff;
    font-weight: 300;
}

.line-list-layout li.with-radio label+label {
    margin-left: 45px;
}

.line-list-layout li.with-radio.demin label {
    min-width: 68px;
}

.line-list-layout li.with-radio.demin label+label {
    margin-left: 20px;
}

.line-list-layout li.with-radio-full label {
    display: block;
}

.line-list-layout li.with-radio-full label+label {
    margin-top: 10px;
}

.line-list-layout li.with-textarea {
    padding-left: 0;
    height: auto;
    line-height: inherit;
    padding: 15px 0;
    min-height: 120px;
}

.line-list-layout li.with-textarea textarea {
    width: 100%;
    height: 120px;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
}

.line-list-layout li.with-textarea.moreheight textarea {
    height: 370px;
}

.line-list-layout li.with-slidephoto {
    position: relative;
    padding-left: 0;
    height: auto;
    line-height: inherit;
    padding: 15px 0 16px;
}

.line-list-layout li.with-slidephoto:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #eee;
    margin-left: 15px;
    margin-right: 15px;
}

.line-list-layout li.with-slidephoto span {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 15px 8px 15px;
}

.line-list-layout li.with-slidephoto .subject {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 15px 8px 15px;
    font-size: 12px;
    color: #fe6b01;
    font-weight: 500;
    padding-bottom: 10px;
}

.line-list-layout li.with-slidephoto .list-in-slide {
    height: 77px;
    overflow: hidden;
}

.line-list-layout li.with-slidephoto .list-in-slide .in-area {
    white-space: nowrap;
    height: 200px;
    overflow-y: auto;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-overflow-scrolling: touch;
}

.line-list-layout li.with-slidephoto .list-in-slide .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 77px;
    height: 77px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2px;
}

.line-list-layout li.with-slidephoto .list-in-slide .item a {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("/images/common/btn_circle_x_min.png") no-repeat 50% 50%;
    background-size: 17px;
}

.line-list-layout li.with-slidephoto .list-in-slide .item .section-label {
    position: absolute;
    width: 77px;
    height: 77px;
    color: #fff;
    z-index: 1;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.line-list-layout li.with-slidephoto .list-in-slide .item .section-label.finding {
    width: 77px;
    height: 77px;
    background: rgba(0,
            0,
            0,
            0.3);
}

.line-list-layout li.with-slidephoto .list-in-slide .item .section-label.finding p {
    font-size: 13px;
    color: #fff;
    padding: 23px 0;
}

.line-list-layout li.with-slidephoto .list-in-slide .item2 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #f6f6f6 url(/images/main/main-photo-default2.jpg) no-repeat 50% 50%;
    background-size: 170px;
}

.line-list-layout li.with-slidephoto .list-in-slide .item2 a {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("/images/common/btn_circle_x_min.png") no-repeat 50% 50%;
    background-size: 17px;
}

.line-list-layout li.with-slidephoto .list-in-slide2 {
    height: 77px;
    overflow: hidden;
}

.line-list-layout li.with-slidephoto .list-in-slide2 .in-area {
    white-space: nowrap;
    height: 200px;
    overflow-y: auto;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-overflow-scrolling: touch;
}

.line-list-layout li.with-slidephoto .list-in-slide2 .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 77px;
    height: 77px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2px;
}

.line-list-layout li.with-slidephoto .list-in-slide2 .item a {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("/images/common/btn_circle_x_min2.png") no-repeat 50% 50%;
    background-size: 17px;
}

.line-list-layout li.with-slidephoto .list-in-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-list-layout li.with-slidephoto .list-in-slide label.addphoto {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fe6b01;
    border-radius: 10px;
    box-sizing: border-box;
    background: url("/images/common/btn_camera_addphoto.png") no-repeat 50% 50%;
    background-size: 32px 25px;
}

.line-list-layout li.with-slidephoto .list-in-slide label.addphoto input {
    display: none;
}

.line-list-layout li.with-color {}

.line-list-layout li.with-color label {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    width: 40px
}

/*.line-list-layout li.with-color label + label { margin-left:20px; }*/
.line-list-layout li.with-color input[type=color] {
    background: none;
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    width: 56px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-left: 5px;
    box-sizing: border-box;
}

.line-list-layout li.with-color p.inline-b {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.line-list-layout li.with-color u.colorbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    font-size: 0;
}

.line-list-layout li.with-color u.colorbox i {
    display: inline-block;
    width: 35px;
    height: 15px;
    border-radius: 3px;
}

.line-list-layout li.with-color u.colorbox.txt i {
    width: 54px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    text-align: center;
}

.line-list-layout li.with-color-one input[type=color] {
    background: none;
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    width: 77px;
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: border-box;
}

.line-list-layout li.with-date {}

.line-list-layout li.with-date .date-box {
    position: relative;
}

.line-list-layout li.with-date input[type=date] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
}

.line-list-layout li.with-date input[type=text] {}

.line-list-layout li.with-date p {
    color: #aaa;
}

.line-list-layout li.with-select {}

.line-list-layout li.with-select select {
    display: inline-block;
    width: 45%;
    font-size: 14px;
    box-sizing: border-box;
}

.line-list-layout li.with-select select+select {
    margin-left: 8%;
}

.line-list-layout li.nobd {
    border: 0;
}

.line-list-layout .li-tit {
    font-size: 16px;
    color: #101820;
    font-weight: 500;
    padding: 10px 0 13px;
}

.line-list-layout .li-tit p {
    font-size: 12px;
    color: #fe6b01;
}

.line-list-layout .li-tit p.gray {
    color: #666;
    padding-top: 5px;
}

.line-list-layout li .toggle-ri {
    position: relative;
    padding-right: 65px;
    text-align: right;
    height: 19px;
    vertical-align: middle;
}

.line-list-layout li .toggle-ri label.toggle-button {
    position: absolute;
    right: 0;
    top: -4px;
}

.line-list-layout li .toggle-ri .org {
    font-size: 12px;
    color: #fe6b01;
    font-weight: 300;
}

.line-list-layout ul+.li-tit {
    padding-top: 40px;
}

.line-list-layout ul+.li-tits {
    padding-top: 40px;
}

.line-list-layout .li-tits {
    font-size: 13px;
    color: #fe6b01;
}

.line-list-layout ul.wide li {
    padding-left: 0;
    padding-right: 110px;
}

.line-list-layout ul.wide li span {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0;
    color: #101820;
}

.line-list-layout ul.wide li p.un-txt {
    font-size: 12px;
    color: #999;
    font-weight: 300;
    padding-top: 5px;
}

.line-list-layout ul.wide li .toggle-ri {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9.5px
}

.line-list-layout .btn-area {
    padding: 15px 0;
}

.line-list-layout .btn-area a {
    display: block;
    text-align: Center;
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
}

.line-list-layout .btn-area a u {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #666;
    line-height: 15px;
}

.line-list-layout .btn-area a.btn-gray {
    background: #d8d8d8;
    color: #fff;
    border-radius: 10px;
}

.line-list-layout .btn-area a.btn-gray.checked {
    background: #fe6b01;
}


/*20230127 수정*/
.input-list-layout {}

.input-list-layout ul {
    font-size: 0;
}

.input-list-layout li {
    position: relative;
    display: block;
    padding-left: 0px;
    min-height: 19px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #101820;
    border-bottom: 1px solid #eee;
}

.input-list-layout li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    padding-top: 15px;
}

.input-list-layout li input[type=text],
.input-list-layout li input[type=password] {
    display: inline-block;
    width: 100%;
    background: fff;
    border: 1px solid #eee;
    padding: 10px 0px 10px 0px;
    font-size: 13px;


}

.input-list-layout li.with-btn {
    padding-right: 85px;
}

.input-list-layout li a.in-btn {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #666;
    background: #d6d6d6;
    border-radius: 7px;
}

.input-list-layout li a.in-btn.org {
    background: #fe6b01;
    color: #fff;
    font-weight: 300;
}

.input-list-layout li a.in-btn2 {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #666;
    background: #d6d6d6;
    border-radius: 7px;
}

.input-list-layout li a.in-btn2.org {
    background: #ff0000;
    color: #fff;
    font-weight: 300;
}

.input-list-layout li.with-radio label+label {
    margin-left: 45px;
}

.input-list-layout li.with-radio.demin label {
    min-width: 68px;
}

.input-list-layout li.with-radio.demin label+label {
    margin-left: 20px;
}

.input-list-layout li.with-radio-full label {
    display: block;
}

.input-list-layout li.with-radio-full label+label {
    margin-top: 10px;
}

.input-list-layout li.with-textarea {
    padding-left: 0;
    height: auto;
    line-height: inherit;
    padding: 15px 0;
    min-height: 120px;
}

.input-list-layout li.with-textarea textarea {
    width: 100%;
    height: 120px;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
}

.input-list-layout li.with-textarea.moreheight textarea {
    height: 370px;
}

.input-list-layout li.with-slidephoto {
    position: relative;
    padding-left: 0;
    height: auto;
    line-height: inherit;
    padding: 15px 0 16px;
}

.input-list-layout li.with-slidephoto:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #eee;
    margin-left: 15px;
    margin-right: 15px;
}

.input-list-layout li.with-slidephoto span {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 15px 8px 15px;
}

.input-list-layout li.with-slidephoto .subject {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 15px 8px 15px;
    font-size: 12px;
    color: #fe6b01;
    font-weight: 500;
    padding-bottom: 10px;
}







.footer {
    padding: 57px 0 60px;
    background: #000;
}

.footer .in-foot {
    position: relative;
}

.footer .in-foot .left-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 193px;
    border-right: 1px solid #ddd;
}

.footer .in-foot .left-box ul {}

.footer .in-foot .left-box li {
    display: block;
    padding-bottom: 3px;
}

.footer .in-foot .left-box li a {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.footer .in-foot .left-box li:last-of-type a {
    color: #333;
}

.footer .in-foot .right-box {
    padding-left: 49px;
}

.footer .in-foot .right-box ul {}

.footer .in-foot .right-box li {
    display: block;
    font-size: 14px;
    color: #8e8f90;
    font-weight: 300;
    padding-bottom: 3px;
}

.footer .in-foot .right-box li:first-of-type {
    font-weight: 400;
}

.footer .in-foot .right-box p {
    font-size: 12px;
    color: #999;
    padding-top: 15px;
    font-weight: 300;
}

.footer .in-foot a.top-going {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    background: url("images/btn_top_going_blue2.png") no-repeat 50% 50%;
    background-size: cover;
}