<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap');
*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    src: url(fonts/Pretendard/woff2/Pretendard-Thin.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    src: url(fonts/Pretendard/woff2/Pretendard-ExtraLight.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url(fonts/Pretendard/woff2/Pretendard-Light.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url(fonts/Pretendard/woff2/Pretendard-Regular.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url(fonts/Pretendard/woff2/Pretendard-Medium.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url(fonts/Pretendard/woff2/Pretendard-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url(fonts/Pretendard/woff2/Pretendard-Bold.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    src: url(fonts/Pretendard/woff2/Pretendard-ExtraBold.woff2) format("woff2");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: url(fonts/Pretendard/woff2/Pretendard-Black.woff2) format("woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap');

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

/* Ã«Â©â€Ã«â€°Â´ CSS */
.top-link {
    font-family: "Pretendard";
}
.top-link * {
    color: #1D1D1F;
}


.btn-overview:hover {
    background-color: white;
    color: #5E9441;
}

.btn-overview {
    width: 191px;
    height: 41px;
    line-height: 35px;
    background: #5E9441 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: white;
    border: 2px solid #5E9441;
    font-weight: bold;
}

@media (min-width: 768px) {
.navbar-nav.navbar-right:last-child  {
width: 1350px;
}
}


li.menu-item:nth-child(7) {

display:none !important;
    position: absolute !important;
    right: 210px;
    width: 208px;
    height: 40px;
    background-color: #5e9441;
    border: 2px solid #5E9441;
    border-radius: 10px;
    text-align: center;
    bottom: 15px;
    color: white;
}

li.menu-item:nth-child(7):hover {
    background-color: white;
    transition: background-color 700ms;
}
li.menu-item:nth-child(7):hover a {
    color: #5E9441 !important;
}

li.menu-item:nth-child(8) {
    position: absolute !important;
    right: 0px;
    width: 208px;
    height: 40px;
    border: 2px solid #5E9441;
    border-radius: 10px;
    text-align: center;
    bottom: 15px;
    background-color: #5e9441;
} 

li.menu-item:nth-child(8) a {
    color: white !important;
}



li.menu-item:nth-child(8):hover {
    background-color: white;
transition: background-color 700ms;
}
li.menu-item:nth-child(8):hover a {
    color: #5e9441 !important;
}

.navbar-inverse .navbar-nav &gt; li:has(.nav-btns):hover:after {
content: "";
display: none;
}

.nav-btns {
    line-height: 38px;
}
/* top-link */
div.top-link-wrapper {
    background-color: transparent;
    height: 36px;
        transition: 400ms;
        padding-top: 2px;
}
div.top-link ul {float:right; margin-top: 20px;}
.top-link li {display:inline;margin:0 10px; list-style:none;}
.top-link li a {font-size:14px;font-weight:300;}
.top-link li a:hover {color: #5e9441; }
.top-link&gt;ul&gt;li {padding: 15px;}
.top-link&gt;ul&gt;li:last-child {padding-right:0;}
.top-link li:nth-child(2) {margin-right: 25px;}

.nav-contact {
        border: 1px solid #5e9441;
        padding: 3px 7px;
        border-radius: 5px;
}   

#main-nav .top-link-wrapper .top-link&gt;ul&gt;li:last-child {
        position: relative;
}   
.lang-sub-menu {
        display: none;
}
.lang-selection {
        display: inline-block;
        position: relative;
        font-size: 14px !important;
        margin-left: 5px;
        top: 2px;
}   
.lang-selection::before {
        content: url("/ac2023/lang_icon.svg");
        position: absolute;
        width: 15px;
        top: 2px;
        left: -22px;
}
.sub-menu.lang-sub-menu {
        position: absolute;
        top: 20px;
        right: -38px;
        z-index: 500;
}
.lang-sub-menu li {
        display: block;
        background-color: white;
        padding: 5px 10px;
        width: 61px;
}
                                                                   


@media(max-width:767px){ 

    .top-link&gt;ul&gt;li {
	padding:0;
    }

    .top-link li {
	margin: 0 5px;
    }

    img.custom-logo {
	width: 99px;
	left: 20px !important;
	top: 22px;
    }

    div.top-link ul {
	margin-top: 0;
	margin-right: 5px;
    }

    #main-nav .navbar-toggle {
	position: absolute;
        right: -12px;
	top: 30px;
    }


    .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
    }

    .navbar-toggle.collapsed {
	background-color: #fff !important;
    }


    #site-navigation {
	width: 100%;
        border-top: 1px solid #ccc;
        padding: 0px 10px;
	height: 100vh !important;
        background-color: white;
    }
    
    .navbar-toggle.active {
	background-color: white !important;
    }

    .nav-menu-desc {
	display: none;
    }


    .navbar-inverse .navbar-nav&gt;li&gt;a {
	text-align: center;
    }

    .gt0 {
	display: none !important;
    }

    .nav.navbar-nav.main-nav-list li ul.sub-menu {
	background-color: transparent;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li a {
	text-align: center;
	font-size: 10px;
    }

    .dropdownmenu {
	width: 80% !important;
	position: absolute;
	left: 0;
       background-color: transparent;
	height: 50px;

    }

    .navbar-inverse .navbar-nav &gt;  li:nth-child(4),
    .nav.navbar-nav.main-nav-list .menu-item-has-children {
        height: 60px;
    }

    .navbar-inverse .navbar-nav &gt; li:nth-child(4)&gt;a,
    .nav.navbar-nav.main-nav-list .menu-item-has-children &gt; a {
	line-height: 38px;
	font-weight: bold;
    }





    .sub-menu &gt; .menu-item a {
	line-height: 20px;
    }



    .navbar-inverse .navbar-nav ul.sub-menu li a {
	border-bottom: none;
    }

}







.main-nav-list * {
    font-family: "Pretendard";
}
.ex-sup {
    position: relative;
}
.sup-center-lists {
    position: absolute;
    width: 144px;
    height: 81px;
    background-color: #fff;
    top: 23px;
    left: 0;
    box-shadow: 2px 2px 7px #00000059;
    z-index: 999999;
    display: none;
    padding-left: 15px;
    padding-top: 15px;
}
.ex-sup:hover .sup-center-lists {
    display: block;
}
.ex-login:hover .sup-center-lists {
    display: block;
}
.sup-center-lists .sup-center-link:first-child{
    margin-bottom: 15px;
}
.sup-center-link {
    display: block;
    text-decoration: none;
    /* padding: 15px 16px; */
    font-size: 15px;
    letter-spacing: -0.38px;
    line-height: 18px;
    font-weight: 300;
    color: #1D1D1F;
}
p.sup-center-head {
    font-size: 20px;
    letter-spacing: -0.49px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 3px;
}
.partner-login-div {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.49px;
    line-height: 25px;
    width: 194px;
    height: 102px;
    border-radius: 10px;
    background-color: #F9F9F9;
    display:flex;
    align-items: center;
    justify-content: center;
}
.partner-login-div span {
    width: 91px;
    height: 49px;
    word-break: keep-all;
    margin-right: 23px;
}
.partner-icon {
    width: 23px;
    height: 23px;
}
.ex-divider {
    font-size: 20px;
    font-weight: 100;
}
#extra-navbar #ex-list.ex-sup, #extra-navbar #ex-list.ex-contact {
    margin-top: 10px;
}
#extra-navbar #ex-list.ex-divider {
    margin-top: 7px;
}
.btn.dropdown-toggle.btn-default {
    margin-top: 6px;
}

.main-nav-list * {
    font-family: "Pretendard";
}
@media (min-width:768px) {

    .new-inner-container {
	width: 1350px;
	margin: 0 auto;
    }

    .nav-relative-container {
	position: relative;
    }



    #menu-menu-en {
        position: relative;
    }
    .nav&gt;li {
        position: static;
    }
    .nav&gt;li&gt;a {
        position: static;
	height: 36px !important;
    }
    .navbar-collapse {
	padding-left: 0;
    }
    .navbar-inverse .navbar-nav &gt; li {
    /*    height: 34px; */
       padding: 0 20px;
    }
    .navbar-inverse .navbar-nav &gt; li:first-child {
	padding-left: 0;
    }
    
    .navbar-inverse .navbar-nav &gt; li a {
	padding:  0;
    }

    .nav.navbar-nav.main-nav-list li ul.sub-menu li a {
	margin: 0 0 4px 0;
    }
    .navbar-nav.navbar-right:last-child {
/*	margin-left: -10px;*/ 
    }
    
    .navbar-inverse .navbar-nav &gt; li:hover:after {
	content:"";
	display:block;
	border-bottom: 5px solid #5e9441;
	transition: 700ms;
    }
    .main-nav-list ul.sub-menu {
        width: 1350px !important;
        /* right: 0; */
        left: auto;
    }
    .navbar-inverse li.menu-item-open-left:hover &gt; ul.sub-menu {
	left: 0px;
    }



/*    .navbar-inverse .main-nav-list &gt; li.main-nav-list-hover {
	left:0;
    }
*/	
	.navbar-inverse .navbar-nav ul.sub-menu {
    /*	top: initial !important; */
    }

    .navbar-inverse .navbar-nav ul.sub-menu li:hover {
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li:hover a {
        color: #5e9441;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li a:hover {
        color: #5e9441;
    }

    /* Head Menu */
    .navbar-inverse  .navbar-nav &gt; li:hover &gt; a{
        color: #5e9441;
        transition: 700ms;
    }
    .gt0 {
        display: inline-block;
        transition: 700ms;
    }
    .gt0 img {
        margin-bottom: 2px;
    }
    .navbar-inverse  .navbar-nav &gt; li:hover .gt0 {
        transform: rotate(90deg);
    }

    /* Sub Menu */
    /* Ã¬Â&nbsp;Å“Ã­â€™Ë†&amp;Ã¬â€žÅ“Ã«Â¹â€žÃ¬Å&nbsp;Â¤ */
    .howard-menu0 {
        transition: 600ms;
    }
    .howard-menu0 a span {
        vertical-align: middle;
    }
    .gt1 {
        display: inline-block;
        margin: 33px 8px 33px 30px;
    }
    .menu-title0 {
        display: inline-block;
        width: 100%;
        max-width: 220px;
        font-size: 16px;
        letter-spacing: -0.4px;
        line-height: 28px;
    }
    #menu-menu-en .howard-menu0:first-child .menu-title0 {
        padding-right: 60px;
    }
    .menu-en0 {
        display: inline-block;
        font-size: 14px;
        letter-spacing: -0.35px;
        line-height: 24px;
        font-weight: 300;
        width: 100%;
        max-width: 68px;
    }
    .menu-desc0 {
        display: inline-block;
        font-size: 13px;
        letter-spacing: -0.32px;
        line-height: 23px;
        width: 100%;
        max-width: 550px;
        font-weight: 300;
    }

    /*
    .navbar-inverse .navbar-nav li .sub-menu {
        padding: 0px !important;
    }
    .navbar-inverse .navbar-nav li:first-child .sub-menu {
        padding: 14px 0 44px !important;
    }
    .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu {
        padding: 9px 26px 33px !important;
    }
    .navbar-inverse .navbar-nav li:nth-child(4) .sub-menu {
        padding: 9px 26px 33px !important;
    }
    .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu {
        padding: 9px 50px 33px !important;
    }

*/

.nav.navbar-nav.main-nav-list li ul.sub-menu {


box-shadow: 0px 7px 9px #5E944129;
    z-index: 9999;
    border: 1px solid #5E9441;
    border-top: 1px solid white;
    background: #fff;
    width: 1350px;
    border-radius: 0px 0px 10px 10px;
    padding-left: 60px !important;
    padding-top: 20px !important;
}

.menu-item .sub-menu:first-child {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 674px !important;
}

.menu-item .sub-menu:first-child li {
    width: 320px
}


#site-navigation {
    position: absolute;
/*    bottom: -10px; */
    float: left;
    top:88px;
    height: 42px !important;
} 

img.custom-logo {
    width: 140px;
    float: left;
    display: inline;
    vertical-align: bottom;
    position: relative;
    margin-top: 28px;
    top: -46px;
}

.navbar-inverse li.menu-item-has-children:hover &gt; ul.sub-menu, .navbar-inverse li.menu-item-open-left.link-focus &gt; ul.sub-menu {
 /*   left: 40px;
    right:0;
    top: 59px;
*/
}

/* .navbar-inverse li.menu-item-has-children:hover &gt; ul.sub-menu, .navbar-inverse li.menu-item-open-left.link-focus &gt; ul.sub-menu {
    right: 0;
}*/ 
    /* .navbar-inverse .navbar-nav li .sub-menu::before {
        position: absolute;
        left: 27px;
        top: 29px;
        font-size: 30px;
        letter-spacing: -0.74px;
        line-height: 52px;
        font-weight: 800;
        font-family: "Pretendard";
        z-index: 5;
    }
    .navbar-inverse .navbar-nav li:first-child .sub-menu::before {
        content: 'Ã¬Â&nbsp;Å“Ã­â€™Ë†&amp;Ã¬â€žÅ“Ã«Â¹â€žÃ¬Å&nbsp;Â¤';
    }
    .navbar-inverse .navbar-nav li:nth-child(2) .sub-menu::before {
        content: 'Ã¬â€&nbsp;â€Ã«Â£Â¨Ã¬â€¦Ëœ';
    }
    .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu::before {
        content: 'Ã­Ã«Â³Â´Ã¬â€žÂ¼Ã­â€žÂ°';
    }
    .navbar-inverse .navbar-nav li:nth-child(4) .sub-menu::before {
        content: 'Ã­Å’Å’Ã­Å&nbsp;Â¸Ã«â€žË†';
    }
    .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu::before {
        content: 'Ã­Å¡Å’Ã¬â€šÂ¬Ã¬â€&nbsp;Å’ÃªÂ°Å“';
    } */

/*    .navbar-inverse .navbar-nav li .sub-menu li {
        padding: 0 10px;
	position: initial;
	display:inline-block;
width: 488px;
    }
*/




.nav-menu-title, .nav-menu-b-title {
    font-size: 17px;
    font-weight: bold;
}
.nav-menu-g-title {
    font-weight: bold;
    font-size: 20px;
    color: #5e9441;
}
.nav-menu-title:after {
    position: relative;
    margin-bottom: 2px;
    margin-top: 4px;
    content: "";
    width: 320px;
    height: 1px;
    background: #e6e6e6;
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
}
.nav-menu-desc {
    font-size: 14px;
    line-height: 20px;
    color: #404041;
}

/* why Aioncloud */

  .navbar-inverse .navbar-nav li:nth-child(1) ul.sub-menu {
	height: 300px;
	padding-left: 90px !important;
	padding-top: 40px;
	display:flex;
	flex-wrap: wrap;
  }

  .navbar-inverse .navbar-nav li:nth-child(1) .sub-menu:before {
	    content: url(/ac2023/main/top-whyaioncloud-img.png);
            display: inline;
	    position: absolute;
	    right: 16px;
	    width: 422px;
	    height: 282px;
	    top: 7px;
	    right: 7px;
   }

    .navbar-inverse .navbar-nav li:nth-child(1) .sub-menu li {
	display: inline-block;
	width: 417px;
	       background-color: transparent;
    }

    /* product box */
    .navbar-inverse .navbar-nav li:nth-child(2) ul.sub-menu {
    padding: 0 7px 7px 7px !important;    
	height: 392px;
    }



    /*   kykim   */
    .navbar-inverse .navbar-nav&gt;li.link-focus {
	color: #5e9441;
    }
	.navbar-inverse .navbar-nav &gt; li.link-focus:after {
	    content: "";
	    display: block;
	    border-bottom: 5px solid #5e9441;
	    transition: 700ms;
	}
	.navbar-inverse .navbar-nav &gt; li.link-focus&gt; a {
	    color: #5e9441;
	    transition: 700ms;
	}
	.navbar-inverse .navbar-nav &gt; li.link-focus .gt0 {
	    transform: rotate(90deg);
	}
.navbar-inverse .navbar-nav&gt;li.link-focus {
    color: #5e9441;
}
.navbar-inverse .navbar-nav &gt; li.link-focus:after {
    content: "";
    display: block;
    border-bottom: 5px solid #5e9441;
    transition: 700ms;
}

.nav.navbar-nav.main-nav-list li:nth-child(2):hover .product-menu-box,
.navbar-inverse .navbar-nav&gt;li.link-focus .product-menu-box {
    display:flex !important;
}

.nav.navbar-nav.main-nav-list .product-menu  {
	width: 373px;
	background-color: #f8f8f8;
	height: 383px;
        border-radius: 0px 0px 0px 10px;	
}

.nav.navbar-nav.main-nav-list .product-menu-box .product-sub-menu {
    cursor:pointer;
    height: 93px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #b9b9b9;
}
.nav.navbar-nav.main-nav-list .product-menu-box .product-sub-menu.active {
    background-color:#e5f9db;
    color: #444;
}
.product-menu-box ul:nth-child(2)&gt;li {
    display:none;
}



.product-real-menu {
    padding-left: 60px;
    padding-top: 25px;
}
.sub-sub-menu {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
}

.navbar-inverse .navbar-nav ul.sub-menu .sub-sub-menu &gt; li {
    padding: 0;
}
	

.nav.navbar-nav.main-nav-list li ul.sub-menu li a {
        height: 80px;
    display: block;
}


.product-real-menu &gt; li:nth-child(1) .sub-sub-menu &gt; li:nth-child(1),
.product-real-menu &gt; li:nth-child(1) .sub-sub-menu &gt; li:nth-child(3) {
    width: 414px;
}

.product-real-menu &gt; li:nth-child(2) .sub-sub-menu &gt; li:nth-child(1),
.product-real-menu &gt; li:nth-child(2) .sub-sub-menu &gt; li:nth-child(3), 
.product-real-menu &gt; li:nth-child(2) .sub-sub-menu &gt; li:nth-child(5) {
/*    width: 387px;*/
    width: 405px;
}

.product-real-menu &gt; li:nth-child(3) .sub-sub-menu &gt; li:nth-child(1) {
    width: 344px;
}

.product-real-menu &gt; li:nth-child(3) &gt; a {
    display: none !important;
}

.navbar-inverse .navbar-nav ul.sub-menu li:hover a {
    color: #444 !important;
}

.nav.navbar-nav.main-nav-list li ul.sub-menu li a:hover {
color:  #5e9441 !important;
}







    /* pricing */

    /*.navbar-inverse .navbar-nav li:nth-child(3) .sub-menu {
	display: none;
    }*/
    
    .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu li {
   	display: inline-block;
	width: 320px;
	margin-right: 30px;
    }

    /* resources, company */
    .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu,
    .navbar-inverse .navbar-nav li:nth-child(6) .sub-menu {
	height: 188px;
    }

        .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu li,
    .navbar-inverse .navbar-nav li:nth-child(6) .sub-menu li {
        display: inline-block;
        width: 199px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu li:nth-child(3) {
	width:240px;
    }
	

   .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu li:first-child:before,
   .navbar-inverse .navbar-nav li:nth-child(6) .sub-menu li:first-child:before {
    position: relative;
    margin-bottom: 7px;
    margin-top: 4px;
    margin-left: 36px;
    width: 694px;
    border-bottom: 1px solid #e6e6e6;
    color: #444;
    text-align: left;
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    height: 28px;
}
   .navbar-inverse .navbar-nav li:nth-child(5) .sub-menu li:first-child:before {
    /*	content: ''; */
       content: "Get all the information you need about AIONCLOUD"; 
    width:720px;
   }

   .navbar-inverse .navbar-nav li:nth-child(6) .sub-menu li:first-child:before {
 /*	content: ''; */
    content: "Get to know us, beyond our AIONCLOUD"; 
   }


.nav.navbar-nav.main-nav-list li ul.sub-menu&gt;li:hover::before, .left-sub-box:hover::before {
    background-color: transparent;
}

.navbar-inverse .navbar-nav li:nth-child(5) .sub-menu:before {
    content: url(/ac2023/main/top-resources-img.png);
    display: inline;
    position: absolute;
    right: 16px;
    width: 422px;
    height: 172px;
    top: 7px;
    right: 7px;
}

.navbar-inverse .navbar-nav li:nth-child(6) .sub-menu:before {
    content: url(/ac2023/main/top-company-img.png);
    display: inline;
    position: absolute;
    right: 16px;
    width: 422px;
    height: 172px;
    top: 7px;
    right: 7px;
}


 /*    .navbar-inverse .navbar-nav li:nth-child(2) .sub-menu {
        padding: 37px 50px 14px !important;
    }*/
 /*   .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu a:first-child {
        position: relative;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 42px;
        font-weight: 600;
    }
*/
    .menu-title1 {
        font-size: 23px;
        letter-spacing: -0.57px;
        line-height: 40px;
        font-weight: 700;
        display: inline-block;
        width: 126px;
        margin-right: 111px;
    }
    .menu-en1 {
        font-size: 16px;
        letter-spacing: -0.4px;
        line-height: 28px;
        font-weight: 700;
        display: block;
    }
    .menu-desc1 {
        font-size: 13px;
        letter-spacing: -0.33px;
        line-height: 23px;
        font-weight: 300;
        display: block;
        word-break: keep-all;
    }
    .menu1 {
        display: flex;
    }
    .menu1 a {
        display: block;
        margin-bottom: 47px;
    }
    .menu1-left, .menu1t-right {
        display: inline-block;
        vertical-align: top;
    }
    .menu1-left {
        width: 100%;
        max-width: 496px;
        padding-right: 75px;
    }
    .menu1-right {
        width: 100%;
        max-width: 360px;
    }



/*    .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu a {
        position: relative;
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 42px;
        font-weight: 600;
    }
    
    */


    .menu-title2 {
        font-size: 20px;
        display: inline-block;
        width: 87px;
        margin-right: 100px;
    }
/*    .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu {
        display: flex;
        align-items: flex-start;
    }

*/
    .menu2-left {
        margin-right: 122px;
    }
    .menu2-left, .menu2-right {
        width: 100%;
        max-width: 280px;
    }
    .menu2-left li a, .menu2-right li a{
        display: block;
        width: 100%;
    }
    .main-nav-list li:nth-child(3) ul.sub-menu li {
    }


    .navbar-inverse .navbar-nav li:nth-child(4) .sub-menu li {
        padding: 30px 24px;
    }
    .navbar-inverse .navbar-nav li:nth-child(4) .sub-menu a {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 42px;
        font-weight: 600;;
    }
    .menu-title3 {
        display: inline-block;
        width: 193px;
        margin-right: 40px;
    }


    /* Ã­Å¡Å’Ã¬â€šÂ¬Ã¬â€&nbsp;Å’ÃªÂ°Å“ */
    .menu-title4, .gt4 {
        font-size: 20px;
        letter-spacing: -0.57px;
        line-height: 40px;
        font-weight: 700;
    }
    .menu-title4 {
        display: inline-block;
        width: 204px;
        margin-right: 34px;
    }
    .gt4 {
        margin-right: 102px;
    }
    .menu4-top li {
        display: inline-block;
    }
    .menu4-top li:nth-child(2) {
        width: 100%;
        max-width: 213px;
        margin-right: 50px;
    }
    .menu4-flex-wrap &gt; li {
        width: 100%;
        max-width: 213px;
        margin-right: 50px;
    }
    .menu-title5 {
        font-size: 16px;
        letter-spacing: -0.45px;
        line-height: 31.5px;
        font-weight: 300;
    }
    .menu4-bottom &gt; li, .menu4-bottom-right {
        display: inline-block;
        vertical-align: top;
    }
    .menu4-flex-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 300px;
    }

}



.page-arrow {
display:none;
}


/* ë©”ë‰´ ëª¨ë°”ì¼ */
@media (max-width:767px) {

    /* pricing í•˜ìœ„ ë©”ë‰´ ê°ì¶”ëŠ” */
      .navbar-inverse .navbar-nav li:nth-child(3) .dropdownmenu ,
  .navbar-inverse .navbar-nav li:nth-child(3) .sub-menu {
  /*      display: none !important;*/
    }
    .page-arrow {
        display: inline-block;
        float: right;
        position: relative;
        right: 25px;
        width: 0px;
        font-weight: 700;
        font-size: 13px;
    }

      .navbar-inverse .navbar-nav ul.sub-menu li {
	  padding-left: 0;
      }
    .nav.navbar-nav.main-nav-list li ul.sub-menu li a {
	height: 40px;
        color: #444;
	font-weight: normal;
    }

    .sub-sub-menu {
	margin-left: 0;
    }

    .product-mobile-menu  li {
	height: 40px;
    }
    .product-mobile-menu &gt;  li &gt; a {

	height: 38px !important;
	background-color: #f3f3f3 !important;
	line-height: 26px !important;
	padding: 5px 0 !important;
    }

    .product-mobile-menu .sub-sub-menu a {
padding: 0 !important;
    }
	    
    .sub-menu li a {
padding: 5px 0 !important;
    }
    
    .product-mobile-menu .sub-sub-menu li {
	line-height: 33px !important;
    }

/*
    .product-menu {
	display: none;
    }

    .product-real-menu &gt; li {
	display: block !important;
    }

    .sub-sub-menu {
	display: none;
    }

    .product-real-menu &gt; li.active .sub-sub-menu {
	display: block;
    }

*/





}






@media (max-width: 1199px) {
    .main-nav-list ul.sub-menu {
        width:970px !important;
    }
    .gt4 {
        margin-right: 50px;
    }
}
@media (max-width: 991px) {
    .menu-desc0 {
        max-width:300px;
    }
    .main-nav-list ul.sub-menu {
        width:750px !important;
    }
    .menu-desc1 {
        max-width: 250px;
    }
    .menu1-right .menu-desc1{
        margin-right: 0;
    }
    .menu4-top &gt; li:first-child, .menu4-bottom &gt; li:first-child {
        display: block;
    }
    .menu4-top {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .gt0, .gt1, .gt3, .gt4, .menu-desc0, .menu-desc1 {
        display: none;
    }
    .howard-menu0 li {
        border-bottom: 1px solid #ededed;
    }
    .menu-title0 {
        margin-left: 20px;
        display: block;
        width: 230px;
    }
    .menu-en0 {
        margin-left: 20px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .menu-en1, .menu-title2, .menu-title3 {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li a {
        padding-left: 0px !important; 
    }
    .navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
    /*    border-bottom: 1px solid #ededed; */
    }
    .menu-title2, .menu-title3, .menu-title4, .menu-title5 {
        color: #1D1D1F;
        font-weight: 600;
    }
    .menu4-top {
        margin-bottom: 0;
    }
    .menu4-top, .menu4-bottom {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .menu4-top li:nth-child(n+2) {
        margin-left: 20px !important;
    }
    .menu4-bottom-right {
        margin-left: 20px !important;
    }
}



/* New Main */
@media(max-width:1170px) {
    .inner-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
    }
}
.new-main {
    position: relative;
    height: 600px;
}
.landing-bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.landing-bgs img {
    margin-left: auto;
    position: absolute;
    height: 640px;
    right: 0px;
}
img.lbg1 {
    right: -200px;
}
@media(max-width: 1640px) {
    img.lbg1 {
	    right: -300px;
    }
    img.lbg3 {
        right: 50%;
        transform: translateX(45%);
    }
}
@media(max-width: 1450px) {
    img.lbg1 {
	    right: -400px;
    }
}
@media(max-width: 1300px) {
    img.lbg1 {
	    right: -600px;
    }
    img.lbg4 {
        right: 50%;
        transform: translateX(35%);
    }
}
@media(max-width: 1000px) {
    img.lbg1 {
	    right: auto;
	    left: -450px;
    }
}
@media(max-width: 900px) {
    img.lbg2 {
        right: -100px;
    }
}
@media(max-width: 800px) {
    img.lbg1 {
        left: -450px;
    }
    img.lbg2 {
        right: -500px;
    }
    img.lbg4 {
        right: -150px;
        opacity: 0.4;
        transform: none;
    }
}

.new-main .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.landing-contents {
    position: relative;
    width: 1170px;
    min-height: 368px;
    font-family: "Pretendard";
}
.landing-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    max-height: 373px;
}
.landing-control {
    position: absolute;
    width: 130px;
    display: flex;
    justify-content: space-between;
    left:0;
    top: -30px;
    z-index: 5;
}
.landing-control-nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing-control-num {
    margin: 0px 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #A4AAA1;
    cursor: pointer;
}
.landing-control-nums.idx2 .landing-control-num {
    color: white;
}
.landing-control-num.active, .landing-control-nums.idx2 .landing-control-num.active {
    color: #1D252C;
}
.landing-control .fas {
    position: relative;
    font-size: 13px;
}
.landing-control .fas:before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
#lc1 {
    max-width: 578px;
    color: #1D252C;
    margin-top: 17px;
}
#lc1 img {
    max-width: 100%;
}
.landing-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    word-break: keep-all;
    margin-bottom: 13px;
}
#lc1 .white-title {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: 800;
}
.landing-desc {
    font-size: 18px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 25px;
    margin-bottom: 57px;
}
.landing-button {
    border-radius: 10px;
    border: 1px solid #1D252C;
    display: block;
    width: 210px;
    color: #5E9441;
    padding: 3px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.17px;
    text-align: center;
    transition: all 600ms, border 0s;
}
#lc2 {
    max-width: 783px;
    color: white;
    margin-top:16px;
}
#lc2 img {
    max-width: 186px;
}
#lc2 .landing-title {
    font-weight: 600;
}
#lc2 .landing-desc {
    max-width: 480px;
}
#lc2 .landing-button {
    color: white;
    border: 1px solid white;
}
.landing-button:hover, #lc2 .landing-button:hover {
    background: linear-gradient(90deg, rgba(94,148,65,1) 0%, rgba(69,173,93,1) 100%);
    color: white;
    border: 1px solid transparent;
}
#lc3 {
    max-width: 800px;
    color: #1D252C;
    margin-top: 17px;
}
#lc3 img {
    max-height: 65px;
}
#lc3 .landing-title {
    font-size: 55px;
}
#lc3 .landing-desc {
    max-width: 520px;
}
#lc4 {
    max-width: none;
    margin-top: 17px;
}
#lc4 img {
    max-height: 65px;
}
#lc4 .landing-title {
    font-size: 55px;
    max-width: 610px;
}
#lc4 .landing-desc {
    max-width: 600px;
}
#lc3 img, #lc4 img {
    margin-bottom: 10px;
}

