@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'swagger';
    src: url('../../view/font/SDSwaggerTTF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --point-color: #2d91e4;
    --sub-color: #3A4750;
    color: #3A4750;
}

#smart_header{
	position: absolute;
    width: 100%;
    top: 0;
    z-index:11;
}
.top_nav {
    background: transparent !important;
}
#header{
	background: transparent !important;
}
#main_img{
	height:80vh !important;
}


/* common */
* {
    font-family: 'Pretendard-Regular';
}

html {
    width: 100%;
    height: 100%;
}

b {
    padding: 0 !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

section {
    margin: 100px 0;
}

button i {
    transition: 0.3s;
}

button:hover i {
    transform: translateX(0.3em);
}

input {
    height: 38px;
}

input::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input::placeholder {
    color: #c4c4c4 !important;
}

table {
    padding: 0 !important;
    margin: 0 !important;
}

textarea {
    resize: none;
}

td{
	font-size:15px;
}

.point-color {
    color: var(--point-color) !important;
}

.form-control {
    border-radius: 0 !important;
    border: 1px solid #c4c4c4 !important;
}

.form-control:disabled {
    background: #fff;
    color: #999;
}

.btn {
    border: none;
}

.btn:focus,
.btn:active {
    border: none;
}

.btn-file {
    height: 38px;
    width: 130px;
    max-width: 100%;
    border-radius: 0;
    background: var(--point-color);
    color: #fff;
    border: none;
}

.btn-fileDelete{
	width: 200px;
    border-radius: 0;
    max-width:100%;
}

.btn-check {
    height: 38px;
    width: 130px !important;
    max-width: 100%;
    border-radius: 0;
    background: var(--point-color) !important;
    color: #fff;
    border: none;
}

.btn-cancel {
    width: 200px;
    height: 50px;
    max-width: 100%;
    border-radius: 6px;
    color: #fff;
}

.btn-list {
    width: 140px !important;
    height: 38px !important;
    background: #666;
    border-radius: 0;
    color: #fff !important;
    border: none !important;
}

.btn-update{
	width: 140px !important;
    height: 38px !important;
    background: var(--point-color);
    border-radius: 0;
    color: #fff !important;
    border: none !important;
}

.btn-send {
    width: 300px;
    height: 50px;
    max-width: 100%;
    border-radius: 6px;
    background: var(--point-color);
    color: #fff;
}

.btn-note {
	font-size: 13px;
    border: 1px solid #c4c4c4;
    color: #333 !important;
    padding: 0.3em;
    border-radius: 3px;
    width: 100px;
    max-width:100%;
    margin: 0.2em;
}

.btn-note:hover {
	border: 1px solid #c4c4c4 !important;
	background:#f3f3f3;
}

.btn-note:active {
	border: 1px solid #c4c4c4 !important;
	background:#fff;
}
.btn-note:focus{
	border: 1px solid #c4c4c4 !important;
}

.btn-list:hover{
	background:#333 !important;
}

.btn-update:hover,
.btn-insert:hover,
.btn-send:hover,
.btn-file:hover {
    background: #267cc2 !important;
    color: #fff !important;
}

.btn-insert {
    width: 130px;
    height: 38px;
    color: #fff;
    background: var(--point-color);
}

.btn-insert:active,
.btn-insert:focus,
.btn-send:active,
.btn-send:focus,
.btn-file:active,
.btn-file:focus {
    background: var(--point-color) !important;
    color: #fff !important;
}

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

.logoFont {
    align-items: center;
    display: flex;
    height: 100%;
    font-weight: 800;
    color: #000 !important;
    font-family: "Lexend Deca";
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 2.3em;
    margin:0;
}

.nav ul>li {
    position: relative;
    justify-content: center;
}

ul.sub {
    position: absolute;
    border: 1px solid #c4c4c4;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px !important;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: block !important;
    z-index: 11111;
    opacity: 0;
}

ul.sub li {
    display: block;
    width: 100% !important;
}

ul.sub li a {
    color: var(--sub-color) !important;
    padding: 5%;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

ul.sub li a:hover {
    background: rgb(235, 247, 255);
}

.btn-view {
    width: 180px;
    height: 46px;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
}

.form-check-input {
    margin: 0;
}

.container_inner {
    width: 1290px;
    max-width: 100%;
    margin: auto;
}

.boardTitle {
    font-weight: bold;
    padding-bottom: 1em;
}

/* header */
.top_nav {
    background: var(--point-color);
}

.top_nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
    gap: 15px;
    height: 30px;
    background: var(--point-color);
    max-width: 100%;
    padding: 0 1em;
}
.top_nav ul a {
    color: #fff !important;
    font-size: 14px;
}

.top_nav .container_inner{
	display: flex;
    justify-content: flex-end;
}

#header {
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
}

#header .container_inner {
    margin: 0 auto;
    height: 100%;
}

#header .container_inner .row {
    height: inherit;
}

#header .container_inner .logo {
    height: inherit;
    display: flex;
    align-items: center;
}

#header .nav {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}

#header .nav>ul {
    height: 100%;
}

#header ul>li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

#header ul a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; 
}

/* #header .nav>ul>li:hover a {
    color: #69C279;
} */

#header .nav>ul>li>a.on {
    color: #69C279;
}

#header .sub a {
    font-size: 16px !important;
}

/* mobile */
.navbar {
    display: none;
}

/* main start */

.logo a {
    width: 220px;
    max-width: 100%;
    display: block;
}
.logo .imgBox{
	max-width:100%;
}
.logo img {
    width: 100%;
    max-width: 100%;
}

/* #main_img {
    background: url(../img/main/background.jpg);
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    border: 1px solid transparent;
    margin: 0;
} */

/* 슬라이드 이미지 */
#main_img .carousel-item.active img{
	animation: slide 10s;
	animation-fill-mode: forwards;
}

@keyframes slide {
    0%{
    	transform: scale(1);
    }
    100%{
    	transform: scale(1.3);
    }
}

.w-100{
	height: 80vh;
    object-fit: cover;
    object-position: center;
}

.w-100.slide1{
	object-position: center 40%;
}
.w-100.slide2{}
.w-100.slide3{
	object-position: center bottom;
}

#main_img {
    width: 100%;
    height: 70vh;
    margin:0;
    position: relative;
}  

#main_img .container_inner{
	height:100%;
}

#main_img .row {
    align-items: start;
    width: 100%;
    height: 100%;
}

#main_img .title {
    display: flex;
    flex-direction: column;
	justify-content: center;
    height: 100%;
    text-align: center;
    align-items: center;
    gap: 2.5em;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px #5d5d5d8c;
    width: 100%;
    padding: 1em;
}

#main_img .title h3 {
    font-size: 5em !important;
    color: var(--point-color);
    font-family: 'InkLipquid';
    letter-spacing: 0.1em;
}

#main_img .title h3 span {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    /* text-shadow: 5px 5px 1px #dce0e5; */
    font-family: 'swagger';
}

#main_img .title h4 {
    font-size: 28px;
    color: var(--point-color);
    font-weight: 700;
}

#main_img .title p {
    font-size: 28px;
    color: var(--sub-color);
    width: 100%;
    font-family: "Lexend Deca", serif;
    font-weight:600;
}

#main_img .title .btn-view {
    background: var(--point-color);
    justify-content: space-around;
    display: flex;
    align-items: center;
    color: #fff;
}

