/* subTopSec */
.subTopSec {
    /* height: 580px; */
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
}
.subTopSec.gameTop {
    background: url(../img/gameTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.rulesTop {
    background: url(../img/rulesTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.cardsTop {
    background: url(../img/cardsTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.shopTop {
    background: url(../img/shopTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.newsTop {
    background: url(../img/newsTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.eventsTop {
    background: url(../img/eventsTop.jpg) center center no-repeat;
    background-size: cover;
}
.subTopSec.qnaTop {
    background: url(../img/qnaTop.jpg) center center no-repeat;
    background-size: cover;
}
/* .subTopSec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.2), rgba(0,0,0,1));
} */
.subTopSec .container {
    position: relative;
    z-index: 3;
}
@media (min-width:992px) {
    /* .subTopSec.gameTop {
        background: url(../img/gameTop_pc.jpg) center center no-repeat;
        background-size: cover;
    } */
    .subTopSec .huge {
        min-height: 143px;
    }
}
@media (max-width:992px) {
    .subTopSec.gameTop {
        background: url(../img/gameTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.rulesTop {
        background: url(../img/rulesTop.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.cardsTop {
        background: url(../img/cardsTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.shopTop {
        background: url(../img/shopTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.newsTop {
        background: url(../img/newsTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.eventsTop {
        background: url(../img/eventsTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .subTopSec.qnaTop {
        background: url(../img/qnaTop_m.jpg) center center no-repeat;
        background-size: cover;
    }
    .secTt {
        padding-top: 0px !important;
    }
    .subTopSec {
        height: auto;
        min-height: 450px;
        padding: 4rem 0;
        text-align: center;
    }
    .subTopSec.gameTop .rt img {
        width: 400px;
    }
    .subTopSec .fbox {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .subTopSec:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.5), rgba(0,0,0,1));
        display: none;
    }
    .subTopSec h1.dft {
        font-size: calc(100vw * (50 / 500));
    }
    .subTopSec .dft {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, .4);
    }
}

/* game */
#game .sec3 .game3_img {
    width: 700px;
}
@media (max-width:768px) {
    #game .sec2 .fbox > div {
        width: 100%;
    }
    #game .sec2 .fbox > .txt {
        padding-bottom: 20px;
    }
}

/* cardOverItem */
.cardOverItem {
    position: relative;
}
.cardOverItem .cardTxt > div {
    width: 100%;
}
@media (min-width:992px){
    .cardOverItem .cardTxt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, .8);
        display: flex;
        align-items: center;
        opacity: 0;
        border: 2px solid rgba(255, 255, 255, .3);
        border-radius: 15px;
    }
    .cardOverItem:hover .cardTxt {
        opacity: 1;
    }
}
@media (max-width:992px){
    .cardOverItem .cardTxt {
        margin-top: 15px;
    }
}
@media (max-width:768px){
    .cardOverItem {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
    .cardOverItem > img {
        width: 100px;
    }
    .cardOverItem .cardTxt {
        width: calc(100% - 100px);
        padding-left: 15px;
        margin-top: 0;
    }
}

/* htpItem */
.htpItem {
    display: block;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none !important;
}
.htpItem .top {
    padding: 20px;
}
.htpItem .bt {
    padding: 20px;
    background-color: rgba(255, 255, 255, .3);
}
@media (min-width:992px) {
    .htpItem:hover {
        border: 2px solid rgba(255, 255, 255, 1);
    }
    .htpItem:hover .bt {
        background-color: rgba(255, 255, 255, 1);
        color: #333 !important;
    }
}
@media (max-width:768px) {
    .htpItem {
        border-radius: 5px;
    }
    .htpItem .top {
        padding: 10px;
    }
    .htpItem .bt {
        padding: 10px;
    }
}

/* yt-vdo */
@media (max-width:992px) {
    .yt-vdo iframe {
        height: 450px !important;
    }
}
@media (max-width:768px) {
    .yt-vdo iframe {
        height: 300px !important;
    }
}

/* schCon */
.schCon {
    display: flex;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    padding: 5px 15px;
}
.schCon .ri-search-line {
    display: inline-block;
    width: 15px;
    color: #fff;
    text-align: center;
}
.schCon .form-control {
    width: calc(100% - 30px);
    border: 0px;
    background-color: transparent;
    color: #fff;
    font-size: inherit;
    padding-left: 20px;
}

/* sortTabs */
.sortTabs {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    text-align: center;
}
.sortTabs .tab-item {
    flex-basis: 20%;
    padding: 0 15px;
}
.sortTabs#deckList-tab .tab-item {
    flex-basis: 25%;
}
.sortTabs#specialCardList-tab .tab-item {
    flex-basis: 33.33333%;
}
.sortTabs .tab-item a {
    display: block;
    text-align: center;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.sortTabs .tab-item a:hover {
    border: 2px solid rgba(255, 255, 255, .3);
}
.sortTabs .tab-item.active a {
    background: rgba(255, 255, 255, .15);
    border: 2px solid rgba(255, 255, 255, .1);
}
.sortTabs .tab-item a .cnt {
    font-size: .7em;
}
@media (max-width:768px){
    .sortTabs {
        flex-wrap: wrap;
        margin: 0;
        gap: 8px;
    }
    .sortTabs .tab-item {
        padding: 0;
        flex-basis: auto !important;
    }
}
/* cardList-list */
#cardList-list .cardInfo {
    text-decoration: none;
    cursor: pointer;
}
@media (max-width:768px){
    #cardList-list  {
        margin: 0 -5px;
    }
    #cardList-list > li {
        padding: 5px;
    }
}

/*  */
#deckList-list {
    margin: 0 -15px;
}
#deckList-list .slick-slide {
    padding: 0 15px;
}
#deckList-list .slick-slide .deckItem {
    text-decoration: none;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, .2);
}
@media (max-width:992px){
    #deckList-list .slick-slide .deckItem .fbox .lft {
        width: calc(100% - 130px);
    }
    #deckList-list .slick-slide .deckItem .fbox .txt {
        width: 130px;
        padding-left: 25px;
    }
}
@media (max-width:768px){
    #deckList-list {
        margin: 0 -5px;
    }
    #deckList-list .slick-slide {
        padding: 0 5px;
    }
    #deckList-list .slick-slide .deckItem .fbox {
        flex-wrap: nowrap;
    }
    #deckList-list .slick-slide .deckItem .fbox .txt {
        padding-left: 15px;
    }
    #deckList-list .slick-slide .deckItem .btnWrp {
        flex-direction: row;
    }
}