@media(max-width: 800px) {
    .landing-control {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .landing-content {
        width: 100%;
        max-width: none !important;
        text-align: center;
    }
    .landing-title {
        max-width: 548px;
        margin: 0 auto 13px;
    }
    #lc3 .landing-title {
        max-width:none; 
    }
    .landing-desc {
        max-width: 400px;
        margin: 0 auto 57px;
    }
    .landing-button {
        margin: 0 auto;
    }
}
@media(max-width: 627px) {
    .landing-content {
	max-height: none;
    }
    #lc1 .landing-title, #lc2 .landing-title, #lc3 .landing-title, #lc4 .landing-title {
        font-size: 40px;
        line-height: 50px;
    }
    #lc1 .landing-title {
        max-width: 300px;
    }
    #lc2 .landing-title {
        max-width: 380px;
    }
    #lc4 .landing-title {
        max-width: 400px;
    }
}
@media(max-width: 475px) {
    #lc1 .landing-title, #lc2 .landing-title, #lc3 .landing-title, #lc4 .landing-title {
        font-size: 30px;
        line-height: 40px;
    }
    #lc1 .landing-desc, #lc2 .landing-desc, #lc3 .landing-desc, #lc4 .landing-desc {
        font-size: 15px;
    }
    #lc2 .landing-title {
        max-width: 300px;
    }
    #lc4 .landing-title {
        max-width: 300px;
    }
}
@media(max-width: 325px) {
    #lc4 &gt; img {
        max-width: 100%;
        height: auto;
    }
}