#main_img .title .btn-view i {
    vertical-align: middle;
}

#main_intro {
    margin-top: -100px;
}

#main_intro .content_box {
    width: 80%;
    height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 2px solid #55AC68;
    border-radius: 23px;
    background: #fff;
}

#main_intro .content_box .left {
    background: #55AC68;
    border: 2px solid #55AC68;
    color: #fff;
    padding: 15px;
    border-radius: 20px 0 0 20px;
    height: 100%;
}

#main_intro .content_box .left h3 {
    font-size: 26.3px;
    font-weight: 600;
}

#main_intro .content_box .left .btn-view {
    background: #fff;
    color: #55AC68;
    display: flex;
    justify-content: space-around;
    align-items: center;
    float: right;
}

#main_intro .content_box .right {
    background: #fff;
    margin-right: 15px;
}

#main_intro .content_box .right .row {
    align-items: center;
}

#main_intro .content_box .right .col {
    display: flex;
    align-self: center;
    flex-direction: column;
}

#main_intro .content_box .right h6 {
    font-size: 18px;
    color: #999;
}

#main_intro .content_box .right span {
    font-size: 47px;
    font-weight: 700;
}

#main_intro .content_box .right h5 {
    font-size: 22px;
    color: #666;
}

#main_intro .content_box .right .attraction {
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}

#main_intro .content_box .right .attraction .col {
    display: flex;
}

#main_intro .content_box .right .attraction span {
    color: #55AC68;
}

#main_intro .content_box .right .investment {
    align-items: center;
}

#main_intro .content_box .right .investment span {
    color: #6FA8FD;
}

#main_intro .intro_txt {
    margin: 150px 0 80px 0;
}

#main_intro .intro_txt .intro_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main_intro .intro_txt .intro_left h4 {
    font-size: 34px;
    color: var(--sub-color);
    font-weight: 600;
}

#main_intro .intro_txt .intro_left p {
    color: var(--sub-color);
    font-size: 18px;
    line-height:2em;
}

#main_intro .intro_txt .intro_left .btn-view {
    background: var(--point-color);
    color: #fff;
}

#main_intro .intro_txt .intro_right .img_box {
    width: 520px;
    height: 380px;
    max-width: 100%;
}

#main_intro .intro_txt .intro_right .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 데모데이 */
#main_consumption {
    background: linear-gradient(#6EA6FC, #A3FCFF);
    width: 100%;
    position: relative;
    /* margin-top: 200px; */
}

#main_consumption .container_inner {
    height: inherit;
}

#main_consumption .row {
    height: inherit;
    margin: 0;
    padding: 0;
}

#main_consumption .demo_illust {
    position: relative;
}

#main_consumption .demo_illust::after {
    content: '';
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-image: url(../img/main/main_illust.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#main_consumption .demo_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 3%;
}

#main_consumption .demo_text h1 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}

#main_consumption .demo_text .btn-view {
    background: #1472FF;
    color: #fff;
}

/* main board */
#main_board i {
    color: var(--point-color);
    font-size: 1.4em;
    margin-right: 2%;
}

#main_board .bi-pin-angle-fill::before,
.fa-paperclip:before {
    vertical-align: middle;
}

#main_board .board {
    padding: 0 3%;
}

#main_board .main_notice {
    padding-left: 0;
}

#main_board .main_reference {
    padding-right: 0;
}

#main_board .board_title {
    justify-content: space-between;
    align-items: center;
}

#main_board .board_title h4 {
    width: auto;
    font-size: 26px;
    font-weight: 600;
}

#main_board .board_title a {
    width: auto;
    color: #666;
}

#main_board .board_title a:hover {
    color: var(--point-color);
}

#main_board ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    height: 50px;
}

.board_title{
	border-bottom:2px solid var(--point-color);
}

#main_board ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#main_board ul li a p {
    font-weight: 600;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 450px;
    max-width: 100%;
}

#main_board ul li a span {
    color: #666;
}

/* main_products 착한소비 */
#main_products {
    color: var(--sub-color);
}

#main_products .col {
    text-align: center;
}

#main_products .btn-view {
    background: var(--point-color);
    color: #fff;
    margin-top: 2em;
}

#main_products h3 {
    font-weight: bold;
}

#main_products .col a {
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 100%;
    padding: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    transition: 0.3s;
    border-radius: 3px;
    color: var(--sub-color);
    font-size: 14px;
}

#main_products .col a:hover {
    transform: translateY(-7px);
    border: 1px solid var(--point-color);
    box-shadow: 1px 5px 0px var(--point-color);
    color: var(--point-color);
}

#main_products .col a:hover .btn-sm {
    border: 1px solid var(--point-color) !important;
    color: #fff;
    background: var(--point-color);
}

#main_products .imgBox {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

#main_products .imgBox img {
    width: 100%;
    height: 100%;
}

#main_products .btn-sm {
    border: 1px solid #c4c4c4;
    width: 100px;
    border-radius: 100px;
    color: #c4c4c4;
}

/* common sub page start */
.wrap.sub_page .sub_header {
    width: 100%;
    height: 500px;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wrap.sub_page .sub_header .sub_menu {
    position: absolute;
    left: 50%;
    top: 83%;
    transform: translateX(-50%);
    /* width: 920px; */
    max-width: 100%;
    padding: 0 15px;
}

.wrap.sub_page .sub_header .sub_menu h3 {
    text-align: center;
    background: #fff;
    width: 300px;
    max-width: 70%;
    margin: auto;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    font-weight: 600;
    font-size: 32px;
}

.wrap.sub_page .sub_header .sub_menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #c4c4c4;
    padding: 0;
    overflow: hidden;
}

.wrap.sub_page .sub_header .sub_menu ul li {
    text-align: center;
    width: 190px;
    height: 60px;
    max-width: 100%;
    padding: 5px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrap.sub_page .sub_header .sub_menu ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #eee;
    left: 100%;
}

.wrap.sub_page .sub_header .sub_menu ul li:last-child {
    border: none;
}

.wrap.sub_page .sub_header .sub_menu ul a {
    color: var(--sub-color);
    font-size: 18px;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-wrap:nowrap;
}

.wrap.sub_page .sub_header .sub_menu ul li:hover a {
    color: #fff;
}

.wrap.sub_page .sub_header .sub_menu ul li:hover:before {
    width: 90%;
    transition: 0.5s;
}

.wrap.sub_page .sub_header .sub_menu ul li::before {
    content: '';
    position: absolute;
    background: var(--point-color);
    width: 0;
    height: 40px;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.wrap.sub_page section {
    padding: 20px;
}

/* .wrap.sub_page h1,
.wrap.sub_page h2,
.wrap.sub_page h3,
.wrap.sub_page h4,
.wrap.sub_page h5,
.wrap.sub_page h6,
.wrap.sub_page p,
.wrap.sub_page li {
    color: var(--sub-color)
} */

.wrap.sub_page section li {
    list-style: disc;
}

.wrap.sub_page h4 {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 600;
}

.wrap.sub_page p {
    line-height: 30px;
}

/* 서브페이지 바로가기 버튼 */
.btn-shortcut {
    color: #55ac68;
    background: #eee;
    width: 130px;
    height: 40px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    justify-content:
        space-around;
    align-items: center;
    font-weight: 600;
    border: none;
}

.btn-shortcut:hover {
    background: #e6e6e6 !important;
    color: #55ac68 !important;
}

.btn-shortcut i {
    color: #999;
}

.sub_menu li.on {
    position: relative;
}

.sub_menu li.on a {

    color: #fff !important;
}

.sub_menu li.on::before {
    content: '';
    position: absolute;
    background: var(--point-color);
    width: 90% !important;
    height: 40px;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* sub_page1 */
.wrap.sub_page.guide .sub_header {
    background: url(../../view/img/page1/background.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center 55%;
}

.sub_page.guide section ul {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 30px;
    line-height: 30px;
}

#guide01 h5 {
    line-height: 3em;
}

#guide01 .img_box {
    width: 267px;
    height: 240px;
    text-align: center;
}

#guide02 .imgBox{
	width:1000px;
}

