.header_container {
  position: inherit;
}
.top_section {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1650px;
  margin: 100px auto;
}
.preview_box {
  flex-shrink: 0;
  width: 800px;
  height: 868px;
  position: relative;
  overflow: hidden;
}
.detail_section {
  padding-bottom: 80px;
}
.con_menu_01, .con_menu_02 {
  margin-bottom: 80px;
}
.table_box {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 0px 1px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  margin-top: 20px;
}
.table_box .row_tit, .table_box .row_txt {
  text-align: left;
}
.tbl_line {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.row_tit {
  width: 250px;
  background-color: #f7f8fa;
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
}
.row_txt {
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
}
.txt_box {
  border-style: solid;
  border-color: var(--base-lightgray-dd, #cccccc);
  border-width: 1px 0px 1px 0px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  margin-top: 20px;
}
.txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}
.con_menu_03 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.detail_ex_box {
  border-style: solid;
  border-color: var(--base-lightgray-dd, #cccccc);
  border-width: 1px 0px 1px 0px;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.detail_ex {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.detail_contents_section {
  width: 1650px;
  margin: 0 auto;
  padding-bottom: 120px;
  text-align: center;
}
.detail_tab_section {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
}
.tab_menu {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  cursor: pointer;
}
.tab_menu.on {
  font-weight: 600;
  color: #007433;
}
.watch_sample {
  width: 825px;
  height: 1099.83px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  object-fit: cover;
}
.info_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.product_info_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.watch_tit_sub {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--base-dark-gray-77, #777777);
  text-align: left;
  font-size: var(--subtit-sem-18-font-size, 18px);
  letter-spacing: var(--subtit-sem-18-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-18-font-weight, 600);
}
.watch_tit {
  color: var(--base-black-gray-20, #202020);
  text-align: left;
  font-family: var(--tit-sem-34-font-family, "Pretendard-SemiBold", sans-serif);
  font-size: var(--tit-sem-34-font-size, 34px);
  letter-spacing: var(--tit-sem-34-letter-spacing, -0.025em);
  font-weight: var(--tit-sem-34-font-weight, 600);
}
.watch_price {
  color: var(--main-green, #007433);
  text-align: left;
  font-family: var(--tit-sem-34-font-family, "Pretendard-SemiBold", sans-serif);
  font-size: var(--tit-sem-34-font-size, 34px);
  letter-spacing: var(--tit-sem-34-letter-spacing, -0.025em);
  font-weight: var(--tit-sem-34-font-weight, 600);
}
.toggle_info_section {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.line_gray {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--base-lightgray-dd, #cccccc);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 750px;
  height: 0px;
}
.toggle_menu_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.toggle_top_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
}
.menu_tit {
  color: var(--base-dim-gray-3a, #3a3a3a);
  text-align: left;
  font-size: var(--subtit-sem-18-font-size, 18px);
  letter-spacing: var(--subtit-sem-18-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-18-font-weight, 600);
}
.btn_minus {
  width: 24px;
  height: 24px;
}
.toggle_down_row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.link_box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-bottom: 1px solid #777777;
  color: var(--base-lightgray-dd, #cccccc);
  text-align: left;
  font-size: var(--body-reg-16-font-size, 16px);
  font-weight: var(--body-reg-16-font-weight, 400);
  cursor: pointer;
}
.info_txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
.line_height {
  line-height: 1.25;
}
.sub_info_box {
  background: var(--base-cool-gray-f7f8fa, #f7f8fa);
  border-radius: 4px;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.top_row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.red_s {
  text-align: left;
  color: #ff5440;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.detail_btn_section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 62px;
}
.btn_favorite {
  background: var(--base-white-fff, #ffffff);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
}
.btn_sellerchat {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 344px;
  height: 62px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #007433;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #007433;
}
.btn_application {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 344px;
  height: 62px;
  border-top-right-radius: 4px;
  border-top-top-radius: 4px;
  border-top-bottom-radius: 4px;
  background-color: #007433;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  cursor:pointer;
}
.fix_warp {
  	border-radius: 64px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: fixed;
	bottom: 50px;
	right: 100px;
	z-index: 1000;
}
.icon_favorite_on {
	cursor:pointer;
}
.btn_plus_minus{
	cursor:pointer;
}
.btn_sellerchat{
	cursor:pointer;
}

.modar{
}
    .modar .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: white url(/img/close_icon.png) no-repeat center;
    background-size: contain;
    margin: 20px;
}
.modar p{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}
.modar p span {
    color: #b80005;
}

.info_header > a {
    width:60%;
    margin: 0 auto;
    text-align: center;
    background-color: #1a1a1a;
    color: white;
    line-height: 50px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 40px;
}     
.section_div {
    background-color: white;
    position: relative;
    border-radius: 10px;
    padding:20px;
}   

    
.section_div .info_header {
    width: 100%;
}

.section_div .info_header .top {
width: 100%;
height: 80px;
}

.section_div .info_header .top li {
width: 33.33%;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
float: left;
list-style: none;
}

.section_div .info_header .top li a {
width: 100%;
}

.section_div .info_header .top li a img {
display: inline-block;
width: 80px;
float: left;
}

.section_div .info_header .top li a .text_wrap {
float: left;
font-size: 18px;
}

.section_div .info_header .top li a .text_wrap h1 {
font-size: 20px;
color: #11a88e;
}

.section_div .info_header .bottom {
text-align: center;
border-bottom: 1px solid #e6e6e6;
padding-bottom:20px;
height: 110px;
}
.section_div .info_header .bottom li{
width: 33.333%;
float: left;
list-style: none;
}
.section_div .info_header .bottom li .title {
font-weight: bold;
color: #11a88e;
}
.section_div .info_header .bottom li .text{
color: #999999;
}

.section_div .info_header .bottom li:last-child .text {
color: #999999;
padding-top:10px;
}

.info_header .btn1{
    width:48%;
    margin: 0 auto;
    text-align: center;
    background-color: #1a1a1a;
    color: white;
    line-height: 50px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 40px;
    float: left;
}   
.info_header .btn2{
    width:48%;
    margin: 0 auto;
    text-align: center;
    background-color: #AB8258;
    color: white;
    line-height: 50px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 40px;
    float: right;
}   
.text_wrap p {
	color: #333;
}

.contents_data{
	width: 99.7%;
	height: 146px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #ececec;	
	background-color: #fff;
	border-radius: 20px;
	max-width:1200px;
	margin: 0 auto 15px auto; /* auto로 가운데 정렬 */
}