#notice-bg {
    background-color: #f8f8f8;
    font-family: 'Pretendard';
}
.notice-bar {
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 34px;
}
.left-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 544px;
}
.new-notice {
    color: #5e9441;
    font-size: 30px;
    font-weight: 800;
    width: 85px;
    word-break: keep-all;
    letter-spacing: 0px;
}
.notice-date {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 2px;
    text-align: left;
}
.notice-title {
    color: #1d252c;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.right-notice a {
    color: #1C7CD0;
    font-size: 17px;
    font-weight: 700;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    max-width: 482px;
    line-height: 55px;
    letter-spacing: -1.08px;
    word-break: keep-all;
    margin-bottom: 18px;
    color: #1D1D1F;
    text-align: left;
}
.safe-business-section .main-title {
    max-width: 100%;
    font-size: 35px;
    letter-spacing: -0.88px;
}
.main-sub {
    margin-bottom: 65px;
    font-weight: 300;
    word-break: keep-all;
    text-align: left;
}
#solution-section {
    font-family: 'Pretendard';
    padding: 135px 0 205px;
    color: #1D1D1F;
}
#solution-section .main-title {
    position: relative;
    background-color: transparent;
    z-index: 1;
    max-width: 550px;
}
.main-title-mobile {
    display: none;
}
#solution-section .main-title .highlight {
    position: absolute;
}
#solution-section .main-title .highlight::before {
    position: absolute;
    z-index: -1;
    bottom: 60px;
    left: -3px;
    content: '';
    background-image: url('/wp-content/uploads/2022/05/highlight.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 325px;
    height: 23px;
}
#news-section .main-title {
    position: relative;
    background-color: transparent;
    z-index: 1;
}
#news-section .main-title .highlight2 {
    position: absolute;
}
#news-section .main-title .highlight2::before {
    position: absolute;
    z-index: -1;
    bottom: 60px;
    left: -3px;
    content: '';
    background-image: url('https://www.aioncloud.com/wp-content/uploads/2022/05/highlight2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 23px;
}
@media(max-width: 673px) {
    .left-notice {
        width: auto;
    }
    .new-notice {
        margin-right: 20px;
    }
    .notice-title {
        font-size: 20px;
    }
}
@media(max-width: 585px) {
    .notice-title {
        word-break: keep-all;
    }
    .left-notice {
        width: 100%;
        justify-content: space-evenly;
    }
    .right-notice {
        display: none;
    }
}
@media(max-width: 485px) {
    .left-notice {
        display: block;
        text-align: center;
    }
    .new-notice {
        margin: 0 auto 20px;
    }
    .notice-title {
        max-width: 250px;
        margin: 0 auto;
    }
}



