@import url(../css/root.css);

/* stit */
.stit .tt {
    display: inline-block;
    background-color: #fff6f6;
    color: var(--main-color);
    border-radius: 10px;
    padding: 5px 30px;
}
/* subtop */
#subtop {
    position: relative;
    overflow: hidden;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover !important;
}
#subtop .fbox {
    height: 380px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 250px;
        text-align: center;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* sitecon */
.sitecon {
    display: inline-flex;
    gap: 8px;
}
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}

/* subTabs */
#subTabs {
    padding: 50px 0;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTabs .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
}
@media (min-width:992px) {
    #subTabs .tabWrps #lnbMn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn li {
        display: block;
        flex-grow: 1;
        flex-basis: 50%;
        color: rgba(10,10,10,.5);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
        border: 1px solid #b9b9b9;
    }
    #subTabs .tabWrps #lnbMn li:not(:last-child, .act) {
        border-right: 0px;
    }
    #subTabs .tabWrps #lnbMn li.act + li {
        border-left: 0px;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 20px 15px;
    }
    #subTabs .tabWrps #lnbMn li.act {
        background-color: #fffbfb;
        border-color: var(--main-color);
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color);
    }
}
@media (max-width:992px) {
    #subTabs .tabWrps #lnbMn {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn.act {
        display: block;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color);
        background-color: #fff2f8;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

/* company1 */
#company1 .sec1 .prd {
    position: relative;
    padding-top: 70px;
}
#company1 .sec1 .prd::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0%;
    height: calc(100% - 70px);
    background: #f8f6f3;
}
#company1 .sec1 .prd:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    height: 70%;
    /* background: #a0713c; */
    background: var(--main-color);
    border-radius: 30% 0 0 0;
}
#company1 .sec1 .prd .container {
    position: relative;
    z-index: 5;
}
#company1 .sec1 .prd .fbox.h_t {
    gap: 15px;
}
@media (max-width:768px) {
    #company1 .sec1 .prd {
        padding-top: 50px;
        margin-top: 40px;
    }
    #company1 .sec1 .prd::before {
        height: 100%;
    }
    #company1 .sec1 .prd:after {
        left: 10%;
        width: 90%;
        height: 50%;
        border-radius: 250px 0 0 0;
    }
}
/* his_bt */
.his_bt {
    position: relative;
}
.his_bt .historyImgsWrpWrp {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 200px;
    width: 100%;
}
.his_bt .historyImgsWrpWrp > .pin-spacer {
    height: auto !important;
}
.his_bt .historyImgs {
    height: 350px;
    width: 100%;
    background: url(../img/his_top.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 30px;
}
@media (max-width:768px){
    .his_bt .historyImgsWrpWrp {
        top: 70px;
        z-index: 8;
        background-color: #fff;
        margin: -15px;
        padding: 15px;
        width: calc(100% + 30px);
    }
    .his_bt .historyImgs {
        height: 300px;
    }
}
@media (max-width:500px){
    .his_bt .historyImgs {
        height: 200px;
    }
}
/* historyBox */
.historyBoxWrp {
    position: relative;
    margin-left: auto;
    width: 50%;
    padding-top: 550px;
}
.historyBox {
    position: relative;
}
.historyBox .historyItem {
    position: relative;
    padding-left: 70px !important;
}
.historyBox .historyProgress {
    position: absolute;
    left: 35px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    transform: translateX(-50%);
}
.historyBox .historyProgress .crrt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--main-color);
}
.historyBox .historyItem + .historyItem {
    margin-top: 120px;
}
.historyBox .historyItem .yy {
    position: relative;
}
.historyBox .historyItem .yy:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.historyBox .historyItem .his {
    display: flex;
    margin-top: 30px;
}
.historyBox .historyItem .his + .his {
    margin-top: 10px;
}
.historyBox .historyItem .his .date {
    width: 100px;
    font-weight: 600;
}
.historyBox .historyItem .his .date_con {
    width: calc(100% - 100px);
}
.historyBox .historyItem .his .date_con .cc {
    display: block;
    padding-left: 14px;
    position: relative;
}
.historyBox .historyItem .his .date_con .cc + .cc {
    margin-top: 5px;
}
.historyBox .historyItem .his .date_con .cc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    transform: translateY(-60%);
}
@media (max-width:768px){
    .historyBoxWrp {
        width: 100%;
        padding-top: 0;
    }
    .historyBox .historyItem {
        padding-left: 40px !important;
    }
    .historyBox .historyItem + .historyItem {
        margin-top: 60px;
    }
    .historyBox .historyProgress {
        position: absolute;
        left: 20px;
    }
    .historyBox .historyItem .yy:after {
        left: -20px;
        width: 7px;
        height: 7px;
    }
    .historyBox .historyItem .his .date {
        width: 80px;
    }
    .historyBox .historyItem .his .date_con {
        width: calc(100% - 80px);
    }
}
@media (max-width:500px){
    .historyBox .historyItem .his .date {
        width: 60px;
    }
    .historyBox .historyItem .his .date_con {
        width: calc(100% - 60px);
    }
}

