
@charset "utf-8";

@font-face {
    font-family: 'NanumBarunpenB';
    src:url('../fonts/NanumBarunpenB.otf') format('woff'),
		url('../fonts/NanumBarunpenB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumBarunpenR';
    src:url('../fonts/NanumBarunpenR.otf') format('woff'),
		url('../fonts/NanumBarunpenR.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumBarunGothic';
    src:url('../fonts/NanumBarunGothic.otf') format('woff'),
		url('../fonts/NanumBarunGothic.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumBarunGothicBold';
    src:url('../fonts/NanumBarunGothicBold.otf') format('woff'),
		url('../fonts/NanumBarunGothicBold.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumBarunGothicLight';
    src:url('../fonts/NanumBarunGothicLight.otf') format('woff'),
		url('../fonts/NanumBarunGothicLight.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumBarunGothicUltraLight';
    src:url('../fonts/NanumBarunGothicUltraLight.otf') format('woff'),
		url('../fonts/NanumBarunGothicUltraLight.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareB';
    src:url('../fonts/NanumSquareB.otf') format('woff'),
		url('../fonts/NanumSquareB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareEB';
    src:url('../fonts/NanumSquareEB.otf') format('woff'),
		url('../fonts/NanumSquareEB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareL';
    src:url('../fonts/NanumSquareL.otf') format('woff'),
		url('../fonts/NanumSquareL.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareOTF_acB';
    src:url('../fonts/NanumSquareOTF_acB.otf') format('woff'),
		url('../fonts/NanumSquareOTF_acB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareOTF_acEB';
    src:url('../fonts/NanumSquareOTF_acEB.otf') format('woff'),
		url('../fonts/NanumSquareOTF_acEB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareOTF_acL';
    src:url('../fonts/NanumSquareOTF_acL.otf') format('woff'),
		url('../fonts/NanumSquareOTF_acL.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareOTF_acR';
    src:url('../fonts/NanumSquareOTF_acR.otf') format('woff'),
		url('../fonts/NanumSquareOTF_acR.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareR';
    src:url('../fonts/NanumSquareR.otf') format('woff'),
		url('../fonts/NanumSquareR.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareRoundOTFB';
    src:url('../fonts/NanumSquareRoundOTFB.otf') format('woff'),
		url('../fonts/NanumSquareRoundOTFB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareRoundOTFEB';
    src:url('../fonts/NanumSquareRoundOTFEB.otf') format('woff'),
		url('../fonts/NanumSquareRoundOTFEB.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareRoundOTFL';
    src:url('../fonts/NanumSquareRoundOTFL.otf') format('woff'),
		url('../fonts/NanumSquareRoundOTFL.otf') format('woff2');
} 

@font-face {
    font-family: 'NanumSquareRoundOTFR';
    src:url('../fonts/NanumSquareRoundOTFR.otf') format('woff'),
		url('../fonts/NanumSquareRoundOTFR.otf') format('woff2');
} 




hr {display:none}
form, fieldset {border:0 none}
html,body {border:0 none;width:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
ul,ol,li,dl,dt,dd,table,th,td {font-weight:normal;text-align:left;line-height:100%;}
ul,ol,li {list-style:none;}
a {text-decoration:none; color:#333333;}
a,img,input.type-image {border:0 none}
a:hover {text-decoration: none;}
table {border:0;border-spacing:0;border-collapse:collapse}
em {font-style:normal}

body,h1,h2,h3,h4,input,button {font-family: NanumBarunGothicLight,Helvetica,sans-serif;font-size:14px; color: #000000;}


/*login*/

.content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.search-img {
    display: inline-block; 
    float: left;
}

#top-menu_login, #top-menu {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#top-menu_login ul {
    text-align: right;
}

#top-menu_login li {
    display: inline-block;
}

#top-menu ul {
    text-align: right;
}

#top-menu li {
    display: inline-block;
}

#top-logo-img {
    width: 300px;
    height: 50px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    margin: 15px auto;
}

.container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 600px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img-wrapper {
    flex: 2;
    height: 679px;
}

.login-wrapper {
    flex: 1;
    border-left: 1px solid #ccc;
    background-color: #d1e0f2;
}

.login-wrapper h2 {
    text-align: center;
    margin-top: 100px;
    font-size: 25px;
    font-weight: bold;
}

#loginfrm {
    margin: 15px;
}

.login-wrapper input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 13px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	color:white;
}

.login-find ul {
    text-align: center;
}

.login-find li {
    display: inline-block;
    color: #003065;
    font-weight: bold;
}

.ment li {
    text-align: center;
    color: #003065;
    font-weight: bold;
	margin:10px 0;
}

.bottom {
    
}

.bottom-menu {
    width: 100%;
    text-align: center;
	font-size:16px;
    margin-top: 30px;
    background-color: #004898;
}

.bottom-menu ul {
    text-align: center;
    padding: 3px 0;
}

.bottom-menu li {
    display: inline-block;
    margin: 5px 0;
    color: white;
}

.bottom-text {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.bt-img {
    background: url(../img/logo_b.png) no-repeat center center;
    background-size: contain;
    flex: 1;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 50px;
    margin: 25px 40px;
}

.bt-txt {
    flex: 2;
}

.bt-txt li {
    margin: 10px 0;
}

@media (max-width: 992px) {
    .container {
        flex-direction: column;
        border: none;
    }

    .img-wrapper {
        display: none;
    }

    .login-wrapper {
        width: 100%;
        max-width: 600px;
        margin: auto;
        border: 1px solid #ccc;
        padding-bottom: 50px;
        border-radius: 5px;
    }

    .login-wrapper h2 {
        margin-top: 30px;
    }

    .bottom-text {
        flex-direction: column;
    }

    .bt-txt {
    margin: auto;
    }

    .bt-img {
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #top-logo-img,
    .bt-img {
        width: 200px;
        height: 40px;
    }

    .login-wrapper {
        max-width: 480px;
    }

    .login-wrapper h2 {
        font-size: 18px;
    }

    .bottom-menu li,
    .login-find li {
        display: inline-block;
        margin: 5px 0;
    }

    .bt-txt li {
        font-size: 12px;
    }

}



/*provision*/

.pro-form {
    margin: auto;
    width: 100%;
    max-width: 480px;
}

.join-button {
    text-align: center;
}

#join {
    margin: 10px 0;
    padding: 13px 100px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #376092;
    color: white;
    font-size: 16px;
}

.provision-box {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.provision {
}

.pro-title {
    margin: 40px 0 5px 38px;
}

.pro-txt { 
    margin: auto; 
    width: 95%; 
    height: 300px; 
    border: 1px solid black;
}

.pro-check {
    float: right;
    margin: 10px 40px 0 0;
    display: flex;
}

.pro-check input {
    margin-right: 3px;
}

.phone-num {
    padding-top: 30px;
}

.phone-num ul{
    text-align: center;
}

.phone-num li{
    display: inline-block;
}

#join-btn {
    margin: 50px 0 30px 0;
    text-align: center;
}

#join-btn input {
    padding: 10px 80px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #376092;
    color: white;
    font-size: 16px;
}


/*join*/

.join-form {
    margin: auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #e5f1ff;
    border-radius: 5px;
}

.join-box {
    text-align: left;
    margin: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 5px;
}

.join-subtxt {
    margin: 20px 0;
    color: #003065
}

.join-tit {
    display: flex;
    align-items: center;
    margin: 15px 5px;
}

.join-tit p {
    flex: 1;
}

.join-txt {
    flex: 2;
    padding: 5px 10px;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
}


/*find*/

.find-subtxt {
    text-align: center;
    margin: 10px 0 50px 0;
    color: #003065;
}



/*main*/

.main-search {
    align-items: center;
    width: 100%;
    max-width: 1200px;
    position: relative;
	height:90px;
}

.search-box {
    white-space: nowrap;
    position: relative;
    width: 400px;
	left: 400px;
}

.search-box input {
    width: 100%;
    max-width: 400px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #a9a9a9;
    margin: 25px ;
	padding: 0 25px;
	left:0px;
	position:absolute;

}

.search-btn {
    position: absolute;
    right: -10px;
    top: 30px;
    background-color: white;
    border: none;
    border-radius: 15px;
}

.main-box {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.mid-menu {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    font-size: 16px;
    margin: auto;
}

.accordion-header {
    padding: 10px 40px;
    white-space: nowrap;
    background-color: #27314a;
    color: white;
    display: flex;
    align-items: center;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
}

.accordion-content ul {
    background-color: white;
}

.accordion-content ul li {
    padding: 10px;
}

.semo {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0px 10px;
    border-color: white transparent transparent transparent;
    margin-left: 10px;
}

.sub-menu {
    white-space: nowrap;
    padding: 10px;
    margin-left: 10px;
}

.sub-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.sub-menu li {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
}

.main-con {

}

.main-banner {
    width: 100%;
    max-width: 2000px;
    height: 500px;
    margin: auto;
}

.event-banner {
    width: 1200px;
    height: 300px;
    background: url(../img/banner2.avif) no-repeat center center;
    margin: 10px auto;
}

.sub-event-banner {
    width: 1200px;
    height: 300px;
    margin: 10px auto;
    display: flex;
}

.sub-banner {
    width: 50%;
    height: 300px;
    flex: 1;
}

.sub-banner img {
    width: 100%;
    height: 100%;
    flex: 1;
}

.product {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.product-title {
    text-align: center;
    margin: 30px 0;
    font-family: 'NanumSquareB';
    font-size: 25px;
    border-bottom: 2px solid #27314a;
    padding: 25px 0;
    font-weight: bold;
}

.pro-tit {
    margin: 30px 0;
    font-size: 30px;
    text-align: center;
    font-family: 'NanumSquareB';
    border-bottom: 2px solid #27314a;
    padding: 15px 0;
    font-weight: bold;
}

.pro-list {
    display: flex;
    flex-wrap: wrap;
}

.product-box {
    width: 23%;
    border-radius: 5px;
    margin: 0 0 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.product-img {
    margin: 10px;
	border-radius: 5px;
}

.product-img img {
    width: 100%;
}

.product-box p {
    margin: 10px;
}

.product-tit {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #27314a;
    padding: 10px 0;
    font-family: 'NanumSquareB';
}

.pro-ex {
    color: #777;
}

.product-price {
    color: #be0000;
}

.hamburger {
    display: none;
}

@media (max-width: 992px) {
    #top-logo-img {
        margin: 30px;
        width: 100%;
        min-width: 300px;
    }
    
    .product-box {
        width: 40%;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 0 0 20px 50px;
    }

    .search-box {
        width: 350px;
    }

    .search-box input {
        width: 100%;
        max-width: 335px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #a9a9a9;
        margin: 35px;
    }
    .search-btn {
        top: 40px;
    }
}

@media (max-width: 576px) {
    .search-img {
        margin: auto;
        float: none;
        width: 100%;
    }

    #top-logo-img {
        margin: 25px 0;
        width: 100%;
        min-width: 300px;
    }
    
    .product-box {
        width: 44%;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 0 10px 20px 10px;
    }
	
	.pro-tit{
		font-size:20px;
	}
    .side-search-box input {
        width: 100%;
        max-width: 400px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #a9a9a9;
    }
    .side-search-box {
        white-space: nowrap;
        position: relative;
        width: 100%;
    }

    .side-search-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: white;
        border: none;
        border-radius: 15px;
    }

    .search-box {
        display: none;
    }

    .event-banner {
        display: none;
    }

    .sub-event-banner {
        display: none;
    }
    
    .accordion-item {
        display: none;
    }

    .sub-menu {
        display: none;
    }

    .sub-intro {
        display: none;
    }

    #top-menu {
        display: none;
    }

    .hamburger {
        display: inline-block;
        margin: 35px 0 0 auto;
	    position: absolute;
    }

	.accordion-header {
		padding: 18px 40px;
	}

    #check_box {
        display: none;
    }

    #check_box + label {
        position: relative;
        display: block;
        width: 60px;
        height: 40px;
        cursor: pointer;
    }

    #check_box + label > span {
        position: absolute;
        display: block;
        width: 60%;
        height: 3px;
        background: #494949;
        border-radius: 5px;
        transition: all 300ms;
        margin: 0px 20px;
    }

    #check_box:checked + label > span:nth-child(1) {
        top: 50%;
        transform: translate(0, -50%);
        transform: rotate(45deg);
        background: #ffffff;
    }

    #check_box + label > span:nth-child(2) {
        top: 50%;
        transform: translate(0, -50%);
    }

    #check_box:checked + label > span:nth-child(2) {
        opacity: 0;
    }

    #check_box + label > span:nth-child(3) {
        bottom: 0;
    }

    #check_box:checked + label > span:nth-child(3) {
        top: 50%;
        transform: translate(0, -50%);
        transform: rotate(-45deg);
        background: #ffffff;
    }

    #check_box + label {
        position: relative;
        display: block;
        width: 50px;
        height: 20px;
        cursor: pointer;
        z-index: 2;
    }

    #check_box:checked + label {
        left: 0;
    }

    #side_menu {
        position: fixed;
        width: 80%;
        height: 100%;
        background-color: #141a28;
        left: -80%;
        transition: all 300ms;
        z-index: 1;
        top: 0px;
        padding: 60px 20px 20px 20px;
        box-sizing: border-box;
    }

    #side_menu li {
        padding: 10px 0;
    }

    #side_menu a {
        color: black;
        font-weight: bold;
        font-size: 18px; 
    }

    #check_box:checked + label + #side_menu {
        left: 0;
    }
    .main-box {
        background-color: #fff;
    }
    
    .product-title {
        font-size: 20px;
    }

    .product-box p {
        font-size: 14px;
    }

    .pro-tit {
        margin-top: 0;
    }


	#side_menu .collapse-inner .collapse-item {
	  padding: 0.5rem 1rem;
	  margin: 0 0.5rem;
	  display: block;
	  color: #3a3b45;
	  text-decoration: none;
	  border-radius: 0.35rem;
	  white-space: nowrap;
	  font-size: 14px;
	  color: #3f3f3f;
	}
}