/* pfProfs modal */
.card_select.pfProfs .modal-header .cls_btn2 {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 33px;
    width: 33px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border: 0px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}
.privacy.pfProfs .modal-dialog > div .modal-content {
    max-width: 800px;
    border-radius: 30px;
    background-color: #000;
    border: 2px solid rgba(255, 255, 255, .2);
    padding: 30px;
}
.privacy.pfProfs .modal-body {
    padding: 0;
}
.privacy.pfProfs .modal-body .fbox .img {
    width: 250px;
}
.privacy.pfProfs .modal-body .fbox .txt {
    width: calc(100% - 250px);
    padding-left: 25px;
}
.privacy.pfProfs .modal-body .fbox .txt .btCon {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 20px;
    padding-top: 20px;
}
.privacy.pfProfs .modal-body .fbox .txt .cardName {
    text-transform: capitalize;
}
@media (min-width:768px) {
    .privacy.pfProfs .modal-body {
        position: relative;
    }
    .privacy.pfProfs .modal-body .fbox {
        position: relative;
        z-index: 4;
    }
}
@media (max-width:768px) {
    .card_select.pfProfs .modal-header .cls_btn2 {
        right: 0px;
        top: 0px;
}
    .privacy.pfProfs .modal-dialog > div .modal-content {
        border-radius: 10px;
        padding: 15px;
    }
    .privacy.pfProfs .modal-body .fbox > div {
        width: 100%;
    }
    .privacy.pfProfs .modal-body .fbox .img {
        width: 100%;
    }
    .privacy.pfProfs .modal-body .fbox .img img {
        width: 50vw;
    }
    .privacy.pfProfs .modal-body .fbox .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .privacy.pfProfs .modal-body .fbox .btnWrp {
        flex-direction: row;
    }
    .privacy.pfProfs .modal-body .fbox .btnWrp .btnItem {
        min-width: auto;
        width: 100%;
        padding: 8px 0;
    }
}

/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}