/* company3 */
#company3 .sec1 {
    background: url(../img/company3_bg.jpg) center center no-repeat;
    background-size: cover;
}
#company3 .sec1 .banItems .item {
    background-color: rgba(11, 11, 11, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}


/* lineupItem */
.lineupItem {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f7f7f7;

    transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}
.lineupItem:hover {
    border-color: var(--main-color);
}
.lineupItem,
.lineupItem .lineupItemThum {
    position: relative;
}
.lineupItem .actorInfo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 20px;
    z-index: 10;
}
.lineupItem .actorInfo .lined {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    margin-bottom: 15px;
}
.lineupItem .actorInfo .more {
    display: inline-block;
    line-height: 1em;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-weight: 500;
    font-size: .9em;
}
.lineupItem .actorInfo .btId {
    opacity: 0.8;
    margin-top: 2px;
}
.lineupItem .zoomInfo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.lineupItem:hover .zoomInfo {
    background-color: rgba(0,0,0,0.3);
    /* backdrop-filter: blur(2px); */
}
@media (max-width:768px){
    .lineupItem .actorInfo,
    .lineupItem .zoomInfo {
        z-index: 30;
    }
    .lineupItem .actorInfo {
        padding: 40px 20px 10px;
    }
    .lineupItem .zoomInfo {
        height: auto;
        left: 0;
        top: 0;
        opacity: 1;
        backdrop-filter: blur(0px);
        background-color: transparent;
        padding: 15px;
        justify-content: flex-end;
    }
    .lineupItem .zoomInfo .links {
        gap: 4px;
    }
    .lineupItem .zoomInfo img {
        width: 45px;
    }
    .lineupItem .lineupItemThum:before {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) !important;
        opacity: 1 !important;
    }
}

/* locTop */
@media (min-width:768px) {
    .locTop .lft {
        width: 40%;
    }
    .locTop .rt {
        width: 60%;
    }
}
@media (max-width:768px) {
    .locTop > div {
        width: 100%;
    }
}

/* locTabs */
.locTabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}
.locTabs a {
    display: inline-block;
    /* border-bottom: 2px solid transparent; */
    color: #6f6f6f;
    text-decoration: none;
    font-weight: 700;
    background-color: #d9d9d9;
    padding: 7px 35px;
    border-radius: 100px;
}
.locTabs a.act {
    background-color: var(--main-color);
    color: #fff;
}
@media (max-width:768px) {
    .locTabs {
        gap: 5px;
        justify-content: center;
    }
    .locTabs a {
        padding: 4px 17px;
    }
}
/* comInfo */
.company5 .comInfo {
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-top: 1px solid #ddd;
}
.company5 .comInfo:last-child {
    border-bottom: 1px solid #ddd;
}
.company5 .comInfo .tt {
    width: 100px;
    font-weight: 500;
}
.company5 .comInfo .cc {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.company5 .comInfo .tt,
.company5 .comInfo .cc {
    color: #666;
}
@media (max-width:768px) {
    .company5 .comInfo {
        flex-direction: column;
        padding: 20px 10px;
    }
    .company5 .comInfo .tt,
    .company5 .comInfo .cc {
        width: 100%;
        padding-left: 0;
    }
    .company5 .comInfo .tt {
        opacity: .6;
    }
}

/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

@media (max-width:992px) {
    #contact .fbox > div {
        width: 100%;
    }
    #contact .fbox > .rt {
        margin-top: 25px;
    }
}

