/* 태블릿용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (min-width: 640px) and (max-width: 1099px) {
  /*================ 공통사용 ================*/

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  .cl {
    clear: both;
  }
  .monly {
    display: none;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .gnv_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    background: #292929;
  }
  .gnv_logo {
    width: 180px;
    height: 55px;
    background: url('/images/logo/twlogo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto;
  }
  .gnv_right {
  }
  .gnv_menu_wrap {
    float: left;
  }
  .gnv_menu {
    height: 55px;
    padding: 0 20px;
    float: left;
    position: relative;
  }
  .gnv_menu_1d {
    width: 100%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
  }
  .gnv_menu_1d_name {
    float: left;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
  }
  .gnv_menu_1d_name:hover {
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d_name.on {
    float: left;
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d_name > div:nth-child(1) {
    padding: 0 10px;
    float: left;
  }
  .gnv_menu_1d_tri {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    text-align: right;
    transition: color 0.3s;
    font-family: 'NGothic';
  }
  .gnv_menu_1d_name:hover > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d.on > .gnv_menu_1d_name > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 1);
    transform: rotate(180deg);
    display: inline-block;
    text-align: right;
  }
  .gnv_menu_2d_wrap {
    width: 100%;
    max-height: 0px;
    position: absolute;
    background: #292929;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    top: 65px;
    z-index: 1500;
    left: 0px;
  }
  .gnv_menu_2d_wrap.on {
    top: 55px;
    max-height: 500px;
    opacity: 1;
  }
  .gnv_menu_2d {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
  }
  .gnv_menu_2d:first-child {
    margin-top: 5px;
  }
  .gnv_menu_2d:last-child {
    margin-bottom: 10px;
  }
  .gnv_menu_2d:hover {
    color: rgba(255, 255, 255, 1);
    padding-left: 15px;
  }
  .sch_wrap {
    float: right;
    position: relative;
  }
  .sch_btn {
    width: 50px;
    height: 55px;
    float: right;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .sch_btn:hover {
  }
  .sch_btn_o {
    width: 20px;
    height: 20px;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    position: absolute;
    border-radius: 50%;
    left: 13px;
    top: 15px;
    transition: all 0.3s;
  }
  .sch_btn:hover > .sch_btn_o {
    border: rgba(255, 255, 255, 1) 1px solid;
  }
  .sch_btn_i {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 13px;
    bottom: 13px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_btn:hover > .sch_btn_i {
    background: rgba(255, 255, 255, 1);
  }
  .sch_btn.on > .sch_btn_o {
    width: 27px;
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    border-radius: 0%;
    left: 12px;
    top: 27px;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .sch_btn.on > .sch_btn_i {
    width: 27px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 11px;
    top: 27px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_box {
    width: 302px;
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55px;
    right: 0px;
    transition: all 0.3s;
    z-index: 2000;
  }
  .sch_wrap.on > .sch_box {
    height: 55px;
    top: 55px;
    border: #292929 1px solid;
    border-right: none;
  }
  .sch_box_ip_wrap {
    width: 250px;
    height: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    float: left;
  }
  .sch_box_ip_wrap > .pl_txt {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 55px;
  }
  .sch_box_ip_wrap > .pl_ip {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
  .sch_box_btn {
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    background: #292929;
    border-right: rgba(255, 255, 255, 0.5) 1px solid;
    position: relative;
    float: right;
    cursor: pointer;
  }
  .sch_box_btn_o {
    width: 20px;
    height: 20px;
    border: rgba(255, 255, 255, 0.7) 1px solid;
    position: absolute;
    border-radius: 50%;
    left: 13px;
    top: 15px;
    transition: all 0.3s;
  }
  .sch_box_btn_i {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 13px;
    top: 33px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_box_btn:hover > .sch_box_btn_o {
    border: rgba(255, 255, 255, 1) 1px solid;
  }
  .sch_box_btn:hover > .sch_box_btn_i {
    background: rgba(255, 255, 255, 1);
  }

  /*================ GNV 끝 ================*/

  /*================ 슬라이더 ================*/

  .main_slider {
    width: 100%;
    position: relative;
  }
  .slider_box {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
  }
  .slider_ab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
  }
  .slider_rel {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slider_t {
    width: 100%;
    height: 100%;
    display: table;
  }
  .slider_c {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .slider_t01 {
    font-size: 5rem;
    font-weight: 100;
  }
  .slider_t02 {
    padding: 40px 0;
  }
  .slider_t03 {
    font-size: 1.5rem;
    line-height: 200%;
    font-weight: 100;
  }

  /*================ 슬라이더 끝 ================*/
}
/* 모바일용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (max-width: 639px) {
  html {
    min-width: 320px;
  }

  /*================ 공통사용 ================*/

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  .cl {
    clear: both;
  }
  .monly {
    display: block;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .gnv_wrap {
    width: 100%;
    min-width: 320px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #292929;
    position: relative;
  }
  .gnv_logo {
    width: 180px;
    height: 55px;
    background: url('/images/logo/twlogo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto;
  }
  .gnv_right {
  }
  .gnv_menu_wrap {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 55px;
    background: #333;
    z-index: 2500;
  }
  .gnv_menu_wrap.on {
    max-height: 500px;
  }
  .gnv_menu {
    max-height: 500px;
    padding: 0 20px;
    position: relative;
  }
  .gnv_menu_1d {
    width: 100%;
    max-height: 500px;
    line-height: 45px;
    cursor: pointer;
  }
  .gnv_menu_1d_name {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
  }
  .gnv_menu_1d_name:hover {
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d_name.on {
    float: left;
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d_name > div:nth-child(1) {
    float: left;
  }
  .gnv_menu_1d_tri {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    text-align: right;
    transition: color 0.3s;
    font-family: 'NGothic';
  }
  .gnv_menu_1d_name:hover > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d.on > .gnv_menu_1d_name > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 0.7);
    transform: rotate(180deg);
    display: inline-block;
    text-align: right;
  }
  .gnv_menu_2d_wrap {
    width: 100%;
    max-height: 0px;
    background: #292929;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1500;
  }
  .gnv_menu_2d_wrap.on {
    top: 55px;
    max-height: 500px;
    opacity: 1;
  }
  .gnv_menu_2d {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
  }
  .gnv_menu_2d:first-child {
    margin-top: 10px;
  }
  .gnv_menu_2d:last-child {
    margin-bottom: 10px;
  }
  .gnv_menu_2d:hover {
    color: rgba(255, 255, 255, 1);
    padding-left: 15px;
  }
  .sch_wrap {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 3500;
  }
  .sch_btn {
    width: 50px;
    height: 55px;
    float: right;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .sch_btn:hover {
  }
  .sch_btn_o {
    width: 20px;
    height: 20px;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    position: absolute;
    border-radius: 50%;
    left: 13px;
    top: 15px;
    transition: all 0.3s;
  }
  .sch_btn:hover > .sch_btn_o {
    border: rgba(255, 255, 255, 1) 1px solid;
  }
  .sch_btn_i {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 13px;
    bottom: 13px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_btn:hover > .sch_btn_i {
    background: rgba(255, 255, 255, 1);
  }
  .sch_btn.on > .sch_btn_o {
    width: 27px;
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    border-radius: 0%;
    left: 12px;
    top: 27px;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .sch_btn.on > .sch_btn_i {
    width: 27px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 11px;
    top: 27px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_box {
    width: 250px;
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55px;
    right: 0px;
    transition: all 0.3s;
    z-index: 2000;
  }
  .sch_wrap.on > .sch_box {
    width: 250px;
    height: 55px;
    border-top: #292929 1px solid;
    border-bottom: #292929 1px solid;
    border-left: #292929 1px solid;
  }
  .sch_box_ip_wrap {
    width: calc(100% - 50px);
    height: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    float: left;
  }
  .sch_box_ip_wrap > .pl_txt {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 55px;
  }
  .sch_box_ip_wrap > .pl_ip {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
  .sch_box_btn {
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    background: #292929;
    position: relative;
    float: right;
    cursor: pointer;
  }
  .sch_box_btn_o {
    width: 20px;
    height: 20px;
    border: rgba(255, 255, 255, 0.7) 1px solid;
    position: absolute;
    border-radius: 50%;
    left: 13px;
    top: 15px;
    transition: all 0.3s;
  }
  .sch_box_btn_i {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 13px;
    top: 33px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .sch_box_btn:hover > .sch_box_btn_o {
    border: rgba(255, 255, 255, 1) 1px solid;
  }
  .sch_box_btn:hover > .sch_box_btn_i {
    background: rgba(255, 255, 255, 1);
  }

  /* GNV 오픈 버튼 */

  .gnv_open_wrap {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 15px;
  }
  .gnv_open_rel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .gnv_open_bar:nth-child(1) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_bar:nth-child(2) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_bar:nth-child(3) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.8);
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(2) {
    left: -25px;
    background: rgba(255, 255, 255, 0.8);
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, 0.8);
  }
  .gnv_open_click {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3000;
  }

  /*================ GNV 끝 ================*/

  /*================ 슬라이더 ================*/

  .main_slider {
    width: 100%;
    position: relative;
    clear: both;
  }
  .slider_box {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
  }
  .slider_ab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
  }
  .slider_rel {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slider_t {
    width: 100%;
    height: 100%;
    display: table;
  }
  .slider_c {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .slider_t01 {
    font-size: 2.5rem;
    font-weight: 100;
  }
  .slider_t02 {
    padding: 30px 0;
  }
  .slider_t03 {
    font-size: 1.4rem;
    line-height: 200%;
    font-weight: 100;
  }

  /*================ 슬라이더 끝 ================*/
}