@media (max-width: 400px) {

}



/*sub-page*/

.sub-nav {
    width: 1200px;
    margin: auto;
}

.nav-menu {
    padding: 10px;
}

.nav-menu li {
    display: inline-block;
    margin-right: 10px;
}

.div_sub-title {
	width:100%;
	margin:auto;
}

.sub-title {
	font-weight: bold;
    width: 100%;
    max-width: 1200px;
    margin: auto;
	padding: 10px 20px;
	color:black;
}

.sub-con {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;         
    overflow-x: auto;            
    -webkit-overflow-scrolling: touch; 
    gap: 20px;
	padding:10px;
	color:black;
}

.sub-con::-webkit-scrollbar {
    display: none;                  
}

.circle {
    flex: 0 0 auto;   
    width: 100px;
    height: 100px;
    background-color: #f8f1e7;
    border-radius: 50px;
    margin-top: 10px;
}

.circle-img img{
    width: 100%;
    height: 100%;
}

.circle p {
    text-align: center;
    margin-top: 10px;
}

.more {
    text-align: center;
}

.more button {
    padding: 10px 70px;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .circle {
        width: 80px;
        height: 80px;
    }

    .circle p {
        font-size: 13px;
        font-weight: bold;
    }
}

@media (max-width: 576px) {

}