/* shop-list */
#shop-list .shopInfo {
    display: block;
    text-decoration: none;
}
#shop-list .shopInfo .img {
    overflow: hidden;
}
#shop-list .shopInfo .img img {
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;    
}
#shop-list .shopInfo:hover .img img {
    transform: scale(1.1);
}


/* postTypeItem */
.postTypeItem {
    display:flex;
    border-radius: 15px;
    background-color: #000;
    border: 2px solid rgba(255, 255, 255, .2);
    text-decoration: none !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.postTypeItem:hover {
    border-color:rgba(255, 255, 255, .4);
}
.postTypeItem .thum {
    width: 440px;
}
.postTypeItem .txt {
    width: calc(100% - 440px);
    padding: 20px 30px;
}
.postTypeItem .txt sup {
    font-size: .7em;
}
@media (max-width:1200px){
    .postTypeItem {
        flex-wrap: wrap;
    }
    .postTypeItem .thum {
        width: 100%;
    }
    .postTypeItem .txt {
        width: 100%;
        padding: 20px;
    }
    .postTypeItem .txt .con {
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* paginationWrp */
#paginationWrp .pagination > li > a, 
#paginationWrp .pagination > li > span, 
#paginationWrp .pagination > li > a:hover, 
#paginationWrp .pagination > li > span:hover, 
#paginationWrp .pagination > li > a:focus, 
#paginationWrp .pagination > li > span:focus {
    color: #848484;
    font-size: 1.3em;
    background-color: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.2);
    padding: 8px 15px;
}
#paginationWrp .pagination > .active > a {
    color: #111;
    background-color: #fff !important;
    border-color: #fff;
}
@media (max-width: 496px) {
	#paginationWrp .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}
/* specialCard-list */
#specialCard-list .cardInfo {
    display: block;
    text-decoration: none;
    position: relative;
}
#specialCard-list .cardInfo .float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
#specialCard-list .cardInfo .num {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid #626262;
    background-color: #e23123;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#specialCard-list .cardInfo img {
    border-radius: 8px;
    /* box-shadow: 5px 5px 7px rgba(255, 255, 255, .2); */
}
#specialCard-list .cardInfo.ex img {
    /* box-shadow: 5px 5px 7px rgba(255, 255, 255, .1); */
}


/* faq */
#qnaWrp .qnaItem {
    position: relative;
    margin-top: 15px;
}
#qnaWrp .qnaItem:last-child {
    border-bottom-width: 2px;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 20px;
}
#qnaWrp .qnaItem .qna_a {
    border: 2px solid rgba(255, 255, 255, .2);
    border-top: 0px;
}
#qnaWrp .qnaItem .qna_q {
    padding: 20px 60px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 0;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    transform: rotate(180deg);
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#qnaWrp .qnaItem .qna_q .actBtn,
#qnaWrp .qnaItem .qna_q .qTxt{
    margin-bottom: 0px;
}
#qnaWrp .qnaItem .qna_q h4,
#qnaWrp .qnaItem .qna_q .actBtn,
#qnaWrp .qnaItem .qna_q .qTxt{
    color: #666;
}
#qnaWrp .qnaItem.act .qna_q {
    background-color: #444243;
    border-radius: 8px 8px 0 0;
}
#qnaWrp .qnaItem.act .qna_q h4,
#qnaWrp .qnaItem.act .qna_q .actBtn,
#qnaWrp .qnaItem.act .qna_q .qTxt{
    color: #fff;
}
@media (max-width:768px){
    #qnaWrp .qnaItem .qna_q {
        padding: 15px 40px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h4 {
        left: 15px;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        background-size: 10px !important;
    }
}
/* locationOuter */
#locationOuter {
    display: flex;
}
#locationOuter .lft {
    width: 400px;
}
#locationOuter .lft .top {
    padding: 20px;
    padding-top: 60px;
}
#locationOuter .lft .selectLoc {
    display: flex;
    margin: 0 -5px;
}
#locationOuter .lft .selectLoc > .dft {
    flex-basis: 50%;
    padding: 0 5px;
}
#locationOuter .lft .selectLoc .form-control {
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    padding: 5px 15px;
    background-color: transparent;
    color: #fff;
    font-size: inherit;
    height: 50px;
}
#locationOuter .rt {
    width: calc(100% - 400px);
}
@media (max-width:768px) {
    #locationOuter {
        flex-wrap: wrap;
    }
    #locationOuter .lft,
    #locationOuter .rt {
        width: 100%;
    }
    #locationOuter .lft .top {
        padding: 15px;
        padding-top: 40px;
    }
    #locationOuter .lft .selectLoc .form-control {
        height: 45px;
    }
}