.solution-boxes {
    display: flex;
    justify-content: space-between;
}
.solution-box {
    width: 370px;
    position: relative;
    min-height: 412px;
}
.solution-bg {
    background-color: #f6f6f6;
    width: 100%;
    height: 230px;
    border-radius: 10px;
}
.solution-boxes img {
    display: block;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.6;
    transition: 600ms;
}
.solution-boxes .solution-bg:hover img {
    opacity: 1;
}
.solution-title {
    font-size: 20px;
    color: #1d1d1f;
    font-weight: 700;
    margin: 24px 0;
    text-align: left;
}
.solution-desc {
    font-size: 16px;
    font-weight: 300;
    word-break: keep-all;
    letter-spacing: -0.3px;
    text-align: left;
}
.solution-boxes .solution-box:nth-child(2) .solution-desc {
    font-size: 15px;
    letter-spacing: -0.3px;
}
.solution-link-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}
.solution-link {
    position: relative;
    color: #1C7CD0;
    font-weight: 600;
    font-size: 18px;
}
.solution-link img {
    width: 15px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    transition: 600ms;
    opacity: 1;
}
.solution-link:hover img {
    right: -28px;
}
@media(max-width: 1145px) {
    #solution-section .main-title {
        margin: 0 auto 18px;
    }
    #solution-section .main-sub {
        text-align: center;
        max-width: 628px;
        margin-left: auto;
        margin-right: auto;
    }
    .solution-boxes {
	    display: block;
    }
    .solution-box &gt; a {
        margin-right: 30px;
    }
    .solution-box {
	    margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 0;
        margin-bottom: 50px;
    }
    .solution-box-content {
        position: relative;
        max-width: none;
        width: 370px;
    }
    .solution-link-wrap {
        bottom: 24px;
    }
}
@media(max-width: 767px) {
    .main-title {
        text-align: center;
    }
    .main-sub {
        max-width: 482px;
        margin: 0 auto 65px;
    }
    .highlight {
        display: none;
    }
}
@media(max-width: 700px) {
    .solution-box {
        display: block;
        max-width:370px;
        margin-bottom: 100px;
    }
    .solution-box-content {
        max-width: 370px;
        width: 100%;
    }
    .solution-title {
        margin-top: 2px;
        margin-bottom: 12px;
        text-align: center;
    }
    .solution-desc {
        text-align: center;
    }
    .solution-link-wrap {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width: 567px) {
    #solution-section .main-title {
        display: none;
    }
    #solution-section .main-title-mobile {
        display: block;
    }
}
@media(max-width: 481px) {
    #solution-section .main-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 370px) {
    .solution-bg {
        height: auto;
    }
    .solution-bg img {
        width: 100%;
        max-width: 230px;
        height: auto;
    }
}


