/* BASIC css start */

body {
    font-family: 'Pretendard', sans-serif;
    margin: 0;    
    color: #111111; 
}


img {
    border: none;
}
a img {
    border: none;
}

h1 {
    margin: 0 0 18px 0;
    font-size: 20px;
    text-align: left;
    max-width: 980px;
    margin-left: 24px;
}

/* ¸ÞÀÎ ·¹ÀÌ¾Æ¿ô */
.main-layout {
    display: flex;
    gap: 45px;
    align-items: center;
    margin: 50px auto 50px auto;
}

.preview-area {
    flex: 1 1 0;
    min-width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_fixed { display: none; }

.personal_warp { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 0; }

/* ¿ÞÂÊ ¹Ì¸®º¸±â ¼¼·Î °íÁ¤ ¿µ¿ª ÄÁÅ×ÀÌ³Ê */
.preview-container-box {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parent_warp { width: 100%; max-width: 1480px; position: relative; margin: 0 auto; }
.craftsman_img { width: 100%; }


.ring-display-area {
    width: 100%;
    height: 360px; /* °íÁ¤°ªÀ¸·Î ¸¶Å©¾÷ °¡º¯ ¿©¹é ¼öÄ¡¸¦ ¿ÏÀüÈ÷ µ¿°á */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

/* ¹ÝÁö ¿Ü°æ ±âº» Ã¼±Þ (360px) */
.ring-wrapper { 
    width: 100%; 
    max-width: 360px; 
    margin: 0 auto; 
    transition: max-width 0.35s cubic-bezier(0.25, 1, 0.5, 1); 
}

/* Ææ´øÆ® ¸ðµå ¿Ü°æ (230px) */
.ring-wrapper.pendant-mode {
    max-width: 230px;
}

.ring-preview-container { width:100%; padding-top:100%; position:relative; }

/* ¹ÝÁö/Ææ´øÆ® ¿ÜºÎ¼± °ø¿ë */
.ring-outer { position:absolute; inset:0; border: 1px solid #ddd6ce; border-radius:50%; background-color: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.015); }

/* [¹ÝÁö ±âº» ³»ºÎ¼± Æø] 360px ±âÁØ ³»°æ 78% ÁöÁ¤ */
.ring-inner { 
    width: 78%; 
    height: 78%; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    border: 1px solid #ddd6ce; 
    border-radius: 50%; 
    z-index: 1; 
    transition: width 0.35s ease, height 0.35s ease;
}

/* [µÎ²² µ¿°á ¿ª»ê] ¿Ü°æÀÌ 230px·Î ÁÙ¾îµé¾îµµ ½Ç¹° Æø µÎ²² ºñÀ²ÀÌ Á¤±³ÇÏ°Ô µ¿°áµÇµµ·Ï À¯Áö */
.ring-wrapper.pendant-mode .ring-inner {
    width: 65.56%;
    height: 65.56%;
}

.engraving-overlay { position:absolute; inset:0; pointer-events:none; z-index:2; font-weight:500; color:#3a3a3a; }

.char-wrapper {
    position:absolute;
    left:50%; top:50%;
    width:0; height:0;
    transform-origin:center center;
}
.char-wrapper > span,
.char-wrapper > img {
    position:absolute;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
    line-height:1;
}

.option_titlename { font-family: 'Noto Serif KR', serif !important; font-size: 2.2rem; text-align: center; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; padding: 100px 0px 0px 0px; }
.option_subname { font-size: 1rem; text-align: center; line-height: 1.8rem; letter-spacing: initial; padding: 30px 0px 50px 0px; }

.custom_warp { padding: 50px 0px; }
.panel-area { width: 45%; margin: 0px 20px 0px 20px; }
.options-area { width:100%; }
.option-group { display: flex; align-items: center; justify-content: space-between; } 
.option-group label { width: 20%; flex-shrink: 0; margin-bottom: 0px; font-family: 'Josefin Sans', sans-serif;  font-size: 14px; letter-spacing: 0.08em; color: #8e8171; font-weight: 400; }

.engraving-input-group {
    display: flex;
    flex-direction: column; 
    align-items: stretch !important;
    width: 100%;
    padding-top: 25px;
}

.engraving-header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    margin-bottom: 10px; 
}

/* RESET ¹öÆ° */
.engraving-header .clear_btn {
    position: static !important;
    font-family: 'Josefin Sans', sans-serif; 
    font-size: 11px; 
    letter-spacing: 0.05em; 
    color: #999999; 
    text-decoration: underline; 
    text-underline-offset: 3px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease; 
    display: flex;
    align-items: center;
}

.engraving-header .clear_btn:hover { 
    color: #111111 !important; 
}

.engraving-header label {
    margin: 0 !important;
    width: auto !important;
}

.engraving-input-group .input-wrapper {
    width: 100%;
}

/* ÀÎÇ²Ã¢ ¶óÀÎ ¹«µå */
#custom-engraving { 
    width: 100%; 
    font-family: 'Pretendard', sans-serif; 
    padding: 12px 0px 8px 0px; 
    border: none !important; 
    border-bottom: 1px solid #111111 !important;
    border-radius: 0px; 
    font-size: 14px; 
    box-sizing: border-box;
    letter-spacing: 0.1em;
    background: transparent; 
    color: #111111; 
}

/* [ÇØ°á] ÀÎÇ²Ã¢ ¹× ¾ÆÆ²¸®¿¡ ÀÔ·ÂÃ¢ È°¼ºÈ­(Æ÷Ä¿½º) ½Ã ºê¶ó¿ìÀú Å×µÎ¸® Àü¸é ¹æÁö */
#custom-engraving:focus,
.master-typing-area input:focus {
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #111111 !important;
    box-shadow: none !important;
}

/* ½Éº¼ & ¹öÆ° °ÝÀÚ */
.symbol-grid { display:flex; flex-wrap:wrap; gap:6px; }
.symbol-btn { padding: 8px; margin: 4px 2px 4px 0px; border: none; background: #ffffff; border-radius: 50%; cursor: pointer; width: 100%; min-width: 0; aspect-ratio: 1 / 1; height: auto; font-size: clamp(9px, 0.9vw, 11px); color: #444444; text-align: center; display: flex; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 2px 5px rgba(0,0,0,0.03); transition: background 0.2s ease, color 0.2s ease,   transform 0.2s ease, box-shadow 0.2s ease; }
.symbol-btn:hover { 
    background: #111111; 
    color: #ffffff;
    transform: translateY(-1px);
}
.symbol-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-btn { margin: 4px 2px 4px 0px; width: 100%; min-width: 0; aspect-ratio: 1 / 1;  height: auto; font-size: clamp(8px, 0.85vw, 10px); font-weight: 600; font-family: 'Josefin Sans', sans-serif; text-transform: uppercase; color: #111111; background:#f4f0ea; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 2px 5px rgba(0,0,0,0.03); transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.all-btn:hover { 
    background: #111111; 
    color: #ffffff;
}

.number-grid {
    display: grid;
    grid-template-columns: repeat(16, minmax(0, 1fr));
    gap: clamp(4px, 0.8vw, 10px);
    margin-top: 6px;
}

/* ¹öÆ° Á¤·Ä °¡ÀÌµå ¶óÀÎ ·¹ÀÌºí ¸¶Áø */
.roman-label { font-family: 'Josefin Sans', sans-serif; font-size: 14px; letter-spacing: 0.08em; color: #8e8171; font-weight: 400; margin: 35px 0px 12px 0px;}

/* ½½¶óÀÌ´õ Á¦¾î */
.option-group .font-choise { flex: 1; height: 45px; border: none; border-bottom: 1px solid #111; background: transparent; font-size: 14px; margin-left: 20px; }
.option-group input[type="range"] { -webkit-appearance: none; appearance: none; flex: 1; height: 1px; background: #d8d2ca; border-radius: 2px; outline: none; margin: 0 0 0 20px; padding: 0; display: flex; align-items: center; }
.option-group input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 12px; height: 12px; border-radius: 50%; background: #ffffff; border: 1px solid #a6a29e; cursor: pointer; transition: all 0.2s ease; margin-top: 0 !important; }
.option-group input[type="range"]::-webkit-slider-thumb:hover { background: #fbf9f7; border-color: #333333; transform: scale(1.1); }
.option-group input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: #ffffff; border: 1px solid #a6a29e; cursor: pointer; transition: all 0.2s ease; box-sizing: border-box; }
.option-group input[type="range"]::-moz-range-thumb:hover { background: #fbf9f7; border-color: #333333; transform: scale(1.1); }
.option-group input[type="range"]::-moz-range-progress { background: #e2dfdb; }

/* ÇÏ´Ü ¹è³Ê ¹× Á¤·Ä ¼Â */
.anniversary_btn_wrap, .visit_btn_wrap, .kakao_btn_wrap { text-align: center; }
.anniversary_btn_wrap a, .visit_btn_wrap a, .kakao_btn_wrap a { display: inline-block; text-decoration: none; }

.personal_img { position: relative; }
.personal_img img { width: 100%; }
.personal_textbox { position: absolute; top: 45%; left: 30%; transform: translateX(-50%); text-align: left; color: #fff; }
.personal_title { font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.1em; font-size: 2.0rem; font-weight: 500; }
.personal_subtitle { font-size: 1rem; text-align: left; line-height: 1.8rem; letter-spacing: initial; padding: 30px 0px 50px 0px; }

/* [ÇÇµå¹é 1 Àû¿ë] ±â³äÀÏ / ¹æ¹®¿¹¾àÇÏ±â ¹öÆ° È£¹ö ½Ã ¹Ù´Ú¿¡¼­ À§·Î Ã¤¿öÁö´Â(Sweep Up) ¸ð¼Ç ±¸Çö */
.anniversary_btn, .visit_btn { 
    min-width: 200px; 
    text-align: center; 
    padding: 1.2em; 
    display: block; 
    margin: 0 auto; 
    font-size: 0.9rem; 
    border: 1px solid #111; 
    position: relative; 
    overflow: hidden; 
    background-color: #fff; /* ÃÊ±â º£ÀÌ½º »ö»ó Èò»ö */
    color: #111; /* ÃÊ±â ÅØ½ºÆ® »ö»ó °ËÁ¤»ö */
    z-index: 1; 
    transition: color 0.4s ease; 
}
.anniversary_btn::before, .visit_btn::before { 
    content: ""; 
    position: absolute; 
    bottom: 0; /* ¹Ù´Ú ¿ÏÀü ¹ÐÂø */
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #111111; /* Â÷¿À¸¦ ºí·¢ °¡»ó »ö»ó */
    z-index: -1; 
    transform: scaleY(0); 
    transform-origin: bottom; /* ¾Ö´Ï¸ÞÀÌ¼Ç ÃàÀ» ¹Ù´ÚÀ¸·Î Á¤¹Ð °íÁ¤ */
    transition: transform 0.4s ease; 
}
.anniversary_btn:hover, .visit_btn:hover { 
    color: #fff; /* È£¹ö ½Ã ±ÛÀÚ Èò»ö ¹ÝÀü */
}
.anniversary_btn:hover::before, .visit_btn:hover::before { 
    transform: scaleY(1); /* ¼öÁ÷ »ó½Â È¿°ú ±¸µ¿ */
}

.marking_img { position: relative; }
.marking_img img { width: 100%; }
.marking_textbox { position: absolute; top: 65%; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; }
.marking_title { font-family: 'Noto Serif KR', serif !important; font-size: 2.2rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }
.marking_subtitle { font-size: 1.0rem; padding: 10px 0px 0px 0px; line-height: 1.8rem; }

.craftsman_group { padding: 50px 100px 0px 100px; }

/* Åº»ý¼® ÀÎµ¦½º ±×¸®µå */
.birth_box { display:grid; grid-template-columns:repeat(4, 1fr); gap:55px 30px; background:#fafafa; padding:70px 60px; text-align:center; }
.birth_item { display:flex; flex-direction:column; align-items:center; }
.birth_item img { width:30px; height:30px; object-fit:contain; margin-bottom:18px; }
.birth_date { font-family:'Josefin Sans', sans-serif; font-size:11px; letter-spacing:0.18em; color:#c39562; margin-bottom:3px; }
.birth_name { font-family:'Josefin Sans', sans-serif; font-size:12px; letter-spacing:0.08em; color:#111111; }

@media (max-width:1024px) {
    .birth_box { grid-template-columns:repeat(3, 1fr); gap:45px 20px; padding:50px 30px; }
}
@media (max-width:768px) {
    .birth_box { grid-template-columns:repeat(2, 1fr); gap:40px 16px; padding:40px 20px; }
    .birth_item img { width:58px; height:58px; }
}

/* À¥ÆùÆ® Å¸ÀÌÇÎ Å¥·¹ÀÌ¼Ç ÇÁ¸®ºä ¸®½ºÆ® */ 
.webfont-warp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; max-width: 1480px; margin: 0 auto;padding: 40px 0; }
.master-typing-area { width: 70%; margin: 0 auto 15px; }
.master-typing-area input { font-family: 'Pretendard', sans-serif; width: 100%; padding: 12px 0px 8px 0px; border: none !important; border-bottom: 1px solid #111111 !important; border-radius: 0px; font-size: 14px; box-sizing: border-box; background: transparent; color: #111111; }

.webfont_title { font-family: 'Noto Serif KR', serif !important; font-size: 2.2rem; text-align: center; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; padding: 100px 0px 0px 0px; }
.webfont_detail { font-size: 1rem; text-align: center; line-height: 1.8rem; letter-spacing: initial; padding: 30px 0px 70px 0px; }
.font-warp { border-bottom: none; padding: 25px; background-color: #fbfbf9; border-radius: 4px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; min-height: 140px; transition: all 0.25s ease; }
.font-warp:hover { transform: translateY(-2px); background: #ffffff; }
.font-warp [id^="preview-"] { display: block !important; margin-top: auto !important; word-break: break-all !important; }

.font-preview-1 { font-family: 'Courgette', cursive !important; font-size: 24px; padding-left:10px; }
.font-preview-2 { font-family: 'Dancing Script', cursive !important; font-size: 25px; padding-left:10px; }
.font-preview-3 { font-family: 'Hahmlet', serif !important; font-size: 23px; padding-left:10px; letter-spacing: -0.04em; }
.font-preview-4 { font-family: 'Noto Serif KR', serif !important; font-size: 23px; padding-left:10px; }
.font-preview-5 { font-family: 'Noto Sans KR', sans-serif !important; font-size: 23px; padding-left:10px; }
.font-preview-6 { font-family: 'Nanum Pen Script', cursive !important; font-size: 33px; padding-left:10px; }
.font-preview-7 { font-family: 'Josefin Sans', sans-serif !important; font-size: 25px; padding-left:10px; }
.font-preview-8 { font-family: 'Playwrite DE SAS', cursive !important; font-size: 20px; padding-left:10px; }
.font-preview-9 { font-family: 'Beth Ellen', cursive !important; font-size: 19px; padding-left:10px; }
.font_typesize { display: flex; align-items: center; font-family: 'Josefin Sans', sans-serif; font-size: 14px; padding-bottom: 20px; }
.font-name { padding-right: 10px; }
.font-face-s { font-family: 'Lato', 'Noto Sans KR', sans-serif; line-height: 1; font-size: 12px; vertical-align: middle; color: #444746; }
.font-face-s:before { content: "|"; margin-right: 10px; }

/* ÇÏ´Ü Á¤º¸ ·¹ÀÌ¾î */ 
.what_title { font-family: 'Noto Serif KR', serif !important; font-size: 2.2rem; text-align: center; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; padding: 100px 0px 0px 0px; }
.what_detail { font-size: 1rem; text-align: center; line-height: 1.8rem; letter-spacing: initial; padding: 30px 0px 30px 0px; }
.kakao_info { letter-spacing: 0.1em; font-size: 0.9rem; text-align: center; line-height: 1.8rem; padding: 0px 0px 20px 0px; margin: 100px 0px 0px 0px; }
.kakao-link { display: inline-block; text-decoration: none; }
.kakao_btn { position: relative; display: inline-block; text-align: center; padding-bottom: 4px; color: #111; letter-spacing: 0.02em; font-size: 0.9rem; }
.kakao_btn::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #c7a97b; transform: scaleX(1); transform-origin: left; transition: transform 0.35s ease; }
.kakao-link:hover .kakao_btn::after { transform: scaleX(0); }

/* ÀÌ¹ÌÁö ·¹ÀÌ¾Æ¿ô Àü¿ë RING / PENDANT ÅÇ ½ºÅ¸ÀÏ¸µ */
.preview-tabs {
    display: flex;
    gap: 30px; /* ¹öÆ° »çÀÌ ¿©¹é */
    justify-content: center;
    width: 100%;
}
.preview-tabs .tab-btn {
    flex: 1; /* µ¿ÀÏÇÑ Å©±â·Î ¾çºÐµÇµµ·Ï ¼³Á¤ */
    padding: 15px 0px 13px 0px;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #e8e5e0;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

/* ±â³äÀÏ ÄÃ·º¼Ç ¹öÆ°ÀÇ À§¿¡¼­ ¾Æ·¡·Î ½º¸£¸¤ ³»·Á¿À´Â ¼¼·Î ½ºÀ¬(Sweep) ÀÎÅÍ·¢¼Ç °¡°ø */
.preview-tabs .tab-btn::before {
    content: "";
    position: absolute;
    bottom: 0; /* À§¿¡¼­ ¾Æ·¡°¡ ¾Æ´Ñ ¾Æ·¡¿¡¼­ À§·Î Ã¤¿öÁöµµ·Ï °íÁ¤ ¼öÄ¡ º¯°æ */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3efe9; /* ¿¬º£ÀÌÁö ´Ü»ö ¹è°æ */
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom; /* ½ºÀ¬ ¸ð¼Ç Æ®·¢ÀÇ ±âÁØÃàÀ» ÇÏ´ÜÀ¸·Î Á¤¹Ð °íÁ¤ */
    transition: transform 0.4s ease;
}

/* ºñÈ°¼ºÈ­ ¹öÆ° È£¹ö ½Ã */
.preview-tabs .tab-btn:not(.active):hover {
    border-color: #f3efe9;
}

.preview-tabs .tab-btn:hover::before {
    transform: scaleY(1);
}

/* È°¼ºÈ­ ¹öÆ° µðÀÚÀÎ */
.preview-tabs .tab-btn.active {
    color: #111111;
    background-color: #f3efe9;
    border-color: #f3efe9;
    font-weight: 400;
}

/* È°¼ºÈ­ »óÅÂ¿¡¼­µµ ½ºÀ¬ Æ®·¢ÀÌ ²Ë Â÷ ÀÖµµ·Ï °íÁ¤ */
.preview-tabs .tab-btn.active::before {
    transform: scaleY(1);
}


/* ¾ÆÆ²¸®¿¡ ÇÏ´Ü ÃßÃµ °¡ÀÌµå ¹Ù µðÀÚÀÎ (¹è°æ ¹× ½É¹ú ¹è°æ»ö Á¦°Å + ¿Ïº® ¿ÞÂÊ Á¤·Ä) */
.atelier-guide-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* ¿Ïº® ¿ÞÂÊ Á¤·Ä °íÁ¤ */
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    margin: 15px auto 35px auto;
    padding: 12px 0px; /* ÁÂ¿ì ÆÐµùÀ» 0À¸·Î ±ð¾Æ ÀÔ·ÂÃ¢ ½ÃÀÛ¼±°ú Á¤±³ÇÏ°Ô ¸ÅÄª */
    background-color: transparent; /* ¹Ù ¹è°æ»ö Á¦°Å */
    border: none; /* ¹Ù Å×µÎ¸® Á¦°Å */
    position: relative; /* ¸®¼Â¹öÆ° ¿ìÃø Àý´ë Á¤·ÄÀ» À§ÇÑ ±âÁØÁ¡ ºÎ¿© */
}

.atelier-guide-bar .guide-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.atelier-guide-bar .guide-label { font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: 400; color: #111111; letter-spacing: -0.01rem; }

.atelier-guide-bar .guide-chips {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
}

.atelier-guide-bar .guide-divider {
    width: 1px;
    height: 14px;
    background-color: #e5e0da;
    margin: 0 4px;
}

/* °¡ÀÌµå Ä¨ ¹öÆ° °ø¿ë µðÀÚÀÎ ½ºÅ¸ÀÏ (Å×µÎ¸® ¹× ¶ó¿îµå ¹Ú½º ÈçÀû Àü¸é »èÁ¦) */
.atelier-chip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    height: 30px;
    padding: 0 2px !important;
    margin: 0 10px;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important; 
    box-shadow: none !important;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease-in-out;
}

/* [¹ØÁÙ ¸ð¼Ç] ¸¶¿ì½º È£¹ö ½Ã ¿ÞÂÊ¿¡¼­ ¿À¸¥ÂÊÀ¸·Î ½º¸£¸¤ »ý±â´Â ¾ð´õ¶óÀÎ ¸ð¼Ç ±¸Çö */
.atelier-chip-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1.5px;
    background-color: #111111;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* È£¹ö µ¿ÀÛ ¹ÙÀÎµù */
.atelier-chip-btn:hover {
    color: #000000 !important;
    background-color: transparent !important;
}

.atelier-chip-btn:hover::after {
    transform: scaleX(1);
}

.atelier-chip-btn.text-chip {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    font-style: italic;
}

/* ½Å±Ô ¸®¼Â Ä¨ ¹öÆ° Àü¿ë µ¶¸³ ½ºÅ¸ÀÏ¸µ (°¡ÀÌµå Ä¨°ú ¹«µå¸¦ ¸ÂÃßµÇ ¸Ç ¿À¸¥ÂÊ °­Á¦ °íÁ¤ Á¤·Ä) */
.atelier-guide-bar .atelier-chip-btn.reset-chip { position: absolute; right: 0px !important; font-family: 'Josefin Sans', 'Pretendard', sans-serif; font-size: 13px; font-weight: 400; color: #111111; font-style: normal !important; }

.atelier-chip-btn.reset-chip i {
    font-size: 10px;
    margin-right: 4px;
    vertical-align: middle;
}

/* ¸ð¹ÙÀÏ Àü¿ë ¹ÝÀÀÇü ¹Ìµð¾îÄõ¸® ´ëÀÀ */
@media (max-width: 768px) {
    .atelier-guide-bar {
        padding: 12px 15px;
        gap: 10px;
        margin-bottom: 25px;
    }
    .atelier-guide-bar .guide-divider {
        display: none; 
    }
    .atelier-chip-btn {
        height: 28px;
        font-size: 11px;
        padding: 0 4px !important;
    }
    .atelier-guide-bar .atelier-chip-btn.reset-chip {
        position: static !important; /* ¸ð¹ÙÀÏ ¹ÝÀÀÇü ºä¿¡¼­´Â ÁÙ¹Ù²Þ Èå¸§ ÀüÇâ */
    }
}
/* BASIC css end */