#guide01 .img_box img,
#guide02 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#guide03 .imgBox {
    width: 700px;
    max-width: 100%;
}

#guide03 .imgBox img {
    width: 100%;
    height: 100%;
}

/* sub_page2 */
.wrap.sub_page.OurChurch .sub_header {
    background: url(../img/page2/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 10%;
}

.wrap.sub_page.OurChurch .sub_header .sub_menu ul {
    width: 400px;
    max-width: 100%;
    display: flex !important;
    margin: auto;
}

.wrap.sub_page.OurChurch .sub_header .sub_menu ul li::after {
    display: none;
}

.wrap.sub_page.OurChurch h6 {
    font-weight: 600;
}

.wrap.sub_page.OurChurch .company.img_box {
    width: 270px;
    height: 100px;
    margin-top: 20px;
    max-width: 100%;
}

.wrap.sub_page.OurChurch .company.img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap.sub_page.OurChurch section .row {
    row-gap: 10px;
}

/* sub_page2 table */
.wrap.sub_page table {
    border: 1px solid #eee;
    width: 80%;
    margin: auto;
    border-top: 2px solid var(--point-color);
    border-bottom: 2px solid var(--point-color);
}

.wrap.sub_page table th {
    color: var(--sub-color);
    /* background: #eafaef; */
    border: 1px solid #eee;
    border-bottom: 1px solid var(--point-color);
    padding: 10px;
    text-align: center;
}

.wrap.sub_page table td {
    padding: 15px;
    border: 1px solid #eee;
    color: var(--sub-color);
    padding:20px !important;
}

.wrap.sub_page table td img {
    margin: auto;
    display: flex;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.wrap.sub_page table td span {
    font-size: 14px;
    color: #999;
}

.wrap.sub_page table td.category {
    text-align: center;
    background-color: #f7f7f7;
    font-weight: 600;
}

.inner_table table {
    width: 90% !important;
}

.inner_table table th {
    background: #eafaef;
}

.inner_table table th,
.inner_table table td {
    font-size: 15px !important;
    line-height: 23px !important;
}

#photoBoard.bookStore .photoBtn {
    width: 230px;
    max-width: 100%;
    border: none;
}

#photoBoard.bookStore .photoPost {
    height: 340px;
    box-shadow: none;
    padding: 0.7em 0;
    border: none;
}

#photoBoard.bookStore .photoPost:hover {
    border: none;
    box-shadow: 0px 0px 15px #eee;
}

#photoBoard.bookStore .imgBox {
    width: auto;
    display: flex;
    justify-content: center;
    height: 250px !important;
}

#photoBoard.bookStore img {
    object-fit: contain;
    width: 80% !important;
    height: 100%;
    border: 1px solid #eee;
    object-position: center;
}

#photoBoard.bookStore .contentBox {
    padding: 0.8em !important;
}

#photoBoard.bookStore .modal .imgBox {
    width: 100%;
    height: 500px !important;
}

#photoBoard.bookStore .modal h5 {
    font-weight: 600;
    margin: 0;
}

#photoBoard.bookStore .modal .imgBox img {
    border: none;
}

/* 착한서점 모달 */

/* sub_page3 */
.wrap.sub_page.damoday .sub_header {
    background: url(../../img/page3/txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrap.sub_page.damoday.products .sub_header {
    background: url(../../img/page3/txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrap.sub_page.damoday.daily .sub_header {
    background: url(../../img/page3/txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrap.sub_page.damoday.enter .sub_header {
    background: url(../../img/page3/txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.wrap.sub_page.damoday .sub_menu ul {
    display: flex !important;
}

.wrap.sub_page.damoday h4 {
    border: none;
}

.wrap.sub_page.damoday .b_icons {
    display: flex;
    justify-content: center;
}

.wrap.sub_page.damoday .icon_box {
    background: #F8F8F8;
    width: 160px;
    height: 140px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    padding: 15px 0;
}

.wrap.sub_page.damoday .icon_box p {
    margin: 0;
    font-weight: 600;
}

.wrap.sub_page.damoday .illust {
    width: 680px;
    height: 492px;
    max-width: 100%;
    background: #eee;
}

.wrap.sub_page.damoday .illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

#damoday02 h4 {
    font-size: 20px !important;
    border-bottom: 1px solid #55ac68;
}

#damoday03 .content_box {
    background: var(--point-color);
    border-radius: 10px;
    padding: 15px 10px;
    width: 230px;
    max-width: 100%;
    height: 295px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: auto;
}

#damoday03 .content_box div {
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 13% auto;
}

#damoday03 .content_box>* {
    color: #fff;
}

#damoday03 .content_box h6 {
    font-size: 18px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#damoday03 .content_box p {
    font-size: 14px;
    line-height: 20px;
    text-align: start;
}

#damoday04 .content_box {
    background: #F8F8F8;
    border-radius: 6px;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#damoday04 .btn-view {
    background: var(--point-color);
    color: #fff;
    width: 240px;
    height: 56px;
    max-width: 100%;
}

/* page3 착한먹거리 카테고리 */
.category {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 1em;
}

.category a {
    color: #666;
    font-size: 15px;
    margin: 0.3em 0;
}

.category a.on {
    font-weight: 700;
    text-decoration: underline;
}

.category a:hover {
    text-decoration: underline;
}

.category a span {
    font-weight: 600;
    font-size: 13px;
}

.product {
    margin-bottom: 1em;
    width: 100%;
    background: #fff;
    border: none;
}

.prodCon {
    margin-top: 1em;
    font-size: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prodCon p {
    margin: 0;
}

.product:hover p.title {
    text-decoration: underline;
}

.product .imgBox {
    width: 250px;
    height: 230px;
    max-width: 100%;
    overflow: hidden;
}

.product .imgBox img:hover {
    transform: scale(1.1);
}

.product .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.product label {
    padding: 0.1em 0.3em;
    font-size: 12px;
    color: #fff;
}

.product label.SALE {
    background: rgb(38, 199, 38);
}

.product label.BEST {
    background: rgb(243, 31, 31);
}

.product label.SOLD {
    background: #cecdcd;
}

.product label.NEW {
    background: #ffc75e;
}

.product label {
    animation: label 1s infinite;
}

@keyframes label {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.1);
    }

    100% {
        filter: brightness(1);
    }
}

/* page3 착한먹거리 상품 view */
.damoday p {
    margin: 0;
}

.productInfoImg {
    width: 450px;
    height: 520px;
    overflow: hidden;
    max-width: 100%;
}

.productInfoImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.damoday .productInfo {
    display: block !important;
}

.damoday .productInfo table {
    border: none;
    width: 100%;
    margin: 2em 0 !important;
}

.damoday .productInfo table th {
    width: 150px;
    max-width: 100%;
}

.damoday .productInfo table td,
.damoday .productInfo table th {
    border: none;
    padding: 0;
    text-align: start;
    font-size: 14px;
}

.productInfo button {
    width: 200px;
    height: 50px;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
}

button.btn-sold-out {
    color: #fff;
    pointer-events: none;
    background: #c4c4c4;
}

.productInfo .btn-buy{
	text-align: center;
  	cursor: pointer;
	width: 200px;
    height: 50px;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    background:var(--point-color);
    color:#fff;
}
.productInfo .btn-buy:hover {
    background: #2780c9;
}

.productInfo .btn-cart:hover {
    background: #f3f3f3;
}

.productInfo button.btn-buy {
    background: var(--point-color);
    color: #fff;
}

.productInfo button.btn-cart {
    border: 1px solid #c4c4c4;
    color: #666;
    background: #fff;
}

.productDetail .detailContent {
    padding: 3em 0;
}

.productDetail .detailContent .imgBox{
	max-width: 100%;
    width: 100%;
}
.productDetail .detailContent .imgBox > div{
	text-align:center;
}
.productDetail .detailContent .imgBox img{
	max-width: 100%;
	object-fit: contain;
	height:auto !important;
}

.item-name {
    width: 350px;
}

.quantity {
    display: flex;
    gap: 0.3em;
    align-items: center;
}

.quantity a {
    width: 30px;
    height: 30px;
    border: 1px solid #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c4c4c4;

}

.quantity input {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #c4c4c4;
}

.item-price {
    width: 130px;
    max-width: 100%;
    text-align: end;
}

/* page3 착한먹거리 제품 탭 */
.productDetail .tapBox {
    display: table;
    border-collapse: collapse;
}

.productDetail .tapBox .tab {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    color: #999;
    border: 1px solid #eee;
    display: table-cell;
    border-bottom: 1px solid var(--point-color);
}

.productDetail .tab.on {
    border: 1px solid var(--point-color);
    color: var(--point-color);
    border-bottom: none;
}

/* page3 착한먹거리 상품후기 */
#detail02 .detailContent>div {
    padding: 1em 0;
}