#news-section {
    font-family: "Pretendard";
    padding: 0 0 135px;
}
.news-boxes {
    display: flex;
    justify-content: space-between;
}
.news-box {
    width: 270px;
    min-height: 406px;
    position: relative;
}
.news-box img {
    border-radius: 10px;
    transition: 600ms;
}
.news-box img:hover {
    filter: brightness(50%);
}
.news-date {
    font-size: 16px;
    font-weight: 400;
    margin: 26px 0 15px;
    text-align: left;
}
.news-title {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}
.news-title a {
    transition: 600ms;
    word-break: keep-all;
}
.news-link-wrap {
    position: absolute;
    right: 38px;
    bottom: 0;
}
.news-link {
    position: relative;
    color: #1c7cd0;
    font-size: 18px;
    font-weight: 600;
}
.news-link img {
    width: 15px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    transition: 600ms;
}
.news-link:hover img {
    right: -28px;
}
@media(max-width:1145px) {
    #news-section .main-title {
        margin: 0 auto 65px;
        max-width: 340px;
    }
    .news-boxes {
        display: block;
    }
    .news-box {
        display: flex;
        justify-content: center;
        min-height: 0;
        margin: 0 auto 50px auto;
        width: auto;
    }
    .news-box &gt; a {
        margin-right: 30px;
    }
    .news-box-container {
        width: 270px;
    }
}
@media(max-width:767px) {
    #news-section .main-title {
	margin: 0 auto 65px;
    }
    .highlight2 {
	display: none;
    }
}
@media(max-width: 700px) {
    .news-box {
	display: block;
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
    }
    .news-box img {
	max-width: 370px;
	width: 100%;
    }
    .news-date {
	margin: 10px 0;
    }
    .news-box-container {
	width: 100%;
	max-width: 370px;
	text-align: center;
    }
}



