/*대형 데스크탑 및 대형 스크린*/
@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1600px) {
    .txt {
        font-size: clamp(15px, 1.6rem, 20px) !important;
    }
    .info-box.ckeditor_area p,
    .inquiry .form-box-wrap .form-box .r-box input,
    .inquiry .form-box-wrap .form-box .r-box textarea {
        font-size: clamp(15px, 1.6rem, 20px) !important;
    }

    .notice .n-list li > a .txt-wrap .title {
        font-size: clamp(18px, 1.6rem, 20px) !important;
    }

    .table-wrap {
        width: 100%;
        overflow-x: scroll;
    }
}

/*대형 데스크탑 및 대형 스크린*/
@media screen and (max-width: 1440px) {
    html {
        font-size: 0.7110vw;
    }

    .greeting .ceo .gray-bg .inner .left .sebo-big {
        font-size: 10rem;
    }

    .loca-tb td p::before {
        top: 11px;
    }

    .location .img-box {
        gap: 2rem;
    }

    .hse .st-purpose-list .list-txt-box {
        height: auto;
    }

    .hse .st-purpose-list {
        justify-content: space-between;
        gap: 2rem;
    }

    .hse .st-purpose-list > li {
        margin-right: 0;
        width: 33.3333%;
    }   
    .hse .st-purpose-list > li:last-child {
        margin-right: 0;
    }

    .ceo-policy-box {
        flex-direction: column;
    }

    .ceo-policy-box .right {
        text-align: left;
    }

    .r_d .f-box img {
        width: 49%;
    }

    .greeting .ceo .gray-bg .inner .left>div p {
        padding: 2rem 0;
    }
}

