/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

@font-face {
	font-family: 'SCDream';
	font-weight: 100;
	src: url('/font/SCDream1.otf') format('opentype');
}
@font-face {
	font-family: 'SCDream';
	font-weight: 200;
	src: url('/font/SCDream2.otf') format('opentype');
}
@font-face {
	font-family: 'SCDream';
	font-weight: 300;
	src: url('/font/SCDream3.otf') format('opentype');
}
@font-face {
	font-family: 'SCDream';
	font-weight: 400;
	src: url('/font/SCDream4.otf') format('opentype');
}
@font-face {
	font-family: 'SCDream';
	font-weight: 500;
	src: url('/font/SCDream5.otf') format('opentype');
}
@font-face {
	font-family: 'SCDream';
	font-weight: 600;
	src: url('/font/SCDream6.otf') format('opentype');
}

/* font-family: "Open Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+KR:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'SCDream'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;scroll-behavior: smooth} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap {width:700px; margin: 0 auto;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #941f32; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:45px; line-height:28px; padding:0 45px; font-size:15px; width:150px;}
.btnType.btn1.color2 {border:1px solid #fff; background:#941f32; cursor:pointer;}
.btnWrap input{color:#fff;}

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1600px; margin: 0 auto; overflow: hidden;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

:root{
	--c01: #941f32;
}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; line-height: 1;z-index: 6000;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 120px;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 41px 31px;}
#header .gnb span a{display: block;font-size: 17px; color: #fff; font-weight: 500;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 200px; background: #fff; border-radius:10px;}
#header .gnb .lnb_sub ul{display: none;padding: 30px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #666;font-size: 16px; text-align: center;300}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}

#header .right_wrap .log_wrap{display: flex; align-items: center; /* gap:45px; */ gap:35px;}
#header .right_wrap .log_wrap li{position: relative;}
#header .right_wrap .log_wrap li:not(:last-child)::after{content:'';position: absolute; /* right: -25px; */ right: -19px; top: 50%; transform:translateY(-50%); width: 2px; height: 12px; background: rgba(255,255,255,.5);}
#header .right_wrap .log_wrap a{display: block;/* font-size: 17px; */ font-size: 16px; color: #fff; font-weight: 500;transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
#header .right_wrap .log_wrap li:hover a{transform:translateY(-5px);}
#header .right_wrap .nav_btn{display: none;}
.navigation{display: none;}
#header .right_wrap .tab_log {display: none;}

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; opacity: 0; top: 70%; left: 50%; transform:translate(-50%,-50%); z-index: 1000;transition:2s;}
#visual_wrap li.slick-active .txt_wrap{opacity: 1; top: 50%; }
#visual_wrap .scroll{position: absolute; left: 50%; transform:translateX(-50%); bottom: 50px;}
#visual_wrap .scroll p{font-size: 15px; color: rgba(255,255,255,.5);margin-bottom: 20px;font-weight: 500;}
#visual_wrap .scroll img{margin: 0 auto;}
#visual_wrap .scroll .icon01 img{animation:scrollAni01 1.5s ease infinite;}
#visual_wrap .scroll .icon02 img{animation:scrollAni02 1.5s ease infinite;}
@keyframes scrollAni01{
0%{opacity: 1;}
100%{opacity: 0;}
}

@keyframes scrollAni02{
0%{opacity: 0;}
100%{opacity: 1;}
}