/* Products */
#product-main {
    height: 631px;
    background-image: url('https://www.monitorapp.com/wp-content/uploads/2022/05/rgay7.png');
    background-repeat: no-repeat;
}
#product-main .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position:relative;
}
.product-contact {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tech-contact, .sales-contact {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 21px;
    padding: 0 16px;
}
.tech-contact img, .sales-contact img {
    margin-right: 7px;
}
.tech-contact img {
    width: 17px;
    height: 17px;
}
.product-contact-divider img {
    width: 2px;
    height: 25px;
}
.sales-contact img {
    width: 15px;
    height: 15px;
}
.main-block-subtitle {
    font-size: 25px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.63px;
    word-break: keep-all;
}
.main-block-title {
    color: #090909;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    width: 660px;
    margin-bottom: 13px;
    letter-spacing: -1.38px;
}
.main-block-desc {
    font-size: 20px;
    color: #1D252C;
    font-weight: 400;
    max-width: 455px;
    line-height: 25px;
    margin-bottom: 51px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.main-img {
    margin-left: -50px;
}
.main-img img {
    max-width: 614px;
}
.main-block-bottom {
    position: relative;
}
.small-title {
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-bottom-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 569px;
}
.main-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #12503F;
    font-size: 15px;
    letter-spacing: -0.38px;
    line-height: 20px;
}
.main-bottom-content img {
    width: 48px;
    height: 48px;
}
.main-bottom-desc {
    margin-left: 2px;
}
.main-bottom-desc div {
    font-weight: 700;
}
@media(max-width: 1250px) {
    .main-img img {
	display: none;
    }
    #product-main .inner-container {
	justify-content: center;
    }
    .horizontal-bar .inner-container {
	justify-content: space-evenly;
    }
    .horizontal-bar .filler {
	display: none;
    }

}