#detail02 .detailContent a.imgBox {
    width: 150px;
    height: 150px;
    border: 1px solid #c4c4c4;
}

#detail02 .detailContent .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* page3 착한먹거리 상품문의 */
#detail03 .detailContent a {
    padding: 1em 0;
}

#detail03 .accordion-body {
    background: #f1f6fd;
    padding: 1em;
}

/* page3 상품 주문 페이지 */
#orderPage label {
    width: 200px;
}

#orderPage input {
    width: auto;
}

#orderPage .phoneNumber {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.orderBox {
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    padding: 1em 1.5em;
}

.orderBox .imgBox {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 80px;
    height: 80px;
}

.orderBox .quantity {
    font-size: 14px;
    color: #999;
}

.orderBox .address,
.orderBox .request {
    width: 600px !important;
    max-width: 100%;
}

.orderBtn button {
    width: 100%;
}

/* sub_page4 */
.wrap.sub_page.farm .sub_header {
    background: url(../img/page4/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap.sub_page.notice .sub_header .sub_menu ul {
    width: 400px;
    max-width: 100%;
    display: flex !important;
    margin: auto;
}

.wrap.sub_page.notice .sub_header .sub_menu ul li:after {
    content: none;
}

.wrap.sub_page.notice .sub_header .sub_menu ul li {
    pointer-events: none !important;
}

#smartFarm .row:nth-child(even) {
    flex-direction: row-reverse
}

#smartFarm .row .textBox {
    padding: 1em;
    background: #fafafa;
}

#smartFarm .row .col {
    display: flex;
    justify-content: center;
}

#smartFarm .imgBox {
    width: 500px;
    height: 300px;
    max-width: 100%;
    border-radius: 7px;
    overflow: hidden;
}

#smartFarm .imgBox img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

#smartFarm p {
    font-size: 1.2em;
    line-height: 2em;
}

#smartFarm .modal img {
    width: 100%;
}

#board .insertBox {
    background: #f8feff;
}

#board .btn_categorys {
    gap: 7px;
}

#board .btn_categorys button {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 10px 30px;
    width: auto;
    max-width: 100%;
}

#board .btn_categorys button:hover {
    background: #69C379;
    border: 1px solid #69C379;
    color: #fff;
}

#board .btn_categorys button.on {
    background: #69C379;
    border: 1px solid #69C379;
    color: #fff;
}

#board .search input,
#photoBoard .search input {
    height: 38px;
    max-width: 100%;
    border: 1px solid var(--point-color);
    border-radius: 0;
}

#board .search,
#photoBoard .search {
    align-items: center;
    color: #888;
    font-size: 14px;
}

#board .search span,
#board_mobile .search span,
#photoBoard .search span {
    color: #000;
    font-weight: 600;
    padding: 0 5px;
}

#board .search .btn-search,
#photoBoard .search .btn-search,
 .search .btn-search{
    border: 1px solid var(--point-color);
    background: var(--point-color);
    color: #fff;
    border-radius: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#board .notice_board table {
    width: 100%;
    border: none;
    border-top: 2px solid var(--point-color);
}

#board .notice_board table th {
    background: #F8F8F8;
    border: none;
    border-bottom: 1px solid #CCCCCC;
}

#board .notice_board table td {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    padding: 5px;
}

#board .notice_board table td a {
    color: #333;
}

#board .imgBox_photoPost {
    border: 1px solid #c4c4c4;
    width: 100px;
    height: 100px;
}

#board .imgBox_photoPost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#board.european .photoBtn {
    border: none;
    background: none;
    width: 100%;
}

#board.european .photoPost {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 3px 5px 4px #f5f5f5;
    width: 350px !important;
    height: 380px;
    max-width: 100%;
    background: #fff;
    text-align: start;
    transition: 0.3s;
}

#board.european .photoPost:hover {
    border: 1px solid #999;
}

#board.european .photoPost .imgBox {
    height: 200px;
}

#board.european .photoPost .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#board.european .photoPost .contentBox {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}

#board.european .photoPost .contentBox p {
    font-size: 14px;
    height: 90px;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

#board.european .photoPost .nameBox .name {
    font-weight: 600;
    margin: 0;
}

#board.european .photoPost .nameBox .enName {
    font-size: 0.9em;
    margin: 0;
}

.m_board {
    display: none;
}

/* #photoBoard {} */
#photoBoard .photoBtn {
    border: none;
    background: none;
    width: 100%;
}

#photoBoard .photoPost {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 3px 5px 4px #f5f5f5;
    width: 350px !important;
    /* height: 360px; */
    max-width: 100%;
    background: #fff;
    text-align: start;
    transition: 0.3s;
}

#photoBoard .photoPost:hover {
    border: 1px solid #999;
}

#photoBoard .photoPost .imgBox {
    height: 200px;
}

#photoBoard .photoPost .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#photoBoard .photoPost .contentBox {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    height:160px;
}

#photoBoard .photoPost .textBox p {
    font-size: 14px;
    height: 90px;
    line-height: 1.1em;
}

#photoBoard .photoPost .titleBox {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#photoBoard .photoPost .titleBox .title {
    font-weight: 600;
    margin: 0;
}