/* section */
.section{padding: 120px 0px;line-height: 1;}
.section .sec_tit p{font-size: 24px; color: #222; font-weight: 500;}
.section .sec_tit span{display: block;font-size: 18px; color: #555; font-weight: 500; margin-top: 20px;}
.section .more_btn{display: flex; align-items: center; justify-content: center;gap:10px;width: fit-content;}
.section .more_btn p{font-size: 17px; color: #fff; font-weight: 500;}
.section .more_btn .icon{position: relative;display: flex; align-items: center; justify-content: center;width: 50px; height: 50px; border:2px solid #fff; border-radius:50%; overflow: hidden;transition:.4s;}
.section .more_btn .icon em{position: absolute; top: -50%; left: 50%; transform:translate(-50%,-50%);  width: 10px; height: 10px; background: var(--c01);border-radius:50%; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);}		
.section .more_btn:hover .icon{background: #fff;}
.section .more_btn:hover .icon em{top: 50%;}

ul.list01{display: flex; flex-wrap:wrap; gap:40px;}
ul.list01 li{width: calc((100% - 120px) / 4);}
ul.list01 li .img_wrap{position:relative; width:100%; padding-bottom:100%; overflow: hidden;transition:.5s; margin-bottom: 15px;}
ul.list01 li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover; }
ul.list01 li:hover .img_wrap{transform:translateY(-10px);}
ul.list01 li .txt_wrap{display: flex;gap:40px;align-items: center; justify-content: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
ul.list01 li .txt_wrap p{position: relative;font-size: 18px; color: #222; font-weight: 500; }
ul.list01 li .txt_wrap p::after{content:''; position: absolute; top: 50%; right: -20px; transform:translateY(-50%); width: 2px; height: 10px; background: #ddd;}
ul.list01 li .txt_wrap span{display: block;font-size: 17px; color: #555;}

/* section01 */
#section01 .sec_tit{text-align: center;margin-bottom: 60px;}
#section01 .sec_tit .icon{display: flex; align-items: center; justify-content: center;gap:30px;transition:.8s; margin-top: 30px;}
#section01 .sec_tit .icon span{display: block; width: 10px; height: 4px; background: var(--c01);transition:.7s;margin-top: 0;}
#section01.on .sec_tit .icon{gap:10px;}

/* section02 */
#section02{background: #f9f9f9;padding: 0;}
#section02 .inner{display: flex; width: 100%;padding: 0 0 0 260px;}
#section02 .tit_wrap{display: flex;flex-direction: column;justify-content: space-between;width: 310px;padding: 120px 0px;}
#section02 .tit_wrap p{font-size: 40px; color: #222; font-weight: 600;line-height: 50px;}
#section02 .tit_wrap span{display: block;font-size: 15px; line-height: 24px; color: #555; font-weight: 300; margin-top: 10px;}
#section02 .tit_wrap .arr_wrap{display: flex;gap:10px;}
#section02 .tit_wrap .arr_wrap button{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px;}
#section02 .tit_wrap .arr_wrap button img{transition:.4s;}
#section02 .tit_wrap .arr_wrap button.prev{border:1px solid #999;}
#section02 .tit_wrap .arr_wrap button.next{background: var(--c01);}
#section02 .tit_wrap .arr_wrap button.prev:hover img{transform:translateX(-5px);}
#section02 .tit_wrap .arr_wrap button.next:hover img{transform:translateX(5px);}

#section02 .slide_wrap{width: calc(100% - 310px);}
#section02 .slide_wrap .slick-list{padding: 120px 0px;}
#section02 .slide_wrap li{position: relative;width: 500px;margin-right: 40px;border-radius:10px; box-shadow: 5px 5px 10px rgba(0,0,0,.1); overflow: hidden;transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
#section02 .slide_wrap .img_wrap{position:relative; width:100%; padding-bottom:70%; }
#section02 .slide_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section02 .slide_wrap .txt_wrap{position: absolute; opacity: 0; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:15px; width: 100%; height: 100%; z-index: 100; padding: 55px; background: rgba(0,0,0,.6);transition:.4s;}
#section02 .slide_wrap .txt_wrap span{font-size: 20px; color: #fff;font-weight: 600;font-family: "Open Sans", sans-serif; }
#section02 .slide_wrap .txt_wrap p{font-size: 24px; color: #fff; font-weight: 500; line-height: 1.4;}
#section02 .slide_wrap li:hover{transform:translateY(-20px);}
#section02 .slide_wrap li:hover .txt_wrap{opacity: 1;}

/* section03 */
#section03{padding: 80px 0px; background: url(/images/main/sec03_bg02_pc.jpg)center no-repeat; background-size: cover;background-attachment: fixed;}
#section03 .tit p{font-size: 40px; color: #fff; font-weight: 600; text-align: center;}
#section03 .tit span{display: block;font-size: 15px; color: #fff; font-weight: 300; line-height: 25px;text-align: center; margin: 30px 0px 60px;}
#section03 .more_btn{margin: 0 auto;}

/* section04 */
#section04{position: relative;}
#section04::after{content:'SINMYEONG PACKAGE';position: absolute; bottom: -8px; left: 0;font-size: 80px; color: rgba(34,34,34,.15); font-weight:  700;}
#section04 .inner{display: flex;}
#section04 .tit{width: 620px;}
#section04 .more_btn{margin-top: 50px;}
#section04 .more_btn p{color: #222;}
#section04 .more_btn .icon{border:2px solid var(--c01);}
#section04 .more_btn:hover .icon{background: var(--c01);}
#section04 .more_btn:hover img{opacity: 0;}
#section04 .more_btn .icon em{background: #fff;}
#section04 .con{width: calc(100% - 620px);}
#section04 .con ul{border-top: 2px solid var(--c01);}
#section04 .con ul li .q_wrap{position: relative;display: flex; align-items: center; height: 90px; padding: 0px 30px; border-bottom: 1px dashed #ddd; cursor:pointer;}
#section04 .con ul li .q_wrap::after{content:'';position: absolute; top: 50%; right: 30px; transform:translateY(-50%); background: url(/images/main/sec04_arr_pc.png)center no-repeat; width: 18px; height: 11px; background-size: cover;transition:.4s;}
#section04 .con ul li .q_wrap.on::after{transform:translateY(-50%) rotate(180deg); }
#section04 .con ul li .q_wrap em{display: flex; align-items: center; justify-content: center;color: #fff; font-size: 20px; background: #ddd; width: 50px; height: 50px; border-radius:50%;margin-right: 20px;font-weight: 600;}
#section04 .con ul li .q_wrap span{display: block;font-size: 17px; color: var(--c01);width: 100px; font-weight: 500;}
#section04 .con ul li .q_wrap p{font-size: 17px; color: #222; font-weight: 500;}
#section04 .con ul li .a_wrap{display: none;padding: 20px 80px;border-bottom: 1px dashed #ddd;}
#section04 .con ul li .a_wrap p{font-size: 17px; color: #444; line-height: 25px;word-break:keep-all;}

.quick_wrap{position: fixed; right: 40px; top: 50%; transform:translateY(-50%); background: #fff; border-radius:50px; box-shadow:4px 4px 8px rgba(0,0,0,.17); z-index: 5000; line-height: 1;}
.quick_wrap ul{display: none;padding: 15px; }
.quick_wrap ul li:not(:last-child){margin-bottom: 20px;}
.quick_wrap ul li .icon{display: flex; align-items: center; justify-content: center;width: 70px; height: 70px; margin-bottom: 10px; background: #f4f4f4; border-radius:50%;}
.quick_wrap ul li .icon img{transition:.4s;}
.quick_wrap ul li .txt p{font-size: 15px; color: #666;text-align: center;}
.quick_wrap ul li button{display: flex; align-items: center; justify-content: center; flex-direction: column;gap:3px; width: 70px; height: 70px; background: var(--c01); border-radius:50%;}
.quick_wrap ul li button p{font-size: 12px; color: #fff;font-family: 'GmarketSansMedium';}
.quick_wrap ul li .top_btn img{transition:.4s;}
.quick_wrap ul li:hover .icon img{transform: rotateY(360deg);}
.quick_wrap ul li .top_btn:hover img{transform:translateY(-3px);}

/* footer */
#footer{background: #f9f9f9; padding: 100px 0px;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .a_wrap{display: flex; align-items: center; gap:40px; margin-bottom: 40px;}
#footer .a_wrap a{display: block; font-size: 18px; color: #222; }
#footer address p{font-size: 17px;	color: #666;line-height: 2.4;}
#footer address span{display: inline-block;font-size: 17px; color: #222; padding-right: 30px;}
#footer address b{padding-left: 35px;}
#footer p.copy{margin-top: 30px;font-size: 16px; color: #999;}
#footer .f_right{display: flex;flex-direction: column;justify-content: space-between;}
#footer .f_right a{margin-left: auto;}
#footer .f_right .box_wrap{border:1px solid #ddd; padding: 20px 15px; border-radius:10px;}
#footer .f_right .box_wrap span{display: block;font-size: 15px; color: #222; margin-bottom: 5px;text-align: center;}
#footer .f_right .box_wrap p{font-size: 20px; color: #222;font-weight: 500;text-align: center;}

/* ==sub================================================= */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .sub_nav{position: absolute; top: 60%; left: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .sub_nav h2{text-align: center; font-size: 50px; color: #fff; font-weight: 600;}
#sub_visual_wrap .sub_nav ul.sub_list_con{display: flex; align-items: center; justify-content: center;gap:40px; margin-top: 30px;}
#sub_visual_wrap .sub_nav ul.sub_list_con li{position: relative;font-size: 16px; color: #fff;font-weight: 300;}
#sub_visual_wrap .sub_nav ul.sub_list_con li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -23px; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius:50%;}

table.tbl01{width: 100%; border-top: 2px solid #941f32;}
table.tbl01 td{border-bottom: 1px solid #ddd; font-size: 15px; color: #222; padding: 18px;}

/* tab_menu_pc */
.tab_menu_pc{background: #941f32;}
.tab_menu_pc .inner{display: flex; align-items: center; justify-content: space-between;height: 70px; }
.tab_menu_pc ul{display: flex;gap:50px;}
.tab_menu_pc ul li{position: relative;}
.tab_menu_pc ul li::after{content:'';position: absolute; bottom: -21px; left: 50%; transform:translateX(-50%);transition:.5s;width: 0; height: 2px; background: #fff;}
.tab_menu_pc ul li.on::after{width: calc(100% + 16px); }
.tab_menu_pc ul li:hover::after{width: calc(100% + 16px); }
.tab_menu_pc ul li a{display: block;font-size: 17px; color: #fff; font-weight: 300;}
.tab_menu_pc ul li.on a{font-weight: 600;}

.tab_menu_tab{display: none;}

#sub_contents{padding: 120px 0px;}
#sub_contents .contop{margin-bottom: 100px;line-height: 1;}
#sub_contents .contop h4{font-size: 40px; color: #222; font-weight: 500;text-align: center;}

/* paging */
.paging_wrap{text-align:center; box-sizing:border-box; margin-top: 100px;}
ul.paging{display: flex; justify-content: center; font-size:0; }
ul.paging li{display:block; margin:0 5px; width:40px; height:40px; border:0px; vertical-align:middle;border-radius: 50%;}
ul.paging li a{display:flex; align-items: center; justify-content: center; width: 100%; height: 100%;  font-size:15px; color:#888; line-height:38px; font-weight: 400;}
ul.paging li a img{display: block; }
ul.paging li.on{background:#941f32;  border:1px solid #941f32; }
ul.paging li.on a{color:#ffffff; font-weight: 400;}

.sub03_tab{display: flex; justify-content: center; gap:25px;}
.sub03_tab li{font-size: 18px; font-weight: 500;}
.sub03_tab li.on a{color: #222; border-bottom: 2px solid var(--c01);}

/* 일반게시판_list */

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;}
.basic_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

/* 공통 */
input {outline: none;}

h5.h5_tit{position:relative; margin-bottom:20px; padding-left:35px; font-size:22px; color:#222; }
h5.h5_tit::before{position:absolute; content:''; background:url(/images/sub/h5_tit_icon.png)center no-repeat; width:26px; height:26px; top:4px; left:0;}

/*select{border: 1px solid #ddd; font-size: 15px; color: #222; padding: 5px; outline: 0; width: 20%; }*/
select{border: 1px solid #ddd; font-size: 15px; color: #222; padding: 5px; outline: 0; }
input[type=text]{border: 1px solid #ddd; font-size: 15px; padding: 5px; outline: 0; color: #222;}
input[type=password]{border: 1px solid #ddd; font-size: 15px; padding: 5px; outline: 0; color: #222;}

.depth3_wrap{margin-bottom: 50px;}
.depth3_wrap ul{display: flex; justify-content: center; gap:25px;}
.depth3_wrap ul li a{font-size: 20px; color: #999;}
.depth3_wrap ul li.on a{color: #222; border-bottom: 2px solid #941f32; font-weight: 500;}

/* sub0101 */
.sub0101_wrap {word-break:keep-all;}
.sub0101_wrap i {display: block;}
.sub0101_wrap .con:not(:last-child) {margin-bottom: 80px;}
.sub0101_wrap .con01 {}
.sub0101_wrap .con01 strong {display: block; font-size: 35px; color: var(--c01); font-weight: 800; text-align:center; margin-bottom: 30px;}
.sub0101_wrap .con .img_wrap {padding: 40px; display: flex; flex-wrap:wrap; gap:60px; justify-content: center;}
.sub0101_wrap .con .img_wrap > div {}
.sub0101_wrap .con .img_wrap > div img {height: 300px;}
.sub0101_wrap .con .txt_wrap {text-align:center; margin-top: 30px;}
.sub0101_wrap .con .txt_wrap p.p_con {font-size: 20px; color:#555; font-weight: 500;}
.sub0101_wrap .con .txt_wrap p.p_con:not(:last-child) {margin-bottom: 30px;}
.sub0101_wrap .con .txt_wrap p.p_con2 {font-size: 24px; color:#222; font-weight: 800;}
.sub0101_wrap .con .txt_wrap p.p_con2 span {color: var(--c01); position: relative;}
.sub0101_wrap .con .txt_wrap p.p_con2 span:before {position: absolute; content:''; width: 100%; height: 12px; background: rgba(148,31,50,0.2); top:22px;}
.sub0101_wrap .con .txt_wrap p.p_con2:not(:last-child) {margin-bottom: 30px;}
.sub0101_wrap .con ul.his_li {width: 1000px; margin: 0 auto;}
.sub0101_wrap .con ul.his_li li {position: relative; display: flex; flex-wrap:wrap; gap:0 20px;}
.sub0101_wrap .con ul.his_li li:not(:last-child) {margin-bottom: 30px;}
.sub0101_wrap .con ul.his_li li:before {position: absolute; content:''; width: 10px; height: 10px; border-radius: 50%; background: var(--c01); top:10px; left:0;}
.sub0101_wrap .con ul.his_li li:after {position: absolute; content:''; width: 240px; height: 2px; background: var(--c01); padding-right: 10px; top:14px;}
.sub0101_wrap .con ul.his_li li em {padding-left: 260px;color:var(--c01); font-weight: 700; display: block; width: 470px; font-size: 22px;}
.sub0101_wrap .con ul.his_li li p {font-size: 22px; color:#222; width: calc(100% - 490px);}
.sub0101_wrap .con ul.his_li li .img {padding-left: 260px; margin-top: 20px;}
.sub0101_wrap .con ul.his_li li .img img {height: 260px;}

/* sub0102 */
.sub0102_wrap .con01 .map_all{display:flex; gap:40px;}
.sub0102_wrap .con01 .map_all .map_wrap{width:calc((100% - 40px)/2); }
.sub0102_wrap .con01 .map_all p{position:relative; margin-top:10px; padding:15px 20px; font-size:16px; color:#444; background:#ebebeb; }
.sub0102_wrap .con01 .map_all p::after{position:absolute; content:''; background:url(/images/sub/sub0102_icon01.png)center right no-repeat; width:32px; height:32px; right:20px; bottom:11px;}

.sub0102_wrap .con01 .bot_wrap{margin-top:15px; padding:20px; display:flex; gap:20px; justify-content: center; background:#941f32; }
.sub0102_wrap .con01 .bot_wrap p{position:relative; padding-left:20px; font-size:16px; color:#fff; }
.sub0102_wrap .con01 .bot_wrap p::before{position:absolute; content:''; width:4px; height:4px; background:#fff; left:0; top:10px; }

/* sub0102_new */
.sub0102_new_wrap .map_wrap iframe {width: 100%; height: 450px;}
.sub0102_new_wrap .txt_wrap {display: flex; justify-content: space-between; margin-top: 30px;}
.sub0102_new_wrap .txt_wrap strong {font-size: 40px; color: #222; font-weight: 600;}
.sub0102_new_wrap .right_wrap {width: 50%; }
.sub0102_new_wrap .right_wrap .right_box {padding: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,.1); margin-bottom: 30px; }
.sub0102_new_wrap .right_wrap .right_box li {position: relative; padding-left: 14px; margin-bottom: 10px;}
.sub0102_new_wrap .right_wrap .right_box li:last-child {margin-bottom:0;}
.sub0102_new_wrap .right_wrap .right_box li::before {position: absolute; content:""; width: 4px ;height: 4px; border-radius: 50%; background: #941f32; top: 50%; transform:translateY(-50%); left: 0;}
.sub0102_new_wrap .right_wrap .right_box li span.tit {font-size: 17px; font-weight: 600; color: #941f32; width: 75px; margin-right: 40px; display: inline-block;}
.sub0102_new_wrap .right_wrap .right_box li span.txt {font-size: 16px; color: #222;}

/* sub0201 */
.sub0201_wrap .con01{display:flex; justify-content: flex-end;}
.sub0201_wrap .con01 .search_wrap{padding:20px; display: flex; justify-content: space-between; width:500px; height:70px; border:1px solid #ddd; border-radius:35px; }
.sub0201_wrap .con01 .search_wrap input[type="text"].search_txt{width: calc(100% - 24px); font-size:16px; color:#888; border:0;}

.sub0201_wrap .con02{margin-top:50px; }
.sub0201_wrap .con02 ul.pd_list01{display:flex; gap:40px; flex-wrap:wrap; }
.sub0201_wrap .con02 ul.pd_list01 li{width:calc((100% - 120px)/4); }
.sub0201_wrap .con02 ul.pd_list01 li .img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 93.75%; overflow:hidden;}
.sub0201_wrap .con02 ul.pd_list01 li .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}

.sub0201_wrap .con02 ul.pd_list01 li .txt_wrap{padding:20px; border:1px solid #ddd; }
.sub0201_wrap .con02 ul.pd_list01 li .txt_wrap strong{font-size: 17px; color: #222; text-overflow: ellipsis; overflow: hidden;  word-break: break-word; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sub0201_wrap .con02 ul.pd_list01 li .txt_wrap .pay_info{margin:15px 0 20px; }
.sub0201_wrap .con02 ul.pd_list01 li .txt_wrap .pay_info p{font-size:16px; color:#555; }
.sub0201_wrap .con02 ul.pd_list01 li .txt_wrap em{display:block; font-size:26px; color:#941f32; text-align:right; font-weight:600;}

/* sub0201_view */
.pd_view_wrap .con01 .product_wrap{display:flex; gap:40px; overflow:hidden;}
.pd_view_wrap .con01 .product_wrap .view_img {width:45%;}
.pd_view_wrap .con01 .product_wrap .big_img_wrap {position:relative; width:100%; height:auto; border:1px solid #eaeaea;}
.pd_view_wrap .con01 .product_wrap .big_img {width:100%; height:100%;}
.pd_view_wrap .con01 .product_wrap .big_img li{height:auto;}
.pd_view_wrap .con01 .product_wrap .big_img img{width:100%}
.pd_view_wrap .con01 .product_wrap .big_img li span {position: relative; display:block; width:100%; height:0; padding-bottom:93.75%; overflow:hidden;}
.pd_view_wrap .con01 .product_wrap .big_img li span img {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-width:100%; max-height:100%; width:auto; height:auto;}

.pd_view_wrap .con01 .product_wrap .view_slider {position:relative; width:100%; margin-top:10px;}
.pd_view_wrap .con01 .product_wrap .view_slider li {cursor:pointer; margin-right:10px;}
.pd_view_wrap .con01 .product_wrap .view_slider li span {display:table-cell; width:125px; height:116px; border:1px solid #eaeaea; vertical-align:middle; text-align:center;}
.pd_view_wrap .con01 .product_wrap .view_slider li span img {display:inline-block !important; max-width:123px; max-height:114px; width:auto; height:auto;}
.pd_view_wrap .con01 .product_wrap .view_slider .slick-arrow {position:absolute; top:0; width:35px; height:100%; font-size:0; z-index:90;}
.pd_view_wrap .con01 .product_wrap .view_slider .slick-prev {left:0; background:rgba(195,47,52,0.7) url("/images/sub/view_prev.png") center no-repeat;}
.pd_view_wrap .con01 .product_wrap .view_slider .slick-next {right:0; background:rgba(195,47,52,0.7) url("/images/sub/view_next.png") center no-repeat;}

.pd_view_wrap .con01 .product_wrap .txt_wrap{width:calc(100% - 45%);}
.pd_view_wrap .con01 .product_wrap .txt_wrap strong{padding-bottom:40px; display:block; font-size:30px; color:#222; border-bottom:2px solid #941f32; }

.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02{padding:20px 0; border-bottom:1px solid #ddd; }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li{position:relative; padding-left:15px; display:flex; gap:50px; font-size:16px; }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li::before{position:absolute; content:''; width:5px; height:5px; background:#941f32; top:10px; left:0;}
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li ~ li{margin-top:20px;}
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li.pay_info{padding-bottom:20px; border-bottom:1px solid #ddd; }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li em{display:inline-block; color:#222; width:100px; }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li p{color:#666; width:calc(100% - 155px); }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li div.num_btn{display:flex; gap:10px; }
.pd_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li div.num_btn span{display:inline-block; width:120px; height:35px; border:1px solid #ddd; font-size:16px; color:#666; text-align:center; line-height:35px; }

.pd_view_wrap .con01 .product_wrap .txt_wrap div.pay_total{margin:30px 0; display:flex; justify-content: space-between; padding:25px 30px; background:#f9f9f9; font-size:22px; color:#222; font-weight:600;}

.pd_view_wrap .con01 .product_wrap .txt_wrap div.btn_wrap{display:flex;}
.pd_view_wrap .con01 .product_wrap .txt_wrap div.btn_wrap button{width:50%; height:55px; text-align:center; font-size:15px; border:1px solid #941f32; color:#941f32;}
.pd_view_wrap .con01 .product_wrap .txt_wrap div.btn_wrap button:nth-child(2){background:#941f32; color:#fff; }

.pd_view_wrap .con02{margin-top:50px; }
.pd_view_wrap .con02 .click_all{margin-bottom:30px;}
.pd_view_wrap .con02 .click_all .click_btn{display:flex;}
.pd_view_wrap .con02 .click_all .click_btn li{width:50%; height:50px; text-align:center; border:1px solid #ddd; background:#fff; padding: 12px; font-size: 15px; cursor: pointer;}
.pd_view_wrap .con02 .click_all .click_btn li:first-child{border-right:0;}
.pd_view_wrap .con02 .click_all .click_btn li.on{border-top:2px solid #941f32; color:#941f32; font-weight: 600;}
.pd_view_wrap .con02 .click_con{margin-top: 45px;}
.pd_view_wrap .con02 .click_con .sec{background:#fff; height:500px;}
.pd_view_wrap .con02 .click_con .sec p b{position: relative; font-size:17px; margin-bottom: 20px; color: #111; font-weight: 500; margin-left: 15px; line-height: 40px;}
.pd_view_wrap .con02 .click_con .sec p b:before{content: ""; position: absolute; top: 50%; transform:translateY(-50%); left:-15px; width: 10px;height: 10px; background: #222; border-radius: 50%;}
/* sub0301 */
.sub0301_wrap {word-break:keep-all;}
.sub0301_wrap i {display: block;}
.sub0301_wrap .con {}
.sub0301_wrap .con .img_wrap {text-align:center;}
.sub0301_wrap .con .img_wrap img {}
.sub0301_wrap .con .step_wrap {display: flex; flex-wrap:wrap; gap:60px; margin-top: 80px; padding: 0 60px;}
.sub0301_wrap .con .step_wrap li {width: calc((100% - 240px) / 5); position: relative;}
.sub0301_wrap .con .step_wrap li:before {position: absolute;}
.sub0301_wrap .con .step_wrap li .icon_wrap {}
.sub0301_wrap .con .step_wrap li .icon_wrap .icon {position: relative; margin:0 auto; width: 200px; height: 200px; background: #fff; border-radius: 50%; box-shadow: 0px 0px 15px rgba(148,31,50,0.1);}
.sub0301_wrap .con .step_wrap li .icon_wrap .icon img {position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%);}
.sub0301_wrap .con .step_wrap li p.p_con {font-size: 16px; color:#222; text-align:center;font-weight: 500; margin-top: 25px;}

/* sub0302 */
.sub0302_wrap > .txt{line-height: 2; text-align: center; font-size: 18px; color: #222;} 
.sub0302_wrap > .txt strong{color: #941f32;}
.sub0302_wrap > .img{text-align: center; margin: 50px 0;}
.sub0302_wrap .top{text-align: center; font-size: 18px;  line-height: 2; color: #222; margin-bottom: 50px;}
.sub0302_wrap p.tit{font-size: 25px; position: relative; color: #222; font-weight: 600; padding-left: 13px; margin-bottom: 15px;}
.sub0302_wrap p.tit:before{position: absolute; content: ''; width: 3px; height: 24px; background: #941f32; top: 9px; left: 0; }
.sub0302_wrap .top strong{color: #941f32;}

/* sub0302_2 */
.sub0302_2_wrap .box{display: flex; margin-bottom: 50px; align-items: center; border: 1px solid #ddd;}
.sub0302_2_wrap .box:last-child{margin-bottom: 0;}
.sub0302_2_wrap .box .img{width: 320px;}
.sub0302_2_wrap .box .img img{width:100%;}
.sub0302_2_wrap .box .txt{padding-left: 50px;}
.sub0302_2_wrap .box .txt span{font-size: 25px; font-weight: 600; color: #941f32; display: block; margin-bottom: 10px;}
.sub0302_2_wrap .box .txt p{font-size: 16px; color: #222; line-height: 1.8;}

/* sub0302_3 */
.sub0302_3_wrap .box_wrap{display: flex; gap:50px 30px; flex-wrap:wrap;}
.sub0302_3_wrap .box_wrap .box{width: calc((100% - 90px)/4);}
.sub0302_3_wrap .box_wrap .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom:57.16%; overflow:hidden; background: #f1f2f3;}
.sub0302_3_wrap .box_wrap .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0302_3_wrap .box_wrap .box span{display: block; font-size: 14px; color: #222; margin-top:10px; word-break:keep-all;}

/* sub0302_4 */
.sub0302_4_wrap .box_wrap{display: flex; gap:30px; flex-wrap:wrap;}
.sub0302_4_wrap .box_wrap .box{width: calc((100% - 90px)/4);}
.sub0302_4_wrap .box_wrap .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom:57.16%; overflow:hidden; background: #f1f2f3;}
.sub0302_4_wrap .box_wrap .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0302_4_wrap .box_wrap .box .txt{border: 1px solid #ddd; border-top: 0; padding: 15px; word-break:keep-all; min-height: 105px;}
.sub0302_4_wrap .box_wrap .box .txt span{font-size: 15px; color: #222; line-height: 2;}

/* sub0302_6 */
.sub0302_6_wrap .box_wrap .box span{margin-top: 3px; font-weight: 400; color: #666;}
.sub0302_6_wrap .box_wrap .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom:89.52%; overflow:hidden; background: #f1f2f3;}
.sub0302_6_wrap .box_wrap .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}

/* sub0302_7_wrap */
.sub0302_7_wrap .box{display: flex; margin-bottom: 50px; align-items: center; border: 1px solid #ddd;}
.sub0302_7_wrap .box:last-child{margin-bottom: 0;}
.sub0302_7_wrap .box .img{width: 280px; border: 2px solid var(--c01);}
.sub0302_7_wrap .box .img img{width:100%;}
.sub0302_7_wrap .box .txt{padding-left: 50px;}
.sub0302_7_wrap .box .txt span{font-size: 25px; font-weight: 600; color: #941f32; display: block; margin-bottom: 10px;}
.sub0302_7_wrap .box .txt p{font-size: 16px; color: #222;line-height: 1.8;}

/* sub0303 */
.sub0303_wrap{word-break:keep-all;}
.sub0303_wrap i {display: block;}
.sub0303_wrap .sec{margin-bottom: 80px;}
.sub0303_wrap .sec .con{border: 1px solid #ddd; text-align: center; padding:40px 20px; border-radius:15px ;}
.sub0303_wrap .sec p{font-size: 16px; color: #222; margin-bottom: 20px;}
.sub0303_wrap .sec .img{width: 400px; margin: 0 auto;}
.sub0303_wrap .sec .img img{width: 100%;}
.sub0303_wrap .sec2{margin-bottom: 80px;}
.sub0303_wrap .sec2 .box_wrap{display: flex; gap:15px; flex-wrap:wrap;}
.sub0303_wrap .sec2 .box_wrap .box{width: calc((100% - 15px)/2); text-align: center; background: #f7f8f9; padding:30px 10px; border-radius:15px;}
.sub0303_wrap .sec2 .box_wrap2{display: block; margin-top: 15px;}
.sub0303_wrap .sec2 .box_wrap2 .box2{width: 100%; text-align: center; background: #f7f8f9; padding:30px 10px; border-radius:15px;}
.sub0303_wrap .sec2 .box_wrap2 .box2 p.p_point {color:var(--c01); font-weight: 700;}
.sub0303_wrap .sec2 .img{margin-bottom: 15px;}
.sub0303_wrap .sec2 .img img{height: 100px;}
.sub0303_wrap .sec2 p{font-size: 15px; color: #222;}
.sub0303_wrap .sec3 p{font-size: 16px; color: #222;}
.sub0303_wrap .sec3 .img{width: 100%; margin-top: 30px;}
.sub0303_wrap .sec3 .img img{width: 100%;}

/* sub0401 */
.sub0401_wrap .info_wrap{display: flex; gap:50px;}
.sub0401_wrap .info_wrap .left{position: relative; }
.sub0401_wrap .info_wrap .left ul{position: absolute; top: 15px; left: 15px; display: flex; gap:5px; z-index: 1000;}
.sub0401_wrap .info_wrap .left ul li a{display: block; border: 1px solid #666; background: #fff; color: #666; font-size: 13px; padding:1px 5px; border-radius:3px;}
.sub0401_wrap .info_wrap .left .img_box{width: 600px; border:1px solid #ddd;}
.sub0401_wrap .info_wrap .left .img_box .img{position:relative; width:100%; padding-bottom:138%;}
.sub0401_wrap .info_wrap .left .img_box .img img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0401_wrap .popup-wrap{background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:none; z-index: 999999; padding: 10px;}
.sub0401_wrap .popup{ overflow:hidden; }
.sub0401_wrap .popup .body-contentbox{position: relative;}
.sub0401_wrap .popup .body-contentbox span{position: absolute; right: 15px; top: 5px; font-size: 40px; font-weight:400; color: #222; line-height: 1; cursor:pointer;}
.sub0401_wrap .info_wrap .right{width: calc(100% - 650px);}
.sub0401_wrap .info_wrap .right strong.tit{ border-bottom: 1px solid #ddd; font-size: 35px; color: #222; display: block; margin-bottom: 20px; padding-bottom: 20px;}
.sub0401_wrap .info_list > div{display: flex; margin-bottom: 20px; align-items: center;}
.sub0401_wrap .info_list > div p{font-size: 18px; color: #222; font-weight: 500; width: 160px; word-break:keep-all;}
.sub0401_wrap .info_list > div em{font-size: 15px; color: #222; display: flex; align-items: center; gap:5px;}
.sub0401_wrap .info_list > div span{display: block; margin-left: 5px;}
.sub0401_wrap .info_list > div span a{display: block; color: #fff; background: #941f32; width: 18px; height: 18px; border-radius:50%; font-size: 10px; text-align: center; line-height: 18px;}
.sub0401_wrap .info_box{border-top: 1px solid #222; text-align: right;}
.sub0401_wrap .info_box p{font-size: 24px; font-weight: 500; color: #222;}
.sub0401_wrap .info_box p:first-child{padding-top: 20px;}
.sub0401_wrap .info_box p em{font-size: 16px; color: #999; display: inline-block; margin-left: 10px;}
.sub0401_wrap .info_box em.point{display: block;font-size: 15px; font-weight: 500; color: #941f32; padding: 20px 0; line-height: 1.4; text-align:right; word-break:keep-all;}
.sub0401_wrap .info_box a{display: block; border: 1px solid #941f32; color: #941f32 !important; text-align: center; padding: 12px; font-size: 16px; border-radius:5px; margin-top: 20px;}
.sub0401_wrap .file_wrap{margin-top: 40px; border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 40px;}
.sub0401_wrap .file_wrap p{color: #941f32; font-size: 16px; font-weight: 500;}
.sub0401_wrap .file_wrap .box{background: #f7f8f9; margin-top: 10px; text-align: center; font-size: 16px; color: #444; padding: 50px; display: flex; flex-direction: column; align-items: center; gap:20px;}
.sub0401_wrap .file_wrap input[type=file]{display: block; text-align: center; width: 170px;}
.sub0401_wrap .online_wrap ul.top{ display: flex;gap: 20px 15px;flex-wrap: wrap; margin: 10px 0;}
.sub0401_wrap .online_wrap ul.top li{ display: flex;align-items: center;width: calc((100% - 30px) / 3);background: #f7f8f9;min-height: 60px;}
.sub0401_wrap .online_wrap ul.top li p{ width: 150px;padding-left: 28px;font-size: 16px;color: #222;font-weight: 500;}
.sub0401_wrap .online_wrap ul.top li input[type="text"] {height: 100%;border: 0;font-size: 14px;color: #222;padding: 0 10px;background: #f7f8f9;}
.sub0401_wrap .online_wrap .inquiry{width: 100%; background: #f7f8f9; min-height: 60px;	display: flex;}
.sub0401_wrap .online_wrap .inquiry p{ width: 150px;padding-left: 28px;font-size: 15px;color: #222;font-weight: 500; padding-top: 20px;}
.sub0401_wrap .online_wrap .inquiry textarea{height: 100%;border: 0;font-size: 15px;color: #222;padding: 10px;background: #f7f8f9;}
.sub0401_wrap .flex01 {width: calc(100% - 150px); outline: 0;}
.sub0401_wrap .btn_wrap{text-align: center; margin-top: 40px;}
.sub0401_wrap .btn_wrap a{display: inline-block; color: #fff; background: #941f32; font-size: 16px; width: 200px; height: 60px; line-height:60px;}
.sub0401_wrap .est_btn{margin-bottom: 15px;}
.sub0401_wrap .est_btn a{display: inline-block; background: #941f32; color: #fff; padding:4px 8px;}

.sub0401_wrap .min_pop{position: relative;} 
.sub0401_wrap .view01_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view01_con.on{display: block;}
.sub0401_wrap .view02_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view02_con.on{display: block;}
.sub0401_wrap .view03_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view03_con.on{display: block;}
.sub0401_wrap .view04_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view04_con.on{display: block;}
.sub0401_wrap .view05_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view05_con.on{display: block;}
.sub0401_wrap .view06_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view06_con.on{display: block;}
.sub0401_wrap .view07_con{display: none;position: absolute;top: 30px;right:0; padding: 12px; background:#fff; border:1px solid #ddd;z-index: 2000; border-radius:10px ; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.17); width: 385px; font-size: 12px; color: #941f32;}
.sub0401_wrap .view07_con.on{display: block;}

/* sub0501 */
.sub0501_wrap{text-align: center;}
.sub0501_wrap .txt_box{margin-bottom: 50px; background: #f9f2f3; color: #941f32; font-size: 16px; padding: 30px 60px; text-align: center; display: inline-block; line-height: 2;}
.sub0501_wrap table tr:hover{background: #f9fafb;}
.sub0501_wrap table a{color: #222;}
.sub0501_wrap table .stat{background: #941f32; color: #fff; padding: 5px; border-radius:5px; }
.sub0501_wrap .search_wrap{text-align: left; margin-top: 20px; position: relative; width: 300px;}
.sub0501_wrap .search_wrap input[type=text]{border: 1px solid #ddd; outline: 0; font-size: 16px; color: #222; padding: 10px; width: 300px;}
.sub0501_wrap .search_wrap button{position: absolute; right: 10px; top: 50%; transform:translateY(-50%);}

.sub0501_wrap .seq_wrap {width: 1000px; margin: 0 auto 50px;}
.sub0501_wrap .seq_wrap i {display: block;}
.sub0501_wrap .seq_wrap ul.seq_list {display: flex; flex-wrap:wrap;gap:10px;}
.sub0501_wrap .seq_wrap ul.seq_list li {width: calc((100% - 60px) / 7); position: relative;}
.sub0501_wrap .seq_wrap ul.seq_list li:before {position: absolute; content:''; width: 0; height: 0; border-top: 10px solid transparent; border-left: 10px solid #941f32; border-bottom: 10px solid transparent; top:50%; right: -10px; transform:translateY(-50%);}
.sub0501_wrap .seq_wrap ul.seq_list li:last-child:before {display: none;}
.sub0501_wrap .seq_wrap ul.seq_list li > p {width: 100px; height: 100px; line-height: 1.3; display: flex; flex-direction:column; flex-wrap:wrap; justify-content:center; margin: auto; font-size: 16px; font-weight: 500; color:#941f32; border-radius: 50%; border: 1px solid #941f32; background:#f9f2f3;}
.sub0501_wrap .seq_wrap p.p_point {text-align:center; font-size: 16px; font-weight: 500; color: #941f32; margin-top: 20px;}

/* sub0501_form */
.sub0501_form .form_tit{background: #f1f2f3; padding: 30px 50px; margin-bottom: 30px;}
.sub0501_form .form_tit em{font-size: 25px; color: #222; font-weight: 500; display: block;}
.sub0501_form .form_tit p{font-size: 14px; color: #941f32; margin-top: 10px;}
.sub0501_form .form_box{display: flex; border-bottom: 1px dashed #ddd; padding: 15px; font-size: 16px; color: #222;}
.sub0501_form .form_box em{display: block; width: 170px; position: relative; padding-left: 13px;}
.sub0501_form .form_box em:after{position: absolute; content: ''; width: 1px; height: 15px; background: #ddd; right: 0; top: 7px;}
.sub0501_form .form_box em:before{position: absolute; content: ''; width: 3px; height: 13px; background: #941f32; left: 0; top: 6px;}
.sub0501_form .form_box .txt{padding-left: 30px;}

/* ppw 개인결제창 */
.ppw_wrap .ppw_li {display: flex; flex-wrap:wrap; gap:50px 40px;}
.ppw_wrap .ppw_li li {width: calc((100% - 160px) / 5);}
.ppw_wrap .ppw_li li a {display: block;}
.ppw_wrap .ppw_li li .img_wrap > div {position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 80.645%;}
.ppw_wrap .ppw_li li .img_wrap > div img {position: absolute; top:0; left:0; right:0; bottom:0; margin: auto; max-width:100%; max-height:100%; width: auto; height: auto;}
.ppw_wrap .ppw_li li .txt_wrap {text-align:center; margin-top: 10px;}
.ppw_wrap .ppw_li li .txt_wrap p.p_tit {font-size: 17px; color:#222; overflow:hidden; text-overflow: ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical; white-space:nowrap;}
.ppw_wrap .ppw_li li .txt_wrap p.p_size {font-size: 16px; color:#888;}
.ppw_wrap .ppw_li li .txt_wrap p.price {font-size: 17px; color:#941f32; font-weight: 700; }
.ppw_wrap .ppw_li li .txt_wrap p.price span {color:#222;}

/* ppw_view 개인결제창 상세 */
.ppw_view_wrap .con01 .product_wrap .txt_wrap strong em.sm_tit {font-size: 18px; color:#555; display: block;}
.ppw_view_wrap select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li select {height: 35px; border: 1px solid #ddd; padding: 0 10px;width: 80%; border-radius: 0; background: url('/images/sub/ppw_arw.png') no-repeat center right 10px #fff; background-size: 12px;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li p	span.red {color:#941f32;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap div.btn_wrap2 {justify-content: center;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap div.btn_wrap2 button {background: #941f32; color:#fff; }
.ppw_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li.pay_info2 p {color:#941f32; font-weight: 600;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li .icon_wrap a:not(:last-child) {margin-right: 15px;}
.ppw_view_wrap .con01 .product_wrap .txt_wrap ul.pd_list02 li .icon_wrap img {height:30px;}

/* sub0601 */
.sub0601_wrap {}
.sub0601_wrap .con02 ul.pd_list01	{gap:40px 20px;}
.sub0601_wrap .con02 ul.pd_list01 li	{width: calc((100% - 60px) / 4);}
.sub0601_wrap .con02 ul.pd_list01 li .img_wrap {padding-bottom: 85.091%;}
.sub0601_wrap .con02 ul.pd_list01 li .txt_wrap {border: 0px; padding: 20px 0 0 0;}
.sub0601_wrap .con02 ul.pd_list01 li .txt_wrap strong {color:#941f32; line-height: 1.5;}
.sub0601_wrap .con02 ul.pd_list01 li .txt_wrap .pay_info {margin: 0;}

/* sub0601_view_wrap */
.sub0601_view_wrap {}
.sub0601_view_wrap .con {display: flex; flex-wrap:wrap; gap:50px;}
.sub0601_view_wrap .con .lt_con {width: 900px; min-height: 100vh;}
.sub0601_view_wrap .con .lt_con .edit {}
.sub0601_view_wrap .con .lt_con .edit > p {}
.sub0601_view_wrap .con .lt_con .edit > p img {width: 100%;}
.sub0601_view_wrap .con .rt_con {width: calc(100% - 950px);}
.sub0601_view_wrap .con .rt_con .rt_all {width: 100%; /* position: sticky; */}
.sub0601_view_wrap .con .rt_con ul.rt_menu {}
.sub0601_view_wrap .con .rt_con ul.rt_menu li {display: flex; flex-wrap:wrap; justify-content:space-between; padding: 15px; border-bottom:1px solid #ddd;}
.sub0601_view_wrap .con .rt_con ul.rt_menu li em {display: block; font-size: 17px; color:#222; font-weight: 700; width: 20%;}
.sub0601_view_wrap .con .rt_con ul.rt_menu li p.p_con {font-size: 17px; color:#555; width: 80%; text-align:right;}
.sub0601_view_wrap .con .rt_con .btn_wrap2 {display: flex; flex-wrap: wrap; margin-top: 50px;}
.sub0601_view_wrap .con .rt_con .btn_wrap2 button {width: 100%; border: 1px solid #941f32; color: #941f32; font-size: 15px; text-align:center; height: 55px; line-height: 54px;}
.sub0601_view_wrap .con .rt_con .btn_wrap2 button:nth-child(2) {background: #941f32; color:#fff;}

/* myoder_wrap */
.myoder_wrap .con1 {width:100%;}
.myoder_wrap h2{font-size:22px; color:#333; padding-bottom:20px;}
.myoder_wrap .inner{display:flex; justify-content: space-between;}
.myoder_wrap .con1 .box1{width:380px;}
.myoder_wrap .con1 table{width:calc(100% - 480px)}
.myoder_wrap .con1 table thead tr{border-top:2px solid #941f32;}
.myoder_wrap .con1 table thead tr th{padding:10px; color:#333; font-weight:500;}
.myoder_wrap .con1 table tbody tr td{padding:10px; text-align:center;}
.myoder_wrap .con1 table tbody tr .tdst01{display:flex; align-items:center; gap:30px;}
.myoder_wrap .con1 .box1{border:3px solid #941f32;border-radius:20px; padding:30px; height:250px;}
.myoder_wrap .con1 .box1 .tit{padding-bottom: 20px;margin-bottom: 30px;border-bottom: 1px solid #ddd;
font-size: 28px;color: #222;font-weight: 600;}
.myoder_wrap .con1 .box1 ul li{display: flex; flex-direciton:row; align-items: center; justify-content: space-between;margin-bottom: 20px;}
.myoder_wrap .box1 ul li p{font-size: 16px;color: #444;font-weight: 500;}
.myoder_wrap .box1 ul li span{font-size: 16px;font-weight: 600;color: #222;}
.myoder_wrap .box1 ul .txt_red{font-size: 18px;font-weight: 800;color: #cc0000;}
.myoder_wrap .con2 {margin-top:40px;}
.myoder_wrap .con2 .box2{border-top:2px solid #941f32; width:calc(100% - 480px);}
.myoder_wrap .con2 .box2 ul li p{width:20%; margin:10px 0; color:#333; font-size:14px;}
.myoder_wrap .con2 .box2 ul li{display: flex; flex-direciton:row; margin-top:20px;}
.myoder_wrap .con2 .box2 .add_wrap{display: flex;}
.myoder_wrap .con2 .box2 .add_wrap .txt_Wrap{display: flex; flex-direciton:column;}
.myoder_wrap .con2 .box2 .add_wrap .txt_Wrap02 {display: flex; }
.myoder_wrap .con2 .box2 ul li input{width:30%;}
.myoder_wrap .con2 .box2 .add_wrap .txt_Wrap input{width:30%;}
.myoder_wrap .con3 {margin-top:40px;}
.myoder_wrap .con3 .box2{border-top:2px solid #941f32; width:calc(100% - 480px);}
.myoder_wrap .con3 .box2 ul li p{width:20%; margin:10px 0; color:#333; font-size:14px;}
.myoder_wrap .con3 .box2 ul li{display: flex; flex-direciton:row; margin-top:20px;}
.myoder_wrap .con3 .box2 .add_wrap{display: flex;}
.myoder_wrap .con3 .box2 .add_wrap .txt_Wrap{display: flex; flex-direciton:column;}
.myoder_wrap .con3 .box2 .add_wrap .txt_Wrap02 {display: flex; }
.myoder_wrap .con3 .box2 ul li input{width:30%;}
.myoder_wrap .con3 .box2 .add_wrap .txt_Wrap input{width:30%;}
.myoder_wrap .box2 .check_box {display:flex; align-items:center; gap:10px;}
.myoder_wrap .con3 .box2 .check_box input{width:15px;}
.myoder_wrap .con3 .box2 ul .box03 input{height:200px; width:80%;}
.myoder_wrap .con4 {margin-top:40px;}
.myoder_wrap .con4 .box2{border-top:2px solid #941f32; width:calc(100% - 480px);}
.myoder_wrap .con4 .box2 ul li p{width:20%; margin:10px 0; color:#333; font-size:14px;}
.myoder_wrap .con4 .box2 ul li{display: flex; flex-direciton:row; margin-top:20px;}
.myoder_wrap .btn_box {display: flex;margin-top: 65px;gap:15px;justify-content: center;}
.myoder_wrap .btn_box a{display: block;width: 140px;height: 50px;border-radius: 66px;text-align: center;line-height: 46px;font-size: 17px;color: #fff;background: #941f32;}
.myoder_wrap .btn_box a:nth-child(1){color: #222;background: #fff;border: 2px solid #941f32;}
/* 주문내역 확인 */
.mylist_wrap table.tbl01 tr{border-bottom:1px solid #ddd; }
.mylist_wrap table.tbl01 tr th{padding:15px 0; background:#f9f9f9; font-size:16px; color:#222;}
.mylist_wrap table.tbl01 tr td{padding:15px 0; font-size:15px; color:#555; text-align:center; }
.mylist_wrap table.tbl01 tr td button.btn01{width:140px; height:40px; background:#222; font-size:15px; color:#fff; }

/* estimate */
p.est_txt {font-size: 20px; color:#941f32; font-weight: 700; text-align:center; margin-bottom: 40px;}
.estimate_wrap{display: flex; flex-wrap:wrap; gap:40px; justify-content: center}
.estimate_wrap dd{display: flex; justify-content: space-between; margin-top: 15px; font-size: 17px; align-items: center;}
.estimate_wrap dd h4{color: #222; font-weight: 500;}
.estimate_wrap dd a{background: #941f32; font-size: 14px; color: #fff; display: block; line-height: 1; padding: 10px;}