.horizontal-bar {
    background-color: #2D4838;
    padding: 27px 0;
}
.horizontal-bar * {
    color: #FFFFFF;
}
.horizontal-bar .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.horizontal-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    max-width: 325px;
    word-break: keep-all;
    letter-spacing: -0.63px;
}
.horizontal-button-group {
    display: flex;
    justify-content: space-between;
}
.horizontal-button-group a {
    display: inline-block;
    width: 147px;
    padding: 9px 0;
    border-radius: 10px;
    border: 1px solid white;
    letter-spacing: -0.35px;
    margin: 0 27px;
    text-align: center;
    font-size: 14px;
}
@media(max-width:1250px) {
    .horizontal-bar .inner-container {
	justify-content: space-evenly;
    }
    .horizontal-bar .filler {
	display: none;
    }
}





.product-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 99px 0;
}
.product-header {
    color: #5e9441;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 35px;
    margin: 99px 0 39px;
}
.product-title-big {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.88px;
    line-height: 61px;
    word-break: keep-all;
}
.product-title-small {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.63px;
    line-height: 35px;
    margin-bottom: 21px;
}
.product-desc {
    font-size: 16px;
    letter-spacing: -0.72px;
    line-height: 28px;
    word-break: keep-all;
    margin-bottom: 12.75px;
}
.pd1 {
    padding-top: 0;
}
.pd1 .product-left {
    max-width: 551px;
}
.pd1 img {
    max-width: 518px;
}
.pd2 img {
    max-width: 466px;
}
.pd2 .product-right {
    max-width: 570px;
}

