@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    z-index: 12;
  }

  .sub_contents_head .head_box {
    margin: 0 60px;
    position: relative;
    text-align: right;
    padding: 130px 0 0px;
  }

  /* ¼­ºê¸Þ´º */
  .sub_contents_head .head_box .submenu {
    z-index: 10;
    font-size: 0px;
  }

  .submenu>div>[class^="menu"] {
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
    z-index: 9;
    width: 270px;
  }

  .submenu>div>[class^="menu"]:before {
    content: "";
    position: absolute;
    border-top: 3px solid #232323;
    border-left: 3px solid #232323;
    top: 50%;
    width: 10px;
    height: 10px;
    right: 10px;
    -webkit-transform: translate(-115%, -50%) rotate(225deg);
    transform: translate(-115%, -50%) rotate(225deg);
    transition: all 0.3s;
  }

  .submenu>div>[class^="menu"]:first-child {
    border-radius: 50px 0 0 50px;
    border-right: 0px;
  }

  .submenu>div>[class^="menu"]:last-child {
    border-radius: 0px 50px 50px 0;
    border-left: 0px;
  }

  .submenu>div>[class^="menu"]:nth-of-type(2) {}

  .submenu>div>[class^="menu"]:hover {
    border-radius: 0px
  }

  .submenu>div>[class^="menu"] p {
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    padding: 0px 40px 0 40px;
    height: 70px;
    line-height: 70px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .submenu>div>[class^="menu"].on p {
    background-color: #112e4f;
    color: #e9e3d4;
  }

  .submenu>div>[class^="menu"].on:before {
    content: "";
    position: absolute;
    border-top: 3px solid #e9e3d4;
    border-left: 3px solid #e9e3d4;
    top: 50%;
    width: 10px;
    height: 10px;
    right: 10px;
    -webkit-transform: translate(-115%, -50%) rotate(45deg);
    transform: translate(-115%, -50%) rotate(45deg);
    transition: all 0.3s;
    z-index: 1;
  }

  .submenu>div>[class^="menu"].on:first-child {
    border-radius: 0px;
  }

  .submenu>div>[class^="menu"].on:last-child {
    border-radius: 0px;
    border-left: 0px;
  }

  .submenu>div>[class^="menu"].on:nth-of-type(2) {
    border-radius: 0px;
    border-left: 1px solid #232323;
  }

  .submenu>div>[class^="menu"] ul {
    position: absolute;
    width: 100%;
    background: #e9e3d4;
    display: none;
    height: 250px;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 1px solid #232323;
  }

  .submenu>div>[class^="menu"] ul li a {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    background: #112e4f;
    color: #e9e3d4;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    z-index: 11;
    position: relative;
    margin: 0 60px;
    margin-top: -60px;
  }

  .sub_contents_box .haed_txt {
    text-align: left;
    margin-bottom: 80px;
    padding-right: 800px;
  }

  .sub_contents_box .haed_txt p:nth-child(1) {
    font-family: 'GowoonDodum';
    letter-spacing: -2px;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
    word-break: keep-all;
  }

  .sub_contents_box .haed_txt p:nth-child(2) {
    font-size: 22px;
    line-height: 34px;
    word-break: keep-all;
  }

  /* °øÅë */
  .sub_contents_box .page {}

  .sub_contents_box .common {
    padding-bottom: 250px;
  }

  .common .contents {}

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 1px solid #242424;
    margin-bottom: 150px;
    margin-top: 150px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #242424;
    margin: 0 auto;
    padding: 15px;
  }

  .common .s_menu:before {
    content: '"¾Ë¸Â´Â ¸Þ´º¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä"';
    display: block;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -80px;
    width: 100%;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    box-sizing: border-box;
    margin: 10px 40px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    background: #112e4f;
    color: #fff;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #232323;
  }

  /*
  .common .s_menu li>a:before {
    display: inline-block;
    content: '*';
    margin-right: 10px;
  }
  */
  .common .s_menu li:hover a {
    background: #112e4f;
    color: #fff;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  .common .s_menu_wrap_s {
    margin-top: -100px;
  }

  .common .s_menu_s {
    margin-bottom: 100px;
  }

  .common .s_menu_s li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid #232323;
    padding: 10px 25px;
  }

  .common .s_menu_s li:nth-child(1) {
    margin-left: 0px;
  }

  .common .s_menu_s li.on {}

  .common .s_menu_s li.on a {
    color: #112e4f;
  }

  .common .s_menu_s li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu_s li:hover a {
    color: #112e4f;
  }

  .common .s_page_s>li {
    display: none;
  }

  .common .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  /* content_struc */
  .common .section {
    position: relative;
    margin-bottom: 150px;
    padding: 0 60px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 32px;
    float: right;
    width: 70%;
  }

  .common .section .title {
    font-size: 40px;
    line-height: 54px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    float: left;
    width: 30%;
    padding-right: 50px;
    font-family: 'GowoonDodum';
    letter-spacing: -2px;
    font-weight: 500;
    word-break: keep-all;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 80px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 60px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 40px;
  }

  .common .cont03:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
    border: 1px solid #232323;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .common .tb01_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb01 table {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #232323;
    border-left: 1px solid #232323;
    overflow: hidden;
  }

  .common .tb01 table thead th {
    font-weight: 700;
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    line-height: normal;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    word-break: keep-all;
    background: #e9e3d4;
  }

  .common .tb01 table tbody th {
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 15px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
    border: 1px solid #232323;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .common .tb02_innner {
    width: 100%;
  }

  .common .tb02 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    overflow: hidden;
    text-align: center;
    border-left: 1px solid #232323;
    border-top: 1px solid #232323;
  }

  .common .tb02 table thead th {
    font-weight: 700;
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb02 table tbody th {
    font-weight: 700;
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 40px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 10px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 20px;
    color: #112e4f !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-size: 32px;
    line-height: 40px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 1px solid #232323;
    padding: 0 15px 15px 0px;
    margin-bottom: 25px;
  }

  .common h2 {
    font-size: 26px;
    line-height: 32px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0px;
    position: relative;
    color: #112e4f;
  }

  .common h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
  }

  .common .p01 {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #232323;
    padding: 30px;
    word-break: keep-all;
    border-radius: 10px;
  }

  .common .b01 {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ® */
  .common li {
    text-align: left;
  }

  .common .list01 {
    text-align: left;
    padding: 15px 0;
    font-size: 0px;
  }

  .common .list01 li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    margin-right: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #232323;
    border-radius: 10px;
    display: inline-block;
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
    vertical-align: top;
  }

  .common .list01 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 24px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #112e4f;
  }

  .common .list02 {
    text-align: left;
    padding-top: 25px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 85px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    min-height: 64px;
  }

  .common .list02 li.inline {
    display: inline-block;
    width: auto;
    margin: 0 40px 40px 0;
  }

  .common .list02 li.one {
    width: 100%;
    margin-right: 0;
  }

  .common .list02 li.third {
    margin-right: 10px;
    width: calc((100% - 20px)/3);
  }

  .common .list02 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list02 li span {
    font-size: 24px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 70px;
    border: 1px solid #232323;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    top: -25px;
  }

  .common .list02_circle {
    font-size: 0;
  }

  .common .list02_circle li i {
    padding: 5px;
    display: inline-block;
    margin: 0 5px 10px 5px;
    background: #e9e3d4;
    border-radius: 5px;
  }

  .common .list02_circle li.short {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 30px 0 30px;
    margin-bottom: 30px;
    border: 1px solid #232323;
    word-break: keep-all;
    display: inline-block;
    margin-right: calc((100% - (220px)*4)/8);
    margin-left: calc((100% - (220px)*4)/8);
    margin-bottom: calc((100% - (220px)*4)/8);
    width: 220px;
    height: 220px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.short span {
    font-size: 34px;
    color: #112e4f;
    display: block;
    margin-bottom: 30px;
  }

  .common .list02_circle li.many {
    font-size: 18px;
    line-height: 26px;
    padding: 90px 30px 0 30px;
    margin-bottom: 30px;
    border: 1px solid #232323;
    word-break: keep-all;
    display: inline-block;
    margin-right: calc((100% - (450px)*2)/4);
    margin-left: calc((100% - (450px)*2)/4);
    margin-bottom: calc((100% - (450px)*2)/4);
    width: 450px;
    height: 450px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.many span {
    font-size: 34px;
    color: #112e4f;
    display: block;
    margin-bottom: 30px;
  }

  .common .list03 {
    text-align: left;
    font-size: 0px;
  }

  .common .list03 li {
    position: relative;
    word-break: keep-all;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px 20px 20px 70px;
    width: calc((100% - 40px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #232323;
    border-radius: 10px;
  }

  .common .list03 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list03 li.third {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }

  .common .list03 li.third :nth-child(2n) {
    margin-right: 20px;
  }

  .common .list03 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list03 li p {
    font-size: 18px;
    line-height: 26px;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box {
    font-size: 0;
  }

  .common .list03_box li {
    font-size: 18px;
    padding: 100px 20px 20px 20px;
    word-break: keep-all;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 5%;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    word-break: keep-all;
    border: 1px solid #232323;
    border-radius: 10px;
  }

  .common .list03_box li:before {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(/img/list03_box.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box li:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list03_box li p {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
  }

  .common .list03_box li span {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
    background: #e9e3d4;
    display: block;
    margin-bottom: 10px;
  }

  .common .list03_box li.half {
    width: 47.5%;
    margin-right: 5%;
  }

  .common .list03_box li.half:nth-child(3n) {
    margin-right: 5%;
  }

  .common .list03_box li.half:nth-child(2n) {
    margin-right: 0%;
  }

  .common .list04 {
    text-align: left;
    font-size: 0;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    padding: 30px 30px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    border: 1px solid #232323;
    border-radius: 10px;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 20px;
    line-height: 30px;
    padding-left: 55px;
    position: relative;
  }

  .common .list04 li p:nth-of-type(1) span {
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 30px;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
    background: #e9e3d4;
  }

  .common .list04 li.half {
    width: calc((100% - 25px)/2);
    margin-right: 25px;
  }

  .common .list04 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li.third {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list05 {
    font-size: 0;
  }

  .common .list05 li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 320px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li .img {
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    text-align: center;
    background: #e9e3d4;
  }

  .common .list05 li p:nth-of-type(1) {
    font-size: 22px;
    line-height: 36px;
    padding: 25px 0;
    word-break: keep-all;
    padding-left: 50px;
  }

  .common .list05 li p:nth-of-type(1) span {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .common .list05 li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    padding: 0px;
  }

  .common .list05 li:nth-child(4) {
    margin-right: 0;
  }

  .common .list05 li.half {
    margin-right: 10%;
    width: 45%;
  }

  .common .list05 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 li.third {
    margin-right: 2%;
    width: 32%;
  }

  .common .list05 li.third .img {
    height: auto;
  }

  .common .list05 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list06 {
    text-align: left;
    padding-top: 25px;
    font-size: 0;
  }

  .common .list06 li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;
    word-break: keep-all;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }

  .common .list06 li span {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    height: 70px;
    background: #112e4f;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    color: #e9e3d4;
  }

  .common .list06 li p:nth-of-type(1) {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    background: #e9e3d4;
    padding: 15px;
    border-radius: 10px;
  }

  .common .list06 li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
  }

  .common .list06 li.half {
    display: inline-block;
    margin-right: 10%;
    width: 45%;
  }

  .common .list06 li.half:nth-child(2n) {
    margin-right: 0;
  }

  /* surgery_list */
  .common .surgery_list {
    border-radius: 20px;
    padding: 50px 20px;
    font-size: 0px;
  }

  .common .surgery_list li {
    border-radius: 20px;
    width: 16.66%;
    display: inline-block;
    transition: 0.3s;
    vertical-align: top;
	box-sizing:border-box;
	padding:0 10px;
	
  }

  .common .surgery_list li:hover {
    transform: scale(1.1);
  }

  .common .surgery_list li .img {
    text-align: center;
    margin-bottom: 30px;
  }

  .common .surgery_list li p:nth-of-type(1) {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .common .surgery_list li p:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #112e4f;
	word-break:keep-all;
  }

  .common .surgery_list li.quater {
    width: 25%;
  }

  .common .surgery_list li.fiveth {
    width: 20%;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
    color: #e9e3d4;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
  }

  .common .link01:hover span img {
    left: 10px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #112e4f;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 24px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    top: 8px;
    transition: 0.1s;
    margin-left: 10px;
  }

  .common .link02:hover {
    color: #112e4f;
  }

  .common .link02:hover img {
    left: 10px;
  }

  .common .button {
    font-size: 26px;
    border: 1px solid #232323;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
    background: #e9e3d4;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #112e4f 40%);
    background-size: 100% 100%;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common .arrow {
    font-size: 18px;
    line-height: 16px;
    border: 1px solid #232323;
    border-radius: 20px;
    padding: 5px 15px;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #112e4f;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common .arrow span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e9e3d4;
    border-left: 2px solid #e9e3d4;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common .arrow:hover {
    background: #112e4f;
    color: #e9e3d4;
  }

  .common .arrow:hover span {
    background: #e9e3d4;
    margin-left: 10px;
  }

  .common .arrow:hover span:before {
    border-top: 2px solid #112e4f;
    border-left: 2px solid #112e4f;
  }

  /* radio Ã¼Å© ¹Ú½º ¶óº§ */
  .common [type="radio"], span {
    vertical-align: middle;
  }

  .common [type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: border 0.1s ease-in-out;
  }

  .common [type="radio"]:checked {
    border: 0.4em solid tomato;
  }

  .common [type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted tomato;
  }

  .common [type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
  }

  .common [type="radio"]:hover+span {
    cursor: pointer;
  }

  .common [type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
  }

  .common [type="radio"]:disabled+span {
    opacity: 0.7;
    cursor: not-allowed;
  }

  /* Ã¼Å©¹Ú½º ¶óº§ */
  .common .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }

  .common .label-cbx input:checked+.checkbox {
    border-color: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg path {
    fill: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
  }

  .common .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
  }

  .common .label-cbx .checkbox {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
  }

  .common .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 34px;
    height: 34px;
  }

  .common .label-cbx .checkbox svg path {
    fill: none;
    stroke: #20C2E0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
  }

  .common .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #e9e3d4;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
  }

  .common .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .common .pic {
    text-align: center;
  }

  .common .pic_scroll {
    position: relative;
  }

  .common .pic_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #112e4f;
    text-align: left;
  }

  .common .pic_scroll .img {
    height: 450px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view {
    font-size: 0px;
    text-align: left;
  }

  .common .clinic_view li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    margin-bottom: 50px;
    width: calc((100% - 90px)/3);
    position: relative;
    text-align: left;
  }

  .common .clinic_view li .txt {
    padding: 15px 15px 0 25px;
    font-size: 20px;
    word-break: keep-all;
  }

  .common .clinic_view li a {
    display: block;
    height: 270px;
    line-height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
  }

  .common .clinic_view li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #112e4f;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a:after {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    content: "";
    width: 64px;
    height: 64px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    transition: 0.3s;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view2 {
    font-size: 0px;
    text-align: left;
  }

  .common .clinic_view2 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    margin-bottom: 50px;
    width: calc((100% - 90px)/3);
    position: relative;
    text-align: left;
  }

  .common .clinic_view2 li .txt {
    padding: 15px 15px 0 25px;
    font-size: 20px;
    word-break: keep-all;
  }

  .common .clinic_view2 li a {
    display: block;
    height: 270px;
    line-height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
  }

  .common .clinic_view2 li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #112e4f;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view2 li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:after {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    content: "";
    width: 64px;
    height: 64px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view2 li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    transition: 0.3s;
  }

  .common .pl {
    border-radius: 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    border-radius: 40px;
    height: 450px;
    background: #232323;
  }

  .common .pl .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/img/m31_pl.jpg) no-repeat center;
    height: 130%;
    /* ³ôÀÌ¸¦ ³ô°Ô ¼³Á¤ÇÏ¿© ½ºÅ©·Ñ È¿°ú ±Ø´ëÈ­ */
    background-size: cover !important;
    transition: transform 0.1s ease-out;
  }

  .common .head_img {
    position: relative;
    height: 600px;
    left: 0px;
    border-radius: 30px;
    background: #adadad;
    margin-bottom: 100px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-attachment: fixed;
    position: relative;
  }

  .common .faq_list li {
    margin-bottom: 50px;
  }

  .common .faq_list .q {
    font-size: 30px;
    line-height: 45px;
    position: relative;
    padding: 5px 100px 5px 70px;
    cursor: pointer;
    margin-bottom: 15px;
  }

  .common .faq_list .q span {
    font-size: 60px;
    line-height: 50px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }

  .common .faq_list .q:hover span {
    color: #fed63e;
  }

  .common .faq_list .q i {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #fed63e;
    padding: 10px;
  }

  .common .faq_list .a {
    background: #e9e3d4;
  }

  .common .faq_list .a p {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 100px 30px 83px;
    position: relative;
  }

  .common .faq_list .a span {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 50px;
  }

  .common .head_img>div {}

  .common .head_img:before {
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    content: "";
    display: block;
    bottom: 10px;
    left: 0px;
  }

  .common .head_img:after {
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    content: "";
    display: block;
    bottom: 30px;
    left: 0px;
  }

  /*ÀÌ¹ÌÁö ¹× ºñµð¿À ¼½¼Ç*/
  .common .video video:nth-child(2n-1) {
    float: left;
    width: 48%;
    border-radius: 10px;
	margin-bottom:4%;
  }

  .common .video video:nth-child(2n) {
    float: right;
    width: 48%;
    border-radius: 10px;
	margin-bottom:4%;
  }

  .common .pic img:nth-child(2n-1) {
    float: left;
    width: 48%;
    border-radius: 10px;
	margin-bottom:4%;
  }

  .common .pic img:nth-child(2n) {
    float: right;
    width: 48%;
    border-radius: 10px;
	margin-bottom:4%;
  }



  /*introduce*/
  .introduce .special {
    position: relative;
    padding-bottom: 0px;
  }

  .introduce .special .txt {
    font-family: 'MapoGeumbitnaru';
    letter-spacing: -2px;
    font-size: 18px;
    line-height: 32px;
    padding: 30px 50px 30px 800px;
    position: relative;
    z-index: 1;
  }

  .introduce .special .img {
    position: absolute;
    bottom: 100px;
    left: 50px;
  }

  .introduce .special .img>span {
    border-radius: 50%;
    overflow: hidden;
    width: 650px;
    height: 650px;
    display: inline-block;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .doc .top {
    width: 1440px;
    margin: 0 auto;
    position: relative;
  }

  .doc .top .img {
    float: right;
    border-radius: 30px;
    overflow: hidden;
  }

  .doc .top .txt {
    width: calc(100% - 502px);
    float: right;
  }

  .doc .top .txt .info01 {
    float: left;
    width: 50%;
  }

  .doc .top .txt .info01 p:nth-child(1) {
    color: #295383;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .doc .top .txt .info01 p:nth-child(2) {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  .doc .top .txt .info01 p:nth-child(2) span {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
    top: -3px;
    position: relative;
  }

  .doc .top .txt .info01 p:nth-child(3) {
    font-size: 22px;
    line-height: 38px;
    padding: 20px;
  }

  .doc .top .txt .info02 {
    float: left;
    width: 50%;
  }

  .doc .top .txt .info02 p:nth-child(1) {
    color: #295383;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .doc .top .txt .info02 ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
  }

  .doc .top .txt .table {
    float: left;
    margin-top: 50px;
    width: 50%;
  }

  .doc .top .txt .table p:nth-child(1) {
    color: #295383;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  /*Àåºñ¼Ò°³*/
  .device {
    padding-top: 50px;
  }

  .device>li {
    margin-bottom: 150px;
  }

  .device>li:last-child {
    margin-bottom: 0px;
  }

  .device .img {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    width: 600px;
    background: #e9e3d4;
    float: left;
    text-align: center;
  }

  .device .img img {
    max-height: 600px;
  }

  .device>li:nth-child(2n-1) .txt {
    box-sizing: border-box;
    padding: 10% 50px 50px 150px;
    float: left;
    width: calc(100% - 600px);
    box-sizing: border-box;
  }

  .device>li:nth-child(2n) .txt {
    box-sizing: border-box;
    padding: 10% 150px 50px 50px;
    float: left;
    width: calc(100% - 600px);
    box-sizing: border-box;
  }

  .device .txt p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #295383;
  }

  .device .txt p:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .device .txt p:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    word-break: keep-all;
  }

  .device .txt ul {
    background: #e9e3d4;
    padding: 20px 0 0 20px;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
  }

  .device .txt li {
    border: 1px solid #295383;
    padding: 10px 15px;
    display: inline-block;
    font-size: 20px;
    margin: 0 20px 20px 0;
    font-weight: 700;
  }

  .device li:nth-child(2n-1) .img {
    float: left;
  }

  .device li:nth-child(2n-1) .txt {
    float: right;
  }

  .device li:nth-child(2n) .img {
    float: right;
  }

  .device li:nth-child(2n) .txt {
    float: left;
  }

  /* µÑ·¯º¸±â */
  .hospital_view .view li:nth-child(3n) {
    margin-right: 0px;
  }

  .hospital_view .view li {
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
    width: calc((100% - 80px)/3);
    position: relative;
  }

  .hospital_view .view li .txt {
    padding: 15px 15px 0 25px;
    font-size: 20px;
  }

  .hospital_view .view li .modal_a {
    display: block;
    height: 270px;
    line-height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
  }

  .hospital_view .view li .modal_a span {
    position: relative;
    font-size: 50px;
    z-index: 3;
    color: #e9e3d4;
  }

  .hospital_view .view li .modal_a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

  .hospital_view .view li:nth-child(1) .modal_a .img {
    background: url('/img/g_img/·Îºñ ¹× ´ë±â½Ç/img-(1).jpg') no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(2) .modal_a .img {
    background: url("/img/g_img/Áø·á½Ç ¹× ÃÊÀ½ÆÄ½Ç/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(3) .modal_a .img {
    background: url("/img/g_img/ÁÖ»ç½Ç ¹× ¼ö¾×½Ç/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(4) .modal_a .img {
    background: url("/img/g_img/ÃâÀÔ±¸/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li .modal_a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 2;
  }

  .hospital_view .view li .modal_a:hover span {
    color: #000;
    transition: 0.3s;
  }

  .hospital_view .view li .modal_a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .hospital_view .view li .modal_a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  #gallery {
    width: 100%;
  }

  /* ¿À½Ã´Â±æ */
  .address .map_wrapper {
    height: 550px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;
    border-radius: 30px;
    overflow: hidden;
  }

  .address .top {
    background: #e9e3d4;
    padding: 50px 50px;
    margin-top: 50px;
    font-size: 0px;
    border-radius: 20px;
  }

  .address .top p:nth-child(1) {
    display: inline-block;
    width: 25%;
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
  }

  .address .top p:nth-child(2) {
    display: inline-block;
    width: 40%;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
  }

  .address .top .link_box {
    display: inline-block;
    width: 35%;
    font-size: 0px;
    vertical-align: middle;
  }

  .address .top .link_box a {
    border: 1px solid #232323;
    background: #e9e3d4;
    display: inline-block;
    width: 45%;
    margin-right: 10%;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
  }

  .address .top .link_box a img {
    vertical-align: middle;
    padding-right: 10px;
  }

  .address .top .link_box a:nth-child(1):hover {
    background: #ffedbd;
  }

  .address .top .link_box a:nth-child(2):hover {
    background: #d4ffe1;
  }

  .address .top .link_box a:nth-child(2) {
    margin-right: 0%;
  }

  .address .bottom {
    margin-top: 50px;
  }

  .address .bottom .left {
    float: left;
    width: 60%;
    padding-right: 100px;
    box-sizing: border-box;
  }

  .address .bottom .right {
    float: right;
    width: 40%;
    box-sizing: border-box;
  }

  .address .bottom .left .bt>li {
    transition: all 0.3s;
    display: inline-block;
    margin-right: 30px;
    padding: 0 20px;
    opacity: 0.4;
  }

  .address .bottom .left .bt>li a {
    font-weight: 700;
    font-size: 28px;
  }

  .address .bottom .left .bt>li a img {
    margin-right: 10px;
  }

  .address .bottom .left .bt>li.on {
    opacity: 1;
  }

  .address .bottom .left .bt>li:hover {
    opacity: 1;
  }

  .address .bottom .left .pg {
    border-top: 1px solid #232323;
    margin-top: 20px;
    padding-top: 20px;
  }

  .address .bottom .left .pg>li {
    padding: 20px;
    display: none;
  }

  .address .bottom .left .pg>li.on {
    display: block;
    ;
  }

  .address .bottom .left .bus p {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .address .bottom .left .bus ul {
    margin-bottom: 50px;
  }

  .address .bottom .left .bus ul li {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
  }

  .address .bottom .left .bus ul li span {
    padding: 5px 0px;
    position: absolute;
    left: 0px;
    width: 40px;
    color: #e9e3d4;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }

  .address .bottom .left .bus ul li span.s1 {
    background: #2a52c5;
  }

  .address .bottom .left .bus ul li span.s2 {
    background: RED;
  }

  .address .bottom .left .bus ul li span.s3 {
    background: #16c16a;
  }

  .address .bottom .left .metro>div {
    margin-bottom: 60px;
  }

  .address .bottom .left .metro p:nth-child(1) {
    font-size: 24px;
    position: relative;
    padding-left: 90px;
    font-weight: 700;
    width: 25%;
    float: left;
    box-sizing: border-box;
  }

  .address .bottom .left .metro p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    width: 75%;
    float: left;
    word-break: keep-all;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .address .bottom .left .metro p:nth-child(1) span {
    padding: 5px 8px;
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }

  .address .bottom .left .metro p:nth-child(1) span.s1 {
    background: #263c96;
  }

  .address .bottom .left .metro p:nth-child(1) span.s2 {
    background: #ffb600;
    top: 40px;
  }

  .address .bottom .left .metro p:nth-child(1) span.s3 {
    background: #5ed737;
  }

  .address .bottom .right .parking {
    padding: 30px;
    border: 1px solid #232323;
    border-top: 5px solid #fed63e;
  }

  .address .bottom .right .parking p:nth-child(1) {
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .address .bottom .right .parking p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .polysomnography .head_img {
    background-position: center 30% !important;
  }

  /* »çÀÌÆ®¸Ê */
  .sitemap .list {
    padding: 0 30px;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  .sitemap .list>li {
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 70px;
    display: inline-block;
    width: calc((100% - 140px)/3);
    box-sizing: border-box;
    border: 1px solid #232323;
    border-radius: 20px;
    padding: 25px;
  }

  .sitemap .list>li:nth-child(3n) {
    margin-right: 0px;
  }

  .sitemap .list>li>ul>li {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sitemap .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .sitemap .list>li p {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #112e4f;
  }

  .m35 .list_s li {
    float: left;
    width: 48%;
  }

  .m35 .list_s li:nth-child(1) {
    margin-right: 4%;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
    background: #fff;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0px;
    color: #e9e3d4;
    background-size: 8px;
    background-color: #112e4f;
  }

  .login .login_page {
    padding: 80px 20px 130px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 22px;
    margin: 0 10px;
  }

  .login .img {
    margin-bottom: 40px;
  }

  .login .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #232323;
    background: #e9e3d4;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid#112e4f;
    color: #e9e3d4;
    background: #112e4f;
  }

  .login .p1 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (max-width:1199px) {
  #sub_contents {
    width: 100%;
    position: relative;
    padding-top: 0px;
    z-index: 0;
  }

  #sub_contents .bg02 {
    position: absolute;
    z-index: 0;
    left: -15%;
    top: -50px;
    width: 130%;
    opacity: 0.8;
  }

  #sub_contents .bg02 .mb {
    display: none;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    z-index: 12;
  }

  .sub_contents_head .head_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 170px 0 50px;
  }

  /* ¼­ºê¸Þ´º */
  .sub_contents_head .head_box .submenu {
    z-index: 10;
    font-size: 0px;
  }

  .submenu>div>[class^="menu"] {
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #232323;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
    z-index: 9;
    width: 50%;
    box-sizing: border-box;
  }

  .submenu>div>[class^="menu"]:before {
    content: "";
    position: absolute;
    border-top: 3px solid #232323;
    border-left: 3px solid #232323;
    top: 50%;
    width: 8px;
    height: 8px;
    right: 10px;
    -webkit-transform: translate(-115%, -50%) rotate(225deg);
    transform: translate(-115%, -50%) rotate(225deg);
    transition: all 0.3s;
  }

  .submenu>div>[class^="menu"]:first-child {
    border-right: 0px;
    z-index: 2;
    border-radius: 15px 0 0 15px;
  }

  .submenu>div>[class^="menu"]:last-child {
    border-left: 0px;
  }

  .submenu>div>[class^="menu"]:nth-of-type(2) {
    border-left: 1px solid #232323;
    z-index: 2;
    border-radius: 0px 15px 15px 0px;
  }

  .submenu>div>[class^="menu"]:nth-of-type(3) {
    width: 100%;
    border-left: 1px solid #232323;
    border-top: 0px;
    z-index: 1;
  }

  .submenu>div>[class^="menu"]:hover {
    border-radius: 0px
  }

  .submenu>div>[class^="menu"] p {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 30px 0 30px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .submenu>div>[class^="menu"].on p {
    background-color: #112e4f;
    color: #e9e3d4;
  }

  .submenu>div>[class^="menu"].on:before {
    content: "";
    position: absolute;
    border-top: 3px solid #e9e3d4;
    border-left: 3px solid #e9e3d4;
    top: 50%;
    width: 10px;
    height: 10px;
    right: 10px;
    -webkit-transform: translate(-115%, -50%) rotate(45deg);
    transform: translate(-115%, -50%) rotate(45deg);
    transition: all 0.3s;
    z-index: 1;
  }

  .submenu>div>[class^="menu"].on:first-child {
    border-radius: 0px;
  }

  .submenu>div>[class^="menu"].on:last-child {
    border-radius: 0px;
    border-left: 0px;
  }

  .submenu>div>[class^="menu"].on:nth-of-type(2) {
    border-radius: 0px;
    border-left: 1px solid #232323;
  }

  .submenu>div>[class^="menu"].on:nth-of-type(3) {
    border-left: 1px solid #232323;
  }

  .submenu>div>[class^="menu"] ul {
    position: absolute;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    background: #e9e3d4;
    display: none;
    height: 230px;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 1px solid #232323;
    z-index: 1;
  }

  .submenu>div>[class^="menu"] ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 13px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    background: #112e4f;
    color: #e9e3d4;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    z-index: 11;
    position: relative;
    width: 90%;
    margin: auto;
  }

  .sub_contents_box .haed_txt {
    text-align: center;
    margin-bottom: 50px;
  }

  .sub_contents_box .haed_txt p:nth-child(1) {
    font-family: 'GowoonDodum';
    letter-spacing: -2px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .sub_contents_box .haed_txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  /* °øÅë */
  .sub_contents_box .page {}

  .sub_contents_box .common {
    padding-bottom: 150px;
  }

  .common .contents {}

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 1px solid #242424;
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #242424;
    padding: 10px;
  }

  .common .s_menu:before {
    content: '"¾Ë¸Â´Â ¸Þ´º¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä"';
    display: block;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: -50px;
    width: 100%;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    margin: 5px 10px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    background: #112e4f;
    color: #fff;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: block;
    color: #2d2d2d;
    vertical-align: top;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #232323;
  }

  /*
  .common .s_menu li>a:before {
    display: inline-block;
    content: '#';
    margin-right: 10px;
  }

  */
  .common .s_menu li:hover a {
    background: #112e4f;
    color: #fff;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  .common .s_menu_wrap_s {
    margin-top: -20px;
    text-align: center;
  }

  .common .s_menu_s {
    margin-bottom: 30px;
  }

  .common .s_menu_s li:nth-child(1) {
    margin-left: 0px;
  }

  .common .s_menu_s li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid #232323;
    padding: 10px 25px;
  }

  .common .s_menu_s li.on {}

  .common .s_menu_s li.on a {
    color: #112e4f;
  }

  .common .s_menu_s li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu_s li:hover a {
    color: #112e4f;
  }

  .common .s_page_s>li {
    display: none;
    text-align: left;
  }

  .common .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  /* content_struc */
  .common .section {
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
  }

  .common .section .title {
    font-family: 'GowoonDodum';
    letter-spacing: -2px;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    word-break: keep-all;
    border-bottom: 1px solid #242424;
    padding-bottom: 20px;
  }

  .common .section .title br {
    display: none;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 50px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 30px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 20px;
  }

  .common .cont03:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
    position: relative;
    border: 1px solid #232323;
    padding: 10px;
    border-radius: 10px;
    padding-top: 30px;
  }

  .common .tb01::after {
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    content: "";
  }

  .common .tb01::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: blue;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
  }

  .common .tb01_innner {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    right: 0px;
    box-sizing: border-box;
  }

  .common .tb01 table {
    width: 130%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #232323;
  }

  .common .tb01 table thead th {
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    line-height: normal;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    ;
    box-sizing: border-box;
    border: 1px solid #232323;
  }

  .common .tb02_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb02 table {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #232323;
    border-left: 1px solid #232323;
  }

  .common .tb02 table thead th {
    font-weight: 700;
    padding: 10px;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb02 table tbody th {
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    background: #e9e3d4;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #232323;
    border-right: 1px solid #232323;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 25px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 3px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 16px;
    line-height: 24px;
    color: #112e4f !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .common h2 {
    font-size: 20px;
    line-height: 30px;
    color: #112e4f;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
  }

  .common h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
  }

  .common .p01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #232323;
    padding: 15px;
    word-break: keep-all;
    border-radius: 10px;
  }

  .common .b01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ® */
  .common .list01 {
    text-align: left;
    padding: 15px 0;
  }

  .common .list01 li {
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #232323;
    border-radius: 10px;
    vertical-align: top;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 4px;
    background: #112e4f;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    text-align: left;
    font-size: 0;
    padding-top: 13px;
  }

  .common .list02 li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 55px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    position: relative;
  }

  .common .list02 li.inline {
    display: inline-block;
    margin: 0 20px 20px 0;
  }

  .common .list02 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 li span {
    font-size: 18px;
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 45px;
    border: 1px solid #232323;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    top: -13px;
  }

  .common .list02_circle {
    font-size: 0;
  }

  .common .list02_circle li i {
    padding: 3px 5px;
    display: inline-block;
    margin: 0 3px 6px 3px;
    background: #e9e3d4;
    border-radius: 5px;
  }

  .common .list02_circle li.short {
    font-size: 16px;
    line-height: 24px;
    padding: 10% 10% 0 10%;
    margin-bottom: 30px;
    border: 1px solid #232323;
    word-break: keep-all;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 2%;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.short:nth-child(2n) {
    margin-right: 0%;
  }

  .common .list02_circle li.short span {
    font-size: 34px;
    color: #112e4f;
    display: block;
    margin-bottom: 20px;
  }

  .common .list02_circle li.many {
    font-size: 16px;
    line-height: 24px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #232323;
    word-break: keep-all;
    margin-bottom: 20px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.many span {
    font-size: 24px;
    color: #112e4f;
    display: block;
    margin-bottom: 10px;
  }

  .common .list03 {
    text-align: left;
    font-size: 0px;
  }

  .common .list03 li {
    position: relative;
    word-break: keep-all;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 15px 15px 15px 55px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #232323;
    box-sizing: border-box;
  }

  .common .list03 li.third {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: calc((100% - 20px)/2);
  }

  .common .list03 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list03 li p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .list03 li:before {
    position: absolute;
    left: 15px;
    top: 15px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box {
    font-size: 0;
    text-align: left;
  }

  .common .list03_box li {
    font-size: 16px;
    line-height: 24px;
    padding: 56px 15px 15px 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: calc((100% - 20px) / 2);
    word-break: keep-all;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    word-break: keep-all;
    border: 1px solid #232323;
    border-radius: 10px;
    display: inline-block;
  }

  .common .list03_box li:before {
    position: absolute;
    left: 50%;
    margin-left: -17.5px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/img/list03_box.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list03_box li.half {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .common .list03_box li.half:nth-child(2n) {
    margin
  }

  .common .list03_box li:last-child {
    margin-bottom: 0%;
  }

  .common .list03_box li p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .list03_box li span {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    background: #e9e3d4;
    display: block;
    margin-bottom: 5px;
  }

  .common .list04 {
    font-size: 0;
    text-align: left;
  }

  .common .list04 li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    word-break: keep-all;
    box-sizing: border-box;
    text-align: left;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #232323;
  }

  .common .list04 li.third {
    width: calc((100% - 40px)/2);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .common .list04 li.third:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 35px;
  }

  .common .list04 li p:nth-of-type(1) span {
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 24px;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    background: #e9e3d4;
  }

  .common .list04 li:last-child {
    margin-bottom: 0;
  }

  .common .list05 {
    text-align: left;
    font-size: 0;
  }

  .common .list05 li {
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-right: 4%;
    width: 48%;
    display: inline-block;
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 li:last-child {
    margin-bottom: 0px;
  }

  .common .list05 li .img {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: #e9e3d4;
  }

  .common .list05 li .img img {
    width: 100%;
  }

  .common .list05 li p:nth-of-type(1) {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
    word-break: keep-all;
    position: relative;
    padding-left: 30px;
  }

  .common .list05 li p:nth-of-type(1) span {
    position: absolute;
    left: 0px;
    top: 20px;
    line-height: 18px;
    font-size: 18px;
  }

  .common .list05 li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    padding: 0 10px;
  }

  .common .list05 li:last-child {
    margin-right: 0;
  }

  .common .list06 {
    text-align: left;
    padding-top: 25px;
    font-size: 0;
  }

  .common .list06 li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    word-break: keep-all;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }

  .common .list06 li span {
    margin-bottom: 15px;
    color: #e9e3d4;
    background: #112e4f;
    font-size: 18px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    top: -13px;
  }

  .common .list06 li p:nth-of-type(1) {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    background: #e9e3d4;
    padding: 10px;
    border-radius: 10px;
  }

  .common .list06 li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .list06 li.half {
    display: inline-block;
    margin-right: 4%;
    width: 48%;
  }

  .common .list06 li.half:nth-child(2n) {
    margin-right: 0;
  }

  /* surgery_list */
  .common .surgery_list {
    border-radius: 10px;
    padding: 20px 10px 0;
    font-size: 0px;
  }

  .common .surgery_list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .common .surgery_list li:hover {
    transform: scale(1.1);
  }

  .common .surgery_list li .img {
    text-align: center;
    margin-bottom: 20px;
  }

  .common .surgery_list li .img img {
    height: 40px;
  }

  .common .surgery_list li p:nth-of-type(1) {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .common .surgery_list li p:nth-of-type(2) {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #112e4f;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    color: #e9e3d4;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
    vertical-align: middle;
  }

  .common .link01:hover span img {
    left: 5px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #112e4f;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: absolute;
    right: -28px;
    transition: 0.1s;
    margin-left: 5px;
    top: 6px;
    height: 13px;
  }

  .common .link02:hover {
    color: #112e4f;
  }

  .common .link02:hover img {
    right: -32px;
  }

  .common .button {
    font-size: 18px;
    border: 1px solid #232323;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
    background: #e9e3d4;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #112e4f 40%);
    background-size: 100% 100%;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #232323;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .arrow span {
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #112e4f;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common .arrow span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e9e3d4;
    border-left: 2px solid #e9e3d4;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common .arrow:hover {
    background: #112e4f;
    color: #e9e3d4;
  }

  .common .arrow:hover span {
    background: #e9e3d4;
    margin-left: 10px;
  }

  .common .arrow:hover span:before {
    border-top: 2px solid #112e4f;
    border-left: 2px solid #112e4f;
  }

  /* Ã¼Å©¹Ú½º ¶óº§ */
  .common .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }

  .common .label-cbx input:checked+.checkbox {
    border-color: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg path {
    fill: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
  }

  .common .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
  }

  .common .label-cbx .checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
  }

  .common .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
  }

  .common .label-cbx .checkbox svg path {
    fill: none;
    stroke: #20C2E0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
  }

  .common .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #e9e3d4;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
  }

  .common .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .common .pic {
    text-align: center;
  }

  .common .pic img {
    max-width: 100%;
  }

  .common .pic_scroll {
    position: relative;
  }

  .common .pic_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #112e4f;
    text-align: left;
  }

  .common .pic_scroll .img {
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view {
    font-size: 0px;
  }

  .common .clinic_view li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .clinic_view li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc((100% - 20px)/2);
    position: relative;
  }

  .common .clinic_view li .txt {
    padding: 10px 10px 0 20px;
    font-size: 18px;
    word-break: keep-all;
  }

  .common .clinic_view li .txt span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 2px;
    display: block;
    margin-top: 5px;
  }

  .common .clinic_view li a {
    display: block;
    height: 120px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
  }

  .common .clinic_view li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #112e4f;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view2 {
    font-size: 0px;
  }

  .common .clinic_view2 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .clinic_view2 li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc((100% - 20px)/2);
    position: relative;
  }

  .common .clinic_view2 li .txt {
    padding: 10px 10px 0 20px;
    font-size: 18px;
    word-break: keep-all;
  }

  .common .clinic_view2 li .txt span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 2px;
    display: block;
    margin-top: 5px;
  }

  .common .clinic_view2 li a {
    display: block;
    height: 120px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
  }

  .common .clinic_view2 li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #112e4f;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view2 li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view2 li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view2 li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .pl {
    border-radius: 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
  }

  .common .pl .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/img/m31_pl.jpg) no-repeat center;
    height: 200%;
    /* ³ôÀÌ¸¦ ³ô°Ô ¼³Á¤ÇÏ¿© ½ºÅ©·Ñ È¿°ú ±Ø´ëÈ­ */
    background-size: cover !important;
    transition: transform 0.1s ease-out;
  }

  .common .head_img {
    position: relative;
    background-size: cover !important;
    height: 250px;
    left: 0px;
    border-radius: 15px;
    background: #adadad;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .common .faq_list li {
    margin-bottom: 30px;
  }

  .common .faq_list li:last-child {
    margin-bottom: 0px;
  }

  .common .faq_list .q {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 5px 100px 5px 40px;
    cursor: pointer;
    margin-bottom: 15px;
    word-break: keep-all;
  }

  .common .faq_list .q span {
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: -3px;
    transition: all 0.3s;
  }

  .common .faq_list .q:hover span {
    color: #fed63e;
  }

  .common .faq_list .q i {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #fed63e;
    padding: 10px;
  }

  .common .faq_list .a {
    background: #e9e3d4;
  }

  .common .faq_list .a p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 20px 65px;
    position: relative;
    word-break: keep-all;
  }

  .common .faq_list .a span {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
  }

  .common .head_img>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover !important;
    height: 200%;
    background-size: cover !important;
    transition: transform 0.1s ease-out;
    z-index: 1;
  }

  .common .head_img:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    bottom: 3px;
    left: 0px;
    z-index: 2;
  }

  .common .head_img:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    bottom: 9px;
    left: 0px;
    z-index: 2;
  }


  /*ÀÌ¹ÌÁö ¹× ºñµð¿À ¼½¼Ç*/
  .common .video video{
     display:block;margin-bottom:4%;
    width: 100%;
    border-radius: 10px;
  }

 

  .common .pic img:nth-child(2n-1) {
    float: left;
    width: 48%;
    border-radius: 10px;margin-bottom:4%;
  }

  .common .pic img:nth-child(2n) {
    float: right;
    width: 48%;
    border-radius: 10px;margin-bottom:4%;
  }




  /*introduce*/
  .introduce .special {
    position: relative;
    padding-bottom: 300px;
  }

  .introduce .special .txt {
    font-family: 'GowoonDodum';
    letter-spacing: -2px;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
  }

  .introduce .special .img {
    position: absolute;
    bottom: 0px;
    right: -100px;
  }

  .introduce .special .img>span {
    border-radius: 50%;
    overflow: hidden;
    width: 350px;
    height: 350px;
    display: inline-block;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .doc .top {
    position: relative;
    margin-bottom: 60px;
  }

  .doc .top .img {
    max-width: 360px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto 30px;
    width: 60%;
  }

  .doc .top .txt {
    clear: both;
  }

  .doc .top .txt .info01 {
    margin-bottom: 30px;
  }

  .doc .top .txt .info01 p:nth-child(1) {
    color: #295383;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
  }

  .doc .top .txt .info01 p:nth-child(2) {
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
  }

  .doc .top .txt .info01 p:nth-child(2) span {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
  }

  .doc .top .txt .info01 p:nth-child(3) {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    padding: 30px 20px 0 0px;
    word-break: keep-all;
    position: absolute;
    left: 0px;
    top: -250px;
    width: 34%;
  }

  .doc .top .txt .info01 p:nth-child(4) br {
    display: none;
  }

  .doc .top .txt .info02 {}

  .doc .top .txt .info02 p:nth-child(1) {
    color: #295383;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .doc .top .txt .info02 ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
    padding-left: 0px;
    word-break: keep-all;
  }

  .doc .top .txt .table {
    float: left;
    margin-top: 50px;
    width: 100%;
  }

  .doc .top .txt .table p:nth-child(1) {
    color: #295383;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .doc .top .txt .table .tb01 {
    padding-top: 0px;
  }

  .doc .top .txt .table .tb01::before {
    display: none;
  }

  .doc .top .txt .table .tb01::before {
    display: none;
  }

  .doc .top .txt .table .tb01::after {
    display: none;
  }

  .doc .top .txt .table .tb01_innner {
    overflow-x: visible;
  }

  .doc .top .txt .table .tb01 table {
    width: 100%;
  }

  /*Àåºñ¼Ò°³*/
  .device {
    padding-top: 0px;
  }

  .device>li {}

  .device>li:after {
    margin: 70px 0;
    content: "";
    display: block;
    height: 10px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 70px;
  }

  .device>li:last-child {
    margin-bottom: 0px;
  }

  .device .img {
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    width: 70%;
    background: #e9e3d4;
    text-align: center;
  }

  .device .img img {
    max-height: 200px;
  }

  .device>li:nth-child(2n-1) .txt {
    box-sizing: border-box;
    padding: 20px 0px 20px 20%;
    box-sizing: border-box;
  }

  .device>li:nth-child(2n) .txt {
    box-sizing: border-box;
    padding: 20px 20% 20px 0;
    box-sizing: border-box;
  }

  .device .txt {
    margin-bottom: 50px;
  }

  .device .txt p:nth-child(1) {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #295383;
  }

  .device .txt p:nth-child(2) {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .device .txt p:nth-child(3) {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
    word-break: keep-all;
  }

  .device .txt li {
    border: 1px solid #295383;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 10px 0;
    font-weight: 700;
  }

  .device li:nth-child(2n-1) .img {
    float: left;
  }

  .device li:nth-child(2n-1) .txt {
    float: right;
  }

  .device li:nth-child(2n) .img {
    float: right;
  }

  .device li:nth-child(2n) .txt {
    float: left;
  }

  /* µÑ·¯º¸±â */
  .hospital_view .view li:nth-child(2n) {
    margin-right: 0px;
  }

  .hospital_view .view li {
    margin-bottom: 30px;
    position: relative;
  }

  .hospital_view .view li .txt {
    padding: 10px 10px 0 15px;
    font-size: 18px;
  }

  .hospital_view .view li .modal_a {
    display: block;
    height: 155px;
    line-height: 155px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
  }

  .hospital_view .view li .modal_a span {
    position: relative;
    font-size: 40px;
    z-index: 3;
    color: #e9e3d4;
  }

  .hospital_view .view li .modal_a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

  .hospital_view .view li:nth-child(1) .modal_a .img {
    background: url('/img/g_img/·Îºñ ¹× ´ë±â½Ç/img-(1).jpg') no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(2) .modal_a .img {
    background: url("/img/g_img/Áø·á½Ç ¹× ÃÊÀ½ÆÄ½Ç/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(3) .modal_a .img {
    background: url("/img/g_img/ÁÖ»ç½Ç ¹× ¼ö¾×½Ç/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li:nth-child(4) .modal_a .img {
    background: url("/img/g_img/ÃâÀÔ±¸/img-(1).jpg") no-repeat center;
    background-size: cover;
  }

  .hospital_view .view li .modal_a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 2;
  }

  .hospital_view .view li .modal_a:hover span {
    color: #000;
    transition: 0.3s;
  }

  .hospital_view .view li .modal_a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .hospital_view .view li .modal_a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  #gallery {
    width: 100%;
  }

  /* ¿À½Ã´Â±æ */
  .address .map_wrapper {
    height: 300px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;
    border-radius: 20px;
    overflow: hidden;
  }

  .address .top {
    background: #e9e3d4;
    padding: 30px 30px;
    margin-top: 30px;
    font-size: 0px;
    border-radius: 20px;
  }

  .address .top p:nth-child(1) {
    display: inline-block;
    width: 40%;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
  }

  .address .top p:nth-child(2) {
    display: inline-block;
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }

  .address .top .link_box {
    font-size: 0px;
    margin-top: 30px;
    vertical-align: middle;
  }

  .address .top .link_box a {
    border: 1px solid #232323;
    background: #e9e3d4;
    display: inline-block;
    width: 45%;
    margin-right: 10%;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
  }

  .address .top .link_box a img {
    vertical-align: middle;
    padding-right: 10px;
    height: 24px;
  }

  .address .top .link_box a:nth-child(1):hover {
    background: #ffedbd;
  }

  .address .top .link_box a:nth-child(2):hover {
    background: #d4ffe1;
  }

  .address .top .link_box a:nth-child(2) {
    margin-right: 0%;
  }

  .address .bottom {
    margin-top: 50px;
  }

  .address .bottom .left {
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .address .bottom .right {
    box-sizing: border-box;
  }

  .address .bottom .left .bt {
    font-size: 0px;
    padding: 0 15px;
  }

  .address .bottom .left .bt>li {
    transition: all 0.3s;
    display: inline-block;
    width: 50%;
    opacity: 0.4;
    box-sizing: border-box;
    text-align: center;
  }

  .address .bottom .left .bt>li a {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
  }

  .address .bottom .left .bt>li a img {
    margin-right: 10px;
    height: 24px;
    vertical-align: middle;
  }

  .address .bottom .left .bt>li.on {
    opacity: 1;
  }

  .address .bottom .left .bt>li:hover {
    opacity: 1;
  }

  .address .bottom .left .pg {
    border-top: 1px solid #232323;
    margin-top: 20px;
    padding-top: 15px;
  }

  .address .bottom .left .pg>li {
    padding: 15px;
    display: none;
  }

  .address .bottom .left .pg>li.on {
    display: block;
    ;
  }

  .address .bottom .left .bus p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .address .bottom .left .bus ul {
    margin-bottom: 40px;
  }

  .address .bottom .left .bus ul:last-child {
    margin-bottom: 0px;
  }

  .address .bottom .left .bus ul li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
  }

  .address .bottom .left .bus ul li span {
    padding: 3px 0px;
    position: absolute;
    left: 0px;
    width: 30px;
    color: #e9e3d4;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    top: -2px;
  }

  .address .bottom .left .bus ul li span.s1 {
    background: #2a52c5;
  }

  .address .bottom .left .bus ul li span.s2 {
    background: RED;
  }

  .address .bottom .left .bus ul li span.s3 {
    background: #16c16a;
  }

  .address .bottom .left .metro div:nth-child(1) {
    margin-bottom: 50px;
  }

  .address .bottom .left .metro p:nth-child(1) {
    font-size: 18px;
    position: relative;
    padding: 0 10px 0 65px;
    font-weight: 700;
    width: 40%;
    float: left;
    box-sizing: border-box;
  }

  .address .bottom .left .metro p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    width: 60%;
    float: left;
    word-break: keep-all;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .address .bottom .left .metro p:nth-child(1) span {
    padding: 5px 7px;
    position: absolute;
    left: 0px;
    color: #e9e3d4;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }

  .address .bottom .left .metro p:nth-child(1) span.s1 {
    background: #263c96;
  }

  .address .bottom .left .metro p:nth-child(1) span.s2 {
    background: #ffb600;
  }

  .address .bottom .left .metro p:nth-child(1) span.s3 {
    background: #5ed737;
    top: 40px;
  }

  .address .bottom .right .parking {
    padding: 15px;
    border: 1px solid #232323;
    border-top: 5px solid #fed63e;
  }

  .address .bottom .right .parking p:nth-child(1) {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-weight: 700;
  }

  .address .bottom .right .parking p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    word-break: keep-all;
  }

  .polysomnography .head_img {
    background-position: center 30% !important;
  }

  /* »çÀÌÆ®¸Ê */
  .sitemap .list {
    text-align: left;
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .sitemap .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #232323;
    border-radius: 10px;
    padding: 15px;
  }

  .sitemap .list>li:last-chlid {
    margin-bottom: 0px;
  }

  .sitemap .list>li>ul>li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sitemap .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .sitemap .list>li p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #112e4f;
  }

  .m35 .list_s li {}

  .m35 .list_s li:nth-child(1) {
    margin-bottom: 8%;
  }

  .m97 .list05 label {
    position: relative;
    display: block;
    padding-left: 20px;
  }

  .m97 .list05 input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
    background: #fff;
  }

  .login .login_page {
    text-align: center;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 0px;
    color: #e9e3d4;
    background-size: 8px;
    background-color: #112e4f;
  }

  .login .login_page {
    padding: 30px 20px 60px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }

  .login .img {
    margin-bottom: 20px;
  }

  .login .img img {
    width: 150px;
  }

  .login .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #232323;
    background: #e9e3d4;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid#112e4f;
    color: #e9e3d4;
    background: #112e4f;
  }

  .login .p1 {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width:550px) {
  .common .pl .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/img/m31_pl.jpg) no-repeat center;
    height: 200%;
    /* ³ôÀÌ¸¦ ³ô°Ô ¼³Á¤ÇÏ¿© ½ºÅ©·Ñ È¿°ú ±Ø´ëÈ­ */
    background-size: cover !important;
    transition: transform 0.1s ease-out;
  }

  #sub_contents .bg02 {
    position: absolute;
    z-index: 0;
    left: -5%;
    top: 0px;
    width: 110%;
  }

  #sub_contents .bg02 img {
    display: none;
  }

  #sub_contents .bg02 .mb {
    display: block;
  }
}

/* ÄÃ·¯Áý */
.c1 {
  color: #112e4f !important;
}