.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.title_style_1 {
    font-size:1.2em; 
    font-weight:bold; 
    border-left: 9px solid #332FD0; 
    padding: 0 0.4em;
}

.title_style_2 {
    font-size:1.1em; 
    font-weight:bold; 
    /* border-left: 10px solid #ffffff;  */
    padding: 0 0.4em;
}

.title_style_3 {
  font-size:1.1em; 
  font-weight:bold; 
  /* border-left: 10px solid #ffffff;  */
  line-height: 35px;
  padding: 0 0.4em;
}

.dropdown-toggle::after {
    position: absolute;
    right: 0%;
    margin-right: 6px;
    margin-top: 8px;
}

.tooltip-wrap {
  font-size:1.4em;
  letter-spacing:-1px;
  padding:10px 0 8px 0;
  color: white;
  text-align:center;
  background:#332FD0;
}

[data-tooltip]{position:relative;}
[data-tooltip]:before,
[data-tooltip]:after{visibility:visible;opacity:1;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:0.53em;font-family:dotum;letter-spacing:0.01em;}
[data-tooltip]:before{content:attr(data-tooltip);height:23px;position:absolute;top:-27px;padding:1px 30px;border-radius:5px;color:#332FD0;background:#fff;border:1px solid #332FD0;box-shadow:0 3px 8px rgba(165, 165, 165, 0.5);}
[data-tooltip]:after{content: '';border-left:5px solid transparent;top:-5px;border-right:5px solid transparent;border-top:5px solid #fff;}
[data-tooltip]:not([data-tooltip=""]):hover:before{visibility:visible;opacity:1;top:-27px}
[data-tooltip]:not([data-tooltip=""]):hover:after{visibility:visible;opacity:1;top:-5px}

.ui-modal_landscape {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 9999;
  }
  
.ui-modal_landscape .content_img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}
 
.ars_menu_name {
    font-size:0.9em;
    font-weight:bold;
    letter-spacing:-1px;
    color: #000;
}

.ars_menu_name2 {
    font-size:1.05em;
    font-weight:bold;
    letter-spacing:-1px;
    color: #000;
}

.ars_menu_i {
/*    color:#47B2E4;*/
    color:#ff6600;
    font-weight:bold;
}

.ui-box-sub-button-yd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    border: #444 1px solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: 7px 7px 7px rgb(0, 0, 0, 0.25);
    margin-bottom: 20px;
    cursor: pointer;
  }
  div:focus{
      outline:none;
  }
  .ui-box-sub-button-yd > .icon {
    width: 40px;
    min-width: 40px;
    height: auto;
  }
  .ui-box-sub-button-yd .menu-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .ui-box-sub-button-yd .menu-name .name {
    font-size: 1.15em;
    font-weight: bold;
    color: #000;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .ui-box-sub-button-yd .menu-name .name_sub {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin-top: 2px;
  }
  .ui-box-sub-button-yd .menu-name .icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: auto;
    height: 16px;
  }

  .ui-box-sub-button-ars1 {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    width: 100%;
    padding: 13px 15px;
    border: #fff 1px solid;
    border-radius: 3px;
    background: #fff;
    box-shadow: 7px 7px 7px rgb(0, 0, 0, 0.25);
    margin-bottom: 22px;
    cursor: pointer;
  }
  div:focus{
      outline:none;
  }
  .ui-box-sub-button-ars1 .title-name {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .ui-box-sub-button-ars1 .title-name .name {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
  }
  .ui-box-sub-button-ars1 .title-name .name_sub {
    font-size: 0.9em;
    /* font-weight: 500; */
    color: #666;
    padding: 5px 20px;
    margin-top: 2px;
  }

  .ui-box-sub-button-ars1 > .icon {
    width: 50px;
    min-width: 50px;
    height: auto;
  }
  .ui-box-sub-button-ars1 .menu-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding-left: 20px; */
  }
  .ui-box-sub-button-ars1 .menu-name .name {
    font-size: 1.15em;
    font-weight: bold;
    color: #666;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .ui-box-sub-button-ars1 .menu-name .name_sub {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin-top: 2px;
  }
  .ui-box-sub-button-ars1 .menu-name .icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: auto;
    height: 16px;
  }

  .ui-box-sub-button-ars2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    border: #fff 1px solid;
    border-radius: 3px;
    background: #fff;
    box-shadow: 7px 7px 7px rgb(0, 0, 0, 0.25);
    margin-bottom: 22px;
    cursor: pointer;
  }
  div:focus{
      outline:none;
  }
  .ui-box-sub-button-ars2 > .icon {
    width: 50px;
    min-width: 50px;
    height: auto;
  }
  .ui-box-sub-button-ars2 .menu-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .ui-box-sub-button-ars2 .menu-name .name {
    font-size: 1.15em;
    font-weight: bold;
    color: #666;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .ui-box-sub-button-ars2 .menu-name .name_sub {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin-top: 2px;
  }
  .ui-box-sub-button-ars2 .menu-name .icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: auto;
    height: 16px;
  }

  .ui-box-sub-button-ars2-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px;
    border: #fff 1px solid;
    border-radius: 3px;
    background: #fff;
    box-shadow: 7px 7px 7px rgb(0, 0, 0, 0.25);
    margin-bottom: 22px;
    cursor: pointer;
  }
  div:focus{
      outline:none;
  }
  .ui-box-sub-button-ars2-1 .menu-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
  }
  .ui-box-sub-button-ars2-1 .menu-name .name {
    font-size: 0.95em;
    /* letter-spacing: -1px; */
    font-weight: bold;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ui-box-sub-button-ars2-1 .menu-name .name_sub {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin-top: 0;
  }

  .ui-box-sub-button-ars2-2 {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    border: #fff 1px solid;
    border-radius: 3px;
    background: #fff;
    box-shadow: 7px 7px 7px rgb(0, 0, 0, 0.25);
    margin-bottom: 22px;
    cursor: pointer;
  }
  div:focus{
      outline:none;
  }
  .ui-box-sub-button-ars2-2 .menu-name {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .ui-box-sub-button-ars2-2 .menu-name .name {
    font-size: 0.95em;
    justify-content: space-between;
    /* letter-spacing: -1px; */
    font-weight: bold;
    color: red;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ui-box-sub-button-ars2-2 .menu-name .name_sub {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin-top: 0;
  }

  .page-footer-navigation-yd {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ccc;
    z-index: 99;
  }
  .page-footer-navigation-yd .icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .page-footer-navigation-yd .title {
    font-size: 1.1em;
    font-weight: 500;
  }
  .page-footer-navigation-yd .controller {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .page-footer-navigation-yd .controller .button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-footer-navigation-yd .controller .left-area,
  .page-footer-navigation-yd .controller .right-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
  }
  .page-footer-navigation-yd .controller .left-area {
    background-color: #fff;
  }
  .page-footer-navigation-yd .controller .right-area {
  	background: #c41e20;
  /*  background: #332FD0; */
    color: #fff;
  }

  .page-footer-navigation-ars2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: 15%;
    /* background-image: url("images/footer_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 99; */
    background: url(images/footer_bg.png) no-repeat 50% calc(100% - 1px);
    background-size: 320px auto;
  }
  .page-footer-navigation-ars2 .icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .page-footer-navigation-ars2 .title {
    font-size: 1.1em;
    font-weight: 500;
  }
  .page-footer-navigation-ars2 .controller {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .page-footer-navigation-ars2 .controller .button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-footer-navigation-ars2 .controller .left-area,
  .page-footer-navigation-ars2 .controller .right-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
  }
  .page-footer-navigation-ars2 .controller .left-area {
    background-color: #fff;
  }
  .page-footer-navigation-ars2 .controller .right-area {
  	background: #c41e20;
  /*  background: #332FD0; */
    color: #fff;
  }
  
  .icons {
    width: 30px;
    min-width: 30px;
    height: auto;
  }

  .page-container-chae .orders {
    text-align: center;
    margin-top: 15px;
  }
  .page-container-chae .orders .icon {
    width: 60px;
    height: auto;
  }
  .page-container-chae .orders .message {
    color: #333;
    font-size: 1.1em;
    margin: 10px 0;
  }
  .page-container-chae .inquiry {
    margin: 0 auto;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 10px;
  }
  .page-container-chae .inquiry .inquiry-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .page-container-chae .inquiry .inquiry-header .message {
    width: 75%;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
  }
  .page-container-chae .inquiry .inquiry-header .message .important {
    color: #c41e20;
    font-size: inherit;
    font-weight: inherit;
  }
  .page-container-chae .inquiry .inquiry-header .example {
    width: 100%;
    margin: 15px 0 30px 0;
    padding: 10px 10px;
    border-radius: 10px;
    background: #e9e9e9;
    text-align: left;
  }
  .page-container-chae .inquiry .inquiry-header .example ul li {
    margin: 5px 0;
  }
  .page-container-chae .inquiry .inquiry-header .example ul li:before {
/*    content: "•";*/
    margin-right: 5px;
    color: #797979;
    font-size: 1em;
    margin: 0 5px 0 0;
  }
  .page-container-chae .inquiry .inquiry-header .example ul li span {
    font-size: 1em;
    /* font-weight: bold; */
    color: #666;
    line-height: 1.2;
  }
  .page-container-chae .inquiry .inquiry-footer {
    width: 100%;
    margin: 0 auto;
  }
  .page-container-chae .inquiry .message {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #313131;
  }
  