#photoBoard .textBox {
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    white-space: normal;
}

#photoBoard .photoPost .titleBox .date {
    font-size: 0.9em;
    margin: 0;
}

#photoBoard .photoPost .titleBox .writer {
    font-size: 0.9em;
    margin: 0;
    font-weight: normal;
}

/* 유러피안채소 모달 modal */
#photoBoard.european .modal-content .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#photoBoard.european .modal-content h5 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 0;
}

#photoBoard.european .modal-content p {
    font-size: 15px;
}

#photoBoard.european .modal-content .textBox p {
    font-size: 1em;
    line-height: 2em;
}

#photoBoard.european .textBox {
    height: 100%;
    -webkit-line-clamp: none;
}

/* 구축사례 모달 modal */
#photoBoard.case .modal img {
    width: 100%;
}

.notice_board table.on {
    display: block;
}

.page_move {
    justify-content: center;
    gap: 5px;
    align-items:center;
}

.page_move button,
.page_move a {
    width: auto;
    border: 1px solid #c4c4c4;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.page_move button:hover,
.page_move a:hover {
    border: 1px solid #c4c4c4;
    background: #f5f5f5;
}

.page_move button:active,
.page_move button:focus,
.page_move a:active,
.page_move a:focus {
    border: 1px solid #c4c4c4 !important;

}

.page_move button.on,
.page_move a.on {
    background: var(--point-color);
    color: #fff;
}

.page_move button.on:active,
.page_move button.on:focus,
.page_move a.on:active,
.page_move a.on:focus {
    background: var(--point-color);
    color: #fff;
}

.mail_address {
    margin-top: 100px;
}

.mail_address .content_box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #F8F8F8;
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    flex-wrap: wrap;
}

.mail_address .content_box img {
    width: 35px;
}

.mail_address .content_box p,
.mail_address .content_box h5 {
    margin: 0;
    color: #333;
}

.mail_address .content_box h5 {
    color: var(--point-color);
}

.mail_address .content_box span {
    width: 3px;
    height: 20px;
    background: #ccc;
}

/* page4(view) */
#post_view .title {}

#post_view .title h5 {
    padding: 15px 10px;
    font-size: 1.3em;
    border-top: 2px solid var(--point-color);
    border-bottom: 1px solid #ccc;
    background: #FAFAFA;
}

#post_view .title .row {
    font-size: 14px;
    color: #333;
}

#post_view .title .row span {
    color: #999;
}

#post_view .view_text {
    padding: 50px 0;
}

#post_view .page_move button {
    width: 100px;
    border-radius: 0;
    border: 1px solid var(--point-color);
    color: var(--point-color);
}

#post_view .page_move {
    border-top: 1px solid #c4c4c4;
    padding-top: 30px;
}

#post_view .page_move .row {
    align-items: center;
    margin: 7px 0;
}

#post_view .page_move a {
    width: auto;
    color: #666;
}

/* sub_page5 */
.wrap.sub_page.customer .sub_header {
    background: url(../img/page5/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#qna {
    margin-top: 200px;
}

#qna h1 {
    font-size: 90px;
    font-weight: 600;
}

#qna h2 {
    font-size: 33px;
    color: var(--point-color);
    font-weight: 200;
}

.qna_grid {
    position: relative;
    margin-top: 50px !important;
}

.qna_grid::after {
    content: url(../img/page5/faq_illust.png);
    position: absolute;
    left: 50%;
    bottom: 98%;
    z-index: -1;
    transform: translateX(-50%);
}

.qna_grid .content_box {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 5%;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.qna_grid .content_box h6 {
    font-weight: 600;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
}

.qna_grid .content_box p {
    font-size: 18px;
    height: 120px !important;
}

.qna_grid .content_box img {
    width: auto;
}

/* sub_page6 */
.wrap.sub_page.myBap .sub_header {
    background: url(../img/page6/background.jpeg);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

#inquiry h1 span {
    color: var(--point-color);
}

#inquiry .content_box {
    background: #F8F8F8;
    border-radius: 6px;
    margin-top: 100px;
    padding: 7% 2% 5% 2%;
    z-index: -111111111111 !important;
}

#inquiry .inquiry_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    z-index: 111 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}

#inquiry .inquiry_box>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
}

#inquiry .inquiry_box i {
    font-size: 1.8em;
    color: #ccc;
}

#inquiry .inquiry_box .img_box {
    width: 60px;
    height: 60px;
    max-width: 100%;
    position: relative;
}

#inquiry .inquiry_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

#inquiry .inquiry_box .img_box::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: var(--point-color);
    left: 50%;
    top: 50%;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}

.insert_box {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.insert_box h3 {
    color: #000 !important;
}

.file span {
    color: #666;
    font-size: 15px;
}

#myPage .category a {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 5px 0;
}

#myPage .category a:nth-last-child(1) {
    border: none;
}

#myPage .quickBtn {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 1.5em;
}

#myPage .quickBtn a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

#myPage .quickBtn span {
    font-weight: bold;
    font-size:16px;
}

#myPage .myContents h5 {
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding: 0.3em 0;
    margin: 0;
}

#myPage .myContents .row {
    padding: 1em 0;
    justify-content: center;
    border-bottom: 1px solid #c4c4c4;
}

#myPage .myContents h5 a {
    /* 더보기 */
    font-size: 0.7em;
    color: var(--point-color);
}

#myPage .myContents .row a {
    border-bottom: 1px solid #c4c4c4;
    color: #333;
}

#myPage .myContents .row a:hover {
    text-decoration: underline;
}

#myPage .myContents .row a:last-child {
    border: none;
}

/* damoday insert */
.damoday.insert {
    background: var(--point-color);
}

#demoday-insert {
    margin: 0;
    padding: 100px 0;
}

#myPage.myChurch .imgBox {
    width: 100%;
    height: 350px;
    max-width: 100%;
}

#myPage.myChurch .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#myPage.myChurch .quickBtn {
    height: 350px;
}

#myPage.myChurch .quickBtn a {
    font-weight: 500;
    text-decoration: none;
}

#myPage.myChurch .quickBtn .platform {
    font-weight: 500;
    color: #999;
}

#myPage.myChurch .quickBtn a:hover {
    text-decoration: underline;
}

#myPage.myChurch .myContents a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myPage.myChurch .myContents a p {
    margin: 0;
}

#myPage.myChurch iframe {
    max-width: 100%;
}

#myPage.myChurch iframe .place-card {
    display: none;
}

.damoday.insert #demoday-insert .container_inner {
    background: #fff;
    padding: 40px 30px;
}

.damoday.insert #demoday-insert .container_inner h5 {
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    padding-bottom: 30px;
}

#damoday01 .prodCon.sale p.price {
    text-decoration: line-through;
    color: #c4c4c4;
}
#damoday01 .prodCon p.title{
	font-size:15px;
}
#damoday01 .prodCon p.price {
    color: #333;
    font-size:15px;
    font-weight: 600 !important;
}

#damoday01 .product {
	position: relative;
}

#damoday01 .modifyIcon {
	right: 0;
    position: absolute;
    background: #c4c4c4;
    color: #fff;
    font-size: 1em;
    bottom: 100%;
    border-radius: 0 5px 0 0;
    transition: 0.3s;
    font-size:14px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    max-width:100%;
}

#damoday01 .modifyIcon .dontUse{
	padding:2%;
}