/* locList */
#locList {
    height: calc(100vh - 185px) !important;
    overflow-y: auto;
}
#locList::-webkit-scrollbar {
    margin: 0;
    padding: 0;
    width: 6px; 
}
#locList::-webkit-scrollbar-button {
    height: 0;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all; 
}
#locList::-webkit-scrollbar-corner {
    background-color: #111; 
}
#locList::-webkit-scrollbar-thumb {
    background: rgba(122, 122, 122, 0.7); 
    border: 1px solid #000; 
}
#locList::-webkit-scrollbar-thumb:hover, 
#locList::-webkit-scrollbar-thumb:active {
    background: rgba(122, 122, 122, 0.9); 
}
#locList::-webkit-scrollbar-track {
    background-color: #111;
    border-radius: 0;
    border: 0; 
}
#locList::-webkit-scrollbar-track:hover, 
#locList::-webkit-scrollbar-track:active {
    background: #111; 
}
#locList .locItem {
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    padding: 15px;
    min-height: 180px;
    cursor: pointer;
}
#locList .locItem > div {
    width: 100%;
}
#locList .locItem .dft {
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#locList .locItem:hover .dft {
    color: #ffea05 !important;
}
@media (max-width:768px) {
    #locList {
        height: 200px !important;
        overflow-y: auto;
    }
    #locList .locItem {
        padding: 20px 15px;
        min-height: auto;
    }
}
/* mapbox */
.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: 100vh !important;
}
.mapbox .cont {
    display: none !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* hd_cons */
.hd_cons .symTxt {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hd_cons .symTxt.txt img{
    
    border: 1px solid;
}
@media (min-width:768px) {
    .hd_cons {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width:768px) {
    .hd_cons {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .hd_cons strong img  {
        height: 17px;
    }
}

/* contactForm */
.contactForm .fTit {
    margin-bottom: 20px !important;
    position: relative;
}
.contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    gap: 5px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 600;
    margin: 0;
}
.contactForm .radio-custom-wrp,
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 45px;
    margin-top: 12px;
}
.contactForm .radio-custom-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contactForm .radio-custom-wrp .radio-custom,
.contactForm .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 4px;
    border: 1px solid #d0d4dd ;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
    height: auto;
    padding: 10px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.6rem;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
    display: inline;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}
.contactForm .btnWrp .btnItem {
    justify-content: center;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm ul li {
        margin: 40px 0;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .radio-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .contactForm .radio-custom-wrp {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
        height: auto;
    }
}

/* contBoxs */
.contBoxs {
    padding: 3rem 5rem;
    background-color: #222;
    border-radius: 20px;
}
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
    padding: 20px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:768px) {
    .contBoxs {
        padding: 3rem 2rem;
        border-radius: 10px;
    }
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}

/* radioExtra */
.radioExtra {
    display: flex;
    align-items: center;
    gap: 8px;
}
.radioExtra .form-control {
    width: 70px;
    margin: 0px !important;
}

/* borderRadius */
.borderRadius {
    border-radius: 15px;
}

/* deptList */
.deptList .c {
    display: flex;
}
.deptList .c .tt {
    width: 20px;
    font-weight: 600;
}
.deptList .c .cc {
    width: calc(100% - 20px);
}


/* aLink */
.text-light .aLink {
    color: #fff;
    text-decoration: underline;
}

/* shop_view */
#shop_view .shop_view_top {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#shop_view .shop_view_top .shp_info_item {
    display: flex;
    align-items: flex-start;
}
#shop_view .shop_view_top .shp_info_item .hd {
    width: 80px;
    font-weight: 600;
}
#shop_view .shop_view_top .shp_info_item .con {
    width: calc(100% - 80px);
}
@media (max-width:768px) {
    #shop_view .shop_view_top .fbox .txt {
        margin-top: 20px;
    }
}
@media (max-width:500px) {
    #shop_view .shop_view_top .shp_info_item .hd {
        width: 60px;
    }
    #shop_view .shop_view_top .shp_info_item .con {
        width: calc(100% - 60px);
    }
}