/* contactForm */
.contactForm .row {
    margin: 0 -5px;
}
.contactForm .row > li,
.contactForm .row > div {
    padding: 0 5px;
}
.contactForm ul li {
    margin: 10px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 13px;
}
.contactForm .form-item > label .c_pt {
    display: inline-block;
    margin-left: 3px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 50px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: #fff;
    color: #fff;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 50px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.6rem;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.contactForm .agrees label {
    padding-left: 38px;
    position: relative;
}
.contactForm .agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
    margin-right: 3px;
}
.contactForm .agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
    border-color: #111;
}
.contactForm .agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.contactForm .agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}

.dkForm .contactForm {
    padding: 0px !important;
}
.dkForm .contactForm .form-item > label {
    color: #999;
}
.dkForm .contactForm .form-common {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #666;
}
.dkForm .contactForm label,
.dkForm .contactForm .agrees label {
    color: #666 !important;
}
.formBtnCst {
    padding: 70px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}
.formBtnCst .btnWrp .btnItem {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.formBtnCst .btnWrp .btnItem:hover {
    border-color: #dc3d04;
    box-shadow: 10px 23px 40px rgba(220, 180, 106, 0.25);
}
#online_write  .btnWrp .btnItem {
    margin: 0 auto;
}
@media (min-width:1370px){
    .contactForm {
        padding: 4rem 6rem;
    }
}
@media (max-width:992px){
    .contactForm {
        padding: 0;
    }
    .contactForm ul {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:768px){
    .formBtnCst {
        padding: 30px 20px;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .dkForm .contactForm .btnWrp {
        width: 100%;
        margin-top: 15px;
    }
}


/* moreImg */
.moreImg {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    text-decoration: none;
}
.moreImg .ext {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    color: #fff;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 3;
}
@media (max-width:768px){
    .moreImg {
        border-radius: 10px;
    }
    .moreImg .ext {
        right: 7px;
        bottom: 7px;
        width: 31px;
        height: 31px;
    }
}
/* reviewItems */
.reviewItems a {
    text-decoration: none;
    display: block;
}
.reviewItems .item .img {
    padding: 30px 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.reviewItems .item .img span:not(.ext) {
    display: block;
    position: relative;
}
/* .reviewItems .item .img span:not(.ext):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    mix-blend-mode: multiply;
    border-radius: 15px;
} */


/* schedule1 */
#schedule1 .sec1 {
    /*background-color: #fbfaf9;*/
}
#schedule1 .sec1 .scFeatItem {
    border-top: 1px solid #aaa;
    padding: 40px 0;
}
#schedule1 .sec1 .scFeatItem .impCon {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}
#schedule1 .sec1 .scFeatItem .fbox {
    align-items: flex-start;
    margin: 10px 0;
}
#schedule1 .sec1 .scFeatItem .fbox .tt {
    width: 170px;
    font-weight: 600;
    color: var(--main-color);
    display: inline-block;
    background-color: #fcf4f4;
    line-height: 1em;
    padding: 8px 15px;
    font-size: .85em;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
}
#schedule1 .sec1 .scFeatItem .fbox .cc {
    width: calc(100% - 170px);
    padding-left: 20px;
}
@media (max-width:768px) {
    #schedule1 .sec1 .scFeatItem {
        text-align: center;
        padding: 20px 0;
    }
    #schedule1 .sec1 .scFeatItem .impCon {
        padding: 20px;
    }
    #schedule1 .sec1 .scFeatItem .fbox {
        flex-direction: column;
    }
    #schedule1 .sec1 .scFeatItem .fbox .tt,
    #schedule1 .sec1 .scFeatItem .fbox .cc {
        width: 100%;
        padding-left: 0;
    }
    #schedule1 .sec1 .scFeatItem .fbox .tt{
        margin-bottom: 10px;
    }
}