/* #damoday01 .modifyIcon {
	right: 0;
    position: absolute;
    background: var(--point-color);
    color: #fff;
    padding: 2%;
    font-size: 1em;
    bottom: 100%;
    border-radius: 0 5px 0 0;
    transition: 0.3s;
    font-size:14px;
} */

/* #damoday01 span.dontUse::after{
	content: '비활성화';
    position: absolute;
    right: 100%;
    width: 10px;
    height: 10px; 
    background: #999;
    border-radius: 15px;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color:#999;
    width:100%;
} */

/* #damoday01 .modifyIcon span.use::after{
	content: '사용중';
    position: absolute;
    right: 100%;
    width: 10px;
    height: 10px;
    background: #66e171; 
    border-radius: 15px;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color:#66e171;
    width:100%;
}
 */
/* #damoday01 .modifyIcon:hover {
	background:#277ec7;
}

#damoday01 .modifyIcon button:hover i {
    transform: translateX(0) !important;
} */

.wrap.sub_page.foodShop p {
    line-height: 1.5em !important;
}

.guide_txt p {
    position: relative;
    padding-left: 35px;
}

.guide_txt p::before {
    content: url(../img/common/i_icon.svg);
    position: absolute;
    left: 0;
    line-height: 0;
}

.file_upload {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
    margin-top: 10px;
}

.file_upload input {
    border: 1px solid #c4c4c4;
    width: 200px;
    max-width: 100%;
}

.file_upload span {
    color: #666;
    font-size: 15px;
    padding: 0;
}

.insert_con {
    text-align: center;
}

.insert_con .row {
    margin-bottom: 10px;
}

.insert_con h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    color: #666;
    font-size: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 30px;
    font-weight: 500 !important;
}

.insert_con label {
    width: 200px;
    max-width: 100%;
    padding-left: 50px;
    font-weight: 600;
    color: #333;
}

.insert_con textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 7px 10px;
}

/* sub_page7 */
.wrap.sub_page.policyInfo .sub_header {
    background: url(../../img/page7/background.jpg);
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap.sub_page.policyInfo .sub_header .sub_menu {
    top: 90%;
}

/* login page */
.wrap.sub_page.login .sub_header {
    background: url(../img/page_login/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap.sub_page #login,
.wrap.sub_page #join {
    margin: 30px 0;
}

#login h3 {
    font-size: 42px;
    color: #3b3b3b;
    font-weight: 900;
    margin-bottom: 30px;
}

.login_box {
    width: 600px;
    max-width: 100%;
    background: #F3F3F3;
    border-radius: 6px;
    margin: auto;
    padding: 30px;
}

.login_box p {
    color: #5F605E !important;
    font-size: 18px;
}

.login_box input {
    width: 400px;
    max-width: 100%;
    margin: auto;
}

.login_box button {
    margin: auto;
    width: 400px;
    max-width: 100%;
    font-size: 20px;
    margin-top: 30px;
}

#login .elements {
    width: 400px;
    max-width: 100%;
    margin: 30px auto;
    justify-content: center;
}

#login .elements a {
    width: auto;
    margin: auto 0;
    color: #999;
    position: relative;
    padding: 0 20px;
}

#login .elements a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    right: 0;
}

#login .elements a:last-child:after {
    content: none;
}

/* join page */
/* 20250403 추가 */
#join .orderBox{
	gap:2em;
	flex-wrap: wrap;
	padding: 4em 2em;
}
#join .orderBox h3{
	color:var(--point-color);
}
/* 20250402 추가 */
.kokoiLogin{
    justify-content:center;
}
.kokoiLogin a{
	padding: 0;
    width: 400px;
    height:50px;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.kokoiLogin a:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background:#FEE500;
	z-index: 0;
	border-radius: 6px;
}
.kokoiLogin img{
	object-fit: contain;
	z-index: 1
}
.select2{
	width:200px;
	height:38px;
	border-radius:0;
	border:1px solid #c4c4c4;
	display: flex !important;
    align-items: center;
}
.select2-container--default .select2-selection--single{
	border:none !important; 
}
.selection{
	width:100%;
}
#join .guide_txt {
    background: #F8F8F8;
    padding: 20px;
}

#join .guide_txt p {
    margin: 0;
}

#join .container-fluid {
    border-top: 2px solid var(--point-color);
    border-bottom: 2px solid var(--point-color);
}

#join h3 {
    font-size: 42px;
    font-weight: 600;
    color: #3B3B3B;
}

.join_insert {
    border-bottom: 1px solid #c4c4c4;
}

.join_insert .label {
    display: flex;
    align-items: center;
    width: 220px;
    max-width: 100%;
    height: 100%;
}

.join_insert .label label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    background: #F3F3F3;
}

.join_insert .input-group {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 70%;
    height: 100%;
    padding: 0.5em;
}

.radio-group {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-group input {
    width: 24px;
    height: 24px;
}


.join_insert .input-group .form-control {
    width: 200px !important;
    border: 1px solid #000;
    flex: none;
}

.join_insert .input-group span {
    font-size: 14px;
    color: #666;
    padding:0;
}
.join_insert .input-group span.selection{
	text-align:start;
}

.select-group {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-select {
    width: 200px;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    color: #666;
}

/* user - mypage */
.wrap.user {
    background-color: #F2F4F7;
    /* height: calc(100vh - 203px); */
}

.wrap.user h4 {
    color: var(--sub-color);
    font-weight: 600;
}

.side_nav {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 20px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    height: 270px;
}

.side_nav li {
    margin: 7px 0;
}

.side_nav a {
    color: #333;
}

.side_title {
    color: var(--point-color) !important;
    font-weight: 600;
}

section.mypage {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    background: #fff;
    padding: 20px 40px;
    height: 100%;
}

section.mypage>.row {
    align-items: center;
    height: 100%;
}

section.mypage>.row>* {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

section.mypage h6 {
    font-weight: 600;
    color: #333;
    position: relative;

}

section.mypage h6::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background: #c4c4c4;
    bottom: -30px;
    left: 0;
    /* color: #4a8634cb; */
}

section.mypage .img_box {
    border: 1px solid #c4c4c4;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    max-width: 100%;
    overflow: hidden;
}

section.mypage .img_box a {
    max-width: 100%;
}

section.mypage .img_box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

section.mypage span {
    font-size: 15px;
    color: #666;
}

section.mypage p {
    display: flex;
    flex-direction: column;
}

section.mypage a {
    color: var(--point-color);
}

/* user update */
.wrap.update {
    height: auto;
}

.updatePage .row {
    align-items: center;
}

.updatePage .img_box {
    width: 200px;
    height: 130px;
}

.updatePage .img_box img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

section.updatePage {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-left: 10px;
    background: #fff;
    padding: 20px 40px;
}

section.updatePage>.row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
}

section.updatePage>.row:last-child {
    border: none;
}

.input-text {
    font-size: 14px;
    color: #999;
}

section.updatePage label {
    width: 150px;
    max-width: 100%;
    pad: 0 10px;
    text-align: end;
}

.radio-groub {
    display: flex;
    align-items: center;
}

.radio-groub input {
    width: 25px;
    height: 25px;
    border: 1px solid #c4c4c4;
}

section.updatePage label.radio-label {
    width: 70px;
    text-align: start;
    color: #666;
    font-size: 14px;
    padding: 0 7px;
}

/* footer */
#footer {
    background: #fff;
}