/*노트북 및 데스크탑*/
@media screen and (max-width: 1280px) {
    /*partner*/
    .partner .pt-wrap {
        gap: 6rem;
    }
    .partner .left {
        width: 28rem;
    }
    .partner .right {
        width: calc(100% - 34rem);
    }
    /*partner//*/

    /*pd-list*/
    .pd-list .pd-menu-wrap {
        width: 30rem;
    }
    .pd-list .con-box {
        gap: 5rem;
    }
    .pd-list .item-list {
        width: calc(100% - 35rem);
    }
    .pd-list .item-list .list .item {
        width: calc((100% - 2rem) / 2);
    }
    /*pd-list//*/

    /*pd-view*/
    .pd-view .pd-info-wrap .pd-img-btn {
        flex-direction: column-reverse;
        gap: 2rem;
        top: 12rem;
    }
    .pd-img-box {
        width: 100%;
        max-width: 60rem;
    }
    .pd-view .pd-img-list .swiper-slide img {
        max-height: 12rem;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        max-width: 100%;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box .btn-item a {
        padding: 2rem 3.4rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box .btn-item .txt {
        margin-top: 0;
        text-align: left;
    }
    .pd-view .pd-info-wrap .con-box {
        gap: 8rem;
    }
    .pd-view .pd-info-wrap .pd-img-btn {
        width: 46%;
        padding-left: 4rem;
    }
    .pd-view .pd-info-wrap .pd-view-info-wrap {
        width: 46%;
        padding-right: 4rem;
    }
    .pd-view .pd-info-wrap::before {
        width: 50%;
    }
    /*pd-view//*/
    
    .referencesheildeck .item-list {
        width: 100%;
    }
}

/*태블릿(가로모드) 및 작은 노트북*/
@media screen and (max-width: 1024px) {
    html {
        font-size: 0.8042vw;
    }

    .greeting .ceo .gray-bg .inner .left .sebo-big {
        font-size: 8rem;
    }

    .greeting .ceo .gray-bg .inner .right img {
        height: 45rem;
    }

    .history-style02 .history-year-group-box .history-year-group-tit-box {
        width: 39rem;
    }

    .history-style02 .history-year-group-tit-box + .history-year-list-box {
        width: calc(100% - 39rem);
        padding-top: 1rem;
    }

    .history-style02 .history-year-group-box .history-year-group-tit {
        font-size: 5rem;
    }

    .loca-tb td p::before {
        top: 8px;
    }

    .qhse .vnd_view {
        flex-direction: column;
        gap: 5rem;
    }

    .vnd_view > div:last-child {
        width: 100%;
    }

    .qhse .img-box {
        padding: 15rem 0;
    }

    .vnd_view > div.right > div > div:first-child::after {
        bottom: -11px;
    }

    .pd-list .item-list {
        flex-direction: column;
    }  

    .r_d2 .img-box .cra_cont {
        gap: 3rem;
        margin: 0 3rem;
    }

    .referencesheildeck .item-list {
        padding: 0 !important;
    }

    .table-wrap thead tr th {
        font-size: 13px;
    }

    .table-wrap tbody tr td {
        font-size: 12px;
    }

    .greeting .ceo .gray-bg .inner {
        gap: 5rem;
    }

    .greeting .ceo .gray-bg .inner .right {
        margin-top: -86px;
    }

    .greeting .ceo .info-box .ceo-flex>div img {
        width: 100%;
    }

    .greeting .title .tit {
        font-size: 2.3rem;
    }

    .greeting .ceo .info-box .ceo-flex {
        gap: 5rem;
    }


    /*certificate*/
    .certi .c-list > li {
        width: 31.33%;
    }
    /*certificate//*/

    /*news*/
    .notice .n-list li > a .txt-wrap .title {
        font-size: 2.4rem;
        margin: 0;
    }
    .notice .n-list li > a .txt-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .notice .n-list li > a .txt-wrap .date,
    .notice .n-list li > a .txt-wrap .main_p,
    .notice .n-list li > a .txt-wrap .title {
        width: 100%;
    }
    .notice .n-list li > a .txt-wrap .date {
        max-width: 100%;
    }
    /*news//*/

    /*inquiry*/
    .inquiry .con-box .info-box {
        width: 40%;
    }
    .inquiry .con-box .form-box-wrap {
        width: 60%;
    }
    .inquiry .form-box-wrap .agree-btn-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
    }
    .inquiry .btn-box {
        width: 100%;
    }
    .inquiry .btn-box .f-box {
        justify-content: center;
    }
    .inquiry .form-box-wrap .form-box .l-box {
        min-width: 14rem;
    }
    .inquiry .form-box-wrap .form-box .r-box {
        width: calc(100% - 14rem);
    }
    /*inquiry//*/

    .pd-menu-wrap.references-tab .pd-menu .list {
        gap: 30px;
        justify-content: flex-start;
    }

}

@media screen and (max-width: 991px) {
    /*pd-list*/
    .pd-list .con-box {
        flex-direction: column;
        gap: 4rem;
    }
    .pd-list .pd-menu-wrap {
        width: 100%;
        position: relative;
    }
    .pd-list .item-list {
        width: 100%;
    }
    .pd-list .item-list .list {
        gap: 2rem;
    }
    .pd-list .item-list .list .item {
        width: calc((100% - 4rem) / 3);
    }
    /*pd-list//*/

    /*pd-drop*/
    .pd-list .pd-menu-wrap {
        position: static;
        top: 0;
    }
    .pd-toggle-btn {
        display: block;
        font-size: 2.2rem;
        font-weight: 600;
    }
    .pd-list .pd-menu {
        display: none;
        position: absolute;
        /* top: 7.8rem; */
    }
    .pd-list .pd-menu .pd-on-move span,
    .pd-menu-wrap.references-tab .pd-menu .pd-on-move span {
        width: 100%;
        left: 0;
        background: none;
    }
    .pd-list .pd-menu,
     .pd-menu-wrap.references-tab .pd-menu {
        border: 2px solid #eeeeee;
        border-top: none;
    }

    .pd-list .pd-menu .list .menu,
    .pd-menu-wrap.references-tab .pd-menu .list .menu
     {
        border-bottom: 1px solid #eeeeee;
    }

    .pd-list .pd-menu .list .menu:last-child,
    .pd-menu-wrap.references-tab .pd-menu .list .menu:last-child {
        border: none;
    }

    .pd-list .pd-menu .list .menu.on a p,
    .pd-list .pd-menu .list .menu.on.fix a p {
        color: var(--main-color);
    }
    .pd-list .pd-menu .list,
    .pd-menu-wrap.references-tab .pd-menu .list
     {
        padding: 0 2rem;
    }

    .pd-list .pd-menu .list .menu{
        height: 8rem !important;
        width: 100%;
    }

    .pd-menu-wrap.references-tab .pd-menu .list .menu {
        height: 9rem !important;
    }

    .pd-menu-wrap.references-tab .pd-menu .list .menu a {
        padding: 0;
    }

    .pd-toggle-btn {
        display: block;
        width: 100%;
        height: 40px;
        background-color: #161616;
        cursor: pointer;
    }

    .pd-menu-wrap { 
        position: relative; 
    }

    .pd-menu-wrap .pd-toggle-btn{
        display: flex; 
        align-items: center; 
        justify-content: space-between;
        width: 100%; 
        height: 44px; 
        padding: 0 14px;
        border-radius: 10px; 
        background:  var(--main-color);
        cursor: pointer;
        color: #fff;
    }
    .pd-menu-wrap .pd-toggle-btn::before{
        content: attr(data-current);        
        font-size: 14px; 
        font-weight: 600; 
        color: #fff;
        white-space: nowrap;
        overflow: hidden; 
        text-overflow: ellipsis;
        max-width: calc(100% - 20px);
    }
    .pd-menu-wrap .pd-toggle-btn::after{
        content: ""; 
        width: 0; 
        height: 0; 
        right: 16px;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
    }
    .pd-menu-wrap.open .pd-toggle-btn::after{ 
            transform: rotate(225deg);
    }

    .pd-menu-wrap .pd-menu,
    .pd-menu-wrap.references-tab .pd-menu {
        display: none;       
        max-height: 320px; overflow: auto;
        border: 1px solid #e5e7eb; border-radius: 10px; margin-top: 8px;
        background: #fff;
    }
    .pd-menu .menu.on > a .txt,
    .pd-menu .menu.active > a .txt { color:#d70000; font-weight:700; }
    .pd-menu-wrap .pd-toggle-btn{
        position: sticky; 
        top: 0;
        z-index: 20;
    }
    .pd-menu-wrap .pd-menu{
        display: none;         
        max-height: 320px;
        overflow: auto;       
        margin-top: 8px;
    }

    .pd-menu-wrap .pd-menu .list .menu.active > a, 
    .pd-menu-wrap .pd-menu .list .menu.active > a *,
    .pd-menu-wrap.references-tab .menu.active > a, 
    .pd-menu-wrap.references-tab .menu.on > a {
        color: var(--main-color);
    }

    .pd-menu-wrap.references-tab .menu.active > a, 
    .pd-menu-wrap.references-tab .menu.on > a {
        background-color: transparent;
    }

    .pd-menu-wrap.references-tab .pd-menu .list {
        gap: 0;
        justify-content: flex-start;
        flex-direction: column;
        align-items: start;
    }

}

/*태블릿(세로모드)*/
@media screen and (max-width: 768px) {
    html {
        font-size: 1vw;
    }

    .sub-sec {
        margin-bottom: 12rem;
    }

    .title .tit,
    .certi .title .tit {
        font-size: 4rem;
    }

    .sub-txt br {
        display: none;
    }

    .txt {
        font-size: clamp(14px, 1.6rem, 20px) !important;
    }
    .bg-none {
        display: none;
    }
    /*sub-visual*/
    .sub-visual .info .info-wrap .tit {
        font-size: 5rem;
        text-align: left;
    }
    /*sub-visual//*/
    /*sub-common*/
   /*sub-common*/
    .sub-content {
        padding: 10rem 0;
    }
    .mobile-dropdown-toggle,
    .pd-toggle-btn {
        font-size: 2rem;
    }
    /*sub-common//*/

    /*모바일 드롭다운*/
    .mobile-dropdown-toggle {
        display: block;
        padding: 2rem;
        cursor: pointer;
    }
    .sub-top {
        overflow: visible;
        height: 60rem;
    }
    .sub-visual .bg {
        animation: none;
        transform: scale(1, 1);
    }
    .sub-visual .sub-nav-wrap .sub-nav .menu.mo-list {
        flex-direction: column;
        gap: 0;
    }
    .sub-visual .sub-nav-wrap .sub-nav .menu.mo-list li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eeeeee1c;
        padding: 0;
        color: #161616;
    }

    .sub-visual .sub-nav-wrap .sub-nav .menu.mo-list li a {
        padding: 2.2rem 0;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 2rem;
    }
    .sub-visual .sub-nav-wrap .sub-nav .menu {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 0;
        background-color: #f9f9f9;
    }
    /*모바일 드롭다운//*/

    /*greeting*/
    .company .sub-visual .bg {
        background-image: url(../img/bg_m.jpg);
    }
    .greeting .ceo .gray-bg .inner .left .tit {
        font-size: 2.5rem;
        padding-top: 6rem;
        text-align: center;
    }

    .greeting .ceo .info-box>div {
        width: 100%;
    }

    .greeting .ceo .info-box>div h6 {
        font-size: 2.3rem;
    }

    .greeting .ceo .info-box .ceo-flex {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .greeting .ceo .gray-bg .inner .left {
        width: 100%;
    }

    .greeting .ceo .img-box {
        height: 30rem;
        width: 100%;
    }

    .greeting .ceo .img-box img {
        height: 30rem;
        object-fit: cover;
    }

    .greeting .ceo .gray-bg .inner .left>div p {
        padding-top: 6rem;
    }

    .greeting .ceo .info-box .ceo-flex .text-box {
        width: 100%;
    }

    .ceo-name {
        text-align: left;
        left: 0;
        margin-top: 40px;
    }

    .overview_con .subpage_container {
        margin-top: 0;
    }

    .overview_txt > b,
    .overview_txt > div span {
        font-size: 2rem;
    }

    .overview_txt > p {
        font-size: 1.4rem;
        margin: 3rem 0 1rem;
    }

    .overview_txt > div {
        font-size: 1.6rem;
    }

    
    .overview_txt > p br {
        display: none;
    }
    /*greeting//*/

    .philosophy .info-box .mission h3 {
        font-size: 4rem;
    }

    .philosophy .info-box .vision .vision-cont {
        flex-direction: column;
    }

    .philosophy .info-box .vision .vision-cont .cont {
        width: 100%;
    }

    .philosophy .info-box .vision .vision-cont .cont .vision-txt  {
        font-size: 2.4rem;
    }

    .philosophy .info-box .vision .vision-cont .cont .vision-icon img {
        height: 4rem;
    }

    .core-value-wrap .core-value-cont {
        flex-wrap: wrap;
    }

    .core-value-wrap .core-value-cont .cont {
        width: 48%;
    }

    .core-value-wrap .core-value-cont .cont .core-value-icon img {
        height: 4.5rem;
    }
    /*history*/
   .history-style02 .history-year-group-box .history-year-group-tit-box {
        width: 30rem;
   }
    /*history//*/

    .map-wrap h3 {
        font-size: 2.5rem;
    }

    .loca-type-box ul li .loca-line {
        width: 5rem;
    }

    .map iframe {
        height: 300px;
    }

    .loca-type-box ul {
        flex-direction: column;
    }

    .loca-type-box ul li {
        width: 100%;
    }

    .loca-type-box ul li:nth-child(1),
    .loca-type-box ul li:nth-child(2) {
        border-bottom: 0;
    }

    .vnd_view > div:first-child {
        width: 100%;
    }

    .location .img-box {
        flex-direction: column;
    }

    .vnd_view > div.left h4 {
        font-size: 4rem;
    }

    .vnd_view > div.right > div > div:first-child {
        font-size: 2rem;
    }

    .vnd_view > div.right > div > div:first-child::after {
        bottom: -10px;
    }

    .vnd_view > div.right > div > div:last-child {
        font-size: 2.3rem;
    } 

    .qhse .img-box {
        padding: 10rem 0;
    }

    .vnd_view > div.right > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .vnd_view > div.right > div > div:first-child::after {
        display: none;
    }

    .hse .st-purpose-list {
        flex-direction: column;
    }

    .hse .st-purpose-list li {
        width: 100%;
    }

    .hse {
        margin-bottom: 10rem;
    }

    .mg-policy-list li dd {
        font-size: 1.8rem;
    }

    .bullet-info li::before {
        top: 10px;
    }

    .r_d2 .img-box .cra_cont {
        flex-wrap: wrap;
    }

    .r_d2 .img-box .cra_cont li {
        width: 46%;
    }

    /*partner*/
    .partner .pt-wrap {
        gap: 4rem;
        flex-direction: column;
    }
    .partner .left {
        width: 100%;
    }
    .partner .right {
        width: 100%;
    }
    .partner .right .list {
        gap: 2rem;
    }
    .partner .right .list .item {
        width: calc((100% - 6rem) / 4);
    }

    .r_d2 .img-box .cra_cont li:nth-child(even) {
        margin-top: 0;
    } 
    /*partner//*/

    /*location*/
    .location .location-info-box {
        flex-direction: column;
        margin-bottom: 6rem;
    }
    .location .location-info-box .img-wrap {
        display: none;
    }
    .location .img-wrap,
    .location .info-wrap {
        width: 100%;
    }
    .location .location-item .tit {
        font-size: 15px !important;
    }
    /*location//*/

    /*pd-drop*/
    .pd-list .item-list .list {
        gap: 2rem;
    }
    .pd-list .item-list .list .item {
        width: calc((100% - 2rem) / 2);
    }
    .pd-list .pd-menu .list .menu a {
        justify-content: flex-start;
        display: flex;
    }

    .pd-list .pd-menu .list .menu a:hover {
       color: #1A3D7C;
    }

    .bullet-info .label {
        white-space: normal;
        flex: inherit;
    }
    /*pd-drop//*/

    /*pd-view*/
    .pd-view .pd-info-wrap .con-box {
        gap: 4rem;
        flex-direction: column;
    }
    .pd-view .pd-info-wrap .pd-img-btn {
        width: 100%;
        padding: 4rem 4rem 0;
        position: static;
    }
    .pd-view .pd-info-wrap .pd-view-info-wrap {
        width: 100%;
        padding: 0 4rem;
    }
    .pd-img-box {
        width: 100%;
        max-width: 100%;
    }
    .pd-view .pd-img-big .swiper-slide img {
        width: 70%;
        height: auto;
    }
    .pd-view-info-wrap .pd-info-box {
        margin-bottom: 8rem;
    }
    .pd-view .pd-info-wrap::before {
        width: 97%;
    }

    .pd-list .item-list .pd-title {
        width: 100%;
    }

    .alum-swiper-controls .swiper-button-prev, .alum-swiper-controls .swiper-button-next {
        width: 25px;
        height: 25px;
    }

    .alum-swiper-controls .swiper-button-prev::after, .alum-swiper-controls .swiper-button-next::after {
        font-size: 7px;
    }
    /*pd-view//*/

    /*certificate*/
    .certi .c-list > li {
        width: 48%;
    }
    /*certificate//*/

    /*news*/
    .notice .n-list li > a .txt-wrap .title {
        font-size: 2.6rem;
    }
    /*news//*/

    /*inquiry*/
    .inquiry .con-box {
        flex-direction: column;
    }

    .inquiry .con-box .form-box-wrap,
    .inquiry .con-box .info-box {
        width: 100%;
    }

    .inquiry .form-box-wrap .form-box .l-box {
        min-width: 80px;
    }

    .inquiry .form-box-wrap .form-box .r-box {
        width: calc(100% - 80px);
    }
    .inquiry .form-box-wrap .notification {
        text-align: left;
    }
    .inquiry .form-box-wrap .list-wrap {
        gap: 1.6rem;
    }

    .contact-info {
        width: 100%;
    }

    .inquiry .f-box {
        gap: 30px;
    }

    .contact-info li {
        padding: 30px 0 30px 0;
    }
    /*inquiry//*/

}

/*소형 장치 (스마트폰 가로모드)*/
@media screen and (max-width: 500px) {
    html {
        font-size: 1.7vw;
    }

    .quality .sub-visual .bg {
        background-position: bottom;
    }

    .clen-wrap .sub-visual .bg {
        background-position: left;
    }

    .sub-visual .info {
        padding-bottom: 100px;
    }

    .title .tit br {
        display: none;
    }

    .title .tit ,
    .certi .title .tit{
        font-size: 3.5rem;
    }

    .greeting .ceo .gray-bg .inner .left .tit br {
        display: none;
    }

    .greeting .ceo .gray-bg .inner {
        flex-direction: column;
        align-items: center;
        padding-bottom: 6rem;
    }

    .greeting .ceo .gray-bg .inner .right {
        margin-top: 0;
    }

    .greeting .ceo .gray-bg .inner .left .sebo-big {
        font-size: 6rem;
        text-align: center;
    }

    .greeting .ceo .gray-bg .inner .right img {
        height: 40rem;
        width: auto;
    }

    .philosophy .info-box .mission h3 {
        font-size: 3rem;
    } 

    .philosophy .info-box .ideo-tit {
        min-width: 150px;
        font-size: 1.8rem;
        padding: 12px 0;
    }

    .philosophy .info-box .vision .vision-cont .cont {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem;
    }

    .philosophy .info-box .vision .vision-cont .cont .vision-txt {
        text-align: center;
    }

    .core-value-wrap .core-value-cont .cont {
        width: 100%;
    }

    .core-value-wrap .core-value-cont .cont {
        padding: 4rem 0;
    }

    .core-value-wrap .core-value-cont .cont h5 {
        font-size: 2rem;
    }

    .history-style02 .history-year-group-box .history-year-group-tit-box {
        display: none;
    }

    .history-style02 .history-year-group-tit-box + .history-year-list-box {
        width: 100%;
    }

    /*partner*/
    .partner .right .list .item {
        width: calc((100% - 2rem) / 2);
    }
    /*partner//*/

    /*location*/
    .location .location-item dl dt img {
        max-width: 2.4rem;
    }
    .location .location-item dl {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6em;
    }
    .location .location-item dl {
        margin-bottom: 2.2rem;
    }
    /*location*/

    .history-style02 .history-year-item::before{
        left: calc(11.5rem - var(--dot-size) / 2);
        top: 0.9rem;
        width: 6px;
        height: 6px;
    }


    /*pd-view*/
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box {
        flex-wrap: wrap;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box {
        gap: 0;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box .btn-item {
        width: 100%;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box .btn-item img {
        margin: 0;
    }
    .pd-view .pd-info-wrap .pd-img-btn .pd-btn-box .btn-item a {
        justify-content: center;
    }

    .bullet-info li::before {
        width: 2px;
        height: 2px;
        left: -7px;
        top: 8px;
    }
    /*pd-view//*/

    .r_d .f-box img {
        width: 100%;
    }

    .r_d .f-box {
        flex-direction: column;
    }

    .r_d2 .img-box .cra_cont li {
        width: 100%;
    }

    .r_d2 .img-box .cra_cont li:nth-child(even) {
        margin-top: 0;
    } 

    .r_d2 .inner {
        width: 100%;
    }

    .rh-top-title>div:last-child img {
        width: 100%;
    }
    /*inquiry*/
    .inquiry .mail-box .info img {
        max-width: 2.4rem;
    }
    /*inquiry//*/

    .rh-top-title .tit {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .rh-top-title {
        flex-direction: column;
        gap: 2rem;
    }

    .veiw-box .btn-box a {
        padding: 9px 20px;
        border-radius: 99px;
        font-size: 12px;
        color: #1A3D7C;
    }

}

/*초소형 장치 (스마트폰)*/
@media screen and (max-width: 320px) {
    html {
        font-size: 3vw;
    }

}