/*detail*/

.detail {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.detail-img {
    flex: 1;
    display: flex;
    align-items: center;
}

.detail-img-box {
    width: 90%;
    height: 90%;
    margin: auto;
    max-height: 650px;
}

.detail-img-box img {
    width: 540px;
    height: 540px
}


.detail-txt {
    flex: 1;
}

.detail-txt-box {
    margin: 10px 30px;
    font-size: 16px;
	color: black;
}

.detail-txt-box p {
    padding: 24px;
}

.detail-txt-box .count {border:1px solid #aaaaaa;width:83px;height: 25px;position:relative;float:left}
.detail-txt-box .count .prd_num {position:absolute;top:0;left:23px;width:35px;height: 23px;text-align:center;border:none 0;border-left:1px solid #aaaaaa;border-right:1px solid #aaaaaa;line-height:12px;font-size:12px;}
.detail-txt-box .count .btn_p_plus {position:absolute;top: 12px;left: 7px;display:inline-block;width: 25px;height: 25px;font-size: 15px;line-height:0}
.detail-txt-box .count .btn_p_minus {position:absolute;top: 12px;right: -9px;display:inline-block;width: 25px;height: 25px;font-size: 15px;line-height:0}

.shopping-list .count {border:1px solid #aaaaaa;width:83px;height: 25px;position:relative;}
.shopping-list .count .prd_num {position:absolute;top:0;left:23px;width:35px;height: 23px;text-align:center;border:none 0;border-left:1px solid #aaaaaa;border-right:1px solid #aaaaaa;line-height:12px;font-size:12px;}
.shopping-list .count .btn_p_plus {position:absolute;top: 12px;left: 7px;display:inline-block;width: 25px;height: 25px;font-size: 15px;line-height:0}
.shopping-list .count .btn_p_minus {position:absolute;top: 12px;right: -9px;display:inline-block;width: 25px;height: 25px;font-size: 15px;line-height:0}

.buy {
    display: flex;
    padding: 20px 24px;
}

.buy-btn {
    width: 20px;
    border: 1px solid #777;
    background-color: #fff;
}

.buy-count {
    width: 20px;
    border: 1px solid #777;
    text-align: center;
}

.detail-btn {
    margin: 50px 0px;
    white-space: nowrap;
}

.detail-ex {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.ex-tit {
    display: flex;
}

.ex-box {
    border:1px solid #27314a;
    padding: 10px 40px;
    border-bottom: none;
    font-size: 16px;
	color:black;
}

.ex-tit .on {
	background-color: #27314a;
	color:white;
}

.ex-under {
    width: 100%;
    min-height: 500px;
    border: 1px solid #27314a;
	padding:49px 49px;
}
.ex-under img{width:100%}

@media (max-width: 992px) {

    .detail-img-box {
        width: 90%;
        height: 80%;
        margin: auto;
        max-height: 650px;
    }

	.detail-img-box img {
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 576px) {

    .detail {
        display: inline;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

	.detail-img-box img {
		width: 100%;
		height: 100%
	}

	.ex-under {
		padding:2px 2px;
	}
}

/*mypage*/



.mypage {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.mypage-con {
    display: flex;
	min-height:500px;
}

.left_menu {
    flex: 1;
    height: 100%;
    padding: 5px 20px;
    font-family: 'NanumBarunGothicUltraLight';
    background-color: #f7f7f7;
    min-width: 220px;
}

.left_menu li {
    padding: 10px 0;
}

.box_tit {
    font-size: 22px;
    color: #27314a;
    border-bottom: 3px solid #27314a;
    font-weight: bold;
	margin-bottom: 10px;
}

.box_stit {
    font-size: 18px;
    font-weight: bold;
	color: #0076c0;
}

.box_txt {
    font-size: 16px;
    color: #414141;
}

.mypage-box {
	width:100%;
}

.page-table {
    margin: 0 0 0 20px;
	width:100%;
}

.page-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
	color:black;
}

.small-menu {
    display: none;
}

.nopadding{
	padding : 0;
}
@media (max-width: 576px) {
	.page-table{
	    margin: 0 10px;
	}
}


@media (max-width: 992px) {

    .small-menu {
        display: inline-block;
        margin: auto;
    }

    .left_menu {
        display: none;
    }
    .small-menuu {
        width: 100%;
        max-width: 900px;
        height: 40px;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;         
        overflow-x: auto;            
        -webkit-overflow-scrolling: touch; 
        gap: 20px;                    
        padding: 20px 0;
        -webkit-overflow-scrolling: touch;
    }

    .left_menu li {
        float: left;
        margin-top: 3px;
    }

    .left_menu li:nth-child(1){
        display: none;
    }

    .sub-nav {
        display: none;
    }

    .mypage-box {
        width: 100%;
    }


}

@media (max-width: 576px) {

    .page-title {
		margin-top:20px;
        font-size: 20px;
    }

    .page-list td {
        border: 1px solid #ccc;
        padding: 10px 5px ;
        border-left: none;
        border-right: none;
        font-size: 14px;
    }

    .page-list col:nth-child(1) {
        width: 30%;
    }

    .page-list col:nth-child(2) {
        width: 70%;
    }

    .order-list col:nth-child(1) {
        width: 30%;
    }

    .order-list col:nth-child(2) {
        width: 70%;
    }

    .left_menu li {
        font-size: 14px;
    }

}


/*pay*/

.pay {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.pay-table {
    font-family: 'NanumBarunGothicUltraLight';
}

.table-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.table_list {
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;    
}

.table_list td {
    border: 1px solid #ccc;
    padding: 10px;
    border-left: none;
}

.checkbox-txt {
    margin-right: 10px;
}

.checkbox-txt input {
    margin-right: 5px;
    vertical-align: middle;
}

.table-title2 {
    margin-bottom: 10px;
    margin-top: 60px;
    font-weight: bold;
}

.table_list2 {
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;  
}

.table_list2 td {
    border: 1px solid #c6c6c6;
    padding: 15px 10px;
    border-left: none;
    border-right: none;
}

.tb-tit {
    background-color: #f7f7f7;
    font-weight: bold;
}

/*shopping*/

.shopping-list {
    width: 100%;
}


.shopping-list td {
    border: 1px solid #27314a;
    padding: 15px 10px;
    border-left: none;
    border-right: none;
    text-align: center;
}

.shopping-list th {
    background-color: #f7f7f7;
    border-top: 1px solid #27314a;
    border-bottom: 1px solid #27314a;
    padding: 10px 0;
    text-align: center;
}

.shopping-list img {
    width: 60px;
    height: 60px;
}

/*order*/

.order-list {
    width: 100%;
    border-top: 1px solid #27314a;
}


.order-list th {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7;
    text-align: center;
}

.order-list td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    border-left: none;
    border-right: none;
}

/*table*/
.page-list {
    width: 100%;
    border-top: 1px solid #27314a;
}

.page-list td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-left: none;
    border-right: none;
}

.page-list th {
    border: 1px solid #ccc;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7;
    text-align: center;
}

.num {
    display: flex;
    margin-left: 50px;
}

.num-count {
    width: 20px;
    border: 1px solid #777;
    text-align: center;
}

.num-btn {
    width: 20px;
    border: 1px solid #777;
    background-color: #fff;
}

.shop-btn {
    border: 1px solid #777;
    background-color: #fff;
    padding: 5px 10px;
}


/*order*/

.order_list {

}

.order-tit {
    margin: 60px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.o_list {
    width: 900px;
    
}

.o_list th {
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    background-color: #f7f7f7;
    padding: 15px 0;
    text-align: center;
}

.o_list td {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}

.order-text {
    text-align: left; padding-left: 20px;
}

.ord_btn {
    background-color: #fff;
    border: 1px solid #777;
    padding: 3px 5px;
    border-radius: 5px;
}


/*writing*/


.writing-btn {
    text-align: center;
    margin-top: 30px;
}

.writing-btn button {
    width: 140px;
    padding: 10px;
    margin: 0 20px;
    background-color: #fff;
    border: 1px solid #777;
    font-weight: bold;
    border-radius: 5px;
}


/*notice*/

.page-btn {
    float: right;
}

.page-btn button {
    padding: 5px 20px;
    margin: 10px 0;
    background-color: white;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #777;
}


/*view*/


.view-tit {

}

.view-txt {
    padding: 10px;
}