#footer .imgBox{
	width:220px;
	max-width:100%;
}

#footer .imgBox.chim{
	width:130px;
	height:70px;
	max-width:100%;
}

#footer .imgBox img{
	width:100%;
	height:100%;
}

.footer_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #eee;
}

.footer_top a {
    color: #C6C6C6;
    font-size: 14px;
    margin: 0 20px;
}

.footer_select {
    width: 170px;
    height: 30px;
    display: flex;
    align-items: center;
}

.footer_top .footer_select {
    position: relative;
}

.footer_top .footer_select::after {
    content: url(../img/common/chevron-down.svg);
    position: absolute;
    right: 10px;
    filter: invert(1);
    top: 4px;
    transform: scale(0.8);
}

.footer_top .form-select {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #B3B3B3;
    color: #B3B3B3;
    background: var(--sub-color);
    font-size: 14px;
    padding: 0 10px;
    position: relative;
}

.footer_bottom {
    padding: 20px 0;
}

#footer .capylight {
    text-align: end;
    color: #B3B3B3 !important;
    font-size: 14px;
    line-height: 15px;
}

/* go to top */
.goToTop {
    position: fixed;
    right: 10%;
    bottom: 10%;
    display: none;
}

.goToTop button {
    background: var(--point-color);
    color: #fff;
}

.goToTop button:hover {
    color: #fff;
    background: var(--point-color);
}

.goToTop button:active,
.goToTop button:focus {
    background: var(--point-color) !important;
    color: #fff !important;
}

/* main end */

/* 20250122 추가 */
#myPage .review a{
	display:flex;
	justify-content: space-around;
	padding:0;
}
#myPage .review .imgBox{
	width: 100px;
    height: 100px;
    max-width:100%;
}

#myPage .review .imgBox img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* 20250319 추가 관리자페이지 빨간 아이콘 z-index 가 뒤로 밀려나있어서 수정*/
#menuToggle {
	position: relative;
}

.header-menu{
	width:100%; 
}

/* 20250409 쿠폰페이지 추가 */
.couponBox{
	width:100%;
	border:1px solid #eee; 
	box-shadow: 5px 5px 10px #eee;
	padding:1.5em;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:0.7em 0;
}

/* 20250513 관리자 상품등록 수정 */
.inputBox{
	display:flex;
	align-items:center;
	gap:0.7em;
}

/* 20250730 모바일 메뉴 추가 */
.offcanvas{
	width:65% !important;
}

.filebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    padding-top: 0.5em;
}

.filebox input[type="file"] {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 모바일 게시판 카드 배경 홀수/짝수 */
.notice_board_mobile .bbs_card_mobile:nth-child(odd) {
    background-color: #fff; /* 홀수: 흰색 */
}

.notice_board_mobile .bbs_card_mobile:nth-child(even) {
    background-color: #f5f5f5 !important; /* 짝수: 연한 회색 */
}

.pc-only { display: block; }
.mobile-only { display: none; }

/* 반응형 */
@media (max-width:480px) {
    .product .imgBox{
   		height:190px !important;
    }
    .productInfo .productChoose{
    	overflow: hidden;
    	flex-wrap: wrap;
    }
    .productChoose .item-name{
    	float: left;
    }
    .productChoose .quantity{
    	float: right;
    }
    .productChoose .item-price{
    	width:100%;
    }
}
@media (max-width:576px) {
	/* 20250402 추가 */
	.join_insert .input-group .form-select#CHURCH{
		width:100% !important;
	}
	.join_insert .input-group .form-control{
		width:100% !important; 
	}
	.join_insert .input-group span{
		font-size: 12px;
		padding:0;
	}
	#join .guide_txt p{
		font-size:14px; 
	}
	.join_insert.idGroup .input-group input {
		width:60% !important;
	}
	.join_insert.idGroup .input-group button {
		width:35%;
		font-size: 13px;
    	padding: 0;
	}
	.join_insert .label label{
		justify-content: flex-start;
		font-size: 15px;
    	padding: 0 0.5em;
    	text-align:start;
    	width:110px;
	}
	.btnGroup button{
		width:100% !important;
	}
	.btnGroup button:nth-child(1){
		order:2;
	} 
	.btnGroup button:nth-child(2){
		order:1;
	} 
	.select2 {
		width:100% !important;
	}
	
    .logoFont { 
        color: #fff !important;
    }

    h1 { 
        font-size: 1.5em !important;
    }

    h2 {
        font-size: 1.3em !important;
    }

    h3 {
        font-size: 1.2em !important;
    }

    .wrap {
        padding-top: 50px;
    }

    .top_nav {
        display: none;
    }

    /* mobile 반응형 */
    .navbar {
        background: var(--point-color) !important;
    }

    .navbar .m_login a {
        color: var(--point-color);
        font-size: 14px;
        margin-right: 10px;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .btn-close:focus {
        box-shadow: none;
    }

    .navbar-brand {
        width: 130px !important;
        padding:0;
    }

    .navbar-toggler-icon {
        filter: brightness(10);
    }

    .navbar img {
        width: 100%;
    }

    .nav-item ul.m_sub {
        padding: 0;
        display: none;
    }

    .nav-item ul.m_sub li {
        padding: 7px 0;
        border-bottom: 1px solid #eee;
    }

    .nav-item ul.m_sub a {
        color: #666 !important;
        font-size: 15px;
        padding-left: 15%;
        display: block;
    }

    .nav-link {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        border-bottom: 1px solid #e9e9e9;
        font-size:15px;
    }

    .nav-link .icon_box {
        width: 25px !important;
        height: 25px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--point-color) !important;
    }

    #main_img .title h4,
    #main_img .title p {
        display: none;
    }

    #main_consumption {
        margin-top: 0 !important;
        text-align: center;
    }

    #main_consumption button {
        margin: 0 auto;
    }

    #header {
        display: none;
    }

    .navbar {
        display: block;
    }

    #main_products .imgBox {
        height: 170px;
    }

    #main_products .row .col {
        padding: 7px;
    }

    /* subpage */
    .sub_menu li a:hover::before {
        width: 130px !important;
    }

    .sub_menu li.on a::before {
        width: 130px !important;
    }

    .wrap.sub_page .sub_header .sub_menu ul a {
        font-size: 12px !important;
    }

    .wrap.sub_page .sub_header {
        height: 200px;
    }

    .wrap.sub_page table {
        width: 100%;
    }

    .sub_menu {
        width: 100%;
    }

    .sub_menu ul li {
        border-bottom: 1px solid #eee;
        width: 100% !important;
    }

    .sub_menu ul li a {
        font-size: 15px !important;
    }

    .inner_table table {
        width: 100% !important;
    }

    section#guide01 .row {
        align-items: start !important;
    }

    .wrap.sub_page.damoday .icon_box p {
        font-size: 14px !important;
    }

    .wrap.sub_page.damoday .illust {
        height: auto;
        margin-top: 50px;
        background: none;
    }

    .wrap.sub_page.customer .sub_header .sub_menu ul {
        display: flex !important;
    }

    #inquiry .content_box {
        margin-top: 50px;
    }

    #main_img .row {
        height: 500px;
        display: flex;
        align-items: center;
        background: #0000001c;
    }

    #main_img .title p {
        display: flex;
        font-size: 1em;
        color: #fff;
    }

    #main_img .title {
        height: auto;
    }

    #main_img .title h3 {
        font-size: 2.3em !important;
    }

    #main_img .title h3 span {
        color: #fff !important;
    }

    /* damoday insert */
    .insert_con label {
        padding: 0;
        text-align: start;
        width: 100%;
    }

    .insert_con .row .col {
        padding: 0;
    }

    /* notice list */
    .m_board {
        display: block;
    }

    .m_board a {
        color: #333;
        border-top: 1px solid #ccc;
        padding: 0.6em;
    }

    .m_board a:nth-last-child(1) {
        border-bottom: 1px solid #ccc;
    }

    .m_board a .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .m_board a i {
        color: var(--point-color);
    }

    .m_board .writerDate {
        gap: 10px;
    }

    .m_board .writerDate span {
        font-size: 14px;
        color: #999;
    }

    .m_board .num {
        padding: 0;
        width: 10%;
        max-width: 100%;
    }

    /* notice view */
    #post_view .page_move {
        justify-content: start;
        width: 100%;
    }

    #post_view .page_move a {
        /* width: 79%; */
        font-size: 14px;
        line-height: 15px;
    }

    .join_insert .label {
        width: 150px;
        max-width: 100%;
    }

    .join_insert .input-group {
        width: 100%;
        height: auto;
        text-align:start;
    }

    /* myBap 마이페이지 */
    #myPage .quickBtn {
        padding: 1em;
    }

    #myPage .quickBtn .col {
        padding: 0.2em;
    }

    /* page3 상품주문 결제 페이지 */
    #orderPage .phoneNumber input {
        width: 100%;
    }

    /* footer */

    .capylight {
        text-align: start;
    }

    footer .logo img {
        width: 70%;
    }

    footer .capylight {
        font-size: 12px;
    }

}

