@charset "euc-kr";

html,body { width: 100%; height: 100%; }

/* 스크롤 초기화 */
::-webkit-scrollbar { width: 5px; height: 6px; }
::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb { background-color: rgb(181 184 185); border-radius: 5px; }

textarea { font-family: "Pretendard Variable",sans-serif; resize: none; box-sizing: border-box; outline: none; }
button { font-family: 'Pretendard Variable', sans-serif; border: none; box-sizing: border-box; cursor: pointer; }
table { width: 100%; table-layout: fixed; }
table thead th { background-color: #f1f1f1; }
table th { height: 35px; padding: 0 10px; border-bottom: 1px solid var(--g);  text-align: center; vertical-align: middle; font-size: 14px; font-weight: 600; box-sizing: border-box; }
table td { height: 32px; padding: 0 10px; border-bottom: 1px solid var(--g); text-align: center; vertical-align: middle; font-size: 14px; font-weight: 500; box-sizing: border-box; }
table td input[type="button"] { font-size: 13px; border: none; border-radius: 5px; padding: 5px 10px; }
input[type="text"] { border: 1px solid transparent; transition: 0.3s; }
input[type="text"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="text"].disabled { background-color: var(--g7) !important; opacity: 0.3; }
textarea { border: 1px solid transparent; transition: 0.3s; }
textarea.focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="password"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="button"] { cursor: pointer; }
input.serach_box { width: 100%; height: 45px; font-size: 15px; background: url(../images/icons/search_icon.png) no-repeat 95% 50%; border: 1px solid var(--g2); border-radius: 5px; padding: 0 40px 0 10px; }
.t_blue { color: var(--b) !important; }
.t_red { color: var(--red) !important; }
.bg_gr { background-color: var(--gr); }
.bg_db { background-color: var(--db); }