/* schedule3 */
#schedule3 .sec2 {
    background: url(../img/scd3_bg2.jpg) center center no-repeat;
    background-size: cover;
}
/* constItems */
.constItems .item {
    padding: 50px 35px;
    background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(247, 247, 247, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
@media (min-width:768px) {
    .constItems .item .txt {
        margin-top: 15px;
    }
}
@media (max-width:768px) {
    .constItems .item {
        padding: 30px 20px 20px;
    }
    .constItems .item img {
        width: 60px;
    }
}
/* walItem */
.walItem {
    display: inline-block;
}
.walItem .top span {
    display: inline-block;
    line-height: 1.2em;
    padding: 8px 20px;
    background-color: #005146;
}
.walItem .bt {
    position: relative;
}
.walItem .bt .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
@media (max-width:768px){
    .walItem .bt img {
        max-width: 75vw;
    }
}
/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: var(--main-color);
}

/* hisConBox */
.hisConBox {
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hisConBox .txt {
    width: calc(100% - 70px);
    padding-right: 15px;
}
.hisConBox .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #fff6f6;
    border-radius: 15px;
}
@media (max-width:768px){
    .hisConBox {
        padding: 30px 20px;
    }
    .hisConBox .icon {
        text-align: right;
    }
    .hisConBox .icon img {
        width: 40px;
        margin-top: 10px;
    }
}

/* numItem */
.numItem {
    display: flex;
    align-items: center;
    gap: 15px;
}
.numItem .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: .8em;
    color: #fff;
    background-color: var(--main-color);
}
.numItem .cc {
    width: calc(100% - 55px);
}

/* company2 */
.psItem {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.psItem .ii {
    width: 180px;
    background-color: #f7f7f7;
    border-radius: 10px;
    text-align: center;
}
.psItem .txt {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 180px);
    padding-right: 20px;
}
.psItem .txt .tt {
    width: 160px;
    padding-right: 20px;
}
.psItem .txt .tt .lined {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #b60005;
    margin-bottom: 15px;
}
.psItem .txt .cc {
    width: calc(100% - 160px);
}
@media (max-width:992px) {
    .psItem .txt {
        flex-wrap: wrap;
    }
    .psItem .txt .tt,
    .psItem .txt .cc {
        width: 100%;
    }
    .psItem .txt .cc {
        margin-top: 15px;
    }
}
@media (max-width:768px) {
    .psItem {
        flex-wrap: wrap;
        padding: 40px;
        border-radius: 10px;
    }
    .psItem .ii,
    .psItem .txt {
        width: 100%;
        padding-right: 9;
    }
    .psItem .ii {
        margin-top: 15px;
    }
    .psItem .ii img {
        max-width: 25vw;
    }
}
@media (max-width:500px) {
    .psItem {
        padding: 40px 20px;
    }
}

/* contBoxs */
.contBoxs .item {
    background-color: #f6f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    text-decoration: none;
    border-radius: 20px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.contBoxs .item.kakao {
    background-color: rgba(225, 228, 235, 0.2);
}
.contBoxs .item .icon {
    font-weight: 100;
    width: 80px;
    height: 80px;
    padding: 15px;
    background-color: rgba(182, 0, 6, 0.9) !important;
    border-radius: 50%;
    border: 1px solid #dd080f;
    box-shadow: 5px 5px 10px rgba(182, 0, 6, 0.2);
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (max-width:768px) {
    .contBoxs .item {
        padding: 20px 30px;
        border-radius: 7px;
    }
    .contBoxs .item .icon {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 60px);
    }
}