.safe-business-section {
    background-color: #F5F6F6;
    padding: 60px 0;
}
.safe-box-desc {
    word-break: keep-all;
}
.safe-business-section .product-header {
    margin-top: 0;
}
.safe-boxes {
    display: flex;
    justify-content: space-between;
}
.safe-box {
    text-align: center;
    max-width: 248px;
}
.aiswg-safe .safe-box {
    max-width: 260px;
}
.safe-business-section.aiswg-safe .safe-box-desc{
    font-size: 15px;
}
.safe-img img {
    max-width: 124px;
}
.safe-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 124px;
}
.safe-box-title {
    font-size: 25px;
    letter-spacing: -0.62px;
    line-height: 44px;
    font-weight: 700;
    margin: 9px 0 17px;
}

.main-img.new-aiswg-img {
    margin-left: -100px;
}
.product-title-desc {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 35px;
    margin-bottom: 34px;
    font-weight: 600;
    word-break: keep-all;
}
.product-light-desc {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 28px;
    word-break: keep-all;
    /* font-weight: 300; */
}

#aiswg-section {
    padding-bottom: 124px;
}
.aiswg-desc .product-title-desc {
    font-weight: 400;
    max-width: 717px;
}
.aiswg-main .main-block-desc {
    max-width: 490px;
}

#product-main.new-aisva-main {
    height: 480px;
}
.aisva-main-desc {
    max-width: 480px;
    font-weight: 300;
    margin-bottom: 0;
}
.aiwaf-bar .horizontal-title {
    max-width: 430px;
}
.aiswg-bar .horizontal-title {
    max-width: 400px;
}
.aisva-bar .horizontal-title {
    max-width: 394px;
}


@media(max-width:1085px) {
    .product-header {
        text-align: center;
    }
    .product-block {
        flex-direction: column;
    }
    .pd2 {
        flex-direction: column-reverse;
    }
    .safe-business-section .main-title {
        text-align: center;
    }
    .safe-boxes {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .safe-box {
        margin: 20px 100px;
    }
    .aiswg-desc .product-title-big, .aiswg-desc .product-title-desc {
        text-align: center;
    }
    .aiswg-desc .product-title-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .product-section.inner-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media(max-width: 915px) {
    .safe-box {
        margin: 20px 50px;
    }
    .safe-box-title {
        margin-top: 0;
    }
}
@media(max-width: 715px) {
    .safe-box {
        margin-bottom: 50px;
    }
    .safe-box-title {
        margin-bottom: 10px;
    }
}
@media(max-width: 825px) {
    .wafDiv {
        display: none;
    }
}
@media(max-width: 765px) {
    .horizontal-bar .inner-container {
        display: block;
    }
    .horizontal-title {
        margin: 0 auto 30px;
    }
    .horizontal-button-group {
        width: 100%;
        max-width: 350px;
        justify-content: center;
        margin: 0 auto;
    }
}
@media(max-width: 767px) {
    .main-block-top {
        text-align: center;
    }
    .main-block-subtitle {
        font-size: 20px;
    }
    .main-block-title {
        font-size: 45px;
        line-height: 55px;
    }
    .main-block-desc {
        font-size: 15px;
        text-align: center;
        margin: 0 auto 50px;
    }
    .main-img {
        display: none;
    }
    .small-title {
        text-align: center;
    }
    .main-bottom-contents {
        left: 50%;
        transform: translateX(-50%);
    }
    .horizontal-title {
        text-align: center;
    }
    .aisva-main-desc {
        max-width:300px;
    }
}
@media(max-width:625px) {
    .small-title {
        display: none;
    }
    .main-bottom-contents {
        display: none;
    }
    #product-main {
        height: 500px;
    }
}
@media(max-width: 539px) {
    .main-block-title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media(max-width:500px) {
    .main-block-title {
        font-size: 35px;
        line-height: 45px;
        width: 100%;
    }
}
@media(max-width:324px) {
    .main-block-title {
        font-size: 25px;
        line-height: 35px;
    }
    .horizontal-title {
        font-size: 18px;
        width: 100%;
        max-width: 250px;
        line-height: 25px;
    }
}
@media(max-width:303px) {
    .main-block-subtitle {
        max-width: 200px;
        line-height: 25px;
        margin: 0 auto 20px;
    }
}
@media(max-width: 570px) {
    .product-block img {
        width: 100vw;
    }
}


#footer.new-footer {
    width: 100%;
}
#footer.new-footer * {
    font-family: "Pretendard";
    color: #1D1D1F;
}
#footer.new-footer .container{
    width: 1170px;
    margin: 0 auto;
}
#footer.new-footer p {
    padding-bottom: 15px; 
}
#footer.new-footer .footer-line:nth-child(4) .footer-menu:nth-child(2) {
    margin-top: 0;
}
#footer.new-footer .footer-line:nth-child(2) h2,  #footer.new-footer .footer-line:nth-child(3) h2, #footer.new-footer .footer-line:nth-child(4) h2{
    padding-bottom: 5px;
}
@media(max-width: 1170px) {
    #footer.new-footer .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(min-width: 768px) {
    #footer.new-footer .footer-line.mobile {
        display: none;
    }
}

.tou-priv {
    padding-left: 15px;
}
.tou-priv a {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px;
    font-weight: 700;
}
.tou-priv a:hover {
    color: #5e9441 !important;
}
.gray-bar {
    color: #E6E2DF;
    font-size: 17px;
}

#eol-table-img {
    width: 100%;
    max-width: 850px;
}




#menu-item-10087 a:before {
 height: 0;
}
</pre></body></html>