/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
/* font-family: 'Noto Serif KR', serif; */
/* font-family: 'Noto Sans KR', serif; */
/* font-family: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/
*{margin: 0; padding: 0; box-sizing: border-box; letter-spacing: -0.025em; word-break: keep-all;}
select {-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
::-moz-selection {background: #4c7a93; color: #fff;}
::selection {background: #4c7a93; color: #fff;}
select::-ms-expand{display:none;/*for IE10,11*/}

/*********common***********/
p {line-height: 1.5em; font-size: 13px; font-weight: 400;}
a{text-decoration:none; color: #444;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
img {vertical-align: top;}
.clearfix:before,
.clearfix:after{display:table; content:"";}
.clearfix:after{clear:both;}
ul,li{list-style:none;}
body{position: relative; font-family: 'Noto Sans KR', serif; color: #444;}
table {border-collapse: collapse;}
.wrap {width: 90%; margin: 0 auto;}
.inner {width: 1400px; margin: 0 auto;}
.w50p {float: left; width: 50%;}
.posc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.bas {font-family: 'Libre Baskerville', serif;}
.tac {text-align: center;} 
/*.serif,strong.serif, b.serif {font-family: 'Noto Serif KR', serif;}*/
.ink {font-family: 'InkLipquid';}
.gs {font-family: 'GmarketSans', sans-serif;}
.red {color: #b7201c;}
.yellow {color: #f5da0b;}
.cream {color: #fff4ba;}

.sub_table {border-color: #999; color: #444; width: 100%;}
.sub_table th {background: #f4f4f4;}
.sub_table th,
.sub_table td {padding: 10px 5px; text-align: center; font-size: 14px;}
/*********common end***********/
.topbtn {position: fixed; bottom: 15px; right: 15px; display: block; width: 34px; height: 34px; background: #444; z-index: 999; text-align: center; display: none; border-radius: 50%; border: 2px solid  #fff;}
.topbtn:before {position: absolute; content: ''; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; display: inline-block; transform: translate(-50%,-50%) rotate(-45deg); position: absolute; top: 50%; left: 50%; transition: .3s;}
.topbtn:hover:before {top: 50%;}
.topbtn a {display: block; height: 100%; position: relative;}

/*********header***********/
header {height: 60px; background: #fff; box-shadow: 3px 3px 10px rgba(0,0,0,0.05); position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; overflow: hidden;}
/*header.on {background: #444;}*/
header .logo_top {float: left; transition: .2s; margin-top: 18px;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {height: 22px;}
header .menu_btn {position: absolute; right: 14px; top: 18px; width: 30px; height: 22px;}
header .menu_btn div {width: 100%; height: 2px; background: #444; position: absolute; transition: .5s;}
header .menu_btn div:nth-of-type(1) {top: 0;}
header .menu_btn div:nth-of-type(2) {top: 50%; transform: translateY(-50%);}
header .menu_btn div:nth-of-type(3) {bottom: 0;}

header .menu {position: fixed; right: -100%; top: 0; height: 100%; width: 65%; background: #fff; padding: 90px 20px 0 20px; box-shadow: 5px 5px 10px #999; transition:.3s; z-index: 9999;}
header .menu.on {right: -1%;}
header .menu div.sidemenu {position: relative; margin-bottom: 15px; border-bottom: 1px solid  #444;}
header .menu div.sidemenu p,
header .menu div.sidemenu > a{display: block; font-size: 16px; color: #444; padding-bottom: 10px; position: relative; font-weight: 400;}
header .menu div.sidemenu p:before {position: absolute; content: ''; top: 30%; right: 10px; transform: translateY(-50%) rotate(-45deg); border-left: 2px solid #444; border-bottom: 2px solid #444; width: 7px; height: 7px; transition:.3s;}
header .menu div.sidemenu p.on:before {transform: rotate(135deg);}
header .menu div.sidemenu ul {padding-bottom: 10px; display: none;}
header .menu div.sidemenu ul li {position: relative;}
header .menu div.sidemenu ul li:before {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 5px; height: 1px; border-radius: 50%; background: #444; left: 5px;}
header .menu div.sidemenu ul li a {display: block; color: #444; font-size: 14px; padding: 5px 0; transition: .3s; padding-left: 15px;}

header .close_btn {position: absolute; right: 0px; top:10px; width: 30px; height: 30px;}
header .close_btn div {position: absolute; width: 1px; height: 100%; background: #444; transition: .3s; transform-origin: center;}
header .close_btn div:nth-child(1) {transform: rotate(45deg); width: 3px; height: 100%;}
header .close_btn div:nth-child(2) {right: -30px;}
header .close_btn div:nth-child(3) {transform: rotate(-45deg); width: 3px; height: 100%;}

header .header_call {display: block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; width: 90%; color: #fff; background: #ff0090; border-radius: 40px; padding: 10px; transition:.5s;}
header .header_call h3 {font-size: 16px; display: flex; align-items: center; justify-content: center;}
header .header_call h3 img {margin-right: 5px; vertical-align: middle; width: 20px;}
/*********header end***********/

/***************footer***************/
footer {text-align: center; background: #444; padding: 30px 0;}
footer .wrap div {}
footer .wrap .footer_logo img {width: 180px; margin-bottom: 5px;}
footer .wrap  a {display: inline-block; vertical-align: middle; margin: 5px 3px;}
footer .wrap  a img {width: 25px;}
footer .wrap .footer_content {}
footer .wrap .footer_content p {font-size: 12px; line-height: 2em; color: #ddd;}
footer .wrap .footer_content p span {margin-right: 10px;}

/*.main*/
.container section {overflow: hidden;}
.container section:not(.main_visual) {margin-bottom: 30px;}

.main_title {text-align: center; margin-bottom: 20px;}
.main_title h2 {font-size: 26px; color: #444; font-weight: 400;}
.main_title h2 span {font-weight: 300;}
.main_title p {margin-top: 5px; margin-bottom: 10px; color: #666; font-weight: 400; font-size: 12px;}

.more {display: inline-block; padding-bottom: 5px; font-size: 13px; color: #444; position: relative;}
.more span {padding-left: 0; transition: .3s;}
.more:before {position: absolute; content: ''; width: 0%; height: 1px; background: #444; left: 0; bottom: 0; transition: ease-in-out .5s;}
.more:hover:before {width: 100%;}
.more:hover span {padding-left: 10px;}

.main_visual {width: 100%; position: relative; position: relative; z-index: 2; margin-top: 60px;}
.main_visual img {height: 50vh; width: 100%; object-fit: cover; opacity: .8;}

.main_visual .main_visual_txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; color: #444; z-index: 1; text-align: left;}
.main_visual .main_visual_txt h1 {font-size: 22px; position: relative; margin-bottom: 5px; font-weight: 300; line-height: 1.3em;}
.main_visual .main_visual_txt h1 span {font-size: 24px; line-height: 1.3em;}
.main_visual .main_visual_txt h1 strong {font-weight: 500;}
.main_visual .main_visual_txt h1 b {font-size: 24px;}
.main_visual .main_visual_txt h3 {font-size: 18px; margin-bottom: 5px; font-weight: 400;}
.main_visual .main_visual_txt p {font-size: 14px; font-weight: 400;}

.main_brand {margin-top: 30px;}
.main_brand .main_title {margin-bottom: 20px;}
.main_brand .wrap {display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.main_brand .wrap .main_brand_cont {position: relative; display: block; width: 100%; height: 170px; overflow: hidden; border-radius: 10px; margin-bottom: 20px;}
.main_brand .wrap .main_brand_cont img {position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; filter: grayscale(0) brightness(.7);}
.main_brand .wrap .main_brand_cont .main_brand_txt {position: absolute; left: 20px; width: 100%; top: 30px; color: #fff; transition: .5s;}
.main_brand .wrap .main_brand_cont .main_brand_txt h2 {font-size: 24px; margin-bottom: 10px; font-weight: 400;}
.main_brand .wrap .main_brand_cont .main_brand_txt h4 {font-size: 16px; font-weight: 400;}
.main_brand .wrap .main_brand_cont .main_brand_txt p {}
.main_brand .wrap .main_brand_cont .main_brand_txt span {position: absolute; right: 50px; bottom: -10px; background: #fff; width: 60px; height: 1px;}
.main_brand .wrap .main_brand_cont .main_brand_txt span:before {position: absolute; content: ''; width: 10px; height: 1px; background: #fff; transform: rotate(45deg); right: -1px; top: -4px;}

.main_gall {width: 100%; position: relative; overflow: hidden; text-align: center;}
.main_gall .main_gall_slide {position: relative; width: 200%; left: 50%; transform: translateX(-50%); margin-top: 30px;}
.main_gall .main_gall_slide .swiper-slide {overflow: hidden; background: #fff; transition:.5s; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.main_gall .main_gall_slide .swiper-slide img {width: 100%; height: 140px; object-fit: cover;} 
.main_gall .main_gall_slide .swiper-slide-active {transform: translateY(-30px); border-radius: 10px;}
.main_gall .main_gall_slide .s	lide_prev,
.main_gall .main_gall_slide .slide_next {background: #444; width: 40px; height: 40px; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; transition:.4s; border: 3px solid  transparent;}
.main_gall .main_gall_slide .slide_prev:hover,
.main_gall .main_gall_slide .slide_next:hover {border: 3px solid  #fff;}
.main_gall .main_gall_slide .slide_prev {left: 5%;}
.main_gall .main_gall_slide .slide_next {right: 5%;}
.main_gall .main_gall_slide .slide_prev .swiper-button-prev,
.main_gall .main_gall_slide .slide_next .swiper-button-next {margin: 0; position: absolute; top: 50%; background: none;}
.main_gall .main_gall_slide .slide_prev .swiper-button-prev {width: 12px; height: 12px; border-left: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(-45deg); left: 55%;}
.main_gall .main_gall_slide .slide_next .swiper-button-next {width: 12px; height: 12px; border-right: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(45deg); left: 45%;}

.main_shop {background: #f4f4f4; padding: 30px 0;}
.main_shop .wrap {}
.main_shop .wrap .main_shop_txt { color: #444;}
.main_shop .wrap .main_shop_txt h2 {font-size: 30px; color: #444; font-weight: 400;}
.main_shop .wrap .main_shop_txt h3 {font-size: 16px; position: relative; margin-bottom: 10px; padding-bottom: 10px; font-weight: 400;}
.main_shop .wrap .main_shop_txt h3:before {position: absolute; content: ''; width: 100px; height: 1px; background: #444; bottom: 0; left: 0;}
.main_shop .wrap .main_shop_txt p {font-size: 13px; line-height: 1.7em;}
.main_shop .wrap .main_shop_txt .more {margin: 10px 0;}
.main_shop .wrap .main_shop_img img {width: 100%; object-fit: cover; border-radius: 10px;}

.main_good .wrap {padding: 50px 0;}
.main_good .wrap .main_good_cont {margin-bottom: 50px;}
.main_good .wrap .main_good_cont > div {}
.main_good .wrap .main_good_cont .main_good_img img {width: 100%;}
.main_good .wrap .main_good_cont .main_good_txt {margin-top: 10px;}
.main_good .wrap .main_good_cont .main_good_txt h3 {font-size: 16px; color: #666; font-weight: 400;}
.main_good .wrap .main_good_cont .main_good_txt h2 {font-size: 24px; color: #444; font-weight: 400;}
.main_good .wrap .main_good_cont .main_good_txt h2 small {font-size: 18px; font-weight: 400; position: relative; display: block; padding-bottom: 15px; margin-bottom: 15px;}
.main_good .wrap .main_good_cont .main_good_txt h2 small:before {position: absolute; content: ''; width: 100px; left: 50%; transform: translateX(-50%); bottom: 0; height: 1px; background: #444;}
.main_good .wrap .main_good_cont .main_good_txt p {font-size: 14px; color: #666; font-weight: 400; margin-top: 5px;}
.main_good .wrap .main_good_cont:nth-of-type(odd) {text-align: left;}
.main_good .wrap .main_good_cont:nth-of-type(even) {text-align: right;}
.main_good .wrap .main_good_cont:nth-of-type(even) p {margin-bottom: 15px;}
.main_good .wrap .main_good_cont:first-of-type .main_good_img img {border-radius: 30px 0 0 0 ;}
.main_good .wrap .main_good_cont:last-of-type .main_good_img img {border-radius: 0 0 30px 0 ;}
.main_good .wrap .main_good_cont:last-of-type {margin-bottom: 0;}

/*sub*/

.sub .subtop {background-size: cover; background-repeat: no-repeat; background-position: center; margin-top: 60px; height: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #444;}
.sub .subtop {text-align: center;}
.sub .subtop h3 {letter-spacing: 10px; font-weight: 400; font-size: 12px;}
.sub .subtop h1 {font-size: 30px; position: relative; font-family: 'LouisGeorgeCafe'; font-weight: 100;}
.sub .subtop01 {background-image: url(../../img/subtop01.jpg);}
.sub .subtop02 {background-image: url(../../img/subtop02.jpg);}
.sub .subtop03 {background-image: url(../../img/subtop03.jpg);}
.sub .subtop04 {background-image: url(../../img/subtop04.jpg);}
.sub .subtop05 {background-image: url(../../img/subtop05.jpg);}
.sub .subtop06 {background-image: url(../../img/subtop06.jpg);}

.sub .sub_cont_wrap {padding: 50px 15px;}
.sub .subtitle {text-align: center; margin-bottom: 30px;}
.sub .subtitle h4 {font-weight: 100; letter-spacing: 5px; color: #666; font-size: 10px; font-family: 'LouisGeorgeCafe';}
.sub .subtitle h1 {font-size: 28px; margin: 10px 0; display: inline-block; position: relative; font-weight: 400;}
.sub .subtitle h1:before {position: absolute; content: ''; width: 40px; left: -50px; height: 1px; background: #444; top: 50%; transform: translateY(-50%);}
.sub .subtitle h1:after {position: absolute; content: ''; width: 40px; right: -50px; height: 1px; background: #444; top: 50%; transform: translateY(-50%);}
.sub .subtitle p {font-size: 14px;}

.sub .minititle { margin-bottom: 50px; text-align: center;}
.sub .minititle h2 {font-size: 42px; position: relative; padding-bottom: 15px; margin-bottom: 15px;}
.sub .minititle h2:before {position: absolute; content: ''; width: 40px; height: 1px; background: #444; left: 50%; transform: translateX(-50%); bottom: 0;}
.sub .minititle h2 strong {color: firebrick;}
.sub .minititle p {font-size: 16px;}
.sub .minititle p strong {color: firebrick; font-size: 20px;}

.sub .sub_cont {margin-bottom: 100px;}

.sub_ceo .sub_ceo01 {display: flex; justify-content: space-between; align-items: center; flex-direction: column;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt {text-align: center;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt p {font-size: 14px; line-height: 1.8em; margin: 20px 0;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt h2 {font-size: 22px; margin-top: 15px; font-weight: 400;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt h2 strong {color: red;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt h3 {font-size: 18px; margin-bottom: 30px;}
.sub_ceo .sub_ceo01 .sub_ceo01_txt h3 strong {font-family: 'InkLipquid'; font-size: 32px; padding-left: 10px;}
.sub_ceo .sub_ceo01 .sub_ceo01_img {}
.sub_ceo .sub_ceo01 .sub_ceo01_img img {width: 100%; height: 300px; border-radius: 10px;}

.sub .sub_about01 {}
.sub .sub_about01 .sub_about01_img img {width: 100%; border-radius: 30px 0 0 0;}
.sub .sub_about01 .sub_about01_txt { position: relative; text-align: center; margin-top: 20px;}
.sub .sub_about01 .sub_about01_txt h2 {font-size: 24px; padding-bottom: 15px; margin-bottom: 15px; font-weight: 400; position: relative;}
.sub .sub_about01 .sub_about01_txt h2:before {position: absolute; content: ''; left: 50%; transform: translateX(-50%); bottom: 0; width: 60px; height: 1px; background: #444;}
.sub .sub_about01 .sub_about01_txt h2 strong {color: firebrick;}
.sub .sub_about01 .sub_about01_txt p {line-height: 1.6em; font-size: 14px;}
.sub .sub_about01 .sub_about01_txt p strong {color: firebrick; font-size: 16px;}

.sub_location .sub_location01 {margin-bottom: 30px;}
.sub_location .sub_location01 > div {}
.sub_location .sub_location01 .sub_location_img img {width: 100%; height: 150px; object-fit: cover; border-radius: 25px 0 0 0;}
.sub_location .sub_location01 .sub_location_txt {text-align: center; border: 1px solid  #ddd; overflow: hidden;}
.sub_location .sub_location01 .sub_location_txt > div:nth-of-type(1) {padding: 15px 0;}
.sub_location .sub_location01 .sub_location_txt div h2 {font-size: 20px;}
.sub_location .sub_location01 .sub_location_txt div p {color: #666; padding: 10px 0;}
.sub_location .sub_location01 .sub_location_txt span {margin: 8px 0;}
.sub_location .sub_location01 .sub_location_txt span a {display: inline-block; padding: 5px 10px; border-radius: 50px; color: #fff; margin: 0 5px; font-size: 13px;}
.sub_location .sub_location01 .sub_location_txt span a img {width: 12px; margin-right: 5px; vertical-align: baseline;}
.sub_location .sub_location01 .sub_location_txt span a:nth-of-type(1) {background: #666;}
.sub_location .sub_location01 .sub_location_txt span a:nth-of-type(2) {background: #06bd34;}
.sub_location .sub_location01 .sub_location_map {}
.sub_location .sub_location01 .sub_location_map .root_daum_roughmap {width: 100% !important;}

.sub_type .sub_type_box {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px;}
.sub_type .sub_type_box > img {width: 50%; height: 170px; object-fit: cover; border-radius: 10px;}
.sub_type .sub_type_box .sub_type_txt {width: 50%; padding-left: 15px;}
.sub_type .sub_type_box .sub_type_txt h2 {font-size: 18px; color: #444; font-weight: 400;}
.sub_type .sub_type_box .sub_type_txt h3 {font-size: 16px; margin: 3px 0; font-weight: 400;}
.sub_type .sub_type_box .sub_type_txt h4 {color: #666; font-weight: 300; font-size: 13px;}
.sub_type .sub_type_box .sub_type_txt p {color: #999; margin-top: 15px; font-size: 12px;}
.sub_type .sub_type_box .sub_type_txt {word-break: break-all;}

.sub_faq {}
.sub_faq .faq_cont {display: flex; flex-direction: column; align-items: center; margin-bottom: 35px;}
.sub_faq .faq_cont .faq_icon {text-align: center; margin-bottom: 15px;}
.sub_faq .faq_cont .faq_icon img {height: 70px;}
.sub_faq .faq_cont .faq_icon span {font-weight: 500; display: block; margin-top: 8px; font-size: 20px;}
.sub_faq .faq_cont .faq_txt {margin-bottom: 10px;}
.sub_faq .faq_cont .faq_txt h3 {padding: 8px; font-size: 18px; background: #d4d0d1; line-height: 1em; margin-bottom: 5px; color: #444; font-weight: 400;}
.sub_faq > div:nth-of-type(even) .faq_txt h3 {background: #ffd1d1;}
.sub_faq .faq_cont .faq_txt p {font-size: 14px; margin-bottom: 25px; font-weight: 400; padding-left: 8px; color: #666;}


/*******모바일 폼메일 및 매장안내(상품스킨) 스타일**********/
 
.sub_board .photo_bbs.lst_type_2 li {width: 100%;}
.sub_board .photo_bbs.lst_type_2 li p {font-size: 14px;}
.sub_board .AWbbs_f_search input {width: 100%;}

.sub_board .consult_cont th {width: 30%; font-size: 13px;}
.sub_board .consult_cont td .phone_0,
.sub_board .consult_cont td .phone_1,
.sub_board .consult_cont td .phone_2 {width: 29%;}
.sub_board .consult_cont td .email_1,
.sub_board .consult_cont td .email_2,
.sub_board .consult_cont td .email_3 {width: 29%; font-size: 12px;}

.sub_board .AW-mem-btn button,
.sub_board .AW-mem-btn a {height: 35px; line-height: 35px; font-size: 13px;}

.sub_board .AWbbs_input_table {border: none !important;}
.sub_board .AWbbs_input_table .textarea {font-size: 14px;}
.sub_board .AWbbs_input_table .top10 {text-align: center;}
.sub_board .AWbbs_input_table .top10 p {display: inline-block; line-height: 1em;}
