@charset "UTF-8";



.review_text {
    display: flex;
    width: 100%;  
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
    text-align: center; 
    justify-content: center;
    align-items: center;
}

.image.minus {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.image.minus img {
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.feature {
    margin-bottom: 50px;
    position: relative;
}
.feature.boxed {
    padding: 1em;
    background-color: #FAFBFC;
    margin-bottom: 2em;
}
.feature-title-copy {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0 !important;
}
.feature-title {
    /*font-size: 1.5rem !important;*/
    color: #2E3435 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    margin-bottom: 0 !important;
    line-height: 150% !important;
}
.feature-subtitle {
    font-size: 0.75em;
    color: #888;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    line-height: 1.33em !important;
    /*text-transform: uppercase;*/
}
.feature p {
    font-size: 0.98rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}
		@media screen and (max-width: 736px) {
			.feature p {
				font-size: 0.84rem;
			}
		}

.feature span {
    font-size: 0.88rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}


	.align-left {
		text-align: left;
		list-style: none;
	}

	.align-center {
		text-align: center;
		list-style: none;
	}

	.align-right {
		text-align: right;
		list-style: none;
	}
	hr.line {
		border: 0;
		border-top: solid 1px #ddd;
		margin: 2em 0 0em 0;
	}

/* Form 스타일 */
/* 기본 체크박스 숨기기 및 가짜 체크박스 스타일 */
.custom-checkbox input[type="checkbox"] {
    display: none; /* 기본 체크박스 숨기기 */
}

.custom-checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

/* 체크된 상태 스타일 및 선택 표시 */
.custom-checkbox input[type="checkbox"]:checked + span {
    background-color: #007bff; /* 체크박스 배경 색 */
    border-color: #0056b3; /* 체크박스 테두리 색 */
}

.custom-checkbox input[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); /* 체크 표시 */
}

/* 기본 체크박스 스타일 */
input[type="checkbox"] {
    appearance: auto;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    width: auto;
    height: auto;
}


/* 선택된 체크박스 스타일 */
.custom-checkboxs {
    appearance: auto; /* 기본 브라우저 스타일 활성화 */
    position: static; /* 위치를 일반 흐름으로 */
    display: inline-block; /* 표시되도록 설정 */
    width: auto; /* 너비 자동 */
    height: auto; /* 높이 자동 */
    margin: 0; /* 여백 초기화 */
    cursor: pointer; /* 마우스 커서 변경 */
}

.custom-checkboxs:checked {
    outline: 2px solid blue; /* 선택된 체크박스 강조 */
}

/* 게시판 글쓰기 좌측 항목 */
.write_title {
    background: #9DB2BF url(/images/overlay.png);
    color: #fff;
}


/* 라벨 스타일 추가 */
label {
    font-size: 14px;
    cursor: pointer;
    margin-left: 4px;
}



/* Row 테이블 변경 */














.Recommend-image-box {
    width: 100%;
    margin-bottom:34px;
}

.Image-dietguide {
    color: #fff;
    font-size: 28px;
    font-family: 'Tangerine', serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px -8px 0px;
    text-align: center;
}

.Image-subject { 
   color: #fff;
   font-family : 'Noto Serif KR', sans-serif;
   font-size: 24px;
   font-weight: 800;
   line-height: 150%;
   letter-spacing: 0.8px;
   word-spacing: 2px;
   text-transform:uppercase;
}

.Image-view {
    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: 14px;
    font-family : 'Noto Serif KR', sans-serif;
    font-weight: 400;
    letter-spacing: 0.8px;
    word-spacing: 2px;
    line-height: 1.54em;
    padding: 8px 15px 8px 15px;
    margin: 15px 0px 10px 0px;
    text-align: left;
    background-color: rgba( 0, 0, 0, .3 );
}

.Image-more { 
   display: inline-block;
   font-family: 'Montserrat', Sans-serif;
   /* font-family : 'Noto Serif KR', sans-serif; */
   font-size:14px;
   font-weight:bold;
   transition: .35s 
   letter-spacing: 1.9px !important;
   word-spacing: 25% !important;
   padding: 17px 25px 18px 25px;
   transition: 0.5s;
}
a.Image-more:link, a.Image-more:visited, a.Image-more:active {
   color:#3b3b3b;
   background-color: rgba( 255, 255, 255, .6 );
   text-decoration:none;
}
a.Image-more:hover {
   color:#fff;
   background-color: rgba( 255, 210, 0, .6 );
   text-decoration:none;
}

.Image-title { 
   color: #fff;
   font-family : 'tahoma', 'small fonts', sans-serif;
   font-size: 10px;
   font-weight: 700;
   line-height: 100%;
   text-transform:uppercase;
}
.Image-content { 
   color: #3b3b3b;
   font-family : 'tahoma', 'small fonts', sans-serif;
   font-size: 10px;
   font-weight: 700;
   line-height: 100%;
   text-transform:uppercase;
}

/* I line */
.vertical-line {
   font-family: 'small fonts', 'tahoma' ,Sans-serif;
   font-size:9px;
   color:#bbb;
   padding-left: 10px;
   padding-right: 10px;
}

/* List Admin Link */
.modifyc { 
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}
a.modifyc:link, a.modifyc:visited, a.modifyc:active {
   color:#02AACF;
   text-decoration:none
}
a.modifyc:hover {
   color:#3e3e3e;
   text-decoration:none;
}

.deletec { 
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}
a.deletec:link, a.deletec:visited, a.deletec:active {
   color:#C34242;
   text-decoration:none
}
a.deletec:hover {
   color:#3e3e3e;
   text-decoration:none;
}

.eventc { 
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}
a.eventc:link, a.eventc:visited, a.eventc:active {
   color:#FF9C00;
   text-decoration:none
}
a.eventc:hover {
   color:#3e3e3e;
   text-decoration:none;
}

.viewc { 
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}
a.viewc:link, a.viewc:visited, a.viewc:active {
   color:#DA569B;
   text-decoration:none
}
a.viewc:hover {
   color:#3e3e3e;
   text-decoration:none;
}

.board_button {
   margin-top: 16px;
   margin-bottom: 1px;
}

.board_page {
   margin: auto 0;
   text-align:center;
   margin-top: -24px;
}

/* Contents Hangle */
.contents-hangle-posts {
   color: #606060;
   font-family:'맑은 고딕', 'Malgun Gothic', '나눔바른고딕', 'NanumBarunGothic', '나눔 고딕', 'Nanum Gothic', 'Helvetica Neue', Helvetica, 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', AppleGothic, Dotum, '돋움', sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 31px;
}

/* Board Subject */
.board-titles {
    color: #bbb;
    font-size: 20px;
    font-family: 'Tangerine', serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
    padding: 0px 15px 0px 0px;
    margin: -65px 0px 0px 75px;
    text-align: left;
}
.board-title {
    color: #3e3e3e;
    font-size: 26px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 800;
    line-height: 0.84em;
    padding: 0% 0px 0% 0%;
    margin: -1px 0px 18px 75px;
    text-align: left;
    text-transform: uppercase;
}

/* Eng Information Bottom Line */
.page-header-line {
   border-bottom:1px solid #dedede;
   margin-top: 11px;
   margin-bottom: 30px;
}
.page-header-lines {
   border-bottom:1px solid #dedede;
   margin-top: 11px;
   margin-bottom: 17px;
}

.infomation-url { 
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}
a.infomation-url:link, a.infomation-url:visited, a.infomation-url:active {
   Color:#FF9C00;
   Text-decoration:none
}
a.infomation-url:hover {
   Color:#3e3e3e;
   border-bottom:2px solid #FF9C00;
   text-decoration:none;
}

.url { 
   color: #57ADBF;
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:9px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
}

/* Ranking List Number */
.rank-list-number-box {
    text-align:center;
    padding: 14px 0 0 0;
    background-color: #3e3e3e;
    width:64px;
    height:64px;
    border-radius:32px;
    -moz-border-radius : 32px;
    -webkit-border-radius : 32px;
    -ms-border-radius :32px;
    -khtml-border-radius : 32px;
    -o-border-radius :32px;
    text-transform: uppercase;
}

.rank-list-number {
    color: #fff;
    font-size: 40px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 800;
    line-height: 0.84em;
}

.Rank-bottom-line {
   width: 100%;
   height: 1px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("<?=$board_skin_path?>/img/line.gif");
}

/* English Contents Right Box */
.continuebox {
  margin: 11px 0 0 0;
  text-align:right;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}















/* 글 보기 */
/* Board List Box */
.roundbox {
    display: inline-block;
    width: 100%;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color:#303030;
    font-weight: normal;
    line-height: 200%;
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: 6px;
    padding: 24px;
    word-spacing: 2px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

/* Clear */
.both {
   clear: both;
}

/* Contents Hangle */
.view-posts {
   color: #606060;
   font-family : 'Noto Serif KR', sans-serif;
   font-size: 17px;
   font-weight: normal;
   line-height: 200%;
   letter-spacing: 0.8px;
   word-spacing: 2px;
}

/* Contents English */
.contents-english-posts {
    color: #606060;
    font-size: 13px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: normal;
    line-height: 27px;
}

/* Title texts */
.bbs-titles {
    color: #FF7CB4;
    font-size: 18px;
    font-family: 'Tangerine', serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
    text-align: left;
}
.bbs-title {
    color: #2B3748;
    font-size: 24px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 800;
    line-height: 1.14em;
    padding: 0% 20px 0% 0%;
    margin: -5px 0px 11px 0px;
    text-align: left;
    text-transform:left;
}

/* Board Subject */
.board-titles {
    color: #FF7CB4;
    font-size: 28px;
    font-family: 'Tangerine', serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
    padding: 0px 15px 0px 0px;
    margin: 3px 0px 0px 0px;
    text-align: left;
}
.board-title {
    color: #2B3748;
    font-size: 30px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 800;
    line-height: 1.24em;
    padding: 0% 0px 0% 0%;
    margin: -8px 0px 3px 0px;
    text-align: left;
    text-transform: uppercase;
}

/* Tahoma texts */
.english-texts {
    font-family: 'tahoma', 'Small Fonts', Sans-serif;
    font-size: 9px;
    font-weight: nomal;
    text-align: center;
}


/* Continue reading */
.continue { 
   display: inline-block;
   font-family:'tahoma', 'Small Fonts', Sans-serif;
   font-size:10px;
   font-weight:bold;
   transition: .35s 
}
a.continue:link, a.continue:visited, a.continue:active {
   color:#fff;
   background-color:#FF9C26;
   padding:7px 15px 8px 15px;
   Text-decoration:none;
}
a.continue:hover {
   color:#fff;
   background-color:#4e4e4e;
   padding:7px 15px 8px 15px;
   text-decoration:none;
}

.continues { 
    display: inline-block;
    font-family: 'Montserrat', Sans-serif;
    font-size:14px;
    font-weight: 400;
    line-height: 1.14em;
    text-align: center;
    transition: .35s ;
    margin:14px 0px 14px 0px;
}
a.continues:link, a.continues:visited, a.continues:active {
   color:#fff;
   background-color:#FF9C26;
   padding:15px 22px 16px 22px;
   text-decoration:none;
}
a.continues:hover {
   color:#fff;
   background-color:#2B3748;
   padding:15px 22px 16px 22px;
   text-decoration:none;
}

/* Form hidden */
.form-none {
   overflow: hidden;
   height: 1px;
   dispaly: none.html;
}

/* English Contents Right Box */
.continuebox {
  margin: 4px 0 0 0;
  text-align:right;
}

/* Line */
.dasheds {
   width: 100%;
   height: 1px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("/images/line.gif");
}

/* Small Font */
.Engbold { 
   display: inline-block;
   color: #bebebe;
   font-family : 'Noto Serif KR', sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 150%;
   letter-spacing: 0.8px;
   word-spacing: 2px;
}
.Engbolds { 
   display: inline-block;
   color: #BDCCCD;
   font-family : 'Noto Serif KR', sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 150%;
   letter-spacing: 0.8px;
   word-spacing: 2px;
}

/* Eng Information Bottom Line */
.HorizontalLine {
   border-bottom:1px solid #F4F4F4;
   margin-top: 5px;
   margin-bottom: 20px;
}

/* I line */
.VerticalLine {
   font-family: 'small fonts', 'tahoma' ,Sans-serif;
   font-size:9px;
   color:#bebebe;
   padding-left: 10px;
   padding-right: 10px;
}

.board_button {
   margin-top: 16px;
   margin-bottom: 1px;
}



/* List Button */
.elementor-button {
    display: inline-block;
    font-size: 13px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    transition:0.3s;
    background-color: #02AACF;
    border-radius: 6px;
    padding: 23px 39px 24px 39px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    text-decoration:none;
}
a.elementor-button:hover {
    display: inline-block;
    font-size: 13px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    transition:0.3s;
    background-color: #3b3b3b;
    border-radius: 6px;
    padding: 23px 39px 24px 39px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    text-decoration:none;
}

.con-box {
    padding: 10px; 
    border: 1px solid #E2E2E2; 
    margin-top: 7px; 
    background-color: #ffffff;
}

.imageboader {
    border: 1px solid #DBE0E4;
    margin-bottom: 11px;
    border-radius: 6px;
    text-align: center;

    margin-left: auto; 
    margin-right: auto; 
    display: block;
}

.urlbox {
    display: inline-block;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #F0F1F1;
    border-radius: 6px;
    padding: 14px;
    word-spacing: 1px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
    margin-top: 31px;
    margin-bottom:31px;
}
.Enghoma { 
   display: inline-block;
   font-family: "Taviraj", serif;
   font-weight:bold;
   text-align:center;
}
a.Enghoma:link, a.Enghoma:visited, a.Enghoma:active {
   Color:#F28B04;
   Text-decoration:none
}
a.Enghoma:hover {
   Color:#02AACF;
   text-decoration:none;
}
.dmove { 
   display: inline-block;
   Color:#3b3b3b;
   font-family: 'tahoma', 'Small Fonts', Sans-serif;
   font-size:10px;
   font-weight:bold;
   text-align:center;
}

/* 페이지 로케이션 */

.locations { 
   display: inline-block;
   font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
   font-weight: 500;
}
a.locations:link, a.locations:visited, a.locations:active {
   text-decoration:underline
}
a.locations:hover {
   text-decoration:none;
}

.Lists { 
   display: inline-block;
   font-family: 'Noto Serif KR', sans-serif;
   font-weight: 800;
}


.mores { 
   font-family: "Taviraj", serif;
   font-size:0.8em;
   font-weight:500;
   text-transform:uppercase;
}
a.mores:link, a.mores:visited, a.mores:active {
   color:#E97770;
   text-decoration:none
}
a.mores:hover {
   color:#D4BCAD;
   text-decoration:none;
}

/* 페이징 버튼 */
  button.small,
  .button.small {
    color: #fff;
    font-family:'tahoma' ,Sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom:0.2em;
 }
		@media screen and (max-width: 736px) {

			.button.small {
				display: inline-block !important;
				width: auto;
			}
}

/* 영문 텍스트 */
.Engs {
    font-family: "Taviraj", serif !important;
}

/* element 미적용 */
  element {
    padding: 4px;
    height: auto !important; /* 기존 height: 47px;를 덮어씁니다 */
  }
element {
  height: initial !important; /* 기본값으로 초기화 */
}

/* 이미지 테두리 */
        .imgs {
            border: 1px solid #EFF1F1 !important; /* 검은색 테두리 */
        }

/* 프로필 */
.pt-5 {
    padding-top: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.small {
    font-size: 0.8rem;
}
.text-muted {
    font-size: 0.8rem !important;
    font-family: "Taviraj", serif !important;
    font-weight: 500 !important;
    line-height: 1.5em;
}