﻿/*구글 웹 폰트*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/*
font-family: 'Lato', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*
font-family: 'Raleway', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
font-family: 'Open Sans', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*
font-family: 'Roboto', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);


/*.ng-font {
    font-family: 'Nanum Gothic', 돋움;*/ /* 웹 폰트 지정 */
/*}

p {
    font-size: 30px;
}

@font-face {
    font-family: 'SCDream';
    src: url(~/font/SCDream1.otf) format("otf"), url(~/font/SCDream2.otf) format("otf"), url(~/font/SCDream3.otf) format("otf");
}*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*font-family: 'SCDream','Roboto Slab','Nanum Gothic', serif;*/
/*    font-size: 0.85rem;*/
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 

.dl-horizontal dt {
    white-space: normal;
}
    */

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
*/

a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
    color: #000000;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bg-admin {
    background-image: url('../Images/bg_admin.jpg');
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
}

.wrap {
    position: relative;
}

.wrap-content {
    position: absolute;
}

.font-min {
    font-size: 0.75em;
}

.font-small {
    font-size: 0.85em;
}

.font-normal {
    font-size: 1.0em;
}

.font-big {
    font-size: 1.75em;
}

.font-bold {
    font-weight: bold;
}

.font-banner {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 2em;
}

.font-banner-text {
    font-size: 1.2em;
}

.font-title-alert {
    font-size: 1.0em;
    font-weight: bold;
}

.font-goods-name {
    font-size: 1.4em;
    font-weight: bold;
}

.font-goods-name-sub {
    font-size: 1.2em;
    font-weight: bold;
    color: gray;
}

.font-goods-price {
    font-size: 1.2em;
    font-weight: bold;
}

.font-price {
    font-size: 1.0em;
    font-weight: normal;
}

.font-price-big {
    font-size: 1.0em;
    font-weight: bold;
}

.font-qty{
    font-size: 1.2em;
    font-weight: bold;
}

.font-goods-volumn {
    font-size: 1.0em;
    font-weight: normal;
}

.font-goods-sub {
    font-size: 1.0rem;
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.font-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

.font-title-item {
    font-size: 1.5em;
    font-weight: bold;
    color: #637ad1;
    margin-top: 2rem;
}

.font-title-text {
    font-size: 1.0em;
    color: #000000;
    padding-bottom: 2em;
}

.input-file-button {
    padding: 6px 25px;
    background-color: #FF6600;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.insert {
    padding: 20px 30px;
    display: block;
    width: 600px;
    margin: 5vh auto;
    height: 90vh;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file-list {
/*    width: 100%;
    height: 200px;*/
    overflow: auto;
    //border: 1px solid #989898;
    padding: 10px;
}

.file-list .filebox p {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.file-list .filebox .delete i {
    color: #ff5353;
    margin-left: 1px;
}

#multiple-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.image-preview {
    display: block;
    width: 100%;
}

.image-label {
    position: relative;
    bottom: 22px;
    left: 5px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.text-orange {
    color: #ff6a00;
}

.text-gray {
    color: #808080;
}

.text-orange {
    color: #ff6a00;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-no {
    font-size: 1em;
    line-height: 1.5em;
}

.cursor-link {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.default-height {
    min-height: 600px;
}

.default-height-mobile {
    min-height: 400px;
}

.default-height-s {
    min-height: 50px;
}

.w-10 {
    width: 10% !important;
}

.alert-title {
    color: #FFFFFF;
    background-color: #250056;
    border-color: #FFE8FF;
}

.bg-gray-light {
    background-color: #888888;
}

.bg-gray {
    background-color: #808080;
}

.bg-content {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.display-hide {
    display: none;
}

.subject {
    background: #888888;
    color: #ffffff;
    width: 20%;
}

.btn {
    /*    background: #444444;*/
    border: none;
}

.panel-collapse > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f0d8";
}

.panel-collapse > a.collapsed:before {
    float: right !important;
    content: "\f0d7";
}

.filebox label {
    margin: 0px 5px 0px 5px;
    padding: 0px 3px 0px 3px;
    vertical-align: middle;
    cursor: pointer;
    /*
    display: inline-block;
    padding: .5em .75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    background-color: #fdfdfd;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;*/
}

.filebox input[type="file"] { /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sections {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

#header .top_header {
    min-height: 40px;
    background: #FBFBFB;
    border-bottom: 2px solid #F2F2F2;
    padding-top: 10px;
}

/*Footer*/

#footer {
    /*min-height: 100px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    color: #888888;
    font-size: 12px;
}

#footer .copyright,
#footer .designer {
    /* padding-top: 10px;*/
    /*    font-size: 12px;*/
}

#footer .copyright p {
    text-align: left;
}

#footer .designer p {
    text-align: right;
}

#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
    /*    font-size: 12px; */
    font-family: 'Open Sans', sans-serif;
    padding-left: 3px;
}

.carousel-item {
    /*    height: 65vh;
    min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}


.col-2 {
    float: left;
    position: relative;
    width: 50%;
}

.bestbox {
    padding: 10px 0;
    background-color: #f4f4f4;
}

.besticon {
    position: relative;
    background: #393a3c;
    margin-left: -6px;
    width: 40%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
}

.besticon:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.wrap-goods {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 800px;
    min-width: 300px;
    margin: auto;
}

.container-goods {
    max-width: 970px;
}

.container-goods img {
    display: block;
    margin: auto;
}

.pinkbox {
    width: 100%;
}

.pink {
    color: #d59bac;
}

.pinkbox .mid {
    background-image: url(../images/textfield-pinkbox-1-mid.gif);
    background-repeat: repeat-y;
    padding-left: 17px;
    padding-right: 17px;
    background-size: contain;
    background-position: center center;
    min-height: 86px;
    text-align: center;
}

.text-la {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4em;
}

.counters {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 800px;
    margin-top: 0.6em;
}

.counter {
    margin: -10px 5px 0px 0px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    font-family: "Arial Black", sans-serif;
}

.d-box {
    border-left: 1px solid #CCC;
    padding-left: 5px;
    margin: 10px 0px 15px 5px;
}

.d-box p {
    margin: 5px 0;
}

/* 결제창 오버레이 표시 */
.inipay_modal .fade:not(.show) {
    opacity: 1 !important;
}

#inicisModalDiv {
    opacity: 1 !important;
}


.myinfo-col-12 {
    /* font-family: "Nanum Gothic", sans-serif; */
    font-size: 0.9em;
    color: black;
    width: 100%;
}
.padding-bottom-2x {
    padding-bottom: 200px;
}
.padding-bottom-2x {
    padding-bottom: 48px !important;
}
.padding-top-2x {
    padding-top: 48px !important;
}
.mypage-col-4 {
    /* font-family: "Nanum Gothic", sans-serif; */
    width: 30%;
    padding: 5px;
    font-size: 0.9em;
    margin: auto;
    text-align: center;
    border: 5px solid #eaeaea;
    display: inline-block;
    min-height: 150px;
    position: relative;
    display: inline-table;
}

.mypage-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eaeaea;
    border: 2px solid #fff;
    height: 40px;
    padding-top: 8px;
}