@media (max-width:768px) {
	.notice_board table {
        display: table;
    }
    .notice_board tbody tr {
        display: table-row;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .notice_board tbody tr td {
        display: table-cell;
        padding: 8px;
        font-size: 14px;
    }
    .btn-insert {
        width: auto;
    }

	.pc-only { display: none !important; }
  .mobile-only { display: block; }
  
  .order-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 12px;
    background: #fff;
    font-size: 14px;
  }

  .order-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }

  .order-item {
    margin-bottom: 8px;
  }

  .item-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .item-sub {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
  }

  .item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn-review {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
  }

  .order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .order-actions .btn {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 13px;
  }

  .order-actions .btn-cancel {
    flex: 1;
    background: #fef2f2;
    border: 1px solid #f59e0b;
    color: #b45309;
    height:auto;
  }
 }
#b_all {
  width: 100%;
  border-collapse: collapse;
}

/* 모바일일 때 (예: 768px 이하) */
	@media (max-width: 768px) {

	/* 20250817 상품 view 모바일 이미지 크기 수정 */
	.productInfoImg{
		height:300px;
	}
	.productInfoImg img{
		object-fit: contain !important;
	}
	/* 20250730 추가 */
	.category{
		display:none;
	}
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    p {
        font-size: 1em;
    }

    #header {
        padding: 0 10px;
    }

    #header .container_inner>.row {
        width: 100%;
    }

    #main_img {
        height: auto;
    }

    #main_img .row {
        margin: 0;
        padding: 30px;
    }

    #main_img .title h3 {
        text-shadow:
            /* -1px -1px 0 #fff,
            1px -1px 0 #fff, */
            0px 2px 0 #0000002d,
            2px 2px 0 #0000002d;
        text-wrap: wrap;
    }

    #main_img .title h4 {
        /* color: #fff !important;
        background: var(--sub-color); */
        text-shadow:
            0px 2px 0 #0000002d,
            2px 2px 0 #0000002d;
    }

    #main_img .title p {
        width: 100%;
        text-shadow:
            0px 1px 0 #0000002d,
            1px 1px 0 #0000002d;
        /* color: #fff;
        background: var(--sub-color); */
    }

    #main_img img {
        width: 40%;
        margin-bottom: 10px;
    }

    #main_intro .intro_txt .intro_left {
        padding: 40px 0;
    }

    #main_demo {
        margin-top: 60%;
    }

    #main_board .main_notice {
        padding: 0;
    }

    #main_board .main_notice .row {
        width: 100%;
    }

    #main_board .main_reference {
        padding: 0;
    }

    #main_board .main_reference .row {
        width: 100%;
    }

    #main_board ul li a span {
        font-size: 14px;
    }

    .content_box .right {
        margin: 0 !important;
        padding: 30px;
    }

    .qna_grid .content_box p {
        line-height: 20px;
    }

    #inquiry .inquiry_box>div {
        transform: scale(0.7);
    }

    #inquiry .inquiry_box i {
        font-size: 1.5em;
    }

    /* 메인-펀드운용사 */
    .companies {
        width: 100%;
    }

    /* 메인 푸터 */
    .footer_bottom {
        width: 100%;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.focus-in-expand {
	-webkit-animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-12-27 13:55:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.churchInfo{
	margin:1em 0 2em 0;
}

.churchInfo h6{
	margin-bottom:1em;
}

 .churchInfoRow{
 	display: flex;
    gap: 1em;
    align-items: center;
    margin-top:10px;
    margin-bottom:10px;
 }
 
 .churchInfoRow label{
 	width:200px;
 }
 
 .churchInfoRow .input-group{
 	width:700px; 
 }
 
 .churchInfoRow .input-group input{
 	flex: none;
    width: 150px;
}

 .churchInfoRow .input-group .btn-file{
 	width:100px;
 }
 
  .churchInfoRow input{
  width:700px;
  }
  
.smsContainer {
    display: flex;
    width: 1200px;
    height: 100vh;
   margin: auto;
   max-width: 100%;
   border: 1px solid #e4e4e4;
   padding: 2em 0;
}
.left-sms, .right-sms {
	padding: 20px 30px;
    box-sizing: border-box;
}
.left-sms {
    width: 35%;
    border-right: 1px solid #ddd;
    overflow-y: auto;
}
.right-sms {
    width: 65%;
}
.smsContainer .contact-item {
    display: flex;
    align-items: center;
    gap: 1em;
    border-bottom: 1px solid #e4e4e4;
  	padding: 8px 0;
}
.smsContainer .form-group {
    margin-bottom: 15px;
}
.smsContainer label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.smsContainer input[type="text"], textarea, input[type="file"], select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.smsContainer textarea {
    resize: vertical;
    height: 300px;
}
.btn-sms {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}
.btn:hover {
    background: #0056b3;
}
    
/* 20251001 마이페이지 포인트 선물하기 css 추가  */
.btn-gift{
	font-size:14px;
	color:var(--point-color);
}

.btn-gift:hover{
	background: none;
	text-decoration: underline;
	color:var(--point-color);
}
    
.gift-group{
	display:flex;
	justify-content: center;
}
.gift-group button{
	width:150px;
}
.gift-group .form-select{
	width:300px;
	max-width:100%;
}
.gift-group .form-control{
	width:250px;
	max-width:100%;
}
.pointGiftSend #board .row {
	padding:1em;
	border:1px solid #e4e4e4;
	border-radius:7px;
}
.btn-gift{
	display: flex;
    align-items: center;
    gap: 3px;
}
.btn-gift:hover i{
	transform: none !important;
}