.wrapper { width: 100%; min-width: 1235px; height: 100%; }
.wrap { width: 900px; margin: 0 auto; padding: 60px 0; }
.bg_wrapper { background-color: var(--w3); }
.wrap > h1 { font-size: 40px; color: #555; font-weight: 600; text-align: center; margin-bottom: 20px; }
.wrap > span { display: block; font-size: 18px; color: #aaa; text-align: center; margin-bottom: 60px; }
.wrap_con { width: 100%; padding-left: 280px; padding-top: 70px; }
.wrap_con .nav { width: 100%; font-weight: 500; display: flex; align-items: flex-end; height: 60px; background-color: var(--lb); gap: 5px; padding-left: 20px; }
.wrap_con .nav a { font-size: 15px; padding: 15px 30px 10px 30px; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: var(--w); box-shadow: 4px -4px 12px 0 rgb(205,217,233,0.3); opacity: 0.5; }
.wrap_con .nav a:hover { color: var(--b); opacity: 0.8; }
.wrap_con .nav a.this { font-weight: 600; opacity: 1; color: var(--black) !important; }
.explain { padding: 20px; margin-top: 30px; border-top: 1px solid var(--g); }
.explain ul { display: flex; flex-direction: column; gap: 10px; }
.explain ul li { font-size: 13px; color: var(--g4); list-style-type: disc; }

.check_con { display: flex; align-items: center; }
.check_con input { display: none; }
.check_con label { padding-left: 25px; height: 18px; line-height: 18px; font-size: 15px; background: url(../images/common/checkbox.png) no-repeat left center; }
.check_con label.on { background: url(../images/common/checkedbox.png) no-repeat left center; }

.check_box { display: flex; align-items: center; gap: 5px; font-size: 13px; line-height: 20px; color: #3a3a3a; font-weight: 500; }
.check_box input { display: none; }
.check_box .check_icon { border: 1px solid #ddd; width: 20px; height: 20px; border-radius: 4px; transition: 0.2s; }
.check_box .check_icon i { display: flex; align-items: center; justify-content: center; position: relative; right: 1px; }
.check_box .check_icon svg { fill: var(--g2); }
.check_box .check_icon.on { background-color: var(--b); border: 1px solid transparent; transform: scale(0.8); }
.check_box .check_icon.on svg { fill: var(--w); }

.check-box { width: fit-content; display: flex; align-items: center; gap: 10px; font-size: 14px; background: none; padding: 5px; border-radius: 4px; position: relative; }
.check-box input { display: none; }
.check-box::before { display: block; width: 8px; height: 5px; border-bottom: 2px solid var(--g2); border-left: 2px solid var(--g2); border-radius: 1px; transform: rotate(-45deg); content: ''; margin-bottom: 3px; z-index: 1; }
.check-box::after { display: block; width: 20px; height: 20px; border-radius: 3px; content: ''; position: absolute; left: 0; }
.check-box.this::before { border-bottom: 2px solid var(--w); border-left: 2px solid var(--w); }
.check-box.this::after { background-color: var(--b) !important; }
.check-box:hover::after { background-color: var(--b2); }

.search-popup { position: absolute; box-shadow: var(--shadow); min-width: 165px; background-color: var(--w); border-radius: 4px; opacity: 0; visibility: hidden; transition: 0.1s; z-index: 9; }
.search-popup.on { visibility: visible; opacity: 1; transform: translateY(5px); }
.search-popup h2 { font-size: 13px; font-weight: 500; }
.search-popup-wrap { display: flex; }
.search-popup-box { width: 100%; padding: 15px; }
.search-popup-box.border { border-left: 1px solid var(--g); }
.search-popup-box h2 { display: block; margin-bottom: 10px; }
.search-popup-bottom { padding: 10px 15px; border-top: 1px solid var(--g); display: flex; justify-content: space-between; gap: 5px; }
.search-popup-bottom i { display: none; }
.search-popup-bottom i input { width: 110px; text-align: center; height: 30px; border-radius: 4px; border: 1px solid var(--g); box-sizing: border-box; }
.search-popup-bottom i select { height: 30px; border-radius: 4px; box-sizing: border-box; border: 1px solid var(--g); }
.search-popup-bottom .search-popup-btn { display: flex; justify-content: right; flex: 1; }
.search-popup-bottom .search-popup-btn button { background-color: var(--b); color: var(--w); padding: 8px 10px; border-radius: 4px; font-size: 12px; }
.search-popup-scroll { display: flex; flex-direction: column; gap: 5px; max-height: 115px; overflow-y: auto; }
.search-popup-scroll a { font-size: 15px; color: var(--b); line-height: 35px; border-radius: 5px; padding: 0 10px; }
.search-popup-scroll a:hover { background-color: var(--b2); }

.label { min-width: 100px; display: inline-flex; gap: 7px; justify-content: space-between; font-size: 14px; align-items: center; height: 30px; padding: 0 10px; background-color: var(--lb); color: var(--black); border-radius: 4px; box-sizing: border-box; cursor: pointer; }
.label h1 { max-width: 120px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.label::after { display: block; width: 0; height: 0; border: 5px solid transparent; border-top: 6px solid var(--black); content: ''; margin-top: 5px; }
.label:hover { background-color: var(--b2); }

:root {
  --b: #3489ff;
  --b2: #eff5ff;
  --db: #1553a1;
  --black: #192a42;
  --w: #fff;
  --w2: #f7f7f7;
  --w3: #f9f9f9;
  --p: #7e96ff;
  --g: #e2e5eb;
  --g2: #bbb;
  --g3: #f1f2f4;
  --g4: #838995;
  --g5: #d7d7d7;
  --g6: #a6aaaf;
  --g7: #e5e5e5;
  --lb: #f2f4f7;
  --lb2: #dce8fa;
  --lb3: #f9fbfc;
  --lb4: #f6f8fb;
  --lb5: #d1d7df;
  --lb5: #bbc7d5;
  --lb6: #64748b;
  --red: #FF5656;
  --gr: #15a187;
  --or: #ff8e1a;
  --shadow: 0px 2px 6px rgb(26,122,255,.1);
}

/* 헤더 */
.header { display: flex; align-items: center; width: calc(100% - 280px); height: 70px; background-color: var(--w); position: fixed; top:0; left: 280px; border-bottom: 1px solid var(--g); padding: 0 20px; z-index: 9; }
.header .menu { width: 100%; display: flex; justify-content: space-between; }
.header .menu > ul { display: flex; align-items: center; }
.header .menu > ul > li { position: relative; font-size: 18px; font-weight: 500; cursor: pointer; border-radius: 5px; padding: 10px 15px; }
.header .menu > ul > li.this > a { color: var(--b); font-weight: 600; }
.header .menu > ul:first-child { gap: 10px; }
.header .menu > ul:first-child > li::before { display: block; content: ''; clear: both; position: absolute; left: 50%; bottom: -3px; width: 0; height: 4px; background: var(--b); transform: translateX(-50%); transition: 0.2s; }
.header .menu > ul:first-child > li:hover::before { width: 70%; }
.header .menu > ul:last-child > li { font-size: 14px; color: var(--g4); font-weight: 400; }
.header .menu > ul:last-child > li:hover { background-color: var(--lb); }
.header .menu > ul:last-child > li:hover > ul { display: flex; }

/* 사이드바 */
.sidebar { width: 280px; min-height: 100vh; position: fixed; left: 0; top: 0; background-color: var(--w); border-right: 1px solid var(--g); z-index: 9; }
.sidebar .logo { height: 70px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid var(--g); }
.sidebar .logo a { display: flex; margin-right: 20px; }

.sidebar .sidebar_wrap { display: flex; flex-direction: column; justify-content: space-between; height: calc(100vh - 70px); overflow: hidden; overflow-x: hidden; overflow-y: auto; }
.sidebar .sidebar_wrap .nt_text { display: flex; align-items: center; gap: 5px; min-height: 60px; height: 60px; background-color: var(--lb); padding: 0 20px; }
.sidebar .sidebar_wrap .nt_text a { max-width: 200px; font-size: 12px; font-weight: 500; padding-top: 2px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.sidebar .sidebar_wrap .login_box { padding: 25px 20px 20px 20px; }
.sidebar .sidebar_wrap .login_box .login_input input { width: 100%; height: 40px; border-radius: 5px; border: 1px solid var(--g); padding: 0 10px; margin-bottom: 10px; }
.sidebar .sidebar_wrap .login_box .login_input span { display: inline-block; font-size: 13px; color: #3a3a3a; font-weight: 600; margin: 0px 0px 10px 5px; }
.sidebar .sidebar_wrap .login_box .login_input input { width: 100%; border: 1px solid #ddd; height: 40px; padding: 0 10px; border-radius: 5px; }
.sidebar .sidebar_wrap .login_box .login_input .security_text_box { display: none; }
.sidebar .sidebar_wrap .login_box .login_input .security_text_box .security_text { margin-top: 10px; }
.sidebar .sidebar_wrap .login_box .login_mid { display: flex; align-items: center; justify-content: space-between; margin: 5px 0; }
.sidebar .sidebar_wrap .login_box .login_btn { display: inline-block; width: 100%; }
.sidebar .sidebar_wrap .login_box .login_btn a { width: 100%; display: flex; align-items: center; justify-content: center; height: 45px; background-color: var(--b); color: #fff; font-size: 14px; font-weight: 500; border-radius: 5px; margin-top: 10px; }
.sidebar .sidebar_wrap .login_box .login_btn a:last-child { background-color: var(--w); border: 1px solid var(--b); color: var(--b); }

.sidebar .sidebar_wrap .logined_box { display: flex; flex-direction: column; gap: 15px; padding: 25px 20px 10px 20px; }
.sidebar .sidebar_wrap .logined_box .name_box { display: flex; align-items: center; justify-content: space-between; padding: 0 5px; }
.sidebar .sidebar_wrap .logined_box .name_box a { display: flex; }
.sidebar .sidebar_wrap .logined_box .name_box i { display: flex; align-items: center; gap: 10px; }
.sidebar .sidebar_wrap .logined_box .name_box p { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 13px; font-weight: 500; color: var(--w); }
.sidebar .sidebar_wrap .logined_box .name_box span { font-size: 18px; font-weight: 600; }
.sidebar .sidebar_wrap .logined_box .remain_box { display: flex; flex-direction: column; gap: 15px; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top { display: flex; background-color: var(--lb); border-radius: 10px; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul { width: 100%; display: flex; flex-direction: column; gap: 10px; padding: 15px 12px; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul:first-child { border-right: 1px solid var(--w); }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul li { display: flex; align-items: center; justify-content: space-between; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul li span { font-size: 14px; font-weight: 500; letter-spacing: -0.4px; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul li a { padding: 4px 7px; background-color: var(--w); border-radius: 50px; border: 1px solid var(--g); font-size: 11px; font-weight: 600; }
.sidebar .sidebar_wrap .logined_box .remain_box .remain_top ul li h1 { font-size: 17px; font-weight: 600; }
.sidebar .sidebar_wrap .logined_box .remain_box i { display: flex; align-items: center; justify-content: space-between; padding: 0 12px; }
.sidebar .sidebar_wrap .logined_box .remain_box i span { display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 500; letter-spacing: -0.4px; }
.sidebar .sidebar_wrap .logined_box .remain_box i h1 { display: flex; align-items: center; gap: 10px; }
.sidebar .sidebar_wrap .logined_box .remain_box i h1 a { padding: 5px 7px; background-color: var(--b); border-radius: 5px; font-size: 11px; color: var(--w); font-weight: 600; }
.sidebar .sidebar_wrap .logined_box .side_menu ul { padding: 0 12px; }
.sidebar .sidebar_wrap .logined_box .side_menu ul li { font-size: 15px; font-weight: 500; line-height: 45px; }
.sidebar .sidebar_wrap .logined_box .side_menu ul li a { display: flex; align-items: center; gap: 8px; line-height: 45px; color: var(--lb6); }

.sidebar .sidebar_wrap .q_btn { display: flex; align-items: center; justify-content: center; margin: 0 20px; border: 1px solid var(--g); padding: 20px 0; border-radius: 15px; margin-bottom: 40px; }
.sidebar .sidebar_wrap .q_btn a { display: flex; align-items: center; flex-direction: column; gap: 10px; flex: 1; }
.sidebar .sidebar_wrap .q_btn a span { font-size: 14px; font-weight: 500; letter-spacing: -0.4px; text-align: center; line-height: 1.4; }
.sidebar .sidebar_wrap .q_btn p { width: 1px; height: 50px; background-color: var(--g); }
.sidebar .sidebar_wrap .c_wrap { width: 100%; padding: 20px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.sidebar .sidebar_wrap .c_wrap h1 { font-size: 17px; font-weight: 700; }
.sidebar .sidebar_wrap .c_wrap h2 { font-size: 30px; font-weight: 700; margin-top: 5px; }
.sidebar .sidebar_wrap .c_wrap span { font-size: 13px; color: var(--g4); }
.sidebar .sidebar_wrap .c_wrap span b { font-weight: 700; }

/* 메인 */
.container .banner { width: 100%; height: 400px; }
.container .banner .swiper-slide { display: flex; justify-content: center; background-color: #f1f5ff; }
.container .banner .swiper-slide:nth-child(2) { background-color: #ffcbca; }
.container .banner .swiper-slide:nth-child(3) { background-color: #fff9f1; }
.container .banner .swiper-slide .banner_wrap { height: 100%; display: flex; justify-content: center; align-items: center; gap: 60px; line-height: 1.4; }
.container .banner .swiper-slide .banner_wrap i { width: 375px; }
.container .banner .swiper-slide .banner_wrap .banner_img { display: flex; }
.container .banner .swiper-slide .banner_wrap .banner_text { padding-bottom: 40px; }
.container .banner .swiper-slide .banner_wrap h1 { font-size: 40px; font-weight: 600; color: rgb(0,0,0,.9); margin-bottom: 20px; }
.container .banner .swiper-slide .banner_wrap span { font-size: 18px; color: rgb(0,0,0,.5); }
.container .banner .swiper-button-wrap { width: 100%; position: absolute; left: 0; bottom: 80px; display: flex; align-items: center; justify-content: center; z-index: 1; padding-left: 280px; }
.container .banner .swiper-button-wrap b { font-size: 15px; font-weight: 600; color: rgb(0,0,0,.7); margin-left: 10px; }
.container .banner .swiper-button-next { width: 20px; position: initial; left: auto; top: auto; bottom: auto; margin-top: 0; height: auto; }
.container .banner .swiper-button-next::after { font-size: 15px; color: var(--black); }
.container .banner .swiper-button-prev { width: 20px; position: initial; left: auto; top: auto; bottom: auto; margin-top: 0; height: auto; }
.container .banner .swiper-button-prev::after { font-size: 15px; color: var(--black); }
.container .banner .swiper-pagination { width: auto; position: initial; left: auto; top: auto; bottom: auto; margin-right: 10px; font-size: 15px; color: rgb(0,0,0,.25); }
.container .banner .swiper-pagination .swiper-pagination-current { color: var(--black); }

.container .section { padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.container .section.row { flex-direction: row; flex-wrap: wrap; gap: 60px; }
.container .section .section_title h1 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.container .section .q_menu { display: flex; flex-wrap: wrap; gap: 25px; }
.container .section .q_menu a { display: flex; align-items: center; gap: 10px; padding: 15px 25px 15px 20px; border-radius: 15px; background-color: var(--w); border: 1px solid var(--w2); box-shadow: 0 0 2px rgba(0,0,0,.08), 1px 6px 15px rgba(0,0,0,.06); }
.container .section .q_menu a p { display: flex; align-items: center; justify-content: center; }
.container .section .q_menu a p img { width: 30px; height: 30px; }
.container .section .q_menu a span { font-size: 15px; }
.container .section .support ul { display: flex; gap: 20px; }
.container .section .support ul li { border-radius: 20px; background-color: var(--lb4); }
.container .section .support ul li a { display: flex; gap: 55px; padding: 30px 40px; box-sizing: border-box; }
.container .section .support ul li a h1 { font-size: 18px; font-weight: 700; line-height: 36px; margin-bottom: 10px; }
.container .section .support ul li a span { font-size: 15px; line-height: 20px; color: var(--lb6); }
.container .section .support ul li a p { display: flex; align-items: center; }
.container .section .notice ul { display: flex; flex-direction: column; gap: 15px; }
.container .section .notice ul li { display: flex; align-items: center; gap: 10px; font-size: 13px; opacity: 0.3; }
.container .section .notice ul li:first-child { font-size: 16px; margin-bottom: 5px; opacity: 1; }
.container .section .notice ul li b { font-size: 10px; font-weight: 700; color: var(--red); }

.container .visual { display: flex; flex-wrap: wrap; justify-content: center; gap: 60px 190px; padding: 60px; }
.container .visual.bg { background-color: var(--lb); margin-top: 30px; padding-bottom: 0; margin-bottom: 80px; }
.container .visual .visual_title h1 { font-size: 38px; font-weight: 600; line-height: 1.5; }
.container .visual .visual_title h2 { font-size: 38px; color: var(--g6); }
.container .visual .visual_title span { display: block; font-size: 17px; font-weight: 400; color: var(--g6); line-height: 1.6; margin-top: 40px; }
.container .visual .visual_title i { display: flex; flex-direction: column; gap: 10px; }
.container .visual .visual_title i a { width: 200px; line-height: 45px; text-align: center; border-radius: 5px; font-size: 15px; font-weight: 500; }
.container .visual .visual_title i a:first-child { background-color: var(--b); color: var(--w); margin-top: 60px; }
.container .visual .visual_title i a:last-child { background-color: var(--g3); color: var(--black); }
.container .visual .visual_title p a { display: flex; align-items: center; gap: 5px; margin-top: 40px; color: var(--b); font-weight: 500; }
.container .visual .visual_banner { position: relative; top: 60px; }
.container .visual .visual_banner .visual_swiper { width: 765px; }
.container .visual .visual_banner .visual_swiper .swiper-slide { padding: 120px 60px; border-radius: 5px; background-color: #528bfb; position: relative; overflow: visible; }
.container .visual .visual_banner .visual_swiper .swiper-slide:nth-child(2) { background-color: #15a187; }
.container .visual .visual_banner .visual_swiper .swiper-slide:nth-child(3) { background-color: #3a3a3a; }
.container .visual .visual_banner .visual_swiper .swiper-slide h1 { font-size: 28px; color: var(--w); margin-bottom: 20px; }
.container .visual .visual_banner .visual_swiper .swiper-slide span { font-size: 17px; display: block; color: rgba(255,255,255,.6); line-height: 1.6; }
.container .visual .visual_banner .visual_swiper .swiper-slide a { display: inline-block; background-color: rgba(0,0,0,.3); padding: 12px 25px; font-size: 15px; color: var(--w); border-radius: 50px; margin-top: 40px; }
.container .visual .visual_banner .visual_swiper .swiper-slide img { position: absolute; top: -60px; right: 0; opacity: 0; }
.container .visual .visual_banner .visual_swiper .swiper-slide.swiper-slide-active img { opacity: 1; }
.container .visual .visual_banner .swiper-button-next:after { font-size: 18px !important; color: var(--lb6) !important; }
.container .visual .visual_banner .swiper-button-prev:after { font-size: 18px !important; color: var(--lb6) !important; }
.container .visual .visual_banner .swiper-button-next { background-color: var(--w); width: 40px !important; height: 40px !important; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.container .visual .visual_banner .swiper-button-prev { background-color: var(--w); width: 40px !important; height: 40px !important; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.container .visual .visual_banner .swiper-button-next { right: -20px !important; }
.container .visual .visual_banner .swiper-button-prev { left: -20px !important; }

.container .visual .visual_phone_wrap { display: flex; flex-direction: column; align-items: center; gap: 40px; margin-left: 20px; }
.container .visual .visual_phone_wrap .visual_phone_tab { display: flex; width: 300px; height: 45px; border-radius: 50px; background-color: rgba(0,0,0,.08); position: relative; }
.container .visual .visual_phone_wrap .visual_phone_tab span { width: 150px; line-height: 45px; color: var(--g2); text-align: center; cursor: pointer; position: relative; z-index: 1; }
.container .visual .visual_phone_wrap .visual_phone_tab span.this { color: var(--w); }
.container .visual .visual_phone_wrap .visual_phone_tab p { width: 150px; height: 45px; border-radius: 50px; content: ''; background-color: var(--or); position: absolute; left: 0; top: 0; transition: 0.3s; display: none; }
.container .visual .visual_phone_wrap .visual_phone_tab p.right { left: 150px; }
.container .visual .visual_phone_wrap .visual_phone_box { display: flex; gap: 40px; }
.container .visual .visual_phone_wrap .visual_phone { opacity: 0.3; transform: scale(0.9); transition: 0.3s; position: relative; }
.container .visual .visual_phone_wrap .visual_phone.this { opacity: 1; transform: scale(1); }
.container .visual .visual_phone_wrap .visual_phone .visual_phone_slide { width: 270px; height: 450px; position: absolute; left: 20px; top: 128px; overflow: hidden; }
.container .visual .visual_phone_wrap .visual_phone .visual_phone_slide ul { display: flex; flex-direction: column; gap: 10px; padding-top: 10px; position: relative; }
.container .visual .visual_phone_wrap .visual_phone .visual_phone_slide ul li { opacity: 0; visibility: hidden; transition: 0.3s; }
.container .visual .visual_phone_wrap .visual_phone .visual_phone_slide ul li:nth-child(2) { opacity: 1; visibility: visible; }
.container .visual .visual_phone_wrap .visual_phone.sms_phone.this .visual_phone_slide ul li:nth-child(1) { margin-top: -50px; transition-delay: 2s; }
.container .visual .visual_phone_wrap .visual_phone.sms_phone.this .visual_phone_slide ul li:nth-child(2) { margin-top: -560px; transition-delay: 3s; }
.container .visual .visual_phone_wrap .visual_phone.sms_phone.this .visual_phone_slide ul li:nth-child(3) { opacity: 1; visibility: visible; transition-delay: 2s; }
.container .visual .visual_phone_wrap .visual_phone.sms_phone.this .visual_phone_slide ul li:nth-child(4) { opacity: 1; visibility: visible; transition-delay: 3s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(1) { margin-top: -80px; transition-delay: 2s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(2) { margin-top: -400px; transition-delay: 3s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(3) { opacity: 1; visibility: visible; transition-delay: 2s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(4) { margin-top: -180px; transition-delay: 4s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(5) { opacity: 1; visibility: visible; transition-delay: 3s; }
.container .visual .visual_phone_wrap .visual_phone.rcs_phone.this .visual_phone_slide ul li:nth-child(6) { opacity: 1; visibility: visible; transition-delay: 4s; }

.container .inner_bottom { padding: 60px 30px 20px 30px; }
.container .inner_bottom > h1 { font-size: 36px; font-weight: 600; margin-bottom: 30px; text-align: center; }
.container .inner_bottom > span { display: block; font-size: 18px; color: var(--g4); text-align: center; }
.container .inner_bottom ul { max-width: 1540px; display: flex; flex-direction: column; border-top: 1px solid var(--black); margin: 60px auto 0; }
.container .inner_bottom ul li { border-bottom: 1px solid var(--g); }
.container .inner_bottom ul li a { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px 20px 20px; }
.container .inner_bottom ul li a span { line-height: 1.8; color: var(--g4); font-size: 15px; }
.container .inner_bottom ul li a span b { color: var(--black); font-size: 20px; font-weight: 500; }
.container .inner_bottom ul li a i { display: flex; align-items: center; gap: 5px; color: var(--b); font-size: 15px; font-weight: 500; }
.container .inner_bottom ul li:last-child { border: none; }

/* 메시지 전송 */
.msg_container { display: flex; max-width: 1200px; min-height: calc(100vh - 130px); }
.msg_container .set_wrap { flex-basis: 400px; min-width: 330px; background-color: var(--w); border-right: 1px solid var(--g); padding: 5px 30px 30px 30px; }
.msg_container .set_wrap h1 { display: flex; align-items: center; justify-content: space-between; font-size: 17px; font-weight: 500; margin: 25px 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid var(--g); letter-spacing: -0.2px; }
.msg_container .set_wrap h1 span { display: flex; align-items: center; gap: 5px; }
.msg_container .set_wrap h1 a { display: flex; align-items: center; gap: 2px; border: 1px solid var(--g2); color: var(--black); font-weight: 500; font-size: 12px; border-radius: 5px; padding: 5px 10px; }

.msg_container .set_wrap .reply_box { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; background-color: var(--lb4); border: 1px solid var(--g); border-radius: 5px; box-shadow: var(--shadow); }
.msg_container .set_wrap .reply_box span { font-weight: 700; font-size: 15px; }
.msg_container .set_wrap .reply_box a { padding: 10px 20px; background-color: var(--db); font-size: 13px; color: var(--w); border-radius: 5px; }

.msg_container .set_wrap .rec_box { display: flex; align-items: center; justify-content: space-between; margin: 10px 0; padding: 10px 15px; background-color: var(--lb4); border-radius: 5px; border: 1px solid var(--g); box-shadow: var(--shadow); }
.msg_container .set_wrap .rec_box p { font-size: 14px; color: var(--g4); }
.msg_container .set_wrap .rec_box a { padding: 10px 20px; background-color: var(--b); font-size: 13px; color: var(--w); border-radius: 5px; }

.msg_container .set_wrap .rec_btn_box ul { display: flex; flex-wrap: wrap; gap: 5px; }
.msg_container .set_wrap .rec_btn_box ul li { flex: 1; flex-basis: 165px; }
.msg_container .set_wrap .rec_btn_box ul li a { display: flex; align-items: center; gap: 5px; height: 45px; justify-content: center; font-size: 13px; font-weight: 600; border-radius: 5px; background-color: var(--w); border: 1px solid var(--g); box-shadow: var(--shadow); }
.msg_container .set_wrap .rec_btn_box ul li:hover a { border-color: var(--b); }

.msg_container .set_wrap .set_box_wrap { display: flex; flex-direction: column; gap: 25px; margin-top: 25px; }
.msg_container .set_wrap .set_box_wrap h1 { font-size: 17px; font-weight: 500; padding: 0; border: none; margin: 0 0 -15px 0; }
.msg_container .set_wrap .set_box_wrap ul { width: 100%; display: flex; gap: 10px; }
.msg_container .set_wrap .set_box_wrap ul li { width: 144px; height: 130px; background-color: var(--lb4); border: 1px solid var(--g); border-radius: 5px; overflow: hidden; cursor: pointer; position: relative; }
.msg_container .set_wrap .set_box_wrap ul li p { position: absolute; width: 24px; height: 24px; background-color: var(--w); border-radius: 50px; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: 0.2s; }
.msg_container .set_wrap .set_box_wrap ul li p::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 12px; height: 2px; background-color: var(--g2); content: ''; }
.msg_container .set_wrap .set_box_wrap ul li p::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 2px; height: 12px; background-color: var(--g2); content: ''; }
.msg_container .set_wrap .set_box_wrap ul li:hover p { background-color: var(--g3); }
.msg_container .set_wrap .set_box_wrap .set_box { background-color: var(--lb4); padding: 20px; border-radius: 15px; border: 1px solid var(--g); }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap.column { flex-direction: column; align-items: flex-start; gap: 15px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con { display: flex; flex-direction: column; align-items: flex-start; font-weight: 500; line-height: 1.4; gap: 5px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con label { display: flex; align-items: center; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con label span { display: flex; align-items: center; gap: 2px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con label span a { display: flex; padding-bottom: 2px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con p { display: flex; align-items: center; gap: 5px; margin-left: 5px; font-size: 13.5px; letter-spacing: -0.4px; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con p b { color: var(--red); font-weight: 600; }
.msg_container .set_wrap .set_box_wrap .set_box .check_wrap .check_con p button { background-color: var(--w); border: 1px solid var(--g2); border-radius: 5px; padding: 4px 5px; font-size: 11px; font-weight: 500; }
.msg_container .set_wrap .set_box_wrap .reserve_con span { display: flex; align-items: center; gap: 3px; font-size: 15px; font-weight: 500; }
.msg_container .set_wrap .set_box_wrap .reserve_con span b { color: var(--g6); font-weight: 400; }
.msg_container .set_wrap .set_box_wrap .reserve_con i { display: flex; align-items: center; gap: 5px; margin-top: 10px; }
.msg_container .set_wrap .set_box_wrap .reserve_con i input { height: 35px; font-size: 14px; font-weight: 500; padding: 0 10px 0 40px; border: 1px solid var(--g); border-radius: 5px; }
.msg_container .set_wrap .set_box_wrap .reserve_con i input:first-child { width: 135px; background: url(../images/icons/calendar_icon.png) no-repeat 10px 50%; }
.msg_container .set_wrap .set_box_wrap .reserve_con i input:last-child { width: 120px; background: url(../images/icons/time_icon.png) no-repeat 10px 50%; }

.msg_container .msg_wrap { min-width: 325px; display: flex; flex-direction: column; flex: 1; border-right: 1px solid var(--g); }
.msg_container .msg_wrap .msg_top { display: flex; align-items: center; justify-content: space-between; height: 60px; background-color: var(--w); border-bottom: 1px solid var(--g); padding: 0 10px; }
.msg_container .msg_wrap .msg_top i { display: flex; align-items: center; gap: 10px; }
.msg_container .msg_wrap .msg_top i span { display: flex; align-items: center; gap: 5px; font-size: 15px; color: var(--g4); }
.msg_container .msg_wrap .msg_top a { font-size: 13px; color: var(--w); background-color: var(--black); line-height: 30px; padding: 0 12px; border-radius: 50px; }

.msg_container .msg_wrap .msg_view { flex: 1; display: flex; justify-content: flex-end; align-items: flex-end; padding: 15px; background-color: var(--lb); position: relative; overflow: hidden; }
.msg_container .msg_wrap .msg_view .msg_view_top { display: flex; flex-direction: column; position: absolute; align-items: center; gap: 10px; top: -35px; left: 50%; transform: translate(-50%,0); }
.msg_container .msg_wrap .msg_view .msg_view_top .msg_today { padding: 10px 20px; border-radius: 50px; background-color:var(--g); color: var(--g4); font-size: 13px; }
.msg_container .msg_wrap .msg_view .msg_view_top .msg_id { padding: 10px 20px; border-radius: 50px; background-color: var(--gr); color: var(--w); font-size: 14px; }
.msg_container .msg_wrap .msg_view .msg_view_top .msg_id.mms { background-color: var(--db); }

.msg_container .msg_wrap .msg_view .msg_box { width: 260px; background-color: var(--g); border-radius: 10px; padding: 10px; margin-right: 5px; position: relative; }
.msg_container .msg_wrap .msg_view .msg_box::after { display: block; content: ''; width: 0; height: 0; border: 6px solid transparent; border-left: 8px solid var(--g); position: absolute; top: 15px; right: -14px; }
.msg_container .msg_wrap .msg_view .msg_box .msg_con { padding: 10px; height: 100%; min-height: 75px; max-height: 440px; overflow-y: auto; }
.msg_container .msg_wrap .msg_view .msg_box .msg_con span { display: block; word-break: break-all; font-size: 14.5px; }

.msg_container .msg_wrap .msg_view .msg_info { position: absolute; left: 10px; bottom: 10px; background-color: var(--gr); text-align: center; padding: 15px; border-radius: 5px; }
.msg_container .msg_wrap .msg_view .msg_info::after { display: block; content: ''; width: 10px; height: 10px; position: absolute; left: 50%; bottom: -5px; background-color: var(--gr); transform: translate(-50%,0) rotate(45deg); }
.msg_container .msg_wrap .msg_view .msg_info i { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.msg_container .msg_wrap .msg_view .msg_info i span { display: flex; align-items: center; gap: 5px; color: var(--w); }
.msg_container .msg_wrap .msg_view .msg_info i span input { margin: 0; width: 18px; height: 18px; }
.msg_container .msg_wrap .msg_view .msg_info i span label { font-size: 14px; color: #a6f3e5; font-weight: 500; }
.msg_container .msg_wrap .msg_view .msg_info > span { color: var(--w); font-size: 13px; line-height: 1.4; }

.msg_container .msg_wrap .send_wrap { width: 100%; background-color: var(--w); }
.msg_container .msg_wrap .send_wrap .send_menu { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; background-color: var(--w2); padding: 10px 15px; border-top: 1px solid var(--g); border-bottom: 1px solid var(--g); }
.msg_container .msg_wrap .send_wrap .send_menu i { display: flex; align-items: center; gap: 10px; }
.msg_container .msg_wrap .send_wrap .send_menu a { display: flex; position: relative; }
.msg_container .msg_wrap .send_wrap .send_menu a span { width: max-content; padding: 5px 10px; background-color: var(--lb6); border-radius: 5px; color: var(--w); font-size: 13px; position: absolute; top: -30px; left: 50%; transform: translate(-50%,0); opacity: 0; visibility: hidden; transition: 0.3s; }
.msg_container .msg_wrap .send_wrap .send_menu a:hover span { opacity: 1; visibility: visible; }
.msg_container .msg_wrap .send_wrap .send_menu .t_byte { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.msg_container .msg_wrap .send_wrap .send_menu .t_byte h1 { padding: 5px 10px; border-radius: 50px; background-color: var(--gr); font-size: 13px; color: var(--w); margin-left: 10px; }
.msg_container .msg_wrap .send_wrap .send_menu .t_byte.mms h1 { background-color: var(--db); }
.msg_container .msg_wrap .send_wrap .send_menu .t_byte .byte b { color: var(--red); font-weight: 600; }

.msg_container .msg_wrap .send_wrap .send_box { width: 100%; display: flex; flex-direction: column; gap: 5px; padding: 10px; }
.msg_container .msg_wrap .send_wrap .send_box i { width: 100%; position: relative; }
.msg_container .msg_wrap .send_wrap .send_box i input { width: 100%; height: 40px; font-size: 14px; background-color: var(--w2); border-radius: 5px; padding: 0 80px 0 15px; box-sizing: border-box; }
.msg_container .msg_wrap .send_wrap .send_box i span { position: absolute; font-size: 13px; color: var(--g2); right: 15px; line-height: 40px; }
.msg_container .msg_wrap .send_wrap .send_box i textarea { width: 100%; height: 100px; font-size: 14px; line-height: 1.4; background-color: var(--w2); border-radius: 5px; padding: 15px 100px 15px 15px; box-sizing: border-box; }
.msg_container .msg_wrap .send_wrap .send_box i a { position: absolute; right: 10px; top: 10px; width: 80px; line-height: 80px; text-align: center; border-radius: 5px; background-color: var(--b); color: var(--w); font-weight: 500; font-size: 15.5px; }

/* 요금결제 */
.payment_wrap { padding: 40px; background-color: var(--w); border-radius: 20px; }
.payment_wrap > i { display: flex; justify-content: space-between; }
.payment_wrap .payment .payment_type { display: flex; flex-direction: column; gap: 20px; }
.payment_wrap .payment .payment_type i { display: flex; gap: 20px; }
.payment_wrap .payment .payment_type p { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }
.payment_wrap .payment .payment_type h1 { display: flex; flex-direction: column; gap: 15px; font-size: 24px; font-weight: 600; }
.payment_wrap .payment .payment_type h1 b { font-size: 17px; font-weight: 600; }
.payment_wrap .payment .payment_type ul { display: flex; gap: 10px; }
.payment_wrap .payment .payment_type ul li a { width: 190px; text-align: center; line-height: 50px; border-radius: 5px; border: 2px solid var(--black); font-weight: 500; box-sizing: border-box; }
.payment_wrap .payment .payment_type ul li.this a { background-color: var(--black); color: var(--w); }
.payment_wrap .payment .payment_sel { width: 590px; padding: 20px; background-color: var(--lb); border-radius: 5px; margin-top: 20px; }
.payment_wrap .payment .payment_sel ul { display: flex; gap: 10px; margin-bottom: 20px; }
.payment_wrap .payment .payment_sel ul li { width: 100px; text-align: center; line-height: 30px; font-size: 15px; background-color: var(--w); border-radius: 5px; cursor: pointer; border: 1px solid var(--g); }
.payment_wrap .payment .payment_sel i { display: flex; align-items: center; justify-content: space-between; padding: 0 5px; }
.payment_wrap .payment .payment_sel i span { font-size: 15px; }
.payment_wrap .payment .payment_sel i h1 { display: flex; gap: 10px; font-size: 14px; font-weight: 600; }
.payment_wrap .payment .payment_sel i h2 { display: flex; align-items: center; gap: 20px; font-size: 17px; font-weight: 600; }
.payment_wrap .payment .payment_sel i h2 span { font-size: 22px; font-weight: 600; }
.payment_wrap .payment .payment_total { width: 590px; margin-top: 20px; font-size: 15px; }
.payment_wrap .payment .payment_total p { font-size: 20px; font-weight: 600; padding-bottom: 15px; border-bottom: 1px solid var(--black); }
.payment_wrap .payment .payment_total .payment_total_box { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.payment_wrap .payment .payment_total .payment_total_box ul { display: flex; flex-wrap: wrap; gap: 15px 0; }
.payment_wrap .payment .payment_total .payment_total_box ul li { flex: 1 1 45%; font-size: 15px; font-weight: 500; }
.payment_wrap .payment .payment_total .payment_total_box i h1 { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.payment_wrap .payment .payment_total .payment_total_box i h1 span { font-size: 15px; font-weight: 500; }
.payment_wrap .payment .payment_total .payment_total_box i h1 b strong { font-size: 24px; font-weight: 600; color: var(--b); margin-right: 5px; }

.payment_wrap .payment_menu { width: 185px; display: flex; flex-direction: column; justify-content: space-between;  }
.payment_wrap .payment_menu ul { display: flex; flex-direction: column; gap: 15px; }
.payment_wrap .payment_menu ul li span { font-size: 14px; color: var(--black); }
.payment_wrap .payment_menu ul li span b { font-weight: 600; }
.payment_wrap .payment_menu ul li a { font-size: 14px; color: var(--b); }
.payment_wrap .payment_menu #payment_btn a { line-height: 50px; text-align: center; border-radius: 5px; background-color: var(--b); color: var(--w); font-weight: 500; }

.payment_box { margin-bottom: 40px; }
.payment_box > h1 { display: flex; align-items: center; gap: 5px; font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.payment_box > p { font-size: 13px; color: var(--g4); margin-top: 20px; margin-left: 10px; }
.payment_box .payment_set { display: flex; justify-content: space-between; border-radius: 10px; border: 1px solid var(--b); background-color: var(--w); padding: 30px; }
.payment_box .payment_set .payment_search { width: 520px; display: flex; flex-direction: column; gap: 40px; border-right: 1px solid var(--g); }
.payment_box .payment_set .payment_search h1 { display: flex; align-items: center; gap: 5px; font-size: 18px; font-weight: 600; color: var(--b); margin-bottom: 20px }
.payment_box .payment_set .payment_search h1 span { font-size: 13px; color: var(--g4); font-weight: 400; }
.payment_box .payment_set .payment_search .check_wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.payment_box .payment_set .payment_search .check_wrap .check_con { flex: 1 1 45%; }
.payment_box .payment_set .payment_search .check_wrap .check_con label { font-size: 16px; }
.payment_box .payment_set .payment_result { width: 320px; }
.payment_box .payment_set .payment_result .payment_card { padding-left: 30px; position: relative; margin-top: 30px; }
.payment_box .payment_set .payment_result .payment_card.result { display: none; margin-top: 0; }
.payment_box .payment_set .payment_result .payment_card > h1 { font-size: 28px; font-weight: 700; margin-top: 20px; border-bottom: 1px solid var(--g); padding-bottom: 25px; }
.payment_box .payment_set .payment_result .payment_card > span { font-size: 16px; font-weight: 500; }
.payment_box .payment_set .payment_result .payment_card > button { width: 100%; line-height: 50px; text-align: center; background-color: var(--b); font-size: 16px; color: var(--w); border-radius: 5px; margin-top: 10px; border: none; }
.payment_box .payment_set .payment_result .payment_card > a { width: 100%; line-height: 50px; text-align: center; background-color: var(--g2); font-size: 16px; color: var(--w); border-radius: 5px; margin-top: 10px; }
.payment_box .payment_set .payment_result .payment_card > ul { display: flex; flex-direction: column; gap: 15px; margin-top: 25px; }
.payment_box .payment_set .payment_result .payment_card > ul li { display: flex; align-items: center; justify-content: space-between; font-size: 20px; }
.payment_box .payment_set .payment_result .payment_card > ul li span { display: flex; align-items: center; gap: 5px; }
.payment_box .payment_set .payment_result .payment_card > ul li span::before { display: block; content: ''; width: 20px; height: 20px; background: url(../images/common/checkbox2.png) no-repeat 50% 50%; }
.payment_box .payment_set .payment_result .payment_card > ul li b { font-weight: 700; margin-right: 5px; }
.payment_box .payment_set .payment_result .payment_card > ul li i { display: flex; align-items: center; gap: 10px; }
.payment_box .payment_set .payment_result .payment_card > ul li i h1 { color: var(--or); }
.payment_box .payment_set .payment_result .payment_card > ul li i h2 { color: var(--g2); text-decoration: line-through; }
.payment_box .payment_set .payment_result .payment_card .payment_b { border-top: 1px solid var(--g); margin-top: 20px; padding-top: 20px; }
.payment_box .payment_set .payment_result .payment_card .payment_b span { font-weight: 500; }
.payment_box .payment_set .payment_result .payment_card .payment_b ul { background-color: var(--w2); padding: 20px 20px 20px 40px; margin: 15px 0; }
.payment_box .payment_set .payment_result .payment_card .payment_b ul li { font-size: 14px; list-style-type: disc; line-height: 1.6; }

.paymet_list { display: flex; flex-direction: column; gap: 20px; }
.paymet_list > h1 { display: flex; align-items: center; gap: 5px; font-size: 20px; font-weight: 600; }
.paymet_list .paymet_con { padding: 30px; border-radius: 10px; border: 1px solid var(--g); background-color: var(--w); }
.paymet_list .paymet_con h1 { display: flex; align-items: center; justify-content: space-between; font-size: 28px; font-weight: 700; margin-top: 30px; }
.paymet_list .paymet_con h1 span { display: flex; align-items: flex-end; gap: 5px; font-size: 20px; font-weight: 400; }
.paymet_list .paymet_con h1 span b { font-size: 28px; color: var(--or); font-weight: 700; position: relative; top: 2px; }
.paymet_list .paymet_con p { margin-top: 15px; }
.paymet_list .paymet_con .paymet_t { display: flex; gap: 10px; }
.paymet_list .paymet_con .paymet_t span { padding: 5px 10px; font-size: 13px; color: var(--w); }
.paymet_list .paymet_con .payment_b { border-top: 1px solid var(--g); margin-top: 20px; padding-top: 20px; }
.paymet_list .paymet_con .payment_b span { font-weight: 500; }
.paymet_list .paymet_con .payment_b ul { background-color: var(--w2); padding: 20px 20px 20px 40px; margin-top: 15px; }
.paymet_list .paymet_con .payment_b ul li { font-size: 14px; list-style-type: disc; line-height: 1.6; }

/* 팝업 공통 */
.popup_wrap .popup_title { background-color: #555; display: flex; align-items: center; height: 60px; border-bottom: 4px solid var(--g); }
.popup_wrap .popup_title h1 { font-size: 22px; font-weight: 500; color: var(--w); padding: 0 20px; }
.popup_wrap .popup_info { padding: 20px; padding-bottom: 0; }
.popup_wrap .popup_info ul { border-radius: 5px; border: 1px solid var(--g); padding: 10px 20px; }
.popup_wrap .popup_info ul li { font-size: 14px; line-height: 24px; display: flex; align-items: center; gap: 5px; }
.popup_wrap .popup_info ul li::before { content: ''; width: 4px; height: 4px; background-color: var(--black); border-radius: 100%; display: block; margin-right: 5px; }
.popup_wrap .popup_info ul li b { color: var(--red); }
.popup_wrap .popup_content { padding: 20px; }
.pop_btn { display: flex; justify-content: center; gap: 5px; margin-top: 20px; }
.pop_btn a { height: 35px; line-height: 35px; padding: 0 20px; border: none; font-size: 14px; }
.pop_btn input { height: 35px; padding: 0 20px; border: none; font-size: 14px; }
.pop_btn input:first-child { background-color: var(--b); color: #fff; }
.pop_btn input:last-child { background-color: var(--black); color: #fff; }

/* 요금결제 팝업 */
.popup_content .payment_popup ul { padding: 10px 15px; background-color: #f1f3f7; border: 1px solid var(--g); }
.popup_content .payment_popup ul li { line-height: 24px; font-size: 14px; font-weight: 500; }
.popup_content .payment_popup ul li h1 { width: 100px; font-weight: 600; display: inline-block; }
.popup_content .payment_popup table { border-top: 1px solid var(--g); margin-top: 20px; }
.popup_content .payment_popup p { font-size: 13px; color: #888; line-height: 1.3em; margin-top: 10px; }
.popup_content .payment_popup .bank_box { margin-top: 20px; }
.popup_content .payment_popup .bank_box > span { display: block; font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.popup_content .payment_popup .bank_box > h2 { font-size: 14px; font-weight: 500; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px dashed var(--g); }
.popup_content .payment_popup .bank_box > h2 b { color: var(--red); font-weight: 600; }
.popup_content .payment_popup .bank_box > h2 input { width: 100px; height: 26px; border: 1px solid var(--g); text-align: center; font-weight: 600; }
.popup_content .payment_popup .bank_box i { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 3px solid var(--g); box-sizing: border-box; }
.popup_content .payment_popup .bank_box i h1 { font-size: 18px; font-weight: 800; }
.popup_content .payment_popup .bank_box i span { font-size: 14px; color: #888; font-weight: 500; }
.popup_content .payment_popup .pay_info_box { padding: 15px; border: 1px solid var(--g); font-size: 14px; margin-top: 20px; }
.popup_content .payment_popup .pay_info_box strong { display: block; margin-bottom: 10px; }
.popup_content .payment_popup .pay_info_box span { display: block; line-height: 1.3em; font-size: 13px; color: #888; }
.popup_content .payment_popup .pay_info_box b { font-weight: 500; }

/* 하단공통 */
.footer { display: inline-block; width: 100%; border-top: 1px solid var(--g); background-color: var(--w); padding: 30px 25px; }
.footer .ft_top ul { display: flex; gap: 10px; }
.footer .ft_top ul li { font-size: 13px; font-weight: 600; }
.footer .ft_top ul li span { display: block; padding: 10px 15px; border: 1px solid var(--g4); border-radius: 5px; }
.footer .ft_top ul li a { padding: 10px 15px; border: 1px solid var(--g4); border-radius: 5px; }
.footer .ft_top ul li a:hover { background-color: var(--w2); }
.footer .ft_bottom ul { max-width: 1000px; width: 100%; display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 20px; }
.footer .ft_bottom ul li { font-size: 13px; color: var(--g4); }
.footer .ft_bottom ul p { width: 1px; border-left: 1px solid var(--g); }
.footer .ft_bottom .copy { display: block; font-size: 11px; margin-top: 20px; color: var(--g4); }

/* 레이어 */
.layer_cover { position: fixed; top:0; left: 0; width: 100%; height: 100%; background-color: rgb(19,50,97,.3); z-index: 10; display: none; }
.layer { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; background-color: var(--w); border-radius: 5px; display: none; }
.layer h1 { display: flex; align-items: center; justify-content: space-between; padding: 20px; font-size: 17px; font-weight: 500; border-bottom: 1px solid var(--g); }
.layer h1 a { display: flex; }
.layer .layer_box { padding: 20px; }
.layer .layer_bottom { height: 55px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; padding: 0 20px; box-shadow: 0px -2px 15px rgb(26,122,255,.1); }
.layer .layer_bottom a { font-size: 15px; color: var(--black); font-weight: 500; padding: 10px 15px; border-radius: 5px; }
.layer .layer_bottom a:last-child { color: var(--red); }
.layer .layer_bottom a:hover { background-color: var(--lb); }

.reply_layer { width: 420px; }
.reply_layer .reply_layer_list { height: 319px; margin-top: 10px; }
.reply_layer .reply_layer_list span { display: block; width: 100%; text-align: center; color: var(--g4); }
.reply_layer .reply_layer_list ul { display: flex; justify-content: space-between; max-height: 100%; flex-wrap: wrap; gap: 10px 0; overflow-y: auto; }
.reply_layer .reply_layer_list ul li { flex: 1 1 45%; max-width: 185px; }
.reply_layer .reply_layer_list ul li a { line-height: 35px; padding: 0 10px; border: 1px solid var(--g); font-size: 14px; font-weight: 500; box-sizing: border-box; border-radius: 5px; }
.reply_layer .reply_layer_list ul li a:hover { background-color: var(--b2); }

.rec_layer .rec_con { width: 640px; border: 1px solid var(--g); position: relative; }
.rec_layer .rec_con .rec_top { height: 41px; border-bottom: 1px solid var(--g); }
.rec_layer .rec_con .rec_top ul { display: flex; }
.rec_layer .rec_con .rec_top ul li { width: 100%; text-align: center; height: 40px; line-height: 40px; background: var(--w2); font-size: 15px; font-weight: 500; border-left: 1px solid var(--g); box-sizing: border-box; }
.rec_layer .rec_con .rec_top ul li:nth-child(1) { border-left: none; }
.rec_layer .rec_con .rec_text { width: 100%; height: 260px; overflow: hidden; position: relative; }
.rec_layer .rec_con .rec_text .text_line { display: flex; position: absolute; top:0; width: 100%; z-index: -1; }
.rec_layer .rec_con .rec_text .text_line li { width: 100%; height: 260px; content: ''; border-left: 1px dashed var(--g); }
.rec_layer .rec_con .rec_text .text_line li:first-child { border: none; }
.rec_layer .rec_con .rec_text textarea { width: 100%; height: 260px; border: none; font-size: 14.5px; line-height: 1.8em; background-image: -webkit-linear-gradient(top , transparent, transparent 1.75em, var(--g) 0); background-size: 100% 1.8em; background-color: transparent; padding: 0 5px; position: relative; }
.rec_layer .rec_con .rec_notice { position: absolute; padding: 2px 5px; top:0; left:0; background-color: transparent; cursor: text; }
.rec_layer .rec_con .rec_notice p { font-size: 12px; line-height: 26px; }
.rec_layer .rec_con .rec_notice p b { color: var(--b); font-weight: 600; }
.rec_layer .rec_con .rec_ft { display: flex; align-items: center; justify-content: space-between; height: 35px; background: var(--bg); padding: 0 10px; border-top: 1px solid var(--g); }
.rec_layer .rec_con .rec_ft span { line-height: 35px; font-weight: 600; font-size: 13px; letter-spacing: -0.04rem; }
.rec_layer .rec_con .rec_ft span b { color: var(--red); }
.rec_layer .rec_con .rec_ft a { font-size: 12px; color: var(--w); font-weight: 500; padding: 6px 10px; background: var(--b); border-radius: 5px; }
.rec_layer .rec_btns { margin-top: 10px; }
.rec_layer .rec_address { display: flex; align-items: center; gap: 5px; margin: 15px 0; }
.rec_layer .rec_address .check_con { margin-right: 10px; }
.rec_layer .rec_address select { min-width: 120px; height: 30px; }
.rec_layer .rec_btns ul { display: flex; align-items: center; gap: 10px; }
.rec_layer .rec_btns ul li { width: 100%; }
.rec_layer .rec_btns ul li a { width: 100%; text-align: center; line-height: 40px; border: 1px solid var(--g); border-radius: 5px; font-size: 13px; font-weight: 600; transition: 0.2s; }
.rec_layer .rec_btns ul li a:hover { background-color: var(--lb); }
.rec_layer .rec_btns ul li:last-child a { background-color: var(--db); color: var(--w); border: none; }

@media screen and (max-width: 1960px) {
  .container .section { justify-content: flex-start; align-items: flex-start; }
  .container .visual { justify-content: flex-start; }
}

@media screen and (max-width: 1560px) {
  .container .section .support ul li a { padding: 25px 30px; }
  .container .section .support ul li a p { display: none; }
  .container .section.flex { gap: 40px; }
  .container .visual { justify-content: center; overflow: hidden; }
  .container .visual .visual_title { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
  .container .visual.bg { padding-bottom: 60px; }
  .container .visual .visual_banner { top: 0; }
}

@media screen and (max-width: 1450px) {
  .msg_container .rec_wrap .rec_info { display: none; }
  .container .visual .visual_title p { display: none; }
  .container .visual .visual_title i:last-child a:first-child { display: none; }
  .container .visual .visual_title i:last-child a { margin: 0; background-color: var(--b); color: var(--w); margin-top: 40px; }
  .excel_info { display: none; }
  .container .section.row { gap: 40px; }
}

@media screen and (max-height: 925px) {
  .msg_container .msg_wrap .msg_view .msg_box .msg_con { max-height: 420